Added a useful dtrace script for listing all GLK calls made
[projects/chimara/chimara.git] / tests / dtrace / readme.txt
1 This directory contains some useful dtrace scripts to help with debugging.
2
3 Example usage:
4 sudo dtrace -s <script_name> -c <program_name>
5
6 list_glk_calls.d        Lists all calls make to the chimara GLK library and their arguments.