From owner-cvs-src@FreeBSD.ORG Sat Apr 26 05:02:49 2008 Return-Path: Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2BE4A106566B; Sat, 26 Apr 2008 05:02:49 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 072F98FC28; Sat, 26 Apr 2008 05:02:49 +0000 (UTC) (envelope-from jeff@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3Q52mjP013045; Sat, 26 Apr 2008 05:02:48 GMT (envelope-from jeff@repoman.freebsd.org) Received: (from jeff@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3Q52m9B013044; Sat, 26 Apr 2008 05:02:48 GMT (envelope-from jeff) Message-Id: <200804260502.m3Q52m9B013044@repoman.freebsd.org> From: Jeff Roberson Date: Sat, 26 Apr 2008 05:02:48 +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/tools/sched schedgraph.py X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Apr 2008 05:02:49 -0000 jeff 2008-04-26 05:02:48 UTC FreeBSD src repository Modified files: tools/sched schedgraph.py Log: - Remove cumbersome and inaccurate attempt at synchronizing the timestamps post collection. This is too error prone and introduces uncertainty into the timing. We'll simply have to require synchronized TSCs to run schedgraph on MP. Sponsored by: Nokia Revision Changes Path 1.17 +5 -70 src/tools/sched/schedgraph.py