* Processes the provided label. * @param {string=} label label
(label)
| 153 | * @param {string=} label label |
| 154 | */ |
| 155 | profileEnd(label) { |
| 156 | this[LOG_SYMBOL](LogType.profileEnd, [label]); |
| 157 | } |
| 158 | |
| 159 | /** |
| 160 | * Processes the provided label. |
no outgoing calls
no test coverage detected