This commit is contained in:
Joe Mooring
2025-01-16 08:22:53 -08:00
committed by GitHub
parent 8c1debf3a5
commit abcfed7a5b
+1 -1
View File
@@ -12,7 +12,7 @@ action:
{{< new-in 0.120.0 >}}
Use the `debug.Timer` function to determine execution time for a block of code, useful for finding performance bottle necks in templates.
Use the `debug.Timer` function to determine execution time for a block of code, useful for finding performance bottlenecks in templates.
The timer starts when you instantiate it, and stops when you call its `Stop` method.