diff options
Diffstat (limited to 'source/core/slang-process-util.h')
| -rw-r--r-- | source/core/slang-process-util.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/core/slang-process-util.h b/source/core/slang-process-util.h index 89e3400a0..5d8c358e8 100644 --- a/source/core/slang-process-util.h +++ b/source/core/slang-process-util.h @@ -91,6 +91,10 @@ struct ProcessUtil /// Append text escaped for using on a command line static void appendCommandLineEscaped(const UnownedStringSlice& slice, StringBuilder& out); + + static uint64_t getClockFrequency(); + + static uint64_t getClockTick(); }; // ----------------------------------------------------------------------- |
