bullet3/examples/Utils
William Tambellini 3726c72d11 Fix warning in examples/Utils/ChromeTraceUtil.cpp
Fix warning in examples/Utils/ChromeTraceUtil.cpp :
bullet3/examples/Utils/ChromeTraceUtil.cpp:122:62: warning:
format ‘%lu’ expects argument of type ‘long unsigned int’,
but argument 4 has type ‘long long unsigned int’ [-Wformat=]:
for startTimeDiv1000, ...
Tested:
- examples/ExampleBrowser/App_ExampleBrowser --tracing
- press the P key to write the profiler json file
- head /tmp/timings_0.json
- open /tmp/timings_0.json with chrome://tracing
2020-08-07 17:38:42 -07:00
..
b3BulletDefaultFileIO.h example for fileIOPlugin.py loading SDF and its assets from a single zipfile, 2018-11-17 14:11:01 -08:00
b3Clock.cpp Code-style consistency improvement: 2018-09-23 14:17:31 -07:00
b3Clock.h Code-style consistency improvement: 2018-09-23 14:17:31 -07:00
b3ERPCFMHelper.hpp Code-style consistency improvement: 2018-09-23 14:17:31 -07:00
b3Quickprof.cpp Code-style consistency improvement: 2018-09-23 14:17:31 -07:00
b3Quickprof.h Code-style consistency improvement: 2018-09-23 14:17:31 -07:00
b3ReferenceFrameHelper.hpp Code-style consistency improvement: 2018-09-23 14:17:31 -07:00
b3ResourcePath.cpp First pass of load files through an interface (to allow loading from memory, zip file etc). So instead of posix fopen/fread, using CommonFileIOInterface. 2018-10-08 21:27:08 -07:00
b3ResourcePath.h First pass of load files through an interface (to allow loading from memory, zip file etc). So instead of posix fopen/fread, using CommonFileIOInterface. 2018-10-08 21:27:08 -07:00
ChromeTraceUtil.cpp Fix warning in examples/Utils/ChromeTraceUtil.cpp 2020-08-07 17:38:42 -07:00
ChromeTraceUtil.h Code-style consistency improvement: 2018-09-23 14:17:31 -07:00
RobotLoggingUtil.cpp Code-style consistency improvement: 2018-09-23 14:17:31 -07:00
RobotLoggingUtil.h Code-style consistency improvement: 2018-09-23 14:17:31 -07:00