[Performance] Add watch indicator
Add a watch indicator to the example bundles as a developer support tool. Added to help support sluggish plots, WTD-717.
This commit is contained in:
10
example/profiling/bundle.json
Normal file
10
example/profiling/bundle.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"extensions": {
|
||||
"indicators": [
|
||||
{
|
||||
"implementation": "WatchIndicator.js",
|
||||
"depends": ["$interval", "$rootScope"]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user