Displaying 3 results from an estimated 3 matches for "getreport".
Did you mean:
get_report
2006 May 10
2
Output Compression in Mongrel?
I''d like to implement output compression in Mongrel (ala Apache''s
mod_deflate). I have found a Rails plugin that, with minor modification,
works.
Is there even an advantage to moving the output compression from the Rails
app to a Mongrel handler?
Unless, of course, someone knows how to configure mod_proxy_balancer with
mod_deflate...
==
Will Green
Web Developer & IT
2019 Jan 31
4
Confusing ERROR with LoopAccessLegacyAnalysis: Pass 'Unnamed pass: implement Pass::getPassName()' is not initialized.
...LegacyAnalysis>();
if (Loop_id.find(L)==Loop_id.end()) // traverse instructions in the block assign instruction ID
{
Loop_id[L] = ++Loop_Counter;
}
// *Loop_out << "---------------Loop report----------------\n";
// *Loop_out << LAA->getInfo(L).getReport();
return false;
}
char LoopInformationCollect::ID = 0;
void LoopInformationCollect::getAnalysisUsage(AnalysisUsage &AU) const {
AU.addRequired<LoopInfoWrapperPass>();
AU.addRequired<ScalarEvolutionWrapperPass>();
AU.addRequired<LoopAccessLegacyAnalysis>();...
2012 Sep 18
0
[LLVMdev] Cannot import LLVM test-suite results to the database using LNT tool
...ortData.py", line 98, in
import_and_report
email_config, toAddress, success, commit)
File "/home/simon/work/lnt.svn/lnt/util/NTEmailReport.py", line 16,
in emailReport
was_added, will_commit)
File "/home/simon/work/lnt.svn/lnt/util/NTEmailReport.py", line 53,
in getReport
result=result, compare_to=compare_to)
File "/home/simon/work/lnt.svn/lnt/server/reporting/runs.py", line
195, in generate_run_report
start_time=start_time)
File "/home/simon/work/python.sandbox/lib/python2.6/site-packages/Flask-0.9-py2.6.egg/flask/templating.py",
lin...