| 1 | const privateCpuProfileName = process.env.__NEXT_PRIVATE_CPU_PROFILE |
| 2 | const isCpuProfileEnabled = process.env.NEXT_CPU_PROF || privateCpuProfileName |
| 3 | const cpuProfileDir = process.env.NEXT_CPU_PROF_DIR |
| 4 |
nothing calls this directly
no test coverage detected