CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
sonic_utils.h
Go to the documentation of this file.
1 #ifndef HeterogeneousCore_SonicCore_sonic_utils
2 #define HeterogeneousCore_SonicCore_sonic_utils
3 
4 #include <string_view>
5 #include <chrono>
6 
7 namespace sonic_utils {
8  using TimePoint = std::chrono::time_point<std::chrono::high_resolution_clock>;
9 
10  void printDebugTime(std::string_view debugName, std::string_view msg, const TimePoint& t0);
11 } // namespace sonic_utils
12 
13 #endif
tuple msg
Definition: mps_check.py:285
std::chrono::time_point< std::chrono::high_resolution_clock > TimePoint
Definition: sonic_utils.h:8
void printDebugTime(std::string_view debugName, std::string_view msg, const TimePoint &t0)
Definition: sonic_utils.cc:8