Kameloso.callgrindRunning

Flag to keep record of whether or not the program is run under the Callgrind profiler.

Assume it is until proven otherwise.

struct Kameloso
version(Callgrind)
bool callgrindRunning;

Meta