diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2024-09-12 15:09:24 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2024-09-12 15:09:24 -0400 |
commit | 1b7fdac4689e29ec3f64c37f10b843a114d7805d (patch) | |
tree | a1dfeb5d5da4340b3c00b415d6d14b5e2fa28491 /scripts | |
parent | 2b851fbd0b4f72f46ec68965b3e06451e20a5b39 (diff) |
Add frame_profile.lua to TP to known spot and take frame profile.
frame_profile.lua teleports home when done.
Further add frame_profile bash script to run the specified viewer,
automatically log into said known spot, take frame profile and quit.
The frame_profile bash script runs frame_profile_quit.lua.
frame_profile_quit.lua is derived from frame_profile.lua, but different:
it doesn't teleport either way because it assumes autologin to the target
location, and because it logs out instead of returning home.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/perf/frame_profile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/perf/frame_profile b/scripts/perf/frame_profile new file mode 100755 index 0000000000..75bf0a3105 --- /dev/null +++ b/scripts/perf/frame_profile @@ -0,0 +1,4 @@ +#!/usr/bin/env bash + +"$1" --autologin --luafile frame_profile_quit.lua \ + http://maps.secondlife.com/secondlife/Bug%20Island/220/224/27 |