From owner-cvs-all@FreeBSD.ORG Fri Sep 12 17:55:07 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7E5DB106566B; Fri, 12 Sep 2008 17:55:07 +0000 (UTC) (envelope-from sepotvin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 541AF8FC0A; Fri, 12 Sep 2008 17:55:07 +0000 (UTC) (envelope-from sepotvin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id m8CHt7Lk053756; Fri, 12 Sep 2008 17:55:07 GMT (envelope-from sepotvin@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id m8CHt7O1053755; Fri, 12 Sep 2008 17:55:07 GMT (envelope-from sepotvin@repoman.freebsd.org) Message-Id: <200809121755.m8CHt7O1053755@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to sepotvin@repoman.freebsd.org using -f From: "Stephane E. Potvin" Date: Fri, 12 Sep 2008 17:54:50 +0000 (UTC) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: src/usr.bin/top machine.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Sep 2008 17:55:07 -0000 sepotvin 2008-09-12 17:54:50 UTC FreeBSD src repository Modified files: usr.bin/top machine.c Log: SVN rev 182966 on 2008-09-12 17:54:50Z by sepotvin Display the sum of the runtime of all the threads in a process when it's multithreaded instead of picking the time of the first thread found. Reviewed by: jhb Approved by: kan (mentor) MFC after: 1 month Revision Changes Path 1.90 +1 -0 src/usr.bin/top/machine.c