newTrace method

Trace? newTrace(
  1. String name
)

Implementation

Trace? newTrace(String name) {
  return performance?.newTrace(name);
}