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
  • README.md
Find file
BlameHistoryPermalink
  • PCMan's avatar
    Provide helpers to create integer lists for the given ranges. (#1179) · c932169e
    PCMan authored Jun 16, 2021
    This can be used together with ArgsProduct() to allow multiple ranges
    with different multipliers and mixing dense and sparse ranges.
    
    Example:
    BENCHMARK(MyTest)->ArgsProduct({
      CreateRange(0, 1024, /*multi=*/32),
      CreateRange(0, 100, /*multi=*/4),
      CreateDenseRange(0, 4, /*step=*/1)
    });
    Co-authored-by: 's avatarJen-yee Hong <pcmantw@google.com>
    c932169e
README.md 47.3 KB
EditWeb IDE
×

Replace README.md

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.