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

/vbox/src/VBox/VMM/VMMR3/
H A DTM.cpp2912 * @param pcNsTotal Where to store the total run time (nano seconds) of
2923 VMMR3DECL(int) TMR3GetCpuLoadTimes(PVM pVM, VMCPUID idCpu, uint64_t *pcNsTotal, uint64_t *pcNsExecuting, argument
2954 if (pcNsTotal)
2955 *pcNsTotal = cNsTotal;

Completed in 41 milliseconds