Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • D dynamorio
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,467
    • Issues 1,467
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 44
    • Merge requests 44
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • DynamoRIO
  • dynamorio
  • Merge requests
  • !2819

iX: Save caching_device_stats counters on reset

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/snehasish/iX-drcachesim-save-stats-on-reset into master Jan 31, 2018
  • Overview 10
  • Commits 6
  • Pipelines 0
  • Changes 8

Created by: snehasish

When reset is called on caching_device_t, save the current values of num_hits, num_misses and num_child_hits before setting them to zero. Saving the last value on reset can help determine how long (number of misses) it took for the cache to be warm. This is particularly useful when determining cache warmup by fraction loaded rather than number of accesses.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/snehasish/iX-drcachesim-save-stats-on-reset