MCPcopy 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# ==============================================================================
108def log(*args):
109 print("")
110 print("=" * 80)
111 print(*args)
112 print("=" * 80)
113
114
115def main():

Callers 1

mainFunction · 0.70

Calls 1

printFunction · 0.50

Tested by

no test coverage detected