Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/covscript/covscript
/ runtime_time
Function
runtime_time
tests/benchmark.py:12–13 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
11
# Utility: get current time in microseconds
12
def
runtime_time():
13
return
time.time_ns() // 1000000
# microseconds
14
15
16
# ---------------------- Sequential Execution ----------------------
Callers
9
test_sequential_exec
Function · 0.85
test_sequential_fcall
Function · 0.85
test_recursion
Function · 0.85
test_context_switch_async
Function · 0.85
test_math_ops
Function · 0.85
test_string_ops
Function · 0.85
test_array_index
Function · 0.85
test_hash_index
Function · 0.85
test_quicksort
Function · 0.85
Calls
no outgoing calls
Tested by
9
test_sequential_exec
Function · 0.68
test_sequential_fcall
Function · 0.68
test_recursion
Function · 0.68
test_context_switch_async
Function · 0.68
test_math_ops
Function · 0.68
test_string_ops
Function · 0.68
test_array_index
Function · 0.68
test_hash_index
Function · 0.68
test_quicksort
Function · 0.68