mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 01:54:47 +02:00
8264881: Remove the old development option MemProfiling
Reviewed-by: dholmes, coleenp, shade
This commit is contained in:
parent
951f277a71
commit
666fd62ee8
8 changed files with 0 additions and 201 deletions
|
@ -1270,9 +1270,7 @@ void os::Linux::capture_initial_stack(size_t max_size) {
|
|||
// time support
|
||||
|
||||
// Time since start-up in seconds to a fine granularity.
|
||||
// Used by VMSelfDestructTimer and the MemProfiler.
|
||||
double os::elapsedTime() {
|
||||
|
||||
return ((double)os::elapsed_counter()) / os::elapsed_frequency(); // nanosecond resolution
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue