trace generation question
-
you know how some benchmark programs generate trace files, well i'm wondering how do i do something like that, i just want to write a simple program and generae memory traces, perhaps ther's lots of info on the web the only problem is that i havent been able to find even one sample code; can anybody help?
-
you know how some benchmark programs generate trace files, well i'm wondering how do i do something like that, i just want to write a simple program and generae memory traces, perhaps ther's lots of info on the web the only problem is that i havent been able to find even one sample code; can anybody help?
is that what you are thinking of : Visual Leak Detector[^]
Maximilien Lincourt Your Head A Splode - Strong Bad
-
you know how some benchmark programs generate trace files, well i'm wondering how do i do something like that, i just want to write a simple program and generae memory traces, perhaps ther's lots of info on the web the only problem is that i havent been able to find even one sample code; can anybody help?
-
redbones wrote:
you know how some benchmark programs generate trace files
redbones wrote:
i havent been able to find even one sample code;
Ummm you open a file, you write to it.... am I missing something?
led mike
led mike wrote:
Ummm you open a file, you write to it.... am I missing something?
that's the problem, what do i write to the file? is it like i create a pointer to an address or what, what i'm saying is how do i get the vakue that i output to the file :confused: