From 0a8c189824f1869b0c1155eb3c49e43c5e0c0c34 Mon Sep 17 00:00:00 2001 From: Aleksandr Date: Wed, 7 Jul 2021 16:36:19 +0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c030372..71bf514 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,7 @@ There is a full list of methods you can use to change options: ->setDataPacker($DatePacker) // optional, a class implemented \Badoo\LiveProfiler\DataPackerInterface to convert array into string ->setStartCallback($profiler_start_callback) // optional, set it if you use custom profiler ->setEndCallback($profiler_profiler_callback) // optional, set it if you use custom profiler + ->setIgnoredFunctions(['call_user_func', 'call_user_func_array']) // optional, set it if you need to exclude some functions ->useXhprof() // optional, force use xhprof as profiler ->useTidyWays() // optional, force use TidyWays as profiler ->useUprofiler() // optional, force use uprofiler as profiler