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

/vbox/include/VBox/vmm/
H A Dtm.h95 VMMR3DECL(int) TMR3GetCpuLoadTimes(PVM pVM, VMCPUID idCpu, uint64_t *pcNsTotal, uint64_t *pcNsExecuting,
/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 51 milliseconds