Performance
js
import kittylog from "kittylog";
const performanceTest = kittylog.performance("Process name");
// your code
performanceTest.end();
Performance Parameters
PARAMETERS
ts
interface PerformanceParameters {
action: string;
}