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

/openjdk7/hotspot/src/os/windows/vm/
H A Dos_windows.cpp628 static jlong initial_performance_count; variable
644 return as_long(count) - initial_performance_count;
734 initial_performance_count = as_long(count);

Completed in 36 milliseconds