-
Notifications
You must be signed in to change notification settings - Fork 36
Skipping built-in functions for Tideways XHProf extension #32
Comments
Not right now, but we accept pull requests 😄 |
Well, I'd suggest then creating a new optional parameter in the XHGui config file - say, |
Hello, This feature of abilities to customize flags will be really need. Because performance are a lot better by disabling CPU flags too (see please: #35). Thanks. |
This seems to be solved via 1.8.0: #32 |
@glensc Thanks ! Are you sure ? I checked the code and we have:
What is the way to disable TIDEWAYS_FLAGS_CPU for instance ? This one is pretty greddy, so disabling it bring a lot more faster website when xhprof is activated. Thanks |
@glensc Sorry my intend was really not hijacking this issue, it's an error from my part i was thinking built-in function where talking about the default parameters (CPU flags, etc...), but you are right subject is TIDEWAYS_XHPROF_FLAGS_NO_BUILTINS. Issue 35 is the one for my subject. Best regards. |
Hi. I use this collector along with the
tideways_xhprof
extension and I don't want to profile PHP built-in functions (using theTIDEWAYS_XHPROF_FLAGS_NO_BUILTINS
flag).Am I right to assume there's no way to do that at the moment, since this call doesn't take options?
The text was updated successfully, but these errors were encountered: