Changes between Version 4 and Version 5 of GROUP_APP_PERFORMANCE_R0


Ignore:
Timestamp:
05/14/09 20:18:14 (16 years ago)
Author:
gogov
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_APP_PERFORMANCE_R0

    v4 v5  
    4242 
    4343In the '''author.FakeAuthorMain.launch''' conf file there a '''-agentlib:hprof=cpu=samples,interval=5,depth=30''' argument passed to the JVM. 
    44  
    4544This means that a profiler thread runs each 5 milliseconds, gathers information from the running Sophie process, and then sleeps again. 
    46  
    4745This is useful when developing something for Sophie with the intent to use this performance log for optimizations. 
    4846 
    4947In most cases this isn't the case so using the profiler is pointless. 
    50  
    5148Turning 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  
    5349For 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.  
    5450