emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Emacs repository benchmark: bzr and git


From: Jonathan Corbet
Subject: Re: Emacs repository benchmark: bzr and git
Date: Tue, 18 Mar 2008 12:41:04 -0600

dhruva <address@hidden> wrote:

> How do I get rid of cache if I have to restart the tests? I plan to
> analyze the '--lsprof' output to see if there is different code path
> and the so called hot/cold cache making any difference.

Assuming you're running on a Linux kernel:

        # sync
        # echo 3 > /proc/sys/vm/drop_caches

That dumps everything which does not require writeback, leaving you with
a quite cold cache.

jon




reply via email to

[Prev in Thread] Current Thread [Next in Thread]