Skip to content

Performance

js
import kittylog from "kittylog";

const performanceTest = kittylog.performance("Process name");
  // your code
performanceTest.end();
Performance Parameters

PARAMETERS

ts
interface PerformanceParameters {
  action: string;
}

Released under the MIT License.