#include "proto/tuningfork.pb.h" #include namespace mocktuningfork { using ::com::google::tuningfork::FidelityParams; void init(const ::com::google::tuningfork::Settings& settings, const std::function& callback); void set(const ::com::google::tuningfork::Annotation& a); #define SYS_CPU 0 #define SYS_GPU 1 void tick(int instrumentKey); } // namespace mocktuningfork