Subject: Re: CVS commit: [ktrace-lwp] src/sys
To: None <wrstuden@netbsd.org>
From: Jason Thorpe <thorpej@wasabisystems.com>
List: source-changes
Date: 07/02/2003 17:45:48
On Wednesday, July 2, 2003, at 02:48  PM, Bill Studenmund wrote:

> only question I have is over the:
> l->l_proc->p_stats->p_ru.ru_msgsnd++;
> command at line 245 of dev/kttcp.c. Should we be doing per-lwp or
> per-proc accounting?

rusage is per-proc.

         -- Jason R. Thorpe <thorpej@wasabisystems.com>