From efbe7735fd2ec94260625e17ca26007a66b05a12 Mon Sep 17 00:00:00 2001 From: Juncheng Yang <1a1a11a@users.noreply.github.com> Date: Tue, 20 Feb 2024 10:38:08 -0500 Subject: [PATCH] Update README.md --- README.md | 46 ++++++++++++++++++++++------------------------ 1 file changed, 22 insertions(+), 24 deletions(-) diff --git a/README.md b/README.md index a2e6633f..25890106 100644 --- a/README.md +++ b/README.md @@ -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. -- [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)