Skip to content
Snippets Groups Projects
Unverified Commit dc0807e4 authored by Lauren Tan's avatar Lauren Tan
Browse files

[compiler] Add simple walltime measurement

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.
parent 8759c5c8
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment