$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Memory/CPU usage
From: Zeljko Vrba (zvrba_at_[hidden])
Date: 2008-09-15 12:26:55
On Mon, Sep 15, 2008 at 09:39:08AM -0500, Jean-Sebastien Stoezel wrote:
>
> Is there a library in Boost that provides memory/CPU usage estimates?
>
With multi-core CPUs and modern OS-es with virtual memory, it is hardly obvious
what memory or CPU usage is. This is the first thing that has to be defined
before a library can be written :-)
The question is: why does your application need to know?