Updated: October 28, 2024 |
Record all OpenGL calls made by the target application
gltracelogger [-a=frame] [-b=count] [-d] [-i] [-o=path] [-p=process_name | pid] [-S=size] [-s=seconds] [-z=frame]
QNX Neutrino
Specify the frame number on which to start tracing.
Specify the number of buffers. Default is 16 buffers.
Start gltracelogger in daemon mode, which means tracing is not started until the specified frame (using -a option). By default, tracing is started right away.
Immediate mode means the shared memory buffers will be flushed immediately after each trace event (useful if you're sending trace data over network for remote replay).
Specify the output file .glev location.
Tell gltracelogger to connect to the named process or pid.
Specify the maximum size of the trace file.
Specify the number of seconds to trace.
Specify the frame number on which to stop tracing.
This tracing tool is used to help debug graphical issues by providing a trace of all OpenGL function calls made by an application. The gltracelogger is started with a command-line argument specifying the target application by name or pid. The gltracelogger receives the trace data which is then compressed and written into the .glev file, which can be read by gltraceprinter.
To run gltracelogger:
# gltracelogger -p gles3-gears -d -a1 -z1
GLTRACE_WAIT_FOR_CLIENT=1 gles3-gears