added comment to profiler code example

pull/1959/head
Scott Anderson 2020-12-08 14:33:20 -07:00
parent 649004e291
commit d000fd9746
1 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,8 @@ _**Data type:** Array of strings_
import "profiler"
option profiler.enabledProfilers = ["query", "operator"]
// Query to profile
```
## Available profilers