Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in / Register
B
benchmark
  • Project
    • Overview
    • Details
    • Activity
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Chen Yisong
  • benchmark
  • Repository

Switch branch/tag
  • benchmark
  • src
  • timers.h
Find file
BlameHistoryPermalink
  • Eric's avatar
    Make `PauseTiming()` and `ResumeTiming()` per thread. (#286) · cba945e3
    Eric authored Sep 02, 2016
    * Change to using per-thread timers
    
    * fix bad assertions
    
    * fix copy paste error on windows
    
    * Fix thread safety annotations
    
    * Make null-log thread safe
    
    * remove remaining globals
    
    * use chrono for walltime since it is thread safe
    
    * consolidate timer functions
    
    * Add missing ctime include
    
    * Rename to be consistent with Google style
    
    * Format patch using clang-format
    
    * cleanup -Wthread-safety configuration
    
    * Don't trust _POSIX_FEATURE macros because OS X lies.
    
    * Fix OS X thread timings
    
    * attempt to fix mingw build
    
    * Attempt to make mingw work again
    
    * Revert old mingw workaround
    
    * improve diagnostics
    
    * Drastically improve OS X measurements
    
    * Use average real time instead of max
    cba945e3
timers.h 1.11 KB
EditWeb IDE
×

Replace timers.h

Attach a file by drag & drop or click to upload


Cancel
A new branch will be created in your fork and a new merge request will be started.