diag_status()

Prints the current status of all running functions of the project into the acklog.txt file. This function is assigned to the [Alt-F11] key in default.c.

Example:

diag_frame(time_frame);
diag_frame(time_step);
diag_frame(time_idle); // logs the 3 variables every frame when [F11] was pressed.

See also:

-diag, diag, diag_var, diag_frame

► latest version online