summaryrefslogtreecommitdiff
path: root/ufo/ufo-priv.c
Commit message (Collapse)AuthorAge
* Fix #135: add UFO_GPU_NODE_INFO_NAMEMatthias Vogelgesang2017-11-26
|
* Use date and time to differentiate trace profilesMatthias Vogelgesang2016-04-12
| | | | | PIDs are not unique and are pretty difficult to make good use of in post analysis.
* Fix nano second to second conversionMatthias Vogelgesang2015-08-20
| | | | ... oh my god.
* Use common timestamp unit for both trace typesMatthias Vogelgesang2015-08-19
|
* Do not prepend . to trace and profile outputMatthias Vogelgesang2015-08-19
|
* Possibly fix #31: avoid double to int conversionMatthias Vogelgesang2014-08-21
| | | | | If times are small, subtracted and converted to int it may be possible that this results in 0 where something else would be correct.
* Fix #28: use elapsed seconds to compute timestampMatthias Vogelgesang2014-08-21
|
* Output OpenCL profiler information as Chrome JSONMatthias Vogelgesang2014-04-04
|
* Move profile data writing out of schedulerMatthias Vogelgesang2014-04-04