Stream: general

Topic: Profile one module in engine


view this post on Zulip Varun Gupta (Aug 04 2022 at 21:18):

Hi, from my understanding, if profiling is enabled then all modules of the engine will be profiled. In our use case, we create one engine and then submit serverless tasks to same engine. Is it feasible to profile only one module?

view this post on Zulip Alex Crichton (Aug 04 2022 at 21:31):

Currently, no, everything within one engine is profiled. That's not really a technical restriction though it's mostly just how it's designed. One thing you could do perhaps is to have two engines, but if that's not feasible then having more configuration settings seems reasonable to me!

view this post on Zulip Varun Gupta (Aug 04 2022 at 21:56):

@Alex Crichton It will be preferable to have a config option to profile individual module. Shall I create a github task for it?

view this post on Zulip Alex Crichton (Aug 04 2022 at 22:04):

Sure yeah, it'd be good to have an issue with detailed information on this


Last updated: Oct 23 2024 at 20:03 UTC