Commit Graph

10 Commits

Author SHA1 Message Date
Бранимир Караџић 880f932cb8 Fixed issue #2002. 2020-01-22 19:54:14 -08:00
Бранимир Караџић b14f9dc280 Cleanup. 2020-01-21 20:08:48 -08:00
Бранимир Караџић de9a508409 Cleanup. 2020-01-21 09:16:55 -08:00
Cedric Guillemet 9ee39e8241 PR feedback 2020-01-21 09:11:53 -08:00
Cedric Guillemet b4cac17b93 default parameters 2020-01-21 09:11:53 -08:00
Cedric Guillemet 4b83e0f5bc discard flags 2020-01-21 09:11:53 -08:00
Бранимир Караџић 4eb5a125c6 Updated API version. 2019-10-31 07:31:09 -07:00
Sandy c7950c6db3 view stats: Make CPU and GPU timestamps available (#1921)
* view stats: Make GPU begin and end times available

* view stats: Make CPU start and end times available

* view stats: Remove redundant `gpuTimeElapsed`

Value can be derived by `gpuTimeEnd - gpuTimeBegin`

* view stats: Remove redundant `cpuTimeElapsed`

Value can be derived by `cpuTimeEnd - cpuTimeBegin`
2019-10-31 07:30:35 -07:00
Бранимир Караџић bd9600e167 Fixed IDL. 2019-10-25 20:13:21 -07:00
Бранимир Караџић ff3a629dd4 Added D bindings. 2019-10-09 07:24:51 -07:00