Changes between Version 4 and Version 5 of GROUP_APP_PERFORMANCE_R0
- Timestamp:
- 05/14/09 20:18:14 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GROUP_APP_PERFORMANCE_R0
v4 v5 42 42 43 43 In the '''author.FakeAuthorMain.launch''' conf file there a '''-agentlib:hprof=cpu=samples,interval=5,depth=30''' argument passed to the JVM. 44 45 44 This means that a profiler thread runs each 5 milliseconds, gathers information from the running Sophie process, and then sleeps again. 46 47 45 This is useful when developing something for Sophie with the intent to use this performance log for optimizations. 48 46 49 47 In most cases this isn't the case so using the profiler is pointless. 50 51 48 Turning it off leads to 20-30% startup time reduction which is significant, so I'll remove this from the '''author.FakeAuthorMain.launch''' (and '''reader.FakeReaderMain.launch''' respectively). 52 53 49 For convenience, I'll create '''author.FakeAuthorMain-Debug.launch''' (and '''reader.FakeReaderMain-Debug.launch''' respectively), which have this option turned on. In the future more similar differences might occur. 54 50