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

Method run

browsertests/testdata/testfixture.js:10–15  ·  view source on GitHub ↗
(name, subtest)

Source from the content-addressed store, hash-verified

8 }
9
10 run(name, subtest) {
11 this.result.push(["LOG", "===", name]);
12 this.context = "";
13 subtest();
14 this.context = "";
15 }
16
17 // setContext arranges to add name(args) to all messages added
18 // until the next setContext or run call.

Callers 1

TestFlameFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected