Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
1a1a11a committed Feb 20, 2024
1 parent 554552f commit efbe773
Showing 1 changed file with 22 additions and 24 deletions.
46 changes: 22 additions & 24 deletions README.md
Expand Up @@ -5,30 +5,28 @@
#### The main development of libCacheSim is at [https://github.com/1a1a11a/libCacheSim](https://github.com/1a1a11a/libCacheSim), the [cachemon](https://github.com/cachemon/libCacheSim) repo is a mirror of the stable branch. Please fork and submit PR to this repo.

<!-- TOC start (generated with https://github.com/derlin/bitdowntoc) -->
- [libCacheSim - building and running cache simulations](#libcachesim---building-and-running-cache-simulations)
- [News](#news)
- [What is libCacheSim](#what-is-libcachesim)
- [libCacheSim features](#libcachesim-features)
- [Supported algorithms](#supported-algorithms)
- [Build and Install libCacheSim](#build-and-install-libcachesim)
- [One-line install](#one-line-install)
- [Install dependency](#install-dependency)
- [Build libCacheSim](#build-libcachesim)
- [Usage](#usage)
- [cachesim (a high-performance cache simulator)](#cachesim-a-high-performance-cache-simulator)
- [basic usage](#basic-usage)
- [Run a single cache simulation](#run-a-single-cache-simulation)
- [Run multiple cache simulations with different cache sizes](#run-multiple-cache-simulations-with-different-cache-sizes)
- [Plot miss ratio curve](#plot-miss-ratio-curve)
- [Trace analysis](#trace-analysis)
- [Using libCacheSim as a library](#using-libcachesim-as-a-library)
- [Extending libCacheSim (new algorithms and trace types)](#extending-libcachesim-new-algorithms-and-trace-types)
- [Open source cache traces](#open-source-cache-traces)
- [Questions?](#questions)
- [Contributions](#contributions)
- [Reference](#reference)
- [License](#license)
- [Related](#related)
- [What is libCacheSim](#what-is-libcachesim)
- [libCacheSim features](#libcachesim-features)
- [Supported algorithms](#supported-algorithms)
- [Build and Install libCacheSim](#build-and-install-libcachesim)
- [One-line install](#one-line-install)
- [Install dependency](#install-dependency)
- [Build libCacheSim](#build-libcachesim)
- [Usage](#usage)
- [cachesim (a high-performance cache simulator)](#cachesim-a-high-performance-cache-simulator)
- [basic usage](#basic-usage)
- [Run a single cache simulation](#run-a-single-cache-simulation)
- [Run multiple cache simulations with different cache sizes](#run-multiple-cache-simulations-with-different-cache-sizes)
- [Plot miss ratio curve](#plot-miss-ratio-curve)
- [Trace analysis](#trace-analysis)
- [Using libCacheSim as a library](#using-libcachesim-as-a-library)
- [Extending libCacheSim (new algorithms and trace types)](#extending-libcachesim-new-algorithms-and-trace-types)
- [Open source cache traces](#open-source-cache-traces)
- [Questions?](#questions)
- [Contributions](#contributions)
- [Reference](#reference)
- [License](#license)
- [Related](#related)
<!-- TOC end -->


Expand Down

0 comments on commit efbe773

Please sign in to comment.