From f2b83ae5e3328ece472575913a5da9a084feb609 Mon Sep 17 00:00:00 2001 From: Dmitry Filimonov Date: Tue, 11 May 2021 16:25:59 -0700 Subject: [PATCH] Update storage-design.md --- docs/storage-design.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/storage-design.md b/docs/storage-design.md index bf6c688920..a65ade9839 100644 --- a/docs/storage-design.md +++ b/docs/storage-design.md @@ -2,6 +2,9 @@ # O(log n) makes continuous profiling possible +#### _Read this in other languages._ +[中文 (Simplified)](storage-design-ch.md) + Pyroscope is software that lets you **continuously** profile your code to debug performance issues down to a line of code. With just a few lines of code it will do the following: ### Pyroscope Agent