From 216f2dc5226f1bd938f575e75aec6c5dd737f40d Mon Sep 17 00:00:00 2001 From: elexis Date: Fri, 23 Mar 2018 14:31:00 +0000 Subject: [PATCH] Update simulation replay profiling comments and remove unused, nonexisting reference. git-svn-id: https://svn.wildfiregames.com/public/ps/trunk@21608 3db68df2-c116-0410-a063-a993310a9797 --- source/tools/replayprofile/extract.pl | 8 ++++---- source/tools/replayprofile/graph.html | 1 - 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/source/tools/replayprofile/extract.pl b/source/tools/replayprofile/extract.pl index ac3c6a7d61..dff021a5c1 100644 --- a/source/tools/replayprofile/extract.pl +++ b/source/tools/replayprofile/extract.pl @@ -3,12 +3,12 @@ use strict; use warnings; -# Run the game normally to generate a simulation command log. -# Run the replay mode like: -# ./pyrogenesis -mod=public -replay=$HOME/.config/0ad/logs/sim_log/99999/commands.txt +# Run the game normally to generate a replay. +# Run the non-visual replay like: +# ./pyrogenesis -mod=public -replay=$HOME/.local/share/0ad/replays/0.0.23/2018-03-23_0010/commands.txt # to generate profile.txt. # Then run: -# perl extract.pl > data.js +# perl extract.pl > data.json # then open graph.html. open my $f, '../../../binaries/system/profile.txt' or die $!; diff --git a/source/tools/replayprofile/graph.html b/source/tools/replayprofile/graph.html index 5b6cfbb536..ceea5000b3 100644 --- a/source/tools/replayprofile/graph.html +++ b/source/tools/replayprofile/graph.html @@ -3,7 +3,6 @@ 0 A.D. Simulation Profiling - -- 2.11.4.GIT