Add profiling

Issue #2 resolved
Jesper Öqvist created an issue

It would be useful if JastAddJ could produce profiling data useful for benchmarking. The following profile data would be a good start:

  • Total time spent parsing Java
  • Total time spent parsing bytecode
  • Total time spent checking for errors
  • Total time spent generating code
  • Number of Java files parsed
  • Number of class files parsed

Comments (1)

  1. Log in to comment