Closed jackchoumine closed 2 years ago
Ciao @jackchoumine how you doing?
That metric doesn't come for free, you probably want to use the perfume.start
and perfume.end
to manually annotate how long it will take each API.
Let me ask you a few questions:
Ciao @jackchoumine how you doing? That metric doesn't come for free, you probably want to use the
perfume.start
andperfume.end
to manually annotate how long it will take each API.Let me ask you a few questions:
- what's your goal in measuring this?
- do you want to measure all APIs or just some?
I am try to improve a old project I wanna find what http api is slow so I wanna all api time
Yeah, the best bet is to wrap all APIs with an utility that focus on measuring that time. As I mentioned, using Performance Marks is your best bet to get that data.
I want to know all http api response time in my project, does it support it? How can I do it?