Profiling a program at disk access level ??
From: Shirish (shirish464.in_at_gmail.com)
Date: 11/16/04
- Previous message: Joe Beanfish: "Re: How can I control the amount of output data through /proc file"
- Next in thread: Dragan Cvetkovic: "Re: Profiling a program at disk access level ??"
- Reply: Dragan Cvetkovic: "Re: Profiling a program at disk access level ??"
- Reply: Tauno Voipio: "Re: Profiling a program at disk access level ??"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 16 Nov 2004 11:11:58 -0800
Hi,
I am trying to compare my algorithm with some existing one. To do
this, I need to compare how my algorithm is accessing disk better than
the other one.
So, I need to know following things.
1. Howmany disk accesses (read and write separately) my program has
done?
2. What is the time spent in Disk Seek time and actual disk read time?
I need to get these two values for both the algorithms and then
compare.
Can anybody please suggest me a profiling tool or any other technique
with which I can do the above? Any help in this regard would be of
great help.
Thanks and Regards,
Shirish Tatikonda
- Previous message: Joe Beanfish: "Re: How can I control the amount of output data through /proc file"
- Next in thread: Dragan Cvetkovic: "Re: Profiling a program at disk access level ??"
- Reply: Dragan Cvetkovic: "Re: Profiling a program at disk access level ??"
- Reply: Tauno Voipio: "Re: Profiling a program at disk access level ??"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|