Searched defs:GlobalStats (Results 1 – 1 of 1) sorted by relevance
119 struct GlobalStats { struct121 SaturatingUINT64 TotalBytesCovered = 0;123 SaturatingUINT64 ScopeBytesCovered = 0;125 SaturatingUINT64 ScopeBytes = 0;128 SaturatingUINT64 ScopeEntryValueBytesCovered = 0;131 SaturatingUINT64 ParamScopeBytesCovered = 0;133 SaturatingUINT64 ParamScopeBytes = 0;136 SaturatingUINT64 ParamScopeEntryValueBytesCovered = 0;139 SaturatingUINT64 LocalVarScopeBytesCovered = 0;141 SaturatingUINT64 LocalVarScopeBytes = 0;[all …]