Java Static Code analysis from performance pov -


i interested in understanding important java coding rules performance point of view. also, if has tried putting these rules in static code analyzer sonar static code inspection.
please pour in views or suggestions.
regards,
xhings

performance dynamic characteristic, difficult spot in static analysis. never know regarding performance. general observation in industry '80% of cpu consumed 20% of code'. more imbalanced that. , impossible predict location of 20% spot in advance. difficult find using dynamic analysis (due lack of right profiling test-scenarios, close real production scenarios). however, intel amplifier xe in light-weight hotspots mode can (usually) profile real production deployments. worth trying.


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

java.util.scanner - How to read and add only numbers to array from a text file -

iphone - Three second countdown in cocos2d -