search for: createinfooutputfil

Displaying 4 results from an estimated 4 matches for "createinfooutputfil".

Did you mean: createinfooutputfile
2011 Jun 01
2
[LLVMdev] How best to time passes using the API instead of opt? Also, memory leaks when trying to do timing in the API.
...ebugger, I can get it and call printAll successfully). Looking through the code, TimerGroup's removeTimer (also called in it's destructor) appears to print everything out to the info-output-file (stderr) when its Timers are all removed but I see no output, however I'm able to call llvm::CreateInfoOutputFile myself, pipe to it, and stuff shows up on stderr. In PassManager.cpp, TheTimeInfo (which is a TimingInfo), gets assigned once, and as far as I can tell never gets deleted, thus its destructor is never called, the Timers are never deleted, and the timing data is never output. Valgrind shows these T...
2011 Jun 01
2
[LLVMdev] How best to time passes using the API instead of opt? Also, memory leaks when trying to do timing in the API.
...All successfully). Looking through the code, >> TimerGroup's removeTimer (also called in it's destructor) appears to >> print everything out to the info-output-file (stderr) when its Timers >> are all removed but I see no output, however I'm able to call >> llvm::CreateInfoOutputFile myself, pipe to it, and stuff shows up on >> stderr. In PassManager.cpp, TheTimeInfo (which is a TimingInfo), gets >> assigned once, and as far as I can tell never gets deleted, thus its >> destructor is never called, the Timers are never deleted, and the >> timing data is...
2011 Jun 01
0
[LLVMdev] How best to time passes using the API instead of opt? Also, memory leaks when trying to do timing in the API.
...t and call printAll successfully). Looking through the code, > TimerGroup's removeTimer (also called in it's destructor) appears to > print everything out to the info-output-file (stderr) when its Timers > are all removed but I see no output, however I'm able to call > llvm::CreateInfoOutputFile myself, pipe to it, and stuff shows up on > stderr. In PassManager.cpp, TheTimeInfo (which is a TimingInfo), gets > assigned once, and as far as I can tell never gets deleted, thus its > destructor is never called, the Timers are never deleted, and the > timing data is never output. Va...
2011 Jun 01
0
[LLVMdev] How best to time passes using the API instead of opt? Also, memory leaks when trying to do timing in the API.
...). Looking through the code, >>> TimerGroup's removeTimer (also called in it's destructor) appears to >>> print everything out to the info-output-file (stderr) when its Timers >>> are all removed but I see no output, however I'm able to call >>> llvm::CreateInfoOutputFile myself, pipe to it, and stuff shows up on >>> stderr. In PassManager.cpp, TheTimeInfo (which is a TimingInfo), gets >>> assigned once, and as far as I can tell never gets deleted, thus its >>> destructor is never called, the Timers are never deleted, and the >>>...