From 3d0543b6444f49884316b74a55aa4fc167309a53 Mon Sep 17 00:00:00 2001 From: Santiago Pastorino Date: Wed, 9 Sep 2020 16:24:41 +0000 Subject: [PATCH] Update src/queries/profiling.md Co-authored-by: Joshua Nelson --- src/queries/profiling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/queries/profiling.md b/src/queries/profiling.md index ec04ad2c..7e0b6868 100644 --- a/src/queries/profiling.md +++ b/src/queries/profiling.md @@ -139,7 +139,7 @@ These rows are **sorted by total duration**, in descending order. The following example `profile_queries.counts.txt` file results from running on a hello world program (a single main function that uses `println` to print -`"hello world"). +`"hello world"`). As explained above, the columns consist of `provider/pass`, `count`, `duration`: