Update SMP page for mutex profiling task, currently being worked on
by eivind and des. Add entities for them. While I'm there, add a task for expanding the profiling tool to include sx locks, since we'll want to be able to measure that sort of lock contention also.
This commit is contained in:
parent
855a4223aa
commit
6b9a222fae
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12642
2 changed files with 19 additions and 2 deletions
|
@ -6,7 +6,7 @@ allows multiple documents to use the abbreviated entities, and allows
|
|||
us to update author names, or the representation of those names (such
|
||||
as adding email addresses), by just editing a single file.
|
||||
|
||||
$FreeBSD: www/en/developers.sgml,v 1.5 2002/03/12 02:20:49 rwatson Exp $
|
||||
$FreeBSD: www/en/developers.sgml,v 1.6 2002/03/21 16:50:18 rwatson Exp $
|
||||
|
||||
-->
|
||||
|
||||
|
@ -22,8 +22,10 @@ $FreeBSD: www/en/developers.sgml,v 1.5 2002/03/12 02:20:49 rwatson Exp $
|
|||
<!ENTITY a.brian "Brian Somers">
|
||||
<!ENTITY a.cp "Chuck Paterson">
|
||||
<!ENTITY a.davidc "Chad David">
|
||||
<!ENTITY a.des "Dag-Erling Smorgrav">
|
||||
<!ENTITY a.dfr "Doug Rabson">
|
||||
<!ENTITY a.dillon "Matt Dillon">
|
||||
<!ENTITY a.eivind "Eivind Eklund">
|
||||
<!ENTITY a.gallatin "Andrew Gallatin">
|
||||
<!ENTITY a.green "Brian Feldman">
|
||||
<!ENTITY a.grog "Greg Lehey">
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "..">
|
||||
<!ENTITY date "$FreeBSD: www/en/smp/index.sgml,v 1.57 2002/03/25 17:40:10 rwatson Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/smp/index.sgml,v 1.58 2002/03/31 14:22:41 rwatson Exp $">
|
||||
<!ENTITY title "FreeBSD SMP Project">
|
||||
<!ENTITY email 'freebsd-smp'>
|
||||
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
|
||||
|
@ -874,6 +874,14 @@
|
|||
<td> &status.wip; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Create mutex profiling tool for the kernel so as to measure
|
||||
contention and behavior of kernel mutexes. </td>
|
||||
<td> a.eivind;, a.des; </td>
|
||||
<td> 31 March 2002 </td>
|
||||
<td> &status.wip; </td>
|
||||
</tr>
|
||||
|
||||
<!-- Stalled -->
|
||||
|
||||
<tr>
|
||||
|
@ -1127,6 +1135,13 @@
|
|||
<td> &status.new; </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> Expand mutex profiling tool to also profile sx locks. </td>
|
||||
<td> &a.eivind; &a.des; </td>
|
||||
<td> 1 April 2002 </td>
|
||||
<td> &status.new; </td>
|
||||
</tr>
|
||||
|
||||
<!--
|
||||
<tr>
|
||||
<td> </td>
|
||||
|
|
Loading…
Reference in a new issue