dillon1000/react
Commit
Browse files [compiler] Add simple walltime measurement (#32331)
Adds a new Timing logger event to the compiler which currently only records the walltime of running the compiler from the time the babel plugin's Program visitor enters to the time it exits. To enable, run the compiler with `ENABLE_REACT_COMPILER_TIMINGS=1 ...` or `export ENABLE_REACT_COMPILER_TIMINGS=1` to set it by default.
Changed paths2 files
First-parent comparisoncompiler/packages/babel-plugin-react-compiler/src/Babel/BabelPlugin.ts ModifiedM compiler/packages/babel-plugin-react-compiler/src/Entrypoint/Options.ts ModifiedPatch
Files changed
Rendering syntax-highlighted changes…