|
Video Processing Framework
|
#include <Unit_Profiling.h>
Public Member Functions | |
| Profiling (AbstractProcessing *unitPtr, std::string commentText, int functionIndex=-1, int numTabs=1) | |
| virtual int | start () |
| virtual int | end () |
Public Attributes | |
| AbstractProcessing * | unit |
| int | fIndex |
| std::string | comment |
| struct timeb t0 | t1 |
| double | timeDiff |
| double | timeAvg |
| double | timeStdev |
| float | timeHist [PROFILING_TIMEHIST] |
| long | numRuns |
| int | nTabs |
| Profiling::Profiling | ( | AbstractProcessing * | unitPtr, |
| std::string | commentText, | ||
| int | functionIndex = -1, |
||
| int | numTabs = 1 |
||
| ) |
| int Profiling::end | ( | ) | [virtual] |
| int Profiling::start | ( | ) | [virtual] |
| std::string Profiling::comment |
| int Profiling::nTabs |
| long Profiling::numRuns |
| struct timeb t0 Profiling::t1 |
| double Profiling::timeAvg |
| double Profiling::timeDiff |
| float Profiling::timeHist[PROFILING_TIMEHIST] |
| double Profiling::timeStdev |