blob: 583878d68dafa333e66dba32b05c3b194b11391d [file] [log] [blame]
#ifndef TATUM_PROFILE
#define TATUM_PROFILE
#include <map>
#include <string>
#include <vector>
#include <memory>
#include "tatum/timing_analyzers.hpp"
std::map<std::string,std::vector<double>> profile(size_t num_iterations, std::shared_ptr<tatum::TimingAnalyzer> serial_analyzer);
#endif