Reputation: 411
Is it possible to profile a Firebase cloud function with tools like ClinicJs or the builtin V8 profiler, both locally or remote (deployed)?
Upvotes: 2
Views: 293
Reputation: 317828
There is currently no support in Cloud Functions for profiling tools with deployed 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.
Upvotes: 1