Change replace the QuickPerformanceLogger class with the QPLCore

Summary: Now that the vanilla JS QuickPerformanceLoggerCore was created with the core methods from QPL, we are using this in Flipper so that we have one source of truth

Reviewed By: nubbel

Differential Revision: D23128231

fbshipit-source-id: 16841aab2563509c7184a09ecb8d3f534c53e896
This commit is contained in:
Nicole Stiliyan Vukadinova
2020-08-26 03:48:15 -07:00
committed by Facebook GitHub Bot
parent 74cd039044
commit 381f31526c

View File

@@ -13,6 +13,7 @@ const fbjs = require('eslint-config-fbjs');
const pattern = /^\*\r?\n[\S\s]*Facebook[\S\s]* \* @format\r?\n/; const pattern = /^\*\r?\n[\S\s]*Facebook[\S\s]* \* @format\r?\n/;
const builtInModules = [ const builtInModules = [
'fb-qpl-xplat',
'flipper', 'flipper',
'flipper-plugin', 'flipper-plugin',
'flipper-plugin-lib', 'flipper-plugin-lib',