Update systrace markers

Reviewed By: AaaChiuuu

Differential Revision: D5707578

fbshipit-source-id: 90afc7c0c7dd66eda621f990ca3a11848adeb4e5
This commit is contained in:
Pieter De Baets
2017-08-30 03:45:02 -07:00
committed by Facebook Github Bot
parent e9d7711847
commit c68bb6a72c
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ std::vector<std::string> ModuleRegistry::moduleNames() {
}
folly::Optional<ModuleConfig> ModuleRegistry::getConfig(const std::string& name) {
SystraceSection s("getConfig", "module", name);
SystraceSection s("ModuleRegistry::getConfig", "module", name);
// Initialize modulesByName_
if (modulesByName_.empty() && !modules_.empty()) {