14 #include "datastructs.h"
20 void VerbosePrint(
AllData& alldata, uint8_t level,
bool master_only,
21 const char* fmt, ... );
26 void StartMeasurement(
AllData& alldata, uint8_t verbose_level,
bool sync,
27 const string& scope_name );
31 void StopMeasurement(
AllData& alldata,
bool sync,
const string& scope_name );
35 void PrintMeasurement(
AllData& alldata,
const string& scope_name=
"" );
38 uint64_t Logi( uint64_t x, uint64_t b= 2 );
43 bool SyncError(
AllData& alldata,
bool& error, uint32_t root= (uint32_t)-1 );
48 extern const string ExeName;
Definition: datastructs.h:541