* Processes the provided label. * @param {string=} label label
(label)
| 145 | * @param {string=} label label |
| 146 | */ |
| 147 | profile(label) { |
| 148 | this[LOG_SYMBOL](LogType.profile, [label]); |
| 149 | } |
| 150 | |
| 151 | /** |
| 152 | * Processes the provided label. |
no outgoing calls
no test coverage detected