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
  • sleep.h
Find file
BlameHistoryPermalink
  • Eric's avatar
    Replace int64_t usages with 'int' instead. (#359) · 94c512c0
    Eric authored Mar 27, 2017
    Previously the constants used for converting between
    different units of time were declared using int64_t. However
    we should only use explicitly sized integer types when they
    are required, and should use 'int' everwhere else, and there is
    no good reason to use int64_t here.
    
    For that reason this patch changes the type of the constants.
    This should help address issue #354 as well.
    94c512c0
sleep.h 465 Bytes
EditWeb IDE
×

Replace sleep.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.