Re: CPU load in wince 5.0
- From: "Erwin Zwart" <erwin dot zwart at pts dot nl>
- Date: Thu, 21 Feb 2008 19:50:12 +0100
Hi,
The applications you are building, are those build agains the SDK of your
target platform or against the standard SDK?
All application must build agains the correct SDK, because every platform is
different. Are you building this with EVC, VS2005 or Platform builder?
Need more info on what you are trying to do,
Erwin Zwart
"kracks" <kirthikaiitm@xxxxxxxxx> wrote in message
news:a3caa1ca-b641-486a-8472-71a099d30ebb@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
On Feb 21, 1:17 pm, "Erwin Zwart" <erwin dot zwart at pts dot nl>
wrote:
For the CPU load u can use the Remote Performance Tool. If you want to do
this via an API u can use the CreateToolhelp32Snapshot(), Thread32First()
and
Thread32Next() to enum threads and then call GetThreadTimes() for each
thread to calculate CPU Load.
http://groups.google.nl/group/microsoft.public.windowsce.platbuilder/...
You'll probably have to take a look at your SD driver for your SD memory
issue.
If you mean the size of the USB Memory device (USB Mass Storage) then you
can probably use GetDiskFreeSpaceEx().
Hope this helps,
Erwin Zwart
"kracks" <kirthikai...@xxxxxxxxx> wrote in message
news:de68111b-c475-41cf-9a6a-e26175b2885c@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Help me in Finding out the CPU load in wince 5.0
Memory usage,disk usage i obtained from GetStoreInfo and GetIdleTime
How to find out CPU load?
I didn't get any idea.I searched in MSDN groups.
Further if i insert the SD card my application must say much much
memory is available in SD card.As well i have to find out the memory
of USB device attached to my Wince device.
Help me how to find out these indices.- Hide quoted text -
- Show quoted text -
Hi,
I tried some sample applications in web compiled for ARM.My Wince
device is ARMV4i(wince 5.0 )
I just run ITaskMgr.exe
When ever i run any exe even some .exe are compiled by me,
But its showing the error "Cannot find ITaskMgr.exe(as one of its
components). Make sure that path and file name are correct and all
required libraries are available"
I don't know why i am getting this error.
Please help me in solving this type of error.
Regards,
Kracks
.
- References:
- CPU load in wince 5.0
- From: kracks
- Re: CPU load in wince 5.0
- From: Erwin Zwart
- Re: CPU load in wince 5.0
- From: kracks
- CPU load in wince 5.0
- Prev by Date: Re: CPU load in wince 5.0
- Next by Date: NAND Flash in Eboot
- Previous by thread: Re: CPU load in wince 5.0
- Next by thread: Re: Windows CE Command prompt
- Index(es):
Relevant Pages
|