简体   繁体   English

Firebase 云 function 性能分析器

[英]Firebase cloud function performance profiler

Is it possible to profile a Firebase cloud function with tools like ClinicJs or the builtin V8 profiler , both locally or remote (deployed)?是否可以使用ClinicJs或内置V8 分析器等工具在本地或远程(已部署)分析 Firebase 云 function?

There is currently no support in Cloud Functions for profiling tools with deployed functions. Cloud Functions 目前不支持具有已部署函数的分析工具。

You could certainly try to set up something for local profiling.您当然可以尝试为本地分析设置一些东西。 I suggest giving it a shot, and if it doesn't work, post an explanation of what you've done and how it's not working the way you expect.我建议试一试,如果它不起作用,请发布一个解释,说明你做了什么,以及它为什么没有按你期望的方式工作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM