Skip to content
  • Jonathan Peyton's avatar
    Update stats-gathering code · 5375fe82
    Jonathan Peyton authored
    Have developer timers use partitioning scheme which also required that some
    redundant developer timers be removed in favor of the already existing normal
    timers. Move per thread stats initialization to just after global thread id
    assignment which is as early as possible. Also put all global stats
    initialization code in __kmp_stats_init() and all global stats destruction code
    in __kmp_stats_fini().
    
    Differential Revision: https://reviews.llvm.org/D26361
    
    llvm-svn: 286892
    5375fe82
Loading