Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FInGamePerformanceTracker
Description
Enters a timed section of code. Can be re-entrant and will take the final exit point time. Only callable from game thread.
| Name | ExitTimedSection |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/InGamePerformanceTracker.h |
| Include Path | #include "InGamePerformanceTracker.h" |
| Source | /Engine/Source/Runtime/Engine/Private/InGamePerformanceTracker.cpp |
void ExitTimedSection()