isRunning
ProfilerInterface::isRunning
Checks if the profiler is running.
Declaration
virtual bool isRunning() const = 0;
Parameters
None.
Returns
true
if the profiler is currently running, else, returns false
.
ProfilerInterface::isRunning
Checks if the profiler is running.
virtual bool isRunning() const = 0;
None.
true
if the profiler is currently running, else, returns false
.