({ profile })
| 445 | } |
| 446 | |
| 447 | static createAndRegister({ profile }) { |
| 448 | const p = new Profile(profile); |
| 449 | ArrayPrototypePush(profiles, p); |
| 450 | return p; |
| 451 | } |
| 452 | |
| 453 | [customInspectSymbol](depth, { stylize }) { |
| 454 | const { startTime, endTime } = this.data; |