Scopira  20080306
scopira::agent::subtimeslice Class Reference

#include <timeslice.h>

Public Member Functions

 subtimeslice (timeslice &parent, int index)
 
 subtimeslice (int index)
 
 ~subtimeslice ()
 destructor
 

Detailed Description

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.

Author
Aleksander Demko

Constructor & Destructor Documentation

◆ subtimeslice() [1/2]

scopira::agent::subtimeslice::subtimeslice ( timeslice parent,
int  index 
)

A constructor that uses the given timeslice instance.

Author
Aleksander Demko

◆ subtimeslice() [2/2]

scopira::agent::subtimeslice::subtimeslice ( int  index)

A constructor that uses the global_timeslice instance (useful if passing a timeslice would be messy, code-wise)

Author
Aleksander Demko

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