diff options
-rw-r--r-- | lttng.mdwn | 2 | ||||
-rw-r--r-- | open_issues/dtrace.mdwn (renamed from community/gsoc/project_ideas/dtrace.mdwn) | 6 | ||||
-rw-r--r-- | open_issues/profiling.mdwn | 2 |
3 files changed, 4 insertions, 6 deletions
@@ -19,7 +19,7 @@ License|/fdl]]."]]"""]] # Related - * [[community/gsoc/project_ideas/dtrace]] + * [[open_issues/dtrace]] [[!ymlfront data=""" diff --git a/community/gsoc/project_ideas/dtrace.mdwn b/open_issues/dtrace.mdwn index 6448d563..1931f340 100644 --- a/community/gsoc/project_ideas/dtrace.mdwn +++ b/open_issues/dtrace.mdwn @@ -9,15 +9,13 @@ 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]]."]]"""]] -[[!meta title="dtrace Support"]] - One of the main problems of the current Hurd implementation is very poor -performance. While we have a bunch of ideas what could cause the performance +[[performance]]. While we have a bunch of ideas what could cause the performance problems, these are mostly just guesses. Better understanding what really causes bad performance is necessary to improve the situation. For that, we need tools for performance measurements. While all kinds of more -or less specific profiling tools could be conceived, the most promising and +or less specific [[profiling]] tools could be conceived, the most promising and generic approach seems to be a framework for logging certain events in the running system (both in the microkernel and in the Hurd servers). This would allow checking how much time is spent in certain modules, how often certain diff --git a/open_issues/profiling.mdwn b/open_issues/profiling.mdwn index c8774f07..1aba698c 100644 --- a/open_issues/profiling.mdwn +++ b/open_issues/profiling.mdwn @@ -17,7 +17,7 @@ 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. - * [[community/gsoc/project_ideas/dtrace]] + * [[dtrace]] Have a look at this, integrate it into the main trees. |