Lines Matching refs:result
168 * At this point, the result tells us the increase in frame time caused
615 vector<Vec2> result;
618 result.push_back(Vec2((float)records[i].workloadSize, records[i].getMedianTime()));
620 return result;
717 << ". Can't get sensible result." << TestLog::EndMessage;
1001 log << TestLog::Message << "Slope of measurements for program " << progNdx << " isn't positive. Can't get sensible result." << TestLog::EndMessage;
1010 // The measurements of any single program can't tell us the final result (time of single operation),
1059 // for some reason, a bit faster than the shader without the operation, and thus we get a negative result. The
1060 // following threshold values for accepting a negative or almost-zero result are rather quick and dirty.
1063 log << TestLog::Message << "Got strongly negative result." << TestLog::EndMessage;