You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
When sorting columns by diff, keep CSV stats of the same category together. Do an addional stable sort by stat category after the initial sort by diff
[FYI] tyler.staples [CL 25990671 by ben woodhouse in ue5-main branch]
This commit is contained in:
@@ -26,7 +26,7 @@ namespace PerfReportTool
|
||||
class Version
|
||||
{
|
||||
// Format: Major.Minor.Bugfix
|
||||
private static string VersionString = "4.105.0";
|
||||
private static string VersionString = "4.106.0";
|
||||
|
||||
public static string Get() { return VersionString; }
|
||||
};
|
||||
@@ -169,10 +169,12 @@ namespace PerfReportTool
|
||||
" -summaryTableXmlRowSortAppend <list,of,stats> : append these stats to the summary table's row sort list\n" +
|
||||
" -transposeTable : write the summary tables transposed\n" +
|
||||
" -transposeCollatedTable : write the collated summary table transposed (disables min/max columns)\n" +
|
||||
" -addDiffRows : adds diff rows after the first two rows\n" +
|
||||
" -sortColumnsByDiff : sorts columns by the max of its diff scores (use with -addDiffRows)\n" +
|
||||
" Note: Diff score corresponds to the value of a column's diff row; the sign is reversed if LowIsBad\n" +
|
||||
" -columnDiffDisplayThreshold <value> : if specified, hides columns with max diff value below this threshold\n" +
|
||||
"Diff rows\n" +
|
||||
" -addDiffRows : adds diff rows after the first two rows\n" +
|
||||
" -sortColumnsByDiff : sorts columns by the max of its diff scores (use with -addDiffRows).\n" +
|
||||
" Notes: Diff score corresponds to the value of a column's diff row; the sign is reversed if LowIsBad\n" +
|
||||
" Stats are sorted by prefixes first, e.g GPU/\n" +
|
||||
" -columnDiffDisplayThreshold <value> : if specified, hides columns with max diff value below this threshold\n"+
|
||||
"\n" +
|
||||
"Optional Column Filters\n" +
|
||||
" -debugShowFilteredColumns : grays out filtered columns instead of removing. Column tooltip will show filtered reason.\n" +
|
||||
|
||||
Reference in New Issue
Block a user