function
jsc.totalCompileTime
Returns the total time in milliseconds this process has spent JIT-compiling JavaScript, across the baseline, DFG, and FTL tiers.
JavaScriptCore only records compile times when it is started with the BUN_JSC_reportTotalCompileTimes=1 environment variable; otherwise this returns 0.