Lines Matching defs:ColumnTitle
3103 // Users specify titles and offset of every columns through ColumnTitle and
3104 // ColumnOffset. The size of ColumnTitle and ColumnOffset need to be the same
3107 static void dumpHotFunctionList(const std::vector<std::string> &ColumnTitle,
3114 assert(ColumnOffset.size() == ColumnTitle.size() &&
3115 "ColumnOffset and ColumnTitle should have the same size");
3116 assert(ColumnTitle.size() >= 4 &&
3117 "ColumnTitle should have at least 4 elements");
3136 for (size_t I = 0; I < ColumnTitle.size(); ++I) {
3138 FOS << ColumnTitle[I];
3196 std::vector<std::string> ColumnTitle{"Total sample (%)", "Max sample",
3213 dumpHotFunctionList(ColumnTitle, ColumnOffset, PrintValues, HotFuncCount,