• Kevin Modzelewski's avatar
    Clean up the StatTimer logic · 8f71d785
    Kevin Modzelewski authored
    Main change is separating the representation of the timer stack (StatTimer) from
    the manipulation of it (ScopedStatTimer).  This makes it easier to keep the different
    use cases (top level timers vs non-top-level) separate without having the individual
    functions check whether they think they are a top-level timer or not.
    8f71d785
thread.cpp 7.63 KB