Skip to content

Instantly share code, notes, and snippets.

View dolang's full-sized avatar

dolang

View GitHub Profile
@dolang
dolang / README.md
Last active March 21, 2018 14:22 — forked from tito/README.md
Find GL leaks from a apitrace dump

Find leaks from a apitrace dump trace

  1. Trace your program: apitrace trace python main.py
  2. Dump the trace: apitrace dump python.2.7.trace > log
  3. Check for leaks: python findleak.py log