Navigation
API > API/Developer > API/Developer/Profiler
References
| Module | Profiler |
| Header | /Engine/Source/Developer/Profiler/Public/ProfilerCommon.h |
| Include | #include "ProfilerCommon.h" |
Syntax
enum EGraphStyles
{
Line,
Combined,
InvalidOrMax,
}
Values
| Name | Description |
|---|---|
| Line | Line graph. |
| Combined | Combined graph. |
| InvalidOrMax | More to come in future. Invalid enum type, may be used as a number of enumerations. |
Remarks
Time spent on graph drawing. Time spent on handling profiler data. Time spent on ticking profiler manager. Number of bytes allocated by all profiler sessions. Enumerates graph styles.