2017-02-15 03:58:24 +00:00
|
|
|
/**
|
2017-10-04 17:06:57 +00:00
|
|
|
* Copyright (c) 2013-present, Facebook, Inc.
|
2017-02-15 03:58:24 +00:00
|
|
|
*
|
2017-10-04 17:06:57 +00:00
|
|
|
* This source code is licensed under the MIT license found in the
|
|
|
|
* LICENSE file in the root directory of this source tree.
|
2017-02-15 03:58:24 +00:00
|
|
|
*
|
2017-05-26 17:51:06 +00:00
|
|
|
* @providesModule ReactPerf
|
2017-02-15 03:58:24 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
'use strict';
|
|
|
|
|
2017-05-26 17:51:06 +00:00
|
|
|
const {
|
|
|
|
__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,
|
|
|
|
} = require('ReactNative');
|
2017-02-15 03:58:24 +00:00
|
|
|
|
2017-05-26 17:51:06 +00:00
|
|
|
module.exports = __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactPerf;
|