Optimized Belief Propagation (CPU and GPU)
|
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"
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... | |
Declares class to store timings of one or more segments taken during the run(s) of an implementation or across multiple implementations.
Definition in file DetailedTimings.h.