Re: [Suspend-devel] [PATCH 1/2] print s2disk benchmarks during resume

2006-09-25 Thread Stefan Seyfried
On Mon, Sep 25, 2006 at 11:41:29AM -0400, Jason Lunz wrote: > On Mon, Sep 25, 2006 at 08:22:09AM +0200, Stefan Seyfried wrote: > > - What happens if i suspend with a "timing enabled" s2disk and resume with a > > "pre-timing-enabled" resume? (Somebody updates the package but forgets to > > run m

Re: [Suspend-devel] [PATCH 1/2] print s2disk benchmarks during resume

2006-09-25 Thread Jason Lunz
On Mon, Sep 25, 2006 at 08:22:09AM +0200, Stefan Seyfried wrote: > - What happens if i suspend with a "timing enabled" s2disk and resume with a > "pre-timing-enabled" resume? (Somebody updates the package but forgets to > run mkinitrd). > Will it just fail (invalid header) or will it cause tota

Re: [Suspend-devel] [PATCH 1/2] print s2disk benchmarks during resume

2006-09-24 Thread Stefan Seyfried
On Fri, Sep 22, 2006 at 10:30:04AM -0400, Jason Lunz wrote: > On Fri, Sep 22, 2006 at 03:48:20PM +0200, Pavel Machek wrote: > > Well, it did not apply (reject) and did not compile when applied > > I was working against the debian uswsusp 0.2 package - i'll use cvs next > time. sorry. > > > (missi

Re: [Suspend-devel] [PATCH 1/2] print s2disk benchmarks during resume

2006-09-22 Thread Jason Lunz
On Fri, Sep 22, 2006 at 03:48:20PM +0200, Pavel Machek wrote: > Well, it did not apply (reject) and did not compile when applied I was working against the debian uswsusp 0.2 package - i'll use cvs next time. sorry. > (missing swsusp.h changes). I fixed it up, but please check it after > me... I

Re: [Suspend-devel] [PATCH 1/2] print s2disk benchmarks during resume

2006-09-22 Thread Pavel Machek
Hi! > Print s2disk benchmarks. The image writeout time is saved in the > swsusp_info header during suspend, then statistics are printed during > resume about elapsed time and image load/store speed for writeout, > readin, and total. Well, it did not apply (reject) and did not compile when applied

[Suspend-devel] [PATCH 1/2] print s2disk benchmarks during resume

2006-09-21 Thread Jason Lunz
Print s2disk benchmarks. The image writeout time is saved in the swsusp_info header during suspend, then statistics are printed during resume about elapsed time and image load/store speed for writeout, readin, and total. --- resume.c | 24 +++- suspend.c | 11 +++