Skip to content
  • Alexander Larsson's avatar
    Convert all profiler times from nsec to usec · cc643df8
    Alexander Larsson authored
    usec is the scale of the monotonic timer which is where we get almost
    all the times from. The only actual source of nsec is the opengl
    GPU time (but who knows what the actual resulution of that is).
    
    Changing this to usec allows us to get rid of " * 1000" in a *lot* of
    places all over the codebase, which are ugly and confusing.
    cc643df8