Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ log
Function
log
deps/v8/tools/profiling/linux-perf-d8.py:108–112 ·
view source on GitHub ↗
(*args)
Source
from the content-addressed store, hash-verified
106
107
# ==============================================================================
108
def
log(*args):
109
print(
""
)
110
print(
"="
* 80)
111
print(*args)
112
print(
"="
* 80)
113
114
115
def
main():
Callers
1
main
Function · 0.70
Calls
1
print
Function · 0.50
Tested by
no test coverage detected