Tagged Questions
6
votes
3answers
459 views
How to measure x86 and x86-64 assembly commands execution time in processor cycles?
I want to write a bunch of optimizations for gcc using genetic algorithms.
I need to measure execution time of an assembly functions for some stats and fit functions.
The usual time measurement can't ...
4
votes
4answers
580 views
microsecond profiler for C code
Does any body know of C code profiler like gprof which gives function call times in microseconds instead of milliseconds?
2
votes
2answers
160 views
High Execution time on java methods
I am running a java server on a CentOS 5.4 VPS.
VPS stats:
- 2.5GHz single core CPU
- 2GB of RAM
- OpenJDK 1.6 (tried Sun JDK 1.7 also)
I have been experiencing very high CPU usages from the java ...
1
vote
3answers
123 views
php profiling: what results are normal?
As testing server, my computer (Windows 7, Amd Athlon X2, 1 GB RAM) is used.
My application is based on Zend Framework. It uses MySQL and Zend_Translation, and Memcached as cache.
I'm getting ...