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
  • test
  • user_counters_test.cc
Find file
BlameHistoryPermalink
  • Roman Lebedev's avatar
    Custom user counters: add invert modifier. (#850) · 7d97a057
    Roman Lebedev authored Aug 12, 2019
    While current counters can e.g. answer the question
    "how many items is processed per second", it is impossible to get
    it to tell "how many seconds it takes to process a single item".
    
    The solution is to add a yet another modifier `kInvert`,
    that is *always* considered last, which simply inverts the answer.
    
    Fixes #781, #830, #848.
    7d97a057
user_counters_test.cc 24.4 KB
EditWeb IDE
×

Replace user_counters_test.cc

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.