Searched defs:aPeriod (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/include/
H A DPerformanceImpl.h79 STDMETHOD(COMGETTER(Period)) (ULONG *aPeriod);
150 ULONG aPeriod, ULONG aCount, member in class:PerformanceCollector
/vbox/src/VBox/Main/src-server/
H A DPerformanceImpl.cpp363 ULONG aPeriod, variable
382 " count to %u for %s\n", aPeriod, aCount, (*it)->getName()));
383 (*it)->init(aPeriod, aCount);
384 if (aPeriod == 0 || aCount == 0)
869 STDMETHODIMP PerformanceMetric::COMGETTER(Period)(ULONG *aPeriod) argument
871 *aPeriod = m.period;

Completed in 34 milliseconds