MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / onProfileRecord

Method onProfileRecord

tools/xsbug-log/xsbug-machine.js:344–346  ·  view source on GitHub ↗
(name, value, path, line)

Source from the content-addressed store, hash-verified

342 onLogged(path, line, text) {
343 }
344 onProfileRecord(name, value, path, line) {
345 this.profile.setRecord(parseInt(value), name, path, line);
346 }
347 onProfileSamples(data) {
348 const samples = data.split(".");
349 const profile = this.profile;

Callers 2

onEndElementMethod · 0.95
DebugBehavior.jsFile · 0.80

Calls 1

setRecordMethod · 0.45

Tested by

no test coverage detected