ponder-lab / Rejuvenate-Logging-Levels

An Eclipse plug-in research prototype for automatically rejuvenating log statement levels using degree of interest
Eclipse Public License 2.0
2 stars 3 forks source link

Don't count AST parsing as part of the running time #178

Open khatchad opened 5 years ago

khatchad commented 5 years ago

Use the time collector (pass it through the methods) to pause the running time collection. You need to somehow get the time collector inside the core of the approach:

https://github.com/ponder-lab/Logging-Level-Evolution-Plugin/blob/f9a0c945c01f204a50d8dbed004c1df9f5897e60/edu.cuny.hunter.log.evalution/src/edu/cuny/hunter/log/evaluation/handlers/EvaluationHandler.java#L129-L145