|
-
September 18th, 2008, 06:28 PM
#1
Memory clear for time testing in c++
I need to measure computational time of my algorithm with different constants values.
To get accurate results, I think I need to set memory in the same condition (e.g clear memory) before testing each time. My algorithm uses std::vector<double>. Are there any instruction in c++?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|