6 #ifndef SWIFT_MISC_CPUTIME_H
7 #define SWIFT_MISC_CPUTIME_H
Free functions in swift::misc.
int getProcessCpuTimeMs()
Get the time in milliseconds that the CPU has spent executing the current process.
int getThreadCpuTimeMs()
Get the time in milliseconds that the CPU has spent executing the current thread.
#define SWIFT_MISC_EXPORT
Export a class or function from the library.