aboutsummaryrefslogtreecommitdiff
path: root/featureClass
diff options
context:
space:
mode:
authorSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2021-12-06 16:29:41 +0800
committerSoopyboo32 <49228220+Soopyboo32@users.noreply.github.com>2021-12-06 16:29:41 +0800
commit6accfc8d22f8873040f347abaf45e9008686a203 (patch)
treef37fc08345f4eb162ce0e4d08c0c127d71552cbe /featureClass
parentc6582418087392ffc81ac49db7a5ad8988815863 (diff)
downloadSoopyV2-6accfc8d22f8873040f347abaf45e9008686a203.tar.gz
SoopyV2-6accfc8d22f8873040f347abaf45e9008686a203.tar.bz2
SoopyV2-6accfc8d22f8873040f347abaf45e9008686a203.zip
Make a utils thing at allows for human readable mappings
Diffstat (limited to 'featureClass')
-rw-r--r--featureClass/featureManager.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/featureClass/featureManager.js b/featureClass/featureManager.js
index b0da324..ee99199 100644
--- a/featureClass/featureManager.js
+++ b/featureClass/featureManager.js
@@ -22,6 +22,7 @@ function RequireNoCache(place){
return require(place) //performance optimisation
}
if(!logger.isDev) return require(place)
+
StrongCachingModuleScriptProvider = new StrongCachingModuleScriptProviderClass(UrlModuleSourceProviderInstance)
CTRequire = new JSLoader.CTRequire(StrongCachingModuleScriptProvider)
return CTRequire(place)
@@ -60,7 +61,7 @@ class FeatureManager {
//PERFORMANCE RECORDING
this.recordingPerformanceUsage = false
- this.performanceUsage = {} //{moduleName: {event: {time: 0, count: 0}}}
+ this.performanceUsage = {} //{<moduleName>: {<event>: {time: 0, count: 0}}}
this.featureMetas = {}