(name, value, path, line)
| 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; |
no test coverage detected