Agora  1.2.0
Agora project
Stats::TimeDurationsStats Struct Reference

Public Attributes

std::array< DurationStat, kNumDoerTypesduration_stat_
 
std::array< uint8_t, 64 > false_sharing_padding_
 

Detailed Description

Running time duration statistics. Each worker thread has one DurationStat object for every Doer type. The master thread keeps stale ("old") copies of all DurationStat objects.

Member Data Documentation

◆ duration_stat_

std::array<DurationStat, kNumDoerTypes> Stats::TimeDurationsStats::duration_stat_

◆ false_sharing_padding_

std::array<uint8_t, 64> Stats::TimeDurationsStats::false_sharing_padding_

The documentation for this struct was generated from the following file: