koliseo 0.5.4
Loading...
Searching...
No Matches
KLS_Stats Struct Reference

Defines a stat struct for Koliseo. More...

#include <koliseo.h>

Data Fields

int tot_pushes
 Total PUSH calls done.
int tot_temp_pushes
 Total PUSH_T calls done.
int tot_pops
 Total POP calls done.
int tot_temp_pops
 Total POP_T calls done.
int tot_logcalls
 Total kls_log() calls done.
int tot_hiccups
 Total hiccups encountered.
double worst_pushcall_time
 Longest time taken by a PUSH call.

Detailed Description

Defines a stat struct for Koliseo.

See also
Koliseo

Field Documentation

◆ tot_hiccups

int KLS_Stats::tot_hiccups

Total hiccups encountered.

◆ tot_logcalls

int KLS_Stats::tot_logcalls

Total kls_log() calls done.

◆ tot_pops

int KLS_Stats::tot_pops

Total POP calls done.

◆ tot_pushes

int KLS_Stats::tot_pushes

Total PUSH calls done.

◆ tot_temp_pops

int KLS_Stats::tot_temp_pops

Total POP_T calls done.

◆ tot_temp_pushes

int KLS_Stats::tot_temp_pushes

Total PUSH_T calls done.

◆ worst_pushcall_time

double KLS_Stats::worst_pushcall_time

Longest time taken by a PUSH call.


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