diff options
author | Thomas Schwinge <thomas@schwinge.name> | 2010-12-21 19:10:42 +0100 |
---|---|---|
committer | Thomas Schwinge <thomas@schwinge.name> | 2010-12-21 19:10:42 +0100 |
commit | bd0ffbcc4e0f7abf5e811850fb9ebd93ca649966 (patch) | |
tree | 1d544232d6871429713d2c761cd14f1ac6d3e926 /open_issues/profiling.mdwn | |
parent | a5e3b5aeb7483586885f927bdb98a423e1531938 (diff) | |
download | web-bd0ffbcc4e0f7abf5e811850fb9ebd93ca649966.tar.gz web-bd0ffbcc4e0f7abf5e811850fb9ebd93ca649966.tar.bz2 web-bd0ffbcc4e0f7abf5e811850fb9ebd93ca649966.zip |
Elaborate on DSLs, IDLs, code analysis, etc.
Diffstat (limited to 'open_issues/profiling.mdwn')
-rw-r--r-- | open_issues/profiling.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/open_issues/profiling.mdwn b/open_issues/profiling.mdwn index 3f9330ba..f56ae974 100644 --- a/open_issues/profiling.mdwn +++ b/open_issues/profiling.mdwn @@ -8,6 +8,10 @@ Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled [[GNU Free Documentation License|/fdl]]."]]"""]] +*Profiling* ([[!wikipedia Profiling_(computer_programming) desc="Wikipedia +article"]]) is a tool for tracing where CPU time is spent. This is usually +done for [[performance analysis|performance]] reasons. + * [[gprof]] Should be working, but some issues have been reported, regarding GCC spec |