Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ timestamp
Method
timestamp
tools/toolchain_profiler.py:134–135 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
132
133
@staticmethod
134
def
timestamp():
135
return
'{0:.3f}'
.format(time.time())
136
137
@staticmethod
138
def
log_access():
Callers
7
record_process_start
Method · 0.80
record_process_exit
Method · 0.80
record_subprocess_spawn
Method · 0.80
record_subprocess_wait
Method · 0.80
record_subprocess_finish
Method · 0.80
enter_block
Method · 0.80
exit_block
Method · 0.80
Calls
1
format
Method · 0.45
Tested by
no test coverage detected