Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932852AbZLPPW6 (ORCPT ); Wed, 16 Dec 2009 10:22:58 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1762201AbZLPPW5 (ORCPT ); Wed, 16 Dec 2009 10:22:57 -0500 Received: from iolanthe.rowland.org ([192.131.102.54]:52572 "HELO iolanthe.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S1756935AbZLPPW4 (ORCPT ); Wed, 16 Dec 2009 10:22:56 -0500 Date: Wed, 16 Dec 2009 10:22:55 -0500 (EST) From: Alan Stern X-X-Sender: stern@iolanthe.rowland.org To: "Rafael J. Wysocki" cc: Linus Torvalds , Zhang Rui , LKML , ACPI Devel Maling List , pm list Subject: Re: Async suspend-resume patch w/ completions (was: Re: Async suspend-resume patch w/ rwsems) In-Reply-To: <200912160311.05915.rjw@sisk.pl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1260 Lines: 25 On Wed, 16 Dec 2009, Rafael J. Wysocki wrote: > I measured the total time of suspending and resuming devices as shown by the > code added by this patch: > http://git.kernel.org/?p=linux/kernel/git/rafael/suspend-2.6.git;a=commitdiff_plain;h=c1b8fc0a8bff7707c10f31f3d26bfa88e18ccd94;hp=087dbf5f079f1b55cbd3964c9ce71268473d5b67 > on two boxes, HP nx6325 and MSI Wind U100 (hardware-wise they are quite > different and the HP was running 64-bit kernel and user space). > I carried out 5 consecutive suspend-resume cycles (started from under X) on > each box in each case, and the raw data are here (all times in milliseconds): > http://www.sisk.pl/kernel/data/async-suspend.pdf I'd like to see much more detailed data. For each device, let's get the device name, the parent's name, and the start time, end time, and duration for suspend or resume. The start time should be measured when you have finished waiting for the children. The end time should be measured just before the complete_all(). Alan Stern -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/