Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/ProfilingDebugging > API/Runtime/Core/ProfilingDebugging/FCookStats > API/Runtime/Core/ProfilingDebugging/FCookStats/CallStats
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/ProfilingDebugging/CookStats.h |
| Include | #include "ProfilingDebugging/CookStats.h" |
Syntax
struct GameAndOtherThreadAccumulator
Remarks
Contains a pair of accumulators, one for the game thread, one for the other threads.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int64 | GameThread | ||
| FThreadSafeCounter64 | OtherThread |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Accumulate
(
int64 Value, |
Accumulates a stat. Uses thread safe primitives for non-game thread accumulation. | |
| int64 | GetAccumulatedValue
(
bool bIsInGameThread |
Access the accumulated values (exposed for more uniform access methds to each accumulator). |