Skip to content

Commit b0bf282

Browse files
committed
d add back link to reference
1 parent be8065b commit b0bf282

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

approvaltests-util/docs/how_to/PerformanceProfilingWithSimpleLogger.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ Here's an example of the output:
2020
```
2121
The important part here is `~000047ms` which represents the number of milliseconds that have passed since the previous line SimpleLogger
2222
logged. This allows an easy way to detect bottlenecks by adding log statements and test improvements.
23+
24+
## See also
25+
* [SimpleLogger](../reference/SimpleLogger.md#top)

0 commit comments

Comments
 (0)