Lines Matching defs:ColumnTitle
3024 // Users specify titles and offset of every columns through ColumnTitle and
3025 // ColumnOffset. The size of ColumnTitle and ColumnOffset need to be the same
3028 static void dumpHotFunctionList(const std::vector<std::string> &ColumnTitle,
3035 assert(ColumnOffset.size() == ColumnTitle.size() &&
3036 "ColumnOffset and ColumnTitle should have the same size");
3037 assert(ColumnTitle.size() >= 4 &&
3038 "ColumnTitle should have at least 4 elements");
3057 for (size_t I = 0; I < ColumnTitle.size(); ++I) {
3059 FOS << ColumnTitle[I];
3117 std::vector<std::string> ColumnTitle{"Total sample (%)", "Max sample",
3134 dumpHotFunctionList(ColumnTitle, ColumnOffset, PrintValues, HotFuncCount,