Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FSlowHeartBeatScope Struct Reference

#include <ThreadHeartBeat.h>

Public Member Functions

FORCEINLINE FSlowHeartBeatScope (bool bAllThreads=false)
 
FORCEINLINE ~FSlowHeartBeatScope ()
 

Private Attributes

bool bSuspendedAllThreads
 
bool bSuspended
 

Detailed Description

Suspends heartbeat measuring for the current thread in the current scope

Definition at line 268 of file ThreadHeartBeat.h.

Constructor & Destructor Documentation

◆ FSlowHeartBeatScope()

FORCEINLINE FSlowHeartBeatScope::FSlowHeartBeatScope ( bool bAllThreads = false)
inline

Definition at line 274 of file ThreadHeartBeat.h.

+ Here is the call graph for this function:

◆ ~FSlowHeartBeatScope()

FORCEINLINE FSlowHeartBeatScope::~FSlowHeartBeatScope ( )
inline

Definition at line 284 of file ThreadHeartBeat.h.

+ Here is the call graph for this function:

Member Data Documentation

◆ bSuspended

bool FSlowHeartBeatScope::bSuspended
private

Definition at line 272 of file ThreadHeartBeat.h.

◆ bSuspendedAllThreads

bool FSlowHeartBeatScope::bSuspendedAllThreads
private

Definition at line 271 of file ThreadHeartBeat.h.


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