diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2013-03-15 10:37:15 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2013-03-15 10:37:15 +0100 |
commit | 0ae21581ece4639d56671f7855d808e0f5c0ac62 (patch) | |
tree | b4b729db84652b81724c523b14f241daeef578af /open_issues/profiling.mdwn | |
parent | d493882f538dc7b090fdb63202f2acf3727f0a06 (diff) | |
download | web-0ae21581ece4639d56671f7855d808e0f5c0ac62.tar.gz web-0ae21581ece4639d56671f7855d808e0f5c0ac62.tar.bz2 web-0ae21581ece4639d56671f7855d808e0f5c0ac62.zip |
Some more tracing tools.
Diffstat (limited to 'open_issues/profiling.mdwn')
-rw-r--r-- | open_issues/profiling.mdwn | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/open_issues/profiling.mdwn b/open_issues/profiling.mdwn index 7e3c7350..26e6c97c 100644 --- a/open_issues/profiling.mdwn +++ b/open_issues/profiling.mdwn @@ -1,4 +1,5 @@ -[[!meta copyright="Copyright © 2010, 2011 Free Software Foundation, Inc."]] +[[!meta copyright="Copyright © 2010, 2011, 2013 Free Software Foundation, +Inc."]] [[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable id="license" text="Permission is granted to copy, distribute and/or modify this @@ -17,6 +18,12 @@ done for [[performance analysis|performance]] reasons. Should be working, but some issues have been reported, regarding GCC spec files. Should be possible to fix (if not yet done) easily. + * [[glibc]]'s sotruss + + * [[ltrace]] + + * [[latrace]] + * [[community/gsoc/project_ideas/dtrace]] Have a look at this, integrate it into the main trees. |