diff options
author | Carl Fredrik Hammar <hammy.lite@gmail.com> | 2010-03-10 16:19:06 +0100 |
---|---|---|
committer | Carl Fredrik Hammar <hammy.lite@gmail.com> | 2010-03-10 16:19:06 +0100 |
commit | 6eb6d5314e303379debbef82921a215ef2b00d98 (patch) | |
tree | 55536b9636dc3ccfaf7829c96940774a13cf49e3 /community/gsoc/project_ideas/dtrace.mdwn | |
parent | 5a615978181a1b8d85326d8cf3137ed4b0b46bf7 (diff) |
Fix typos and spelling on GSoC pages
Diffstat (limited to 'community/gsoc/project_ideas/dtrace.mdwn')
-rw-r--r-- | community/gsoc/project_ideas/dtrace.mdwn | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/gsoc/project_ideas/dtrace.mdwn b/community/gsoc/project_ideas/dtrace.mdwn index 93c2a5f3..25e6db29 100644 --- a/community/gsoc/project_ideas/dtrace.mdwn +++ b/community/gsoc/project_ideas/dtrace.mdwn @@ -16,9 +16,9 @@ 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 convieved, 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 +running system (both in the micro kernel and in the Hurd servers). This would allow checking how much time is spent in certain modules, how often certain situations occur, how things interact, etc. It could also prove helpful in debugging some issues that are otherwise hard to find because of complex @@ -34,7 +34,7 @@ with integrating existing components as well as low-level programming. Possible mentors: Samuel Thibault (youpi) -Exercise: In lack of a good exercise directly related to this taks, just pick +Exercise: In lack of a good exercise directly related to this task, just pick one of the kernel-related or generally low-level tasks from the bug/task trackers on savannah, and make a go at it. You might not be able to finish the task in a limited amount of time, but you should at least be able to make a |