Scopira
20080306
|
#include <timeslice.h>
Public Member Functions | |
subtimeslice (timeslice &parent, int index) | |
subtimeslice (int index) | |
~subtimeslice () | |
destructor | |
This is able to add to one of the internal sub-reports of a timeslice. There are timeslice::num_timers, and you refer to one of them by passing a index.
scopira::agent::subtimeslice::subtimeslice | ( | timeslice & | parent, |
int | index | ||
) |
A constructor that uses the given timeslice instance.
scopira::agent::subtimeslice::subtimeslice | ( | int | index | ) |
A constructor that uses the global_timeslice instance (useful if passing a timeslice would be messy, code-wise)