MCPcopy Create free account
hub / github.com/google/pprof / log

Method log

browsertests/testdata/testfixture.js:23–25  ·  view source on GitHub ↗
(...args)

Source from the content-addressed store, hash-verified

21 }
22
23 log(...args) {
24 this.result.push(["LOG", this.context, ...args]);
25 }
26
27 err(...args) {
28 this.result.push(["ERROR", this.context, ...args]);

Callers 1

TestFlameFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected