Lines Matching refs:option_
184 if (option_.debug_) { in AdjustReportItems()
195 if (option_.debug_) { in AdjustReportItems()
220 b.ToDebugString().c_str(), VectorToString(option_.sortKeys_).c_str()); in MultiLevelCompare()
223 for (auto it = option_.sortKeys_.begin(); it != option_.sortKeys_.end(); ++it) { in MultiLevelCompare()
376 displayKeyNames_ = option_.sortKeys_; in OutputStdHead()
377 if (!option_.hideCount_) { in OutputStdHead()
408 if (heat < option_.callStackHeatLimit_) { in OutputStdCallFrame()
420 if (option_.debug_) { in OutputStdCallFrame()
498 if (reportItem.heat < option_.heatLimit_) { in OutputStdContent()
574 if (it->heat > option_.heatLimit_ and it2->heat > option_.heatLimit_) { in OutputStdContentDiff()
583 if (it2->heat > option_.heatLimit_) { in OutputStdContentDiff()
593 if (it->heat > option_.heatLimit_) { in OutputStdContentDiff()
611 if (reportItem.heat > option_.heatLimit_) { in OutputStdContentDiffOneSide()