cf4ocl (C Framework for OpenCL)  v2.1.0
Object-oriented framework for developing and benchmarking OpenCL projects in C/C++
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages

Plots a Gantt-like chart of OpenCL events using the profiling info exported using the profiler module.

SYNOPSIS

ccl_plot_events.py FILE.TSV

DESCRIPTION

The ccl_plot_events script accepts a single parameter indicating a file containing profiling info exported using the profiler module.

This script requires a Python installation, and depends on the Matplotlib and NumPy libraries.

AUTHOR

Written by Nuno Fachada.

REPORTING BUGS

COPYRIGHT

Copyright (C) 2016 Nuno Fachada
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.