LoginSignup
0
0

More than 5 years have passed since last update.

各言語のプロファイラまとめ

Posted at
言語 プロファイラ ビューア
PHP Xdebug
(zend_extension_ts="/path/to/xdebug.so"
xdebug.profiler_enable=1)
Webgrind
Perl NYTProf
(perl -d:NYTProf script.pl)
(PerlModule Devel::NYTProf::Apache)
nytprofhtml
Java VisualVM(jvisualvm) VisualVM(jvisualvm)
Android android.os.Debug.startMethodTracing
android.os.Debug.stopMethodTracing
AndroidDeviceMonitor
C/C++(Unix) Callgrind(Valgrind)
(valgrind --tool=callgrind /path/to/exe [args])
KCachegrind
QCachegrind
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0