Files
RustPython/vm
snowapril 639ec966c1 time: add thread_time, process_time
This commits add four methods, thread_time, thread_time_ns,
process_time and process_time_ns.

With use of libc crate, we can get thread_time and process_time from the
cpu.

Signed-off-by: snowapril <sinjihng@gmail.com>
2021-09-05 01:02:08 +09:00
..
2021-04-11 17:38:44 -05:00
2021-09-05 01:02:08 +09:00
2018-07-07 17:14:45 +02:00
2021-07-31 10:49:39 -05:00