mark method
Implementation
void mark(String markName) {
if (this is _PerformanceImpl) {
(this as _PerformanceImpl).mark(markName);
}
}
void mark(String markName) {
if (this is _PerformanceImpl) {
(this as _PerformanceImpl).mark(markName);
}
}