Struct Stopwatch::PerformanceData

Nested Relationships

This struct is a nested type of Class Stopwatch.

Struct Documentation

struct PerformanceData

Struct to hold the performance data.

Public Functions

inline PerformanceData()

Public Members

long double clock_start

Start time.

long double total_time

Cumulative total time.

long double min_time

Minimum time.

long double max_time

Maximum time.

long double last_time

Last time.

bool paused

Tells if this performance has been paused, only for internal use

int stops

How many cycles have been this stopwatch executed?