re-enable profiler

This commit is contained in:
fyears
2024-09-01 18:28:08 +08:00
parent 2a3d1265b3
commit b63b6791aa
12 changed files with 73 additions and 10 deletions
+1
View File
@@ -10,6 +10,7 @@ interface BreakPoint {
}
export const DEFAULT_PROFILER_CONFIG: ProfilerConfig = {
enable: false,
enablePrinting: false,
recordSize: false,
};