Optimized Belief Propagation (CPU and GPU)
DetailedTimings.h File Reference

Declares class to store timings of one or more segments taken during the run(s) of an implementation or across multiple implementations. More...

#include <vector>
#include <algorithm>
#include <unordered_map>
#include <iterator>
#include <map>
#include <iostream>
#include <chrono>
#include <ranges>
#include "RunEval/RunData.h"
#include "RunEval/RunEvalConstsEnums.h"
Include dependency graph for DetailedTimings.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DetailedTimings< T >
 Class to store timings of one or more segments taken during the run(s) of an implementation or across multiple implementations.
Index for timing segments must be enum type. More...
 

Detailed Description

Declares class to store timings of one or more segments taken during the run(s) of an implementation or across multiple implementations.

Author
Scott Grauer-Gray

Definition in file DetailedTimings.h.