是否可以使用 firebase 性能找到内存泄漏?

Is it possible to find a memory leak using firebase performance?

ReactNative:0.61.4

我的 React Native 应用程序出现内存泄漏。 我查到是什么页面了,但是还没查到是什么原因。 在这种情况下,是否可以使用 Firebase Performance Monitoring 来查找内存泄漏的原因?

this.trace = perf().newTrace('page1');
await this.trace.start();

Firebase Performance Monitoring 就这样插入了。

但是,我这样使用的时候,可以看到内存随时间增加,但是找不到原因。

在这种情况下,Firebase Performance Monitoring 的哪个功能比较合适?

它是查找内存泄漏的坏工具吗?

Firebase 性能监控并非旨在检测内存泄漏。它旨在衡量代码和 HTTP 请求的性能(速度)。