It would be nice to know how we are spending our time in various parts of the pipeline. With hypo for example, it would be nice to know how much time we spend in:
TypeScript Compiler compilation in V8 (of which snapshots #1 could bring to 0, more or less).
Compilation of the user script (this depends, of course, on the user script).
Execution of the user script results (this depends on the app, so e.g. for hypo it would be the CGAL calls).
It would be nice if we could monitor these results over time for a collection of sample user scripts in a sample app like hypo.
It would be nice to know how we are spending our time in various parts of the pipeline. With hypo for example, it would be nice to know how much time we spend in:
It would be nice if we could monitor these results over time for a collection of sample user scripts in a sample app like hypo.