TACC / Galaxy

Galaxy is an asynchronous parallel visualization ray tracer for performant rendering in distributed computing environments. Galaxy builds upon Intel OSPRay and Intel Embree, including ray queueing and sending logic inspired by TACC GraviT.
Apache License 2.0
19 stars 9 forks source link

GXY_TIMING is broken #2

Closed pnav closed 6 years ago

pnav commented 6 years ago

Activating GXY_TIMING breaks the build. Apparently Timing.h got renamed, perhaps to Timer.h, and assorted build failures ensue.

pnav commented 6 years ago

Updated src/renderer/Renderer.cpp to use new Timer.h header Updated src/framework/Timer.h to include full std namespacing