Community
Participate
Working Groups
When using TPTP 4.7.2 driver to profile a Java application, I always get 2 information message in the .log after I terminated profiling: !ENTRY org.eclipse.tptp.platform.common.ui.trace 0 0 2011-01-10 15:09:38.828 !MESSAGE Processed: 4300 bytes, bytes/second: 104, events processed: 69, events/second: 1, elapsed time: 41 seconds !ENTRY org.eclipse.tptp.platform.common.ui.trace 0 0 2011-01-10 15:09:38.843 !MESSAGE Processed: 4300 bytes, bytes/second: 104, events processed: 0, events/second: 0, elapsed time: 41 seconds It does not look like these messages are essential. They are cluttering the log.
Mike, Could you please take a look?
Created attachment 186924 [details] Patch Attaching patch which conditionally outputs this message only if ModelDebugger.INSTANCE.debug evaluates to true.
Created attachment 186925 [details] mylyn/context/zip
Patch looks good. Please update the Copyright. Thanks!
Created attachment 186949 [details] Patch, w/ updated copyright Updated patch w/ copyright.
Patch checked into HEAD.
Closing.