Selection Criteria

This will be passed as-is to MongoDB. You may use this to select (for example) hits against a specific URL, or requests that invoked MongoCollection::find() more than 3 times.

Samples

Display hits against a given URL

{"meta.url" : "/index.php"}

Display runs that took more than 1 second

{ "profile.main().wt" : {"$gt" : 1000000}}

Values to Retrieve

It's unlikely you require the full dataset back, this allows you to grab just the values you care about to reduce transferred data.

Samples

Retrieve meta details, and overall run data

{"meta" : true, "profile.main()" : true}

Values to Graph

These are things that should end up on the graph

Raw Data

Array
(
    [_id] => 69b6a06162182faa78124a5f
    [meta] => Array
        (
            [url] => /civicrm/clearcache
            [SERVER] => Array
                (
                    [QUERY_STRING] => 
                    [REQUEST_METHOD] => GET
                    [DOCUMENT_ROOT] => /var/www/html/docroot
                    [REMOTE_ADDR] => 172.21.0.2
                    [SERVER_ADDR] => 172.21.0.6
                    [SERVER_NAME] => cpz-civicrm.dev-test.apps2.mollux.be
                    [HTTP_USER_AGENT] => Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36
                    [HTTP_HOST] => cpz-civicrm.dev-test.apps2.mollux.be
                    [PHP_SELF] => /index.php
                    [REQUEST_TIME_FLOAT] => 1773576267.7265
                    [REQUEST_TIME] => 1773576267
                )

            [get] => Array
                (
                )

            [env] => Array
                (
                    [USER] => www-data
                    [HOME] => /var/www
                    [SCRIPT_NAME] => /index.php
                    [REQUEST_URI] => /civicrm/clearcache
                    [QUERY_STRING] => 
                    [REQUEST_METHOD] => GET
                    [SERVER_PROTOCOL] => HTTP/1.1
                    [GATEWAY_INTERFACE] => CGI/1.1
                    [REDIRECT_URL] => /civicrm/clearcache
                    [REMOTE_PORT] => 41948
                    [SCRIPT_FILENAME] => /var/www/html/docroot/index.php
                    [SERVER_ADMIN] => webmaster@localhost
                    [CONTEXT_DOCUMENT_ROOT] => /var/www/html/docroot
                    [CONTEXT_PREFIX] => 
                    [REQUEST_SCHEME] => http
                    [DOCUMENT_ROOT] => /var/www/html/docroot
                    [REMOTE_ADDR] => 172.21.0.2
                    [SERVER_PORT] => 80
                    [SERVER_ADDR] => 172.21.0.6
                    [SERVER_NAME] => cpz-civicrm.dev-test.apps2.mollux.be
                    [SERVER_SOFTWARE] => Apache/2.4.66 (Debian)
                    [SERVER_SIGNATURE] => <address>Apache/2.4.66 (Debian) Server at cpz-civicrm.dev-test.apps2.mollux.be Port 80</address>

                    [PATH] => /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
                    [HTTP_X_REAL_IP] => 10.133.0.2
                    [HTTP_X_FORWARDED_SERVER] => 98a836b387ab
                    [HTTP_X_FORWARDED_PROTO] => https, https
                    [HTTP_X_FORWARDED_PORT] => 443
                    [HTTP_X_FORWARDED_HOST] => cpz-civicrm.dev-test.apps2.mollux.be
                    [HTTP_X_FORWARDED_FOR] => 78.22.112.112, 10.133.0.2
                    [HTTP_UPGRADE_INSECURE_REQUESTS] => 1
                    [HTTP_SEC_FETCH_USER] => ?1
                    [HTTP_SEC_FETCH_SITE] => none
                    [HTTP_SEC_FETCH_MODE] => navigate
                    [HTTP_SEC_FETCH_DEST] => document
                    [HTTP_SEC_CH_UA_PLATFORM] => "macOS"
                    [HTTP_SEC_CH_UA_MOBILE] => ?0
                    [HTTP_SEC_CH_UA] => "Not:A-Brand";v="99", "Google Chrome";v="145", "Chromium";v="145"
                    [HTTP_PRIORITY] => u=0, i
                    [HTTP_PRAGMA] => no-cache
                    [HTTP_DNT] => 1
                    [HTTP_COOKIE] => SSESS42277cec4b0a6f4bc8c657e828c1134e=UvjvISgW-SinF1A_EwEjGA7Rkm-LmVcUmuIqwcnVkio
                    [HTTP_CACHE_CONTROL] => no-cache
                    [HTTP_ACCEPT_LANGUAGE] => en-US,en;q=0.9,nl;q=0.8,fr;q=0.7,de;q=0.6
                    [HTTP_ACCEPT_ENCODING] => gzip, deflate, br, zstd
                    [HTTP_ACCEPT] => text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7
                    [HTTP_USER_AGENT] => Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/145.0.0.0 Safari/537.36
                    [HTTP_HOST] => cpz-civicrm.dev-test.apps2.mollux.be
                    [HTTP_AUTHORIZATION] => 
                    [protossl] => 
                    [REDIRECT_STATUS] => 200
                    [REDIRECT_HTTP_AUTHORIZATION] => 
                    [REDIRECT_protossl] => 
                    [FCGI_ROLE] => RESPONDER
                    [PHP_SELF] => /index.php
                    [REQUEST_TIME_FLOAT] => 1773576267.7265
                    [REQUEST_TIME] => 1773576267
                    [argv] => Array
                        (
                        )

                    [argc] => 0
                )

            [simple_url] => /civicrm/clearcache
            [request_ts] => 1773576267
            [request_ts_micro] => 1773576267.7265
            [request_date] => 2026-03-15
        )

    [profile] => Array
        (
            [main()==>Xhgui\Profiler\Profiler::registerShutdownHandler] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1736
                    [pmu] => 176
                )

            [drupal_environment_initialize==>drupal_valid_http_host] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [drupal_environment_initialize==>request_path] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1056
                    [pmu] => 1056
                )

            [TYPO3\PharStreamWrapper\Behavior::withAssertion==>TYPO3\PharStreamWrapper\Behavior::assertCommands] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 248
                )

            [file_register_phar_wrapper==>TYPO3\PharStreamWrapper\Behavior::withAssertion] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 1736
                    [pmu] => 720
                )

            [TYPO3\PharStreamWrapper\Manager::initialize==>TYPO3\PharStreamWrapper\Manager::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 736
                    [pmu] => 736
                )

            [file_register_phar_wrapper==>TYPO3\PharStreamWrapper\Manager::initialize] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1496
                    [pmu] => 1464
                )

            [drupal_environment_initialize==>file_register_phar_wrapper] => Array
                (
                    [ct] => 1
                    [wt] => 59
                    [cpu] => 0
                    [mu] => 6168
                    [pmu] => 5808
                )

            [_drupal_bootstrap_configuration==>drupal_environment_initialize] => Array
                (
                    [ct] => 1
                    [wt] => 108
                    [cpu] => 0
                    [mu] => 12784
                    [pmu] => 12784
                )

            [_drupal_bootstrap_configuration==>timer_start] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1336
                    [pmu] => 1336
                )

            [conf_path==>drupal_static] => Array
                (
                    [ct] => 5
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1752
                    [pmu] => 1752
                )

            [drupal_settings_initialize==>conf_path] => Array
                (
                    [ct] => 2
                    [wt] => 45
                    [cpu] => 0
                    [mu] => 3360
                    [pmu] => 3360
                )

            [drupal_settings_initialize==>drupal_is_https] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [drupal_settings_initialize==>_drupal_get_cookie_domain] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 616
                    [pmu] => 208
                )

            [_drupal_bootstrap_configuration==>drupal_settings_initialize] => Array
                (
                    [ct] => 1
                    [wt] => 97
                    [cpu] => 0
                    [mu] => 8992
                    [pmu] => 8992
                )

            [DrupalRequestSanitizer::sanitize==>variable_get] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [DrupalRequestSanitizer::stripDangerousValues==>DrupalRequestSanitizer::stripDangerousValues@1] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1240
                    [pmu] => 1336
                )

            [DrupalRequestSanitizer::sanitize==>DrupalRequestSanitizer::stripDangerousValues] => Array
                (
                    [ct] => 4
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 3016
                    [pmu] => 2704
                )

            [_drupal_bootstrap_configuration==>DrupalRequestSanitizer::sanitize] => Array
                (
                    [ct] => 1
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 3656
                    [pmu] => 3080
                )

            [drupal_bootstrap==>_drupal_bootstrap_configuration] => Array
                (
                    [ct] => 1
                    [wt] => 248
                    [cpu] => 0
                    [mu] => 27128
                    [pmu] => 26768
                )

            [_drupal_bootstrap_page_cache==>variable_get] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 192
                )

            [_drupal_bootstrap_database==>drupal_valid_test_ua] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1048
                    [pmu] => 1048
                )

            [drupal_bootstrap@1==>_drupal_bootstrap_database] => Array
                (
                    [ct] => 1
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 2048
                    [pmu] => 2048
                )

            [_drupal_bootstrap_variables==>variable_get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [_drupal_bootstrap_variables==>lock_initialize] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 240
                )

            [_cache_get_object==>variable_get] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 536
                )

            [_cache_get_object==>DrupalDatabaseCache::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [cache_get==>_cache_get_object] => Array
                (
                    [ct] => 6
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 2640
                    [pmu] => 2584
                )

            [DrupalDatabaseCache::garbageCollection==>variable_get] => Array
                (
                    [ct] => 6
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [DrupalDatabaseCache::getMultiple==>DrupalDatabaseCache::garbageCollection] => Array
                (
                    [ct] => 6
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 1200
                    [pmu] => 1200
                )

            [Database::openConnection==>Database::parseConnectionInfo] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 2072
                    [pmu] => 2072
                )

            [DatabaseConnection_mysql::__construct==>DatabaseConnection_mysql::utf8mb4IsActive] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [DatabaseConnection_mysql::setPrefix==>DatabaseConnection::setPrefix] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 2976
                    [pmu] => 3744
                )

            [DatabaseConnection_mysql::setPrefix==>variable_get] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [DatabaseConnection::__construct==>DatabaseConnection_mysql::setPrefix] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 5008
                    [pmu] => 5008
                )

            [DatabaseConnection_mysql::__construct==>DatabaseConnection::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1273
                    [cpu] => 1040
                    [mu] => 47824
                    [pmu] => 47824
                )

            [Database::openConnection==>DatabaseConnection_mysql::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1606
                    [cpu] => 1249
                    [mu] => 50496
                    [pmu] => 50496
                )

            [Database::openConnection==>DatabaseConnection::setTarget] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Database::openConnection==>DatabaseConnection::setKey] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Database::getConnection==>Database::openConnection] => Array
                (
                    [ct] => 1
                    [wt] => 1642
                    [cpu] => 1249
                    [mu] => 53568
                    [pmu] => 53792
                )

            [db_escape_table==>Database::getConnection] => Array
                (
                    [ct] => 6
                    [wt] => 1660
                    [cpu] => 1249
                    [mu] => 54960
                    [pmu] => 54960
                )

            [db_escape_table==>DatabaseConnection::escapeTable] => Array
                (
                    [ct] => 6
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 928
                    [pmu] => 928
                )

            [DrupalDatabaseCache::getMultiple==>db_escape_table] => Array
                (
                    [ct] => 6
                    [wt] => 1740
                    [cpu] => 1555
                    [mu] => 56568
                    [pmu] => 56312
                )

            [db_query==>Database::getConnection] => Array
                (
                    [ct] => 15
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 536
                )

            [DatabaseConnection::query==>DatabaseConnection::defaultOptions] => Array
                (
                    [ct] => 172
                    [wt] => 161
                    [cpu] => 938
                    [mu] => 568
                    [pmu] => 568
                )

            [DatabaseConnection::query==>DatabaseConnection::expandArguments] => Array
                (
                    [ct] => 172
                    [wt] => 634
                    [cpu] => 222
                    [mu] => 6944
                    [pmu] => 1480
                )

            [DatabaseConnection::prepareQuery==>DatabaseConnection::prefixTables] => Array
                (
                    [ct] => 172
                    [wt] => 426
                    [cpu] => 403
                    [mu] => 26728
                    [pmu] => 576
                )

            [DatabaseConnection::prepareQuery==>DatabaseStatementBase::__construct] => Array
                (
                    [ct] => 172
                    [wt] => 396
                    [cpu] => 191
                    [mu] => 568
                    [pmu] => 568
                )

            [DatabaseConnection::query==>DatabaseConnection::prepareQuery] => Array
                (
                    [ct] => 172
                    [wt] => 2434
                    [cpu] => 1850
                    [mu] => 110552
                    [pmu] => 2064
                )

            [DatabaseStatementBase::execute==>DatabaseConnection::getLogger] => Array
                (
                    [ct] => 172
                    [wt] => 143
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [DatabaseConnection::query==>DatabaseStatementBase::execute] => Array
                (
                    [ct] => 172
                    [wt] => 130732
                    [cpu] => 57657
                    [mu] => 2389904
                    [pmu] => 385712
                )

            [db_query==>DatabaseConnection::query] => Array
                (
                    [ct] => 15
                    [wt] => 10929
                    [cpu] => 5602
                    [mu] => 1210176
                    [pmu] => 391056
                )

            [DrupalDatabaseCache::getMultiple==>db_query] => Array
                (
                    [ct] => 6
                    [wt] => 2348
                    [cpu] => 2658
                    [mu] => 952560
                    [pmu] => 297624
                )

            [DrupalDatabaseCache::getMultiple==>DrupalDatabaseCache::prepareItem] => Array
                (
                    [ct] => 6
                    [wt] => 2236
                    [cpu] => 1354
                    [mu] => 1167120
                    [pmu] => 1226624
                )

            [DrupalDatabaseCache::get==>DrupalDatabaseCache::getMultiple] => Array
                (
                    [ct] => 6
                    [wt] => 6511
                    [cpu] => 5567
                    [mu] => 2610080
                    [pmu] => 1888544
                )

            [cache_get==>DrupalDatabaseCache::get] => Array
                (
                    [ct] => 6
                    [wt] => 6548
                    [cpu] => 5567
                    [mu] => 1238120
                    [pmu] => 1889208
                )

            [variable_initialize==>cache_get] => Array
                (
                    [ct] => 1
                    [wt] => 2410
                    [cpu] => 1502
                    [mu] => 134752
                    [pmu] => 237816
                )

            [_drupal_bootstrap_variables==>variable_initialize] => Array
                (
                    [ct] => 1
                    [wt] => 2419
                    [cpu] => 1502
                    [mu] => 147712
                    [pmu] => 237816
                )

            [drupal_static_reset==>drupal_static] => Array
                (
                    [ct] => 5
                    [wt] => 9
                    [cpu] => 0
                    [mu] => -2088
                    [pmu] => 0
                )

            [module_list==>drupal_static_reset] => Array
                (
                    [ct] => 2
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

            [system_list==>drupal_static] => Array
                (
                    [ct] => 4
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 560
                    [pmu] => 0
                )

            [system_list==>cache_get] => Array
                (
                    [ct] => 2
                    [wt] => 1130
                    [cpu] => 685
                    [mu] => 367832
                    [pmu] => 396512
                )

            [system_list==>drupal_get_filename] => Array
                (
                    [ct] => 80
                    [wt] => 433
                    [cpu] => 555
                    [mu] => 9672
                    [pmu] => 0
                )

            [module_list==>system_list] => Array
                (
                    [ct] => 2
                    [wt] => 1683
                    [cpu] => 1240
                    [mu] => 379912
                    [pmu] => 396512
                )

            [module_load_all==>module_list] => Array
                (
                    [ct] => 2
                    [wt] => 1712
                    [cpu] => 1240
                    [mu] => 391856
                    [pmu] => 396512
                )

            [drupal_load==>drupal_get_filename] => Array
                (
                    [ct] => 74
                    [wt] => 77
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [module_load_all==>drupal_load] => Array
                (
                    [ct] => 78
                    [wt] => 2102
                    [cpu] => 1710
                    [mu] => 384576
                    [pmu] => 545392
                )

            [_drupal_bootstrap_variables==>module_load_all] => Array
                (
                    [ct] => 1
                    [wt] => 503
                    [cpu] => 477
                    [mu] => 16376
                    [pmu] => 0
                )

            [drupal_bootstrap@1==>_drupal_bootstrap_variables] => Array
                (
                    [ct] => 1
                    [wt] => 2951
                    [cpu] => 1979
                    [mu] => 152784
                    [pmu] => 239080
                )

            [_drupal_bootstrap_page_cache==>drupal_bootstrap@1] => Array
                (
                    [ct] => 1
                    [wt] => 2984
                    [cpu] => 1979
                    [mu] => 155512
                    [pmu] => 241192
                )

            [ip_address==>drupal_static] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 560
                    [pmu] => 0
                )

            [ip_address==>variable_get] => Array
                (
                    [ct] => 3
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 528
                    [pmu] => 0
                )

            [_drupal_bootstrap_page_cache==>ip_address] => Array
                (
                    [ct] => 1
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 2632
                    [pmu] => 0
                )

            [drupal_is_denied==>variable_get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 528
                    [pmu] => 0
                )

            [drupal_is_denied==>db_query] => Array
                (
                    [ct] => 1
                    [wt] => 376
                    [cpu] => 330
                    [mu] => 18760
                    [pmu] => 0
                )

            [drupal_is_denied==>DatabaseStatementBase::fetchField] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [drupal_block_denied==>drupal_is_denied] => Array
                (
                    [ct] => 1
                    [wt] => 392
                    [cpu] => 330
                    [mu] => 2336
                    [pmu] => 0
                )

            [_drupal_bootstrap_page_cache==>drupal_block_denied] => Array
                (
                    [ct] => 1
                    [wt] => 396
                    [cpu] => 330
                    [mu] => 2952
                    [pmu] => 0
                )

            [drupal_bootstrap==>_drupal_bootstrap_page_cache] => Array
                (
                    [ct] => 1
                    [wt] => 3425
                    [cpu] => 2309
                    [mu] => 161664
                    [pmu] => 241840
                )

            [drupal_bootstrap==>variable_get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 528
                    [pmu] => 0
                )

            [drupal_session_start==>drupal_session_started] => Array
                (
                    [ct] => 2
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 960
                    [pmu] => 0
                )

            [drupal_session_start==>drupal_is_cli] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [_drupal_samesite_cookie==>variable_get] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [_drupal_cookie_params==>_drupal_samesite_cookie] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1872
                    [pmu] => 0
                )

            [drupal_session_start==>_drupal_cookie_params] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 2176
                    [pmu] => 0
                )

            [drupal_session_start==>_drupal_session_open] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [_drupal_session_read==>drupal_register_shutdown_function] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 2232
                    [pmu] => 0
                )

            [drupal_session_id==>variable_get] => Array
                (
                    [ct] => 4
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [drupal_session_id==>drupal_hash_base64] => Array
                (
                    [ct] => 2
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 1208
                    [pmu] => 0
                )

            [_drupal_session_read==>drupal_session_id] => Array
                (
                    [ct] => 1
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 2008
                    [pmu] => 0
                )

            [_drupal_session_read==>db_query] => Array
                (
                    [ct] => 2
                    [wt] => 752
                    [cpu] => 432
                    [mu] => 37872
                    [pmu] => 0
                )

            [_drupal_session_read==>DatabaseStatementBase::fetchAllKeyed] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [_drupal_session_read==>drupal_static] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [drupal_session_start==>_drupal_session_read] => Array
                (
                    [ct] => 1
                    [wt] => 832
                    [cpu] => 432
                    [mu] => 10792
                    [pmu] => 0
                )

            [drupal_session_initialize==>drupal_session_start] => Array
                (
                    [ct] => 1
                    [wt] => 906
                    [cpu] => 432
                    [mu] => 19992
                    [pmu] => 0
                )

            [drupal_page_is_cacheable==>drupal_static] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [drupal_session_initialize==>drupal_page_is_cacheable] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1200
                    [pmu] => 0
                )

            [drupal_get_user_timezone==>variable_get] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [drupal_session_initialize==>drupal_get_user_timezone] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 1912
                    [pmu] => 0
                )

            [drupal_bootstrap==>drupal_session_initialize] => Array
                (
                    [ct] => 1
                    [wt] => 953
                    [cpu] => 432
                    [mu] => 23088
                    [pmu] => 0
                )

            [bootstrap_invoke_all==>module_list] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [bootstrap_invoke_all==>drupal_load] => Array
                (
                    [ct] => 8
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [module_hook_info==>drupal_bootstrap@1] => Array
                (
                    [ct] => 6
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [module_hook==>module_hook_info] => Array
                (
                    [ct] => 6
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 1128
                    [pmu] => 0
                )

            [module_invoke==>module_hook] => Array
                (
                    [ct] => 11
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 2216
                    [pmu] => 0
                )

            [bootstrap_invoke_all==>module_invoke] => Array
                (
                    [ct] => 8
                    [wt] => 1513
                    [cpu] => 1107
                    [mu] => 356920
                    [pmu] => 712392
                )

            [shield_set_status==>drupal_static] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [shield_set_status==>variable_get] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [shield_set_status==>drupal_is_cli] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [shield_get_status==>shield_set_status] => Array
                (
                    [ct] => 1
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 2984
                    [pmu] => 0
                )

            [shield_boot==>shield_get_status] => Array
                (
                    [ct] => 1
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 2960
                    [pmu] => 0
                )

            [module_invoke==>shield_boot] => Array
                (
                    [ct] => 1
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 3552
                    [pmu] => 0
                )

            [devel_silent==>drupal_is_cli] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 528
                    [pmu] => 0
                )

            [devel_boot==>devel_silent] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 1120
                    [pmu] => 0
                )

            [devel_boot==>variable_get] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 528
                    [pmu] => 0
                )

            [devel_query_enabled==>variable_get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [devel_boot==>devel_query_enabled] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1136
                    [pmu] => 0
                )

            [devel_boot==>drupal_get_filename] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [_registry_check_code==>cache_get] => Array
                (
                    [ct] => 1
                    [wt] => 1328
                    [cpu] => 1107
                    [mu] => 340128
                    [pmu] => 712392
                )

            [drupal_autoload_class==>_registry_check_code] => Array
                (
                    [ct] => 931
                    [wt] => 6570
                    [cpu] => 5106
                    [mu] => 430840
                    [pmu] => 712392
                )

            [drupal_load==>drupal_autoload_class] => Array
                (
                    [ct] => 2
                    [wt] => 1386
                    [cpu] => 1107
                    [mu] => 346184
                    [pmu] => 712392
                )

            [devel_boot==>drupal_load] => Array
                (
                    [ct] => 1
                    [wt] => 1378
                    [cpu] => 1107
                    [mu] => 342376
                    [pmu] => 712392
                )

            [devel_boot==>drupal_register_shutdown_function] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1336
                    [pmu] => 0
                )

            [module_invoke==>devel_boot] => Array
                (
                    [ct] => 1
                    [wt] => 1419
                    [cpu] => 1107
                    [mu] => 347912
                    [pmu] => 712392
                )

            [_drupal_bootstrap_page_header==>bootstrap_invoke_all] => Array
                (
                    [ct] => 1
                    [wt] => 1505
                    [cpu] => 1107
                    [mu] => 355728
                    [pmu] => 712392
                )

            [_drupal_bootstrap_page_header==>drupal_is_cli] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [drupal_page_header==>drupal_static] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [drupal_send_headers==>drupal_static] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [drupal_get_http_header==>drupal_static] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 5304
                    [pmu] => 0
                )

            [drupal_send_headers==>drupal_get_http_header] => Array
                (
                    [ct] => 2
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 5920
                    [pmu] => 0
                )

            [drupal_send_headers==>_drupal_set_preferred_header_name] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 960
                    [pmu] => 0
                )

            [drupal_page_header==>drupal_send_headers] => Array
                (
                    [ct] => 1
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 9304
                    [pmu] => 0
                )

            [_drupal_bootstrap_page_header==>drupal_page_header] => Array
                (
                    [ct] => 1
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 9680
                    [pmu] => 0
                )

            [drupal_bootstrap==>_drupal_bootstrap_page_header] => Array
                (
                    [ct] => 1
                    [wt] => 1545
                    [cpu] => 1107
                    [mu] => 383216
                    [pmu] => 712392
                )

            [language_types==>drupal_language_types] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 912
                    [pmu] => 0
                )

            [language_types==>variable_get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 528
                    [pmu] => 0
                )

            [drupal_language_initialize==>language_types] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 2120
                    [pmu] => 0
                )

            [language_default==>variable_get] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 528
                    [pmu] => 0
                )

            [drupal_language_initialize==>language_default] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1144
                    [pmu] => 0
                )

            [drupal_multilingual==>variable_get] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [drupal_language_initialize==>drupal_multilingual] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1152
                    [pmu] => 0
                )

            [language_initialize==>variable_get] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [language_initialize==>language_default] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [drupal_language_initialize==>language_initialize] => Array
                (
                    [ct] => 3
                    [wt] => 396
                    [cpu] => 492
                    [mu] => 20256
                    [pmu] => 0
                )

            [language_provider_invoke==>drupal_static] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [language_list==>drupal_static] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 560
                    [pmu] => 0
                )

            [language_list==>drupal_multilingual] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [language_list==>db_query] => Array
                (
                    [ct] => 1
                    [wt] => 279
                    [cpu] => 492
                    [mu] => 18200
                    [pmu] => 0
                )

            [language_list==>DatabaseStatementBase::fetchAllAssoc] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 2968
                    [pmu] => 0
                )

            [language_provider_invoke==>language_list] => Array
                (
                    [ct] => 3
                    [wt] => 307
                    [cpu] => 492
                    [mu] => 6336
                    [pmu] => 0
                )

            [language_provider_invoke==>locale_language_from_interface] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [language_initialize==>language_provider_invoke] => Array
                (
                    [ct] => 3
                    [wt] => 375
                    [cpu] => 492
                    [mu] => 17048
                    [pmu] => 0
                )

            [language_types_configurable==>drupal_static] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [language_types_configurable==>drupal_language_types] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 928
                    [pmu] => 0
                )

            [language_types_configurable==>variable_get] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [language_negotiation_get_any==>language_types_configurable] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 2824
                    [pmu] => 0
                )

            [language_negotiation_get==>variable_get] => Array
                (
                    [ct] => 5
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [language_negotiation_get_any==>language_negotiation_get] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1152
                    [pmu] => 0
                )

            [locale_language_from_url==>language_negotiation_get_any] => Array
                (
                    [ct] => 1
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 4656
                    [pmu] => 0
                )

            [language_provider_invoke==>locale_language_from_url] => Array
                (
                    [ct] => 1
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 5272
                    [pmu] => 0
                )

            [locale_language_url_fallback==>language_default] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [locale_language_url_fallback==>variable_get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [language_provider_invoke==>locale_language_url_fallback] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 1784
                    [pmu] => 0
                )

            [drupal_language_initialize==>bootstrap_invoke_all] => Array
                (
                    [ct] => 1
                    [wt] => 42
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [drupal_bootstrap==>drupal_language_initialize] => Array
                (
                    [ct] => 1
                    [wt] => 470
                    [cpu] => 492
                    [mu] => 26120
                    [pmu] => 0
                )

            [_drupal_bootstrap_full==>variable_get] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [_drupal_bootstrap_full==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [get_t==>drupal_installation_attempted] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [_unicode_check==>get_t] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1528
                    [pmu] => 0
                )

            [unicode_check==>_unicode_check] => Array
                (
                    [ct] => 1
                    [wt] => 52
                    [cpu] => 327
                    [mu] => 2496
                    [pmu] => 0
                )

            [_drupal_bootstrap_full==>unicode_check] => Array
                (
                    [ct] => 1
                    [wt] => 57
                    [cpu] => 327
                    [mu] => 2720
                    [pmu] => 0
                )

            [_drupal_bootstrap_full==>fix_gpc_magic] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 944
                    [pmu] => 0
                )

            [drupal_get_path==>drupal_get_filename] => Array
                (
                    [ct] => 15
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 976
                    [pmu] => 0
                )

            [module_load_include==>drupal_get_path] => Array
                (
                    [ct] => 5
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 1536
                    [pmu] => 0
                )

            [drupal_load==>module_load_include] => Array
                (
                    [ct] => 5
                    [wt] => 101
                    [cpu] => 0
                    [mu] => 3288
                    [pmu] => 0
                )

            [drupal_autoload_class@3==>_registry_check_code@3] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 968
                    [pmu] => 0
                )

            [_registry_check_code@2==>drupal_autoload_class@3] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1544
                    [pmu] => 0
                )

            [drupal_autoload_class@2==>_registry_check_code@2] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 2576
                    [pmu] => 0
                )

            [_registry_check_code@1==>drupal_autoload_class@2] => Array
                (
                    [ct] => 1
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 3152
                    [pmu] => 0
                )

            [drupal_autoload_class@1==>_registry_check_code@1] => Array
                (
                    [ct] => 1
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 4264
                    [pmu] => 0
                )

            [_registry_check_code==>drupal_autoload_class@1] => Array
                (
                    [ct] => 1
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 4832
                    [pmu] => 0
                )

            [t==>variable_get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 520
                    [pmu] => 0
                )

            [locale==>drupal_static] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [locale==>variable_get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 520
                    [pmu] => 0
                )

            [locale==>cache_get] => Array
                (
                    [ct] => 1
                    [wt] => 1390
                    [cpu] => 1710
                    [mu] => 353184
                    [pmu] => 545392
                )

            [t==>locale] => Array
                (
                    [ct] => 12
                    [wt] => 1782
                    [cpu] => 2163
                    [mu] => 357184
                    [pmu] => 545392
                )

            [drupal_load==>t] => Array
                (
                    [ct] => 1
                    [wt] => 1414
                    [cpu] => 1710
                    [mu] => 357944
                    [pmu] => 545392
                )

            [_drupal_bootstrap_full==>module_load_all] => Array
                (
                    [ct] => 1
                    [wt] => 3417
                    [cpu] => 2473
                    [mu] => 761696
                    [pmu] => 941904
                )

            [_drupal_bootstrap_full==>drupal_static_reset] => Array
                (
                    [ct] => 2
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [file_get_stream_wrappers==>drupal_static] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [module_implements==>drupal_static] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [module_implements==>cache_get] => Array
                (
                    [ct] => 1
                    [wt] => 347
                    [cpu] => 563
                    [mu] => 44984
                    [pmu] => 0
                )

            [module_invoke_all==>module_implements] => Array
                (
                    [ct] => 4
                    [wt] => 377
                    [cpu] => 563
                    [mu] => 48352
                    [pmu] => 0
                )

            [l10n_update_stream_wrappers==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [l10n_update_stream_wrappers==>t] => Array
                (
                    [ct] => 2
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 1280
                    [pmu] => 0
                )

            [module_invoke_all==>l10n_update_stream_wrappers] => Array
                (
                    [ct] => 1
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 2512
                    [pmu] => 0
                )

            [system_stream_wrappers==>t] => Array
                (
                    [ct] => 4
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 2032
                    [pmu] => 0
                )

            [system_stream_wrappers==>variable_get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [module_invoke_all==>system_stream_wrappers] => Array
                (
                    [ct] => 1
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 2872
                    [pmu] => 0
                )

            [file_get_stream_wrappers==>module_invoke_all] => Array
                (
                    [ct] => 1
                    [wt] => 418
                    [cpu] => 563
                    [mu] => 53456
                    [pmu] => 0
                )

            [drupal_alter==>drupal_static] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1840
                    [pmu] => 0
                )

            [drupal_alter==>module_implements] => Array
                (
                    [ct] => 8
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 2736
                    [pmu] => 0
                )

            [file_get_stream_wrappers==>drupal_alter] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 4312
                    [pmu] => 0
                )

            [_drupal_bootstrap_full==>file_get_stream_wrappers] => Array
                (
                    [ct] => 1
                    [wt] => 452
                    [cpu] => 563
                    [mu] => 60784
                    [pmu] => 0
                )

            [_drupal_bootstrap_full==>drupal_random_bytes] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [drupal_lookup_path==>drupal_static] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [drupal_lookup_path==>variable_get] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [drupal_get_normal_path==>drupal_lookup_path] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 2976
                    [pmu] => 0
                )

            [drupal_get_normal_path==>module_implements] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [drupal_path_initialize==>drupal_get_normal_path] => Array
                (
                    [ct] => 1
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 4208
                    [pmu] => 0
                )

            [_drupal_bootstrap_full==>drupal_path_initialize] => Array
                (
                    [ct] => 1
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 4824
                    [pmu] => 0
                )

            [menu_get_custom_theme==>drupal_static] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [_menu_site_is_offline==>variable_get] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [menu_get_custom_theme==>_menu_site_is_offline] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1152
                    [pmu] => 0
                )

            [system_custom_theme==>user_access] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [system_custom_theme==>current_path] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [path_is_admin==>drupal_static] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 560
                    [pmu] => 0
                )

            [path_get_admin_paths==>drupal_static] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [module_invoke_all@1==>module_implements] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 912
                    [pmu] => 0
                )

            [module_invoke_all@1==>block_admin_paths] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [module_invoke_all@1==>fpa_admin_paths] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [node_admin_paths==>variable_get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 528
                    [pmu] => 0
                )

            [module_invoke_all@1==>node_admin_paths] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1128
                    [pmu] => 0
                )

            [module_invoke_all@1==>styleguide_admin_paths] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [module_invoke_all@1==>system_admin_paths] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [module_invoke_all@1==>user_admin_paths] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [module_invoke_all@1==>devel_admin_paths] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [module_invoke_all@1==>page_manager_admin_paths] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [path_get_admin_paths==>module_invoke_all@1] => Array
                (
                    [ct] => 1
                    [wt] => 38
                    [cpu] => 0
                    [mu] => 8360
                    [pmu] => 0
                )

            [diff_admin_paths_alter==>variable_get] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [drupal_alter==>diff_admin_paths_alter] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1136
                    [pmu] => 0
                )

            [path_get_admin_paths==>drupal_alter] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 2584
                    [pmu] => 0
                )

            [path_is_admin==>path_get_admin_paths] => Array
                (
                    [ct] => 1
                    [wt] => 60
                    [cpu] => 0
                    [mu] => 12448
                    [pmu] => 0
                )

            [drupal_match_path==>drupal_static] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [drupal_match_path==>variable_get] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [path_is_admin==>drupal_match_path] => Array
                (
                    [ct] => 2
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 4320
                    [pmu] => 0
                )

            [system_custom_theme==>path_is_admin] => Array
                (
                    [ct] => 1
                    [wt] => 126
                    [cpu] => 287
                    [mu] => 16312
                    [pmu] => 0
                )

            [module_invoke_all==>system_custom_theme] => Array
                (
                    [ct] => 1
                    [wt] => 136
                    [cpu] => 287
                    [mu] => 18112
                    [pmu] => 0
                )

            [views_ui_custom_theme==>variable_get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [module_invoke_all==>views_ui_custom_theme] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1152
                    [pmu] => 0
                )

            [arg==>drupal_static] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [civicrmtheme_custom_theme==>arg] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 2752
                    [pmu] => 0
                )

            [civicrmtheme_custom_theme==>variable_get] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [module_invoke_all==>civicrmtheme_custom_theme] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 3984
                    [pmu] => 0
                )

            [menu_get_custom_theme==>module_invoke_all] => Array
                (
                    [ct] => 1
                    [wt] => 166
                    [cpu] => 287
                    [mu] => 24424
                    [pmu] => 0
                )

            [menu_get_item==>drupal_static] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 560
                    [pmu] => 0
                )

            [menu_get_item==>variable_get] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 528
                    [pmu] => 0
                )

            [menu_get_item==>arg] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 520
                    [pmu] => 0
                )

            [menu_get_ancestors==>variable_get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [menu_get_item==>menu_get_ancestors] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1600
                    [pmu] => 0
                )

            [db_query_range==>Database::getConnection] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [DatabaseConnection_mysql::queryRange==>DatabaseConnection::query] => Array
                (
                    [ct] => 1
                    [wt] => 311
                    [cpu] => 237
                    [mu] => 20480
                    [pmu] => 0
                )

            [db_query_range==>DatabaseConnection_mysql::queryRange] => Array
                (
                    [ct] => 1
                    [wt] => 317
                    [cpu] => 237
                    [mu] => 20112
                    [pmu] => 0
                )

            [menu_get_item==>db_query_range] => Array
                (
                    [ct] => 1
                    [wt] => 326
                    [cpu] => 237
                    [mu] => 21696
                    [pmu] => 0
                )

            [menu_get_item==>DatabaseStatementBase::fetchAssoc] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 2504
                    [pmu] => 0
                )

            [menu_get_item==>drupal_alter] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 576
                    [pmu] => 0
                )

            [_menu_translate==>_menu_check_access] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 8728
                    [pmu] => 0
                )

            [_menu_item_localize==>t] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 896
                    [pmu] => 0
                )

            [_menu_translate==>_menu_item_localize] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 1120
                    [pmu] => 0
                )

            [menu_get_item==>_menu_translate] => Array
                (
                    [ct] => 1
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 11632
                    [pmu] => 0
                )

            [menu_get_item==>menu_unserialize] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [menu_get_custom_theme==>menu_get_item] => Array
                (
                    [ct] => 1
                    [wt] => 403
                    [cpu] => 237
                    [mu] => 21984
                    [pmu] => 0
                )

            [menu_set_custom_theme==>menu_get_custom_theme] => Array
                (
                    [ct] => 1
                    [wt] => 586
                    [cpu] => 524
                    [mu] => 47568
                    [pmu] => 0
                )

            [_drupal_bootstrap_full==>menu_set_custom_theme] => Array
                (
                    [ct] => 1
                    [wt] => 590
                    [cpu] => 524
                    [mu] => 48184
                    [pmu] => 0
                )

            [drupal_theme_initialize==>drupal_bootstrap@1] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [list_themes==>drupal_static] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 560
                    [pmu] => 0
                )

            [list_themes==>system_list] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 528
                    [pmu] => 0
                )

            [drupal_theme_initialize==>list_themes] => Array
                (
                    [ct] => 1
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 6264
                    [pmu] => 0
                )

            [drupal_theme_initialize==>variable_get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [drupal_theme_initialize==>menu_get_custom_theme] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [drupal_add_js==>drupal_static] => Array
                (
                    [ct] => 10
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 592
                    [pmu] => 0
                )

            [drupal_add_js==>drupal_js_defaults] => Array
                (
                    [ct] => 5
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 4016
                    [pmu] => 0
                )

            [drupal_add_js==>variable_get] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 528
                    [pmu] => 0
                )

            [url==>url_is_external] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 520
                    [pmu] => 0
                )

            [locale_url_outbound_alter==>drupal_multilingual] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [locale_url_outbound_alter==>drupal_static] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [locale_url_outbound_alter==>language_types_configurable] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [locale_url_outbound_alter==>variable_get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [drupal_alter==>locale_url_outbound_alter] => Array
                (
                    [ct] => 1
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 3832
                    [pmu] => 0
                )

            [url==>drupal_alter] => Array
                (
                    [ct] => 1
                    [wt] => 37
                    [cpu] => 0
                    [mu] => 5648
                    [pmu] => 0
                )

            [url==>base_path] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 512
                    [pmu] => 0
                )

            [url==>drupal_encode_path] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 528
                    [pmu] => 0
                )

            [drupal_add_js==>url] => Array
                (
                    [ct] => 1
                    [wt] => 63
                    [cpu] => 0
                    [mu] => 7328
                    [pmu] => 0
                )

            [drupal_add_js==>base_path] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 528
                    [pmu] => 0
                )

            [drupal_array_merge_deep==>drupal_array_merge_deep_array] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 928
                    [pmu] => 0
                )

            [drupal_add_js==>drupal_array_merge_deep] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1904
                    [pmu] => 0
                )

            [drupal_add_library==>drupal_static] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [drupal_get_library==>drupal_static] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [module_invoke==>system_library] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 19848
                    [pmu] => 0
                )

            [drupal_get_library==>module_invoke] => Array
                (
                    [ct] => 1
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 20824
                    [pmu] => 0
                )

            [jquery_update_library_alter==>drupal_get_path] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 648
                    [pmu] => 0
                )

            [jquery_update_library_alter==>variable_get] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [jquery_update_library_alter==>jquery_update_jquery_replace] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [jquery_update_jqueryui_replace==>drupal_map_assoc] => Array
                (
                    [ct] => 2
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 2584
                    [pmu] => 0
                )

            [jquery_update_jqueryui_replace==>jquery_update_make_library_hook_to_file_name_segment_map_for_effects] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 9200
                    [pmu] => 0
                )

            [jquery_update_jqueryui_replace==>jquery_update_jqueryui_local] => Array
                (
                    [ct] => 1
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 34888
                    [pmu] => 0
                )

            [jquery_update_library_alter==>jquery_update_jqueryui_replace] => Array
                (
                    [ct] => 1
                    [wt] => 65
                    [cpu] => 0
                    [mu] => 63424
                    [pmu] => 0
                )

            [drupal_alter==>jquery_update_library_alter] => Array
                (
                    [ct] => 1
                    [wt] => 100
                    [cpu] => 0
                    [mu] => 62608
                    [pmu] => 0
                )

            [locale_library_alter==>drupal_get_path] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 592
                    [pmu] => 0
                )

            [locale_library_alter==>variable_get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [drupal_alter==>locale_library_alter] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 3680
                    [pmu] => 0
                )

            [drupal_alter==>views_ui_library_alter] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [clientside_validation_library_alter==>variable_get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [drupal_alter==>clientside_validation_library_alter] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1168
                    [pmu] => 0
                )

            [devel_library_alter==>variable_get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [drupal_alter==>devel_library_alter] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1136
                    [pmu] => 0
                )

            [drupal_get_library==>drupal_alter] => Array
                (
                    [ct] => 1
                    [wt] => 149
                    [cpu] => 0
                    [mu] => 71640
                    [pmu] => 0
                )

            [drupal_add_library==>drupal_get_library] => Array
                (
                    [ct] => 2
                    [wt] => 221
                    [cpu] => 0
                    [mu] => 97960
                    [pmu] => 0
                )

            [drupal_add_js@1==>drupal_static] => Array
                (
                    [ct] => 8
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 528
                    [pmu] => 0
                )

            [drupal_add_js@1==>drupal_js_defaults] => Array
                (
                    [ct] => 4
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 3320
                    [pmu] => 0
                )

            [drupal_process_attached==>drupal_add_js@1] => Array
                (
                    [ct] => 4
                    [wt] => 70
                    [cpu] => 0
                    [mu] => 4528
                    [pmu] => 0
                )

            [drupal_add_library==>drupal_process_attached] => Array
                (
                    [ct] => 2
                    [wt] => 88
                    [cpu] => 561
                    [mu] => 7400
                    [pmu] => 0
                )

            [drupal_add_js==>drupal_add_library] => Array
                (
                    [ct] => 2
                    [wt] => 329
                    [cpu] => 561
                    [mu] => 105464
                    [pmu] => 0
                )

            [_drupal_theme_initialize==>drupal_add_js] => Array
                (
                    [ct] => 2
                    [wt] => 444
                    [cpu] => 561
                    [mu] => 119528
                    [pmu] => 0
                )

            [_drupal_theme_initialize==>phptemplate_init] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [_drupal_theme_initialize==>_theme_registry_callback] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1336
                    [pmu] => 0
                )

            [drupal_theme_initialize==>_drupal_theme_initialize] => Array
                (
                    [ct] => 1
                    [wt] => 482
                    [cpu] => 561
                    [mu] => 123432
                    [pmu] => 0
                )

            [drupal_theme_initialize==>drupal_static_reset] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => -1320
                    [pmu] => 0
                )

            [drupal_get_private_key==>variable_get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [drupal_get_token==>drupal_get_private_key] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1152
                    [pmu] => 0
                )

            [drupal_get_token==>drupal_get_hash_salt] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [drupal_get_token==>drupal_hmac_base64] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 872
                    [pmu] => 0
                )

            [drupal_theme_initialize==>drupal_get_token] => Array
                (
                    [ct] => 1
                    [wt] => 38
                    [cpu] => 0
                    [mu] => 3224
                    [pmu] => 0
                )

            [drupal_theme_initialize==>drupal_add_js] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 0
                )

            [_drupal_bootstrap_full==>drupal_theme_initialize] => Array
                (
                    [ct] => 1
                    [wt] => 615
                    [cpu] => 561
                    [mu] => 135304
                    [pmu] => 0
                )

            [masquerade_init==>db_query] => Array
                (
                    [ct] => 1
                    [wt] => 267
                    [cpu] => 260
                    [mu] => 18968
                    [pmu] => 0
                )

            [masquerade_init==>DatabaseStatementBase::fetchField] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [module_invoke_all==>masquerade_init] => Array
                (
                    [ct] => 1
                    [wt] => 278
                    [cpu] => 260
                    [mu] => 1744
                    [pmu] => 0
                )

            [ctools_add_css==>drupal_get_path] => Array
                (
                    [ct] => 2
                    [wt] => 31
                    [cpu] => 60
                    [mu] => 696
                    [pmu] => 0
                )

            [drupal_add_css==>drupal_static] => Array
                (
                    [ct] => 24
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 592
                    [pmu] => 0
                )

            [ctools_add_css==>drupal_add_css] => Array
                (
                    [ct] => 2
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 3064
                    [pmu] => 0
                )

            [ctools_init==>ctools_add_css] => Array
                (
                    [ct] => 1
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 3584
                    [pmu] => 0
                )

            [module_invoke_all==>ctools_init] => Array
                (
                    [ct] => 1
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 4176
                    [pmu] => 0
                )

            [dblog_init==>arg] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 520
                    [pmu] => 0
                )

            [module_invoke_all==>dblog_init] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1112
                    [pmu] => 0
                )

            [module_exists==>module_list] => Array
                (
                    [ct] => 71
                    [wt] => 187
                    [cpu] => 289
                    [mu] => 528
                    [pmu] => 0
                )

            [entityreference_init==>module_exists] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1128
                    [pmu] => 0
                )

            [module_invoke_all==>entityreference_init] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1744
                    [pmu] => 0
                )

            [system_get_date_types==>drupal_static] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 3128
                    [pmu] => 0
                )

            [_system_date_format_types_build==>module_implements] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 928
                    [pmu] => 0
                )

            [system_date_format_types==>t] => Array
                (
                    [ct] => 3
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 1656
                    [pmu] => 0
                )

            [module_invoke==>system_date_format_types] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 1520
                    [pmu] => 0
                )

            [_system_date_format_types_build==>module_invoke] => Array
                (
                    [ct] => 1
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 2512
                    [pmu] => 0
                )

            [_system_date_format_types_build==>db_query] => Array
                (
                    [ct] => 1
                    [wt] => 212
                    [cpu] => 173
                    [mu] => 18032
                    [pmu] => 0
                )

            [_system_date_format_types_build==>drupal_alter] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1416
                    [pmu] => 0
                )

            [system_get_date_types==>_system_date_format_types_build] => Array
                (
                    [ct] => 1
                    [wt] => 259
                    [cpu] => 173
                    [mu] => 24568
                    [pmu] => 0
                )

            [locale_get_localized_date_format==>system_get_date_types] => Array
                (
                    [ct] => 1
                    [wt] => 267
                    [cpu] => 173
                    [mu] => 9976
                    [pmu] => 0
                )

            [locale_get_localized_date_format==>variable_get] => Array
                (
                    [ct] => 3
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [system_date_format_locale==>drupal_static] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [system_date_format_locale==>db_query] => Array
                (
                    [ct] => 1
                    [wt] => 175
                    [cpu] => 103
                    [mu] => 17936
                    [pmu] => 0
                )

            [locale_get_localized_date_format==>system_date_format_locale] => Array
                (
                    [ct] => 1
                    [wt] => 182
                    [cpu] => 103
                    [mu] => 18840
                    [pmu] => 0
                )

            [locale_init==>locale_get_localized_date_format] => Array
                (
                    [ct] => 1
                    [wt] => 464
                    [cpu] => 276
                    [mu] => 13464
                    [pmu] => 0
                )

            [module_invoke_all==>locale_init] => Array
                (
                    [ct] => 1
                    [wt] => 470
                    [cpu] => 276
                    [mu] => 14432
                    [pmu] => 0
                )

            [module_invoke==>ctools_api_version] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [panels_init==>module_invoke] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1504
                    [pmu] => 0
                )

            [panels_init==>ctools_add_css] => Array
                (
                    [ct] => 1
                    [wt] => 39
                    [cpu] => 60
                    [mu] => 1360
                    [pmu] => 0
                )

            [module_invoke_all==>panels_init] => Array
                (
                    [ct] => 1
                    [wt] => 52
                    [cpu] => 60
                    [mu] => 3144
                    [pmu] => 0
                )

            [stage_file_proxy_init==>drupal_is_cli] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [_stage_file_proxy_file_dir==>conf_path] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [_stage_file_proxy_file_dir==>variable_get] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [_stage_file_proxy_get_current_file_uri==>_stage_file_proxy_file_dir] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 1784
                    [pmu] => 0
                )

            [stage_file_proxy_init==>_stage_file_proxy_get_current_file_uri] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 2416
                    [pmu] => 0
                )

            [module_invoke_all==>stage_file_proxy_init] => Array
                (
                    [ct] => 1
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 3632
                    [pmu] => 0
                )

            [system_init==>drupal_get_path] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [system_init==>drupal_add_css] => Array
                (
                    [ct] => 4
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 2032
                    [pmu] => 0
                )

            [system_init==>current_path] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 528
                    [pmu] => 0
                )

            [system_init==>path_is_admin] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 528
                    [pmu] => 0
                )

            [system_get_info==>system_list] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 528
                    [pmu] => 0
                )

            [system_add_module_assets==>system_get_info] => Array
                (
                    [ct] => 1
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 9392
                    [pmu] => 0
                )

            [system_add_module_assets==>drupal_add_css] => Array
                (
                    [ct] => 4
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 2376
                    [pmu] => 0
                )

            [system_init==>system_add_module_assets] => Array
                (
                    [ct] => 1
                    [wt] => 61
                    [cpu] => 0
                    [mu] => 5688
                    [pmu] => 0
                )

            [module_invoke_all==>system_init] => Array
                (
                    [ct] => 1
                    [wt] => 101
                    [cpu] => 0
                    [mu] => 11944
                    [pmu] => 0
                )

            [update_init==>arg] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 520
                    [pmu] => 0
                )

            [module_invoke_all==>update_init] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1112
                    [pmu] => 0
                )

            [devel_init==>devel_silent] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 528
                    [pmu] => 0
                )

            [devel_init==>user_access] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 528
                    [pmu] => 0
                )

            [devel_get_handlers==>variable_get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [devel_init==>devel_get_handlers] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1504
                    [pmu] => 0
                )

            [devel_init==>devel_set_handler] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 528
                    [pmu] => 0
                )

            [has_krumo==>drupal_get_path] => Array
                (
                    [ct] => 3
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 768
                    [pmu] => 0
                )

            [has_krumo==>drupal_is_cli] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 528
                    [pmu] => 0
                )

            [has_krumo==>drupal_add_js] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1544
                    [pmu] => 0
                )

            [has_krumo==>drupal_add_css] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1280
                    [pmu] => 0
                )

            [krumo::_css==>variable_get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 528
                    [pmu] => 0
                )

            [krumo::_css==>drupal_get_path] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 608
                    [pmu] => 0
                )

            [stage_file_proxy_process_file_uri==>file_uri_scheme] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [stage_file_proxy_file_url_alter==>stage_file_proxy_process_file_uri] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1184
                    [pmu] => 0
                )

            [drupal_alter==>stage_file_proxy_file_url_alter] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1800
                    [pmu] => 0
                )

            [file_create_url==>drupal_alter] => Array
                (
                    [ct] => 1
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 3616
                    [pmu] => 0
                )

            [file_create_url==>file_uri_scheme] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [file_create_url==>drupal_substr] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 592
                    [pmu] => 0
                )

            [file_create_url==>drupal_encode_path] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 616
                    [pmu] => 0
                )

            [krumo::_css==>file_create_url] => Array
                (
                    [ct] => 1
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 5440
                    [pmu] => 0
                )

            [krumo::_css==>drupal_add_css] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1280
                    [pmu] => 0
                )

            [krumo::_css==>drupal_add_js] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1224
                    [pmu] => 0
                )

            [krumo::addCssJs==>krumo::_css] => Array
                (
                    [ct] => 1
                    [wt] => 233
                    [cpu] => 0
                    [mu] => 16440
                    [pmu] => 0
                )

            [has_krumo==>krumo::addCssJs] => Array
                (
                    [ct] => 1
                    [wt] => 237
                    [cpu] => 0
                    [mu] => 16872
                    [pmu] => 0
                )

            [devel_init==>has_krumo] => Array
                (
                    [ct] => 1
                    [wt] => 278
                    [cpu] => 0
                    [mu] => 21920
                    [pmu] => 0
                )

            [_drupal_error_handler==>_drupal_error_handler_real] => Array
                (
                    [ct] => 4
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [devel_init==>_drupal_error_handler] => Array
                (
                    [ct] => 4
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 1152
                    [pmu] => 0
                )

            [devel_init==>module_exists] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 528
                    [pmu] => 0
                )

            [libraries_get_path==>drupal_static] => Array
                (
                    [ct] => 3
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [drupal_get_profile==>variable_get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [libraries_get_libraries==>drupal_get_profile] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1184
                    [pmu] => 0
                )

            [libraries_get_libraries==>drupal_get_path] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 1056
                    [pmu] => 0
                )

            [libraries_get_libraries==>conf_path] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [libraries_get_path==>libraries_get_libraries] => Array
                (
                    [ct] => 1
                    [wt] => 111
                    [cpu] => 0
                    [mu] => 4904
                    [pmu] => 0
                )

            [devel_init==>libraries_get_path] => Array
                (
                    [ct] => 2
                    [wt] => 120
                    [cpu] => 0
                    [mu] => 5552
                    [pmu] => 0
                )

            [devel_init==>variable_get] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 528
                    [pmu] => 0
                )

            [module_invoke_all==>devel_init] => Array
                (
                    [ct] => 1
                    [wt] => 547
                    [cpu] => 0
                    [mu] => 33496
                    [pmu] => 0
                )

            [_drupal_bootstrap_full==>module_invoke_all] => Array
                (
                    [ct] => 1
                    [wt] => 1540
                    [cpu] => 596
                    [mu] => 77336
                    [pmu] => 0
                )

            [drupal_bootstrap==>_drupal_bootstrap_full] => Array
                (
                    [ct] => 1
                    [wt] => 6845
                    [cpu] => 5044
                    [mu] => 1101104
                    [pmu] => 941904
                )

            [main()==>drupal_bootstrap] => Array
                (
                    [ct] => 1
                    [wt] => 13543
                    [cpu] => 9384
                    [mu] => 1724304
                    [pmu] => 1923880
                )

            [menu_execute_active_handler==>_menu_site_is_offline] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [user_menu_site_status_alter==>user_is_logged_in] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [drupal_alter==>user_menu_site_status_alter] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1168
                    [pmu] => 0
                )

            [menu_execute_active_handler==>drupal_alter] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 3016
                    [pmu] => 0
                )

            [menu_execute_active_handler==>menu_get_item] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [_civicrm_registerClassLoader==>variable_get] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_ClassLoader::singleton==>CRM_Core_ClassLoader::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [_civicrm_registerClassLoader==>CRM_Core_ClassLoader::singleton] => Array
                (
                    [ct] => 2
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [ComposerAutoloaderInit8970b6da7e5f46d856a9e2250a568ef0::getLoader==>ComposerAutoloaderInit8970b6da7e5f46d856a9e2250a568ef0::loadClassLoader] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ComposerAutoloaderInit8970b6da7e5f46d856a9e2250a568ef0::getLoader==>Composer\Autoload\ClassLoader::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [ComposerAutoloaderInit8970b6da7e5f46d856a9e2250a568ef0::getLoader==>Composer\Autoload\ComposerStaticInit8970b6da7e5f46d856a9e2250a568ef0::getInitializer] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1744
                    [pmu] => 0
                )

            [ComposerAutoloaderInit8970b6da7e5f46d856a9e2250a568ef0::getLoader==>Composer\Autoload\ClassLoader::Composer\Autoload\{closure}] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 728
                    [pmu] => 0
                )

            [ComposerAutoloaderInit8970b6da7e5f46d856a9e2250a568ef0::getLoader==>Composer\Autoload\ClassLoader::register] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1056
                    [pmu] => 0
                )

            [ComposerAutoloaderInit8970b6da7e5f46d856a9e2250a568ef0::getLoader==>composerRequire8970b6da7e5f46d856a9e2250a568ef0] => Array
                (
                    [ct] => 16
                    [wt] => 96
                    [cpu] => 0
                    [mu] => 12952
                    [pmu] => 0
                )

            [Composer\Autoload\ClassLoader::loadClass==>Composer\Autoload\ClassLoader::findFile] => Array
                (
                    [ct] => 1770
                    [wt] => 35990
                    [cpu] => 38827
                    [mu] => 164264
                    [pmu] => 42776
                )

            [Composer\Autoload\ClassLoader::loadClass==>Composer\Autoload\includeFile] => Array
                (
                    [ct] => 828
                    [wt] => 10859
                    [cpu] => 10321
                    [mu] => 106704
                    [pmu] => 8256
                )

            [composerRequire8970b6da7e5f46d856a9e2250a568ef0==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 1896
                    [pmu] => 0
                )

            [Composer\InstalledVersions::getInstalled==>Composer\Autoload\ClassLoader::getRegisteredLoaders] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Composer\InstalledVersions::getVersion==>Composer\InstalledVersions::getInstalled] => Array
                (
                    [ct] => 1
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 2080
                    [pmu] => 0
                )

            [composerRequire8970b6da7e5f46d856a9e2250a568ef0==>Composer\InstalledVersions::getVersion] => Array
                (
                    [ct] => 1
                    [wt] => 35
                    [cpu] => 0
                    [mu] => 9416
                    [pmu] => 0
                )

            [CRM_Core_ClassLoader::requireComposerAutoload==>ComposerAutoloaderInit8970b6da7e5f46d856a9e2250a568ef0::getLoader] => Array
                (
                    [ct] => 1
                    [wt] => 162
                    [cpu] => 0
                    [mu] => 14160
                    [pmu] => 0
                )

            [CRM_Core_ClassLoader::register==>CRM_Core_ClassLoader::requireComposerAutoload] => Array
                (
                    [ct] => 2
                    [wt] => 182
                    [cpu] => 0
                    [mu] => 12944
                    [pmu] => 0
                )

            [Composer\Autoload\ClassLoader::findFile==>Composer\Autoload\ClassLoader::findFileWithExtension] => Array
                (
                    [ct] => 1888
                    [wt] => 31915
                    [cpu] => 36823
                    [mu] => 612272
                    [pmu] => 18672
                )

            [CRM_Core_ClassLoader::register==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 3
                    [wt] => 47
                    [cpu] => 0
                    [mu] => 1624
                    [pmu] => 0
                )

            [CRM_Core_ClassLoader::register==>drupal_autoload_class] => Array
                (
                    [ct] => 3
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [drupal_autoload_interface==>_registry_check_code] => Array
                (
                    [ct] => 927
                    [wt] => 3607
                    [cpu] => 2373
                    [mu] => 54232
                    [pmu] => 1104
                )

            [CRM_Core_ClassLoader::register==>drupal_autoload_interface] => Array
                (
                    [ct] => 3
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 1184
                    [pmu] => 0
                )

            [drupal_autoload_trait==>_registry_check_code] => Array
                (
                    [ct] => 927
                    [wt] => 3577
                    [cpu] => 4449
                    [mu] => 54232
                    [pmu] => 1152
                )

            [CRM_Core_ClassLoader::register==>drupal_autoload_trait] => Array
                (
                    [ct] => 3
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 1168
                    [pmu] => 0
                )

            [CRM_Core_ClassLoader::register==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 3
                    [wt] => 48
                    [cpu] => 0
                    [mu] => 616
                    [pmu] => 0
                )

            [PathLoad\V0\PathLoad::create==>PathLoad\V0\PathLoad::register] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [PathLoad\V0\PathLoad::create==>PathLoad\V0\Versions::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_ClassLoader::register==>PathLoad\V0\PathLoad::create] => Array
                (
                    [ct] => 1
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 2304
                    [pmu] => 0
                )

            [pathload==>PathLoad\V0\Versions::offsetGet] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_ClassLoader::register==>pathload] => Array
                (
                    [ct] => 2
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1168
                    [pmu] => 0
                )

            [CRM_Utils_System::versionXml==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_System::versionXml==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Utils_System::versionXml==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_System::versionXml==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Utils_System::versionXml==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 616
                    [pmu] => 0
                )

            [CRM_Utils_System::versionXml==>CRM_Utils_XML::xmlObjToArray] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1848
                    [pmu] => 0
                )

            [CRM_Utils_System::versionXml==>CRM_Utils_System::isVersionFormatValid] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_System::version==>CRM_Utils_System::versionXml] => Array
                (
                    [ct] => 320
                    [wt] => 792
                    [cpu] => 1995
                    [mu] => 6784
                    [pmu] => 0
                )

            [CRM_Core_ClassLoader::register==>CRM_Utils_System::version] => Array
                (
                    [ct] => 1
                    [wt] => 166
                    [cpu] => 0
                    [mu] => 6528
                    [pmu] => 0
                )

            [PathLoad\V0\Scanner::addRule==>PathLoad\V0\Scanner::id] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 616
                    [pmu] => 0
                )

            [PathLoad\V0\PathLoad::addSearchItem==>PathLoad\V0\Scanner::addRule] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 2000
                    [pmu] => 0
                )

            [CRM_Core_ClassLoader::register==>PathLoad\V0\PathLoad::addSearchItem] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 3008
                    [pmu] => 0
                )

            [_civicrm_registerClassLoader==>CRM_Core_ClassLoader::register] => Array
                (
                    [ct] => 2
                    [wt] => 590
                    [cpu] => 1003
                    [mu] => 32488
                    [pmu] => 0
                )

            [civicrm_initialize==>_civicrm_registerClassLoader] => Array
                (
                    [ct] => 1
                    [wt] => 614
                    [cpu] => 1003
                    [mu] => 34776
                    [pmu] => 0
                )

            [civicrm_initialize==>drupal_static] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [civicrm_initialize==>conf_path] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 528
                    [pmu] => 0
                )

            [locale==>db_query] => Array
                (
                    [ct] => 1
                    [wt] => 354
                    [cpu] => 453
                    [mu] => 19800
                    [pmu] => 0
                )

            [t==>format_string] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 4616
                    [pmu] => 0
                )

            [civicrm_initialize==>t] => Array
                (
                    [ct] => 1
                    [wt] => 376
                    [cpu] => 453
                    [mu] => 6160
                    [pmu] => 0
                )

            [civicrm_initialize==>variable_get] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [civicrm_initialize==>CRM_Core_ClassLoader::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [civicrm_initialize==>CRM_Core_ClassLoader::register] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [civicrm_initialize==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [civicrm_initialize==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [civicrm_initialize==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [civicrm_initialize==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [civicrm_initialize==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 37
                    [cpu] => 0
                    [mu] => 608
                    [pmu] => 0
                )

            [CRM_Core_Config::singleton==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 4
                    [wt] => 93
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [CRM_Core_Config::singleton==>drupal_autoload_class] => Array
                (
                    [ct] => 3
                    [wt] => 62
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_Config::singleton==>drupal_autoload_interface] => Array
                (
                    [ct] => 3
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_Config::singleton==>drupal_autoload_trait] => Array
                (
                    [ct] => 3
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_Config::singleton==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 3
                    [wt] => 208
                    [cpu] => 0
                    [mu] => 2632
                    [pmu] => 0
                )

            [CRM_Core_TemporaryErrorScope::getActive==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_TemporaryErrorScope::getActive==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_TemporaryErrorScope::getActive==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_TemporaryErrorScope::getActive==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [PEAR_ErrorStack::__construct==>PEAR_ErrorStack::setMessageCallback] => Array
                (
                    [ct] => 3
                    [wt] => 28
                    [cpu] => 292
                    [mu] => 1792
                    [pmu] => 0
                )

            [PEAR_ErrorStack::__construct==>PEAR_ErrorStack::setContextCallback] => Array
                (
                    [ct] => 3
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1384
                    [pmu] => 0
                )

            [PEAR_ErrorStack::singleton==>PEAR_ErrorStack::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 40
                    [cpu] => 292
                    [mu] => 3056
                    [pmu] => 0
                )

            [CRM_Core_ClassLoader::loadClass==>PEAR_ErrorStack::singleton] => Array
                (
                    [ct] => 2
                    [wt] => 48
                    [cpu] => 292
                    [mu] => 4512
                    [pmu] => 0
                )

            [CRM_Core_ClassLoader::loadClass==>PEAR_ErrorStack::pushCallback] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 976
                    [pmu] => 0
                )

            [CRM_Core_ClassLoader::loadClass==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 186
                    [wt] => 3213
                    [cpu] => 4871
                    [mu] => 2760
                    [pmu] => 4720
                )

            [CRM_Core_ClassLoader::loadClass==>PEAR_ErrorStack::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1384
                    [pmu] => 0
                )

            [CRM_Core_TemporaryErrorScope::getActive==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 100
                    [cpu] => 292
                    [mu] => 8704
                    [pmu] => 0
                )

            [CRM_Core_TemporaryErrorScope::__construct==>CRM_Core_TemporaryErrorScope::getActive] => Array
                (
                    [ct] => 2
                    [wt] => 130
                    [cpu] => 292
                    [mu] => 12648
                    [pmu] => 0
                )

            [CRM_Core_TemporaryErrorScope::__construct==>CRM_Core_TemporaryErrorScope::setActive] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_TemporaryErrorScope::create==>CRM_Core_TemporaryErrorScope::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 140
                    [cpu] => 292
                    [mu] => 14336
                    [pmu] => 0
                )

            [CRM_Core_Config::singleton==>CRM_Core_TemporaryErrorScope::create] => Array
                (
                    [ct] => 2
                    [wt] => 147
                    [cpu] => 292
                    [mu] => 15800
                    [pmu] => 0
                )

            [CRM_Core_Config::singleton==>CRM_Core_Config_MagicMerge::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\Container::boot==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 11
                    [wt] => 249
                    [cpu] => 0
                    [mu] => 3328
                    [pmu] => 784
                )

            [Civi\Core\Container::boot==>drupal_autoload_class] => Array
                (
                    [ct] => 7
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi\Core\Container::boot==>drupal_autoload_interface] => Array
                (
                    [ct] => 7
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi\Core\Container::boot==>drupal_autoload_trait] => Array
                (
                    [ct] => 7
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi\Core\Container::boot==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 7
                    [wt] => 349
                    [cpu] => 0
                    [mu] => 7736
                    [pmu] => 0
                )

            [Civi\Core\Container::boot==>CRM_Core_Config_Runtime::initialize] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1136
                    [pmu] => 0
                )

            [Civi\Core\Paths::__construct==>Civi\Core\Paths::register] => Array
                (
                    [ct] => 11
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1264
                    [pmu] => 0
                )

            [Civi\Core\Container::boot==>Civi\Core\Paths::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 7000
                    [pmu] => 0
                )

            [Composer\Autoload\ClassLoader::loadClass@1==>Composer\Autoload\ClassLoader::findFile] => Array
                (
                    [ct] => 89
                    [wt] => 1374
                    [cpu] => 998
                    [mu] => 13768
                    [pmu] => 2960
                )

            [Composer\Autoload\ClassLoader::loadClass@1==>Composer\Autoload\includeFile@1] => Array
                (
                    [ct] => 85
                    [wt] => 2025
                    [cpu] => 1772
                    [mu] => 33472
                    [pmu] => 3248
                )

            [Composer\Autoload\includeFile==>Composer\Autoload\ClassLoader::loadClass@1] => Array
                (
                    [ct] => 89
                    [wt] => 3773
                    [cpu] => 3678
                    [mu] => 47952
                    [pmu] => 6568
                )

            [Composer\Autoload\ClassLoader::loadClass@2==>Composer\Autoload\ClassLoader::findFile] => Array
                (
                    [ct] => 23
                    [wt] => 326
                    [cpu] => 1002
                    [mu] => 4168
                    [pmu] => 1320
                )

            [Composer\Autoload\ClassLoader::loadClass@3==>Composer\Autoload\ClassLoader::findFile] => Array
                (
                    [ct] => 7
                    [wt] => 85
                    [cpu] => 0
                    [mu] => 1704
                    [pmu] => 0
                )

            [Composer\Autoload\ClassLoader::loadClass@4==>Composer\Autoload\ClassLoader::findFile] => Array
                (
                    [ct] => 5
                    [wt] => 53
                    [cpu] => 0
                    [mu] => 1384
                    [pmu] => 0
                )

            [Composer\Autoload\ClassLoader::loadClass@4==>Composer\Autoload\includeFile@4] => Array
                (
                    [ct] => 5
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Composer\Autoload\includeFile@3==>Composer\Autoload\ClassLoader::loadClass@4] => Array
                (
                    [ct] => 5
                    [wt] => 81
                    [cpu] => 0
                    [mu] => 23160
                    [pmu] => 0
                )

            [Composer\Autoload\ClassLoader::loadClass@3==>Composer\Autoload\includeFile@3] => Array
                (
                    [ct] => 7
                    [wt] => 142
                    [cpu] => 0
                    [mu] => 24904
                    [pmu] => 0
                )

            [Composer\Autoload\includeFile@2==>Composer\Autoload\ClassLoader::loadClass@3] => Array
                (
                    [ct] => 7
                    [wt] => 257
                    [cpu] => 0
                    [mu] => 27320
                    [pmu] => 0
                )

            [Composer\Autoload\ClassLoader::loadClass@2==>Composer\Autoload\includeFile@2] => Array
                (
                    [ct] => 23
                    [wt] => 388
                    [cpu] => 0
                    [mu] => 28744
                    [pmu] => 0
                )

            [Composer\Autoload\includeFile@1==>Composer\Autoload\ClassLoader::loadClass@2] => Array
                (
                    [ct] => 23
                    [wt] => 837
                    [cpu] => 1002
                    [mu] => 33624
                    [pmu] => 1576
                )

            [Civi\Core\CiviEventDispatcher::__construct==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 93
                    [cpu] => 0
                    [mu] => 27056
                    [pmu] => 0
                )

            [Civi\Core\CiviEventDispatcher::__construct==>Symfony\Component\EventDispatcher\EventDispatcher::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Core\Container::boot==>Civi\Core\CiviEventDispatcher::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 99
                    [cpu] => 0
                    [mu] => 28320
                    [pmu] => 0
                )

            [Civi\Core\CiviEventDispatcher::addListener==>Symfony\Component\EventDispatcher\EventDispatcher::addListener] => Array
                (
                    [ct] => 413
                    [wt] => 458
                    [cpu] => 964
                    [mu] => 165560
                    [pmu] => 8392
                )

            [Civi\Core\Container::boot==>Civi\Core\CiviEventDispatcher::addListener] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 2448
                    [pmu] => 0
                )

            [Civi\Core\Container::boot==>Civi\Core\CiviEventDispatcher::setDispatchPolicy] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_ClassLoader::loadClass==>drupal_autoload_class] => Array
                (
                    [ct] => 171
                    [wt] => 748
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_ClassLoader::loadClass==>drupal_autoload_interface] => Array
                (
                    [ct] => 171
                    [wt] => 625
                    [cpu] => 1001
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_ClassLoader::loadClass==>drupal_autoload_trait] => Array
                (
                    [ct] => 171
                    [wt] => 608
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_ClassLoader::loadClass@1==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 24
                    [wt] => 321
                    [cpu] => 0
                    [mu] => 1280
                    [pmu] => 1872
                )

            [CRM_Core_ClassLoader::loadClass@1==>drupal_autoload_class] => Array
                (
                    [ct] => 21
                    [wt] => 84
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_ClassLoader::loadClass@1==>drupal_autoload_interface] => Array
                (
                    [ct] => 21
                    [wt] => 69
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_ClassLoader::loadClass@1==>drupal_autoload_trait] => Array
                (
                    [ct] => 21
                    [wt] => 71
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_ClassLoader::loadClass@1==>CRM_Core_ClassLoader::loadClass@2] => Array
                (
                    [ct] => 21
                    [wt] => 2203
                    [cpu] => 3003
                    [mu] => 1896
                    [pmu] => 0
                )

            [CRM_Core_ClassLoader::loadClass==>CRM_Core_ClassLoader::loadClass@1] => Array
                (
                    [ct] => 171
                    [wt] => 25045
                    [cpu] => 31007
                    [mu] => 61024
                    [pmu] => 8768
                )

            [Civi\Core\Container::boot==>CRM_Utils_System_DrupalBase::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_System_Base::initialize==>CRM_Utils_System::isSSL] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\Container::boot==>CRM_Utils_System_Base::initialize] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1200
                    [pmu] => 0
                )

            [Civi\Core\Container::boot==>CRM_Utils_System::version] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Utils_Cache::create==>CRM_Utils_Cache::cleanKey] => Array
                (
                    [ct] => 16
                    [wt] => 95
                    [cpu] => 0
                    [mu] => 1312
                    [pmu] => 1472
                )

            [CRM_Utils_Cache::create==>CRM_Utils_Cache::getCacheSettings] => Array
                (
                    [ct] => 13
                    [wt] => 35
                    [cpu] => 0
                    [mu] => 5456
                    [pmu] => 0
                )

            [CRM_Utils_Cache::create==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 6
                    [wt] => 98
                    [cpu] => 0
                    [mu] => 1208
                    [pmu] => 360
                )

            [CRM_Utils_Cache::create==>drupal_autoload_class] => Array
                (
                    [ct] => 6
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Utils_Cache::create==>drupal_autoload_interface] => Array
                (
                    [ct] => 6
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Utils_Cache::create==>drupal_autoload_trait] => Array
                (
                    [ct] => 6
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Utils_Cache::create==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 6
                    [wt] => 2936
                    [cpu] => 1536
                    [mu] => 1656
                    [pmu] => 0
                )

            [CRM_Utils_Cache::create==>CRM_Utils_Array::value] => Array
                (
                    [ct] => 13
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Utils_Cache_Redis::connect==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Utils_Cache_Redis::connect==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Utils_Cache_Redis::connect==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_Cache_Redis::connect==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Utils_Cache_Redis::connect==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 616
                    [pmu] => 0
                )

            [CRM_Utils_Cache_Redis::connect==>CRM_Utils_Constant::value] => Array
                (
                    [ct] => 15
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_Cache_Redis::__construct==>CRM_Utils_Cache_Redis::connect] => Array
                (
                    [ct] => 14
                    [wt] => 744
                    [cpu] => 283
                    [mu] => 6696
                    [pmu] => 456
                )

            [CRM_Utils_Cache::create==>CRM_Utils_Cache_Redis::__construct] => Array
                (
                    [ct] => 13
                    [wt] => 782
                    [cpu] => 283
                    [mu] => 6288
                    [pmu] => 712
                )

            [CRM_Utils_Cache::create==>CRM_Utils_Cache_CacheWrapper::__construct] => Array
                (
                    [ct] => 16
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\Container::boot==>CRM_Utils_Cache::create] => Array
                (
                    [ct] => 1
                    [wt] => 1020
                    [cpu] => 1283
                    [mu] => 13800
                    [pmu] => 0
                )

            [Civi\Core\Container::boot==>Civi\Core\SettingsManager::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\Container::createLockManager==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 712
                    [pmu] => 0
                )

            [Civi\Core\Container::createLockManager==>Civi\Core\Lock\LockManager::register] => Array
                (
                    [ct] => 4
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 2464
                    [pmu] => 0
                )

            [Civi\Core\Container::boot==>Civi\Core\Container::createLockManager] => Array
                (
                    [ct] => 1
                    [wt] => 36
                    [cpu] => 0
                    [mu] => 3800
                    [pmu] => 0
                )

            [CRM_Core_DAO::init==>PEAR::getStaticProperty] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1744
                    [pmu] => 0
                )

            [CRM_Core_DAO::init==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 55
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 416
                )

            [CRM_Core_DAO::init==>drupal_autoload_class] => Array
                (
                    [ct] => 2
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_DAO::init==>drupal_autoload_interface] => Array
                (
                    [ct] => 2
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_DAO::init==>drupal_autoload_trait] => Array
                (
                    [ct] => 2
                    [wt] => 35
                    [cpu] => 144
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_DAO::init==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 100
                    [cpu] => 440
                    [mu] => 648
                    [pmu] => 0
                )

            [CRM_Core_DAO::init==>CRM_Utils_SQL::autoSwitchDSN] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_DAO::init==>CRM_Utils_SQL::isSSLDSN] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_DAO::executeQuery==>CRM_Core_DAO::composeQuery] => Array
                (
                    [ct] => 282
                    [wt] => 4952
                    [cpu] => 2470
                    [mu] => 120632
                    [pmu] => 6344
                )

            [DB_DataObject::_loadConfig==>PEAR::getStaticProperty] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [DB_DataObject::_connect==>DB_DataObject::_loadConfig] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1168
                    [pmu] => 0
                )

            [DB_DataObject::_connect==>DB_DataObject::tableName] => Array
                (
                    [ct] => 2402
                    [wt] => 3202
                    [cpu] => 2810
                    [mu] => 552
                    [pmu] => 0
                )

            [DB_DataObject::_connect==>PEAR::getStaticProperty] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 960
                    [pmu] => 0
                )

            [DB::connect==>DB::parseDSN] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 2144
                    [pmu] => 0
                )

            [DB_common::__construct==>PEAR::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 592
                    [pmu] => 0
                )

            [DB_mysqli::__construct==>DB_common::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 1168
                    [pmu] => 0
                )

            [DB::connect==>DB_mysqli::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 1768
                    [pmu] => 0
                )

            [DB::connect==>DB_common::getOption] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [DB_mysqli::connect==>PEAR::loadExtension] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [DB_mysqli::connect==>DB_common::getOption] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [DB::connect==>DB_mysqli::connect] => Array
                (
                    [ct] => 1
                    [wt] => 935
                    [cpu] => 560
                    [mu] => 44024
                    [pmu] => 12496
                )

            [DB::connect==>DB::isError] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 528
                    [pmu] => 528
                )

            [DB_DataObject::_connect==>DB::connect] => Array
                (
                    [ct] => 1
                    [wt] => 999
                    [cpu] => 560
                    [mu] => 51880
                    [pmu] => 13432
                )

            [DB_DataObject::_connect==>CRM_Core_Config::singleton@1] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [CRM_Core_DAO::query==>CRM_Core_DAO::_setDBOptions] => Array
                (
                    [ct] => 850
                    [wt] => 11373
                    [cpu] => 3308
                    [mu] => 160968
                    [pmu] => 1672
                )

            [DB_DataObject::_connect@1==>PEAR::isError] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [DB_DataObject::_query==>DB_DataObject::_connect@1] => Array
                (
                    [ct] => 2
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 1168
                    [pmu] => 1424
                )

            [CRM_Core_Error::debug_query==>CRM_Utils_Constant::value] => Array
                (
                    [ct] => 1881
                    [wt] => 6032
                    [cpu] => 2993
                    [mu] => 552
                    [pmu] => 552
                )

            [DB_DataObject::_query==>CRM_Core_Error::debug_query] => Array
                (
                    [ct] => 1881
                    [wt] => 12525
                    [cpu] => 4259
                    [mu] => 1168
                    [pmu] => 1424
                )

            [DB_common::_checkManip==>DB::isManip] => Array
                (
                    [ct] => 1879
                    [wt] => 7885
                    [cpu] => 9239
                    [mu] => 536
                    [pmu] => 760
                )

            [DB_mysqli::simpleQuery==>DB_common::_checkManip] => Array
                (
                    [ct] => 1879
                    [wt] => 14948
                    [cpu] => 13568
                    [mu] => 1152
                    [pmu] => 3120
                )

            [DB_common::modifyQuery==>Civi\Core\Container::isContainerBooted] => Array
                (
                    [ct] => 7
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [DB_mysqli::simpleQuery==>DB_common::modifyQuery] => Array
                (
                    [ct] => 1879
                    [wt] => 37584
                    [cpu] => 26927
                    [mu] => 375464
                    [pmu] => 2912
                )

            [DB_common::query==>DB_mysqli::simpleQuery] => Array
                (
                    [ct] => 1879
                    [wt] => 2754038
                    [cpu] => 1082242
                    [mu] => 18945352
                    [pmu] => 299592
                )

            [DB_DataObject::_query==>DB_common::query] => Array
                (
                    [ct] => 1879
                    [wt] => 2783153
                    [cpu] => 1085688
                    [mu] => 19283784
                    [pmu] => 307048
                )

            [DB_DataObject::query==>DB_DataObject::_query] => Array
                (
                    [ct] => 425
                    [wt] => 903967
                    [cpu] => 209762
                    [mu] => 6591720
                    [pmu] => 157704
                )

            [CRM_Core_DAO::query==>DB_DataObject::query] => Array
                (
                    [ct] => 425
                    [wt] => 905982
                    [cpu] => 209835
                    [mu] => 6385912
                    [pmu] => 158536
                )

            [CRM_Core_DAO::_setDBOptions==>DB_common::setOption] => Array
                (
                    [ct] => 3400
                    [wt] => 4117
                    [cpu] => 304
                    [mu] => 160352
                    [pmu] => 928
                )

            [DB_DataObject::_connect==>CRM_Core_DAO::query] => Array
                (
                    [ct] => 2
                    [wt] => 559
                    [cpu] => 392
                    [mu] => 9992
                    [pmu] => 11640
                )

            [DB_DataObject::_connect==>PEAR::isError] => Array
                (
                    [ct] => 5325
                    [wt] => 6993
                    [cpu] => 7503
                    [mu] => 536
                    [pmu] => 0
                )

            [CRM_Core_DAO::initialize==>DB_DataObject::_connect] => Array
                (
                    [ct] => 1201
                    [wt] => 21601
                    [cpu] => 8873
                    [mu] => 144920
                    [pmu] => 29304
                )

            [CRM_Core_DAO::__construct==>CRM_Core_DAO::initialize] => Array
                (
                    [ct] => 1199
                    [wt] => 27172
                    [cpu] => 13167
                    [mu] => 145408
                    [pmu] => 31616
                )

            [CRM_Core_DAO::executeQuery==>CRM_Core_DAO::__construct] => Array
                (
                    [ct] => 280
                    [wt] => 9669
                    [cpu] => 5194
                    [mu] => 87208
                    [pmu] => 27520
                )

            [CRM_Core_DAO::executeQuery==>CRM_Core_DAO::isValidOption] => Array
                (
                    [ct] => 282
                    [wt] => 312
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 224
                )

            [DB_DataObject::_query==>DB_DataObject::_connect] => Array
                (
                    [ct] => 1879
                    [wt] => 8878
                    [cpu] => 9164
                    [mu] => 552
                    [pmu] => 1832
                )

            [CRM_Core_DAO::executeQuery==>CRM_Core_DAO::query] => Array
                (
                    [ct] => 282
                    [wt] => 679022
                    [cpu] => 161551
                    [mu] => 4695000
                    [pmu] => 131856
                )

            [CRM_Core_DAO::init==>CRM_Core_DAO::executeQuery] => Array
                (
                    [ct] => 2
                    [wt] => 2301
                    [cpu] => 1501
                    [mu] => 80896
                    [pmu] => 29352
                )

            [DB_DataObject::free==>DB_DataObject::_clear_cache] => Array
                (
                    [ct] => 1933
                    [wt] => 3667
                    [cpu] => 247
                    [mu] => 92464
                    [pmu] => 88
                )

            [CRM_Core_DAO::__destruct==>DB_DataObject::free] => Array
                (
                    [ct] => 1197
                    [wt] => 8365
                    [cpu] => 1224
                    [mu] => -3857848
                    [pmu] => 408
                )

            [CRM_Core_DAO::init==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 2
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 1784
                    [pmu] => 768
                )

            [CRM_Utils_Request::id==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 512
                )

            [CRM_Utils_Request::id==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 160
                )

            [CRM_Utils_Request::id==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [CRM_Utils_Request::id==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [CRM_Utils_Request::id==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 8792
                    [pmu] => 20808
                )

            [CRM_Utils_Request::id==>CRM_Utils_String::createRandom] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_DAO::init==>CRM_Utils_Request::id] => Array
                (
                    [ct] => 1
                    [wt] => 79
                    [cpu] => 0
                    [mu] => 12880
                    [pmu] => 23032
                )

            [CRM_Core_DAO::composeQuery==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_DAO::composeQuery==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_DAO::composeQuery==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_DAO::composeQuery==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_DAO::composeQuery==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 616
                    [pmu] => 0
                )

            [CRM_Core_DAO::composeQuery==>CRM_Utils_Type::validate] => Array
                (
                    [ct] => 386
                    [wt] => 2101
                    [cpu] => 1255
                    [mu] => 5056
                    [pmu] => 3984
                )

            [CRM_Core_DAO::escapeString==>CRM_Core_DAO::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 616
                    [pmu] => 0
                )

            [DB_DataObject::escape==>DB_DataObject::_connect] => Array
                (
                    [ct] => 406
                    [wt] => 2110
                    [cpu] => 135
                    [mu] => 552
                    [pmu] => 1024
                )

            [DB_DataObject::escape==>DB_mysqli::escapeSimple] => Array
                (
                    [ct] => 406
                    [wt] => 925
                    [cpu] => 0
                    [mu] => 17392
                    [pmu] => 0
                )

            [CRM_Core_DAO::escapeString==>DB_DataObject::escape] => Array
                (
                    [ct] => 406
                    [wt] => 5332
                    [cpu] => 291
                    [mu] => 18624
                    [pmu] => 2048
                )

            [CRM_Core_DAO::composeQuery==>CRM_Core_DAO::escapeString] => Array
                (
                    [ct] => 386
                    [wt] => 6364
                    [cpu] => 769
                    [mu] => 19840
                    [pmu] => 1280
                )

            [Civi\Core\Container::boot==>CRM_Core_DAO::init] => Array
                (
                    [ct] => 1
                    [wt] => 2680
                    [cpu] => 2085
                    [mu] => 102424
                    [pmu] => 53632
                )

            [Civi\Core\SettingsManager::dbAvailable==>Civi\Core\SettingsManager::reloadValues] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Core\Container::boot==>Civi\Core\SettingsManager::dbAvailable] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1216
                    [pmu] => 0
                )

            [CRM_Utils_Hook::singleton==>CRM_Core_Config::singleton@1] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Config_MagicMerge::__get==>Civi\Core\Container::getBootService] => Array
                (
                    [ct] => 1052
                    [wt] => 1059
                    [cpu] => 999
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_Hook::singleton==>CRM_Core_Config_MagicMerge::__get] => Array
                (
                    [ct] => 2
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 1200
                    [pmu] => 344
                )

            [CRM_Utils_Hook::singleton==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 784
                )

            [CRM_Utils_Hook::singleton==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 144
                )

            [CRM_Utils_Hook::singleton==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [CRM_Utils_Hook::singleton==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [CRM_Utils_Hook::singleton==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 111
                    [cpu] => 0
                    [mu] => 624
                    [pmu] => 1384
                )

            [CRM_Utils_Cache::create==>CRM_Utils_Cache_ArrayCache::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_Hook::__construct==>CRM_Utils_Cache::create] => Array
                (
                    [ct] => 2
                    [wt] => 163
                    [cpu] => 558
                    [mu] => 2256
                    [pmu] => 1336
                )

            [CRM_Utils_Hook::singleton==>CRM_Utils_Hook::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 173
                    [cpu] => 558
                    [mu] => 2120
                    [pmu] => 1400
                )

            [Civi\Core\Container::boot==>CRM_Utils_Hook::singleton] => Array
                (
                    [ct] => 2
                    [wt] => 298
                    [cpu] => 491
                    [mu] => 7776
                    [pmu] => 6000
                )

            [CRM_Extension_System::__construct==>CRM_Core_Config::singleton@1] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 536
                )

            [Civi::settings==>Civi\Core\Container::getBootService] => Array
                (
                    [ct] => 488
                    [wt] => 827
                    [cpu] => 999
                    [mu] => 552
                    [pmu] => 552
                )

            [Civi\Core\SettingsManager::getBagByDomain==>CRM_Core_Config::domainID] => Array
                (
                    [ct] => 486
                    [wt] => 854
                    [cpu] => 265
                    [mu] => 976
                    [pmu] => 976
                )

            [Civi\Core\SettingsManager::getBagByDomain==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 712
                    [pmu] => 936
                )

            [Civi\Core\SettingsManager::getBagByDomain==>Civi\Core\SettingsBag::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 456
                )

            [CRM_Core_Config::isUpgradeMode==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 1864
                    [pmu] => 2816
                )

            [CRM_Core_Config::isUpgradeMode==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_Config::isUpgradeMode==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 40
                )

            [CRM_Core_Config::isUpgradeMode==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [CRM_Core_Config::isUpgradeMode==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 616
                    [pmu] => 616
                )

            [CRM_Core_Session::singleton==>CRM_Core_Session::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Core_Config::isUpgradeMode==>CRM_Core_Session::singleton] => Array
                (
                    [ct] => 506
                    [wt] => 943
                    [cpu] => 139
                    [mu] => 1344
                    [pmu] => 1296
                )

            [CRM_Core_Session::createScope==>CRM_Core_Session::initialize] => Array
                (
                    [ct] => 931
                    [wt] => 2124
                    [cpu] => 1902
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Core_Session::get==>CRM_Core_Session::createScope] => Array
                (
                    [ct] => 931
                    [wt] => 5290
                    [cpu] => 2058
                    [mu] => 1184
                    [pmu] => 2832
                )

            [CRM_Core_Config::isUpgradeMode==>CRM_Core_Session::get] => Array
                (
                    [ct] => 506
                    [wt] => 5531
                    [cpu] => 585
                    [mu] => 1832
                    [pmu] => 3992
                )

            [Civi\Core\SettingsBag::loadValues==>CRM_Core_Config::isUpgradeMode] => Array
                (
                    [ct] => 5
                    [wt] => 218
                    [cpu] => 0
                    [mu] => 8296
                    [pmu] => 8408
                )

            [Civi\Core\SettingsBag::createQuery==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 784
                )

            [Civi\Core\SettingsBag::createQuery==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 176
                )

            [Civi\Core\SettingsBag::createQuery==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Civi\Core\SettingsBag::createQuery==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Civi\Core\SettingsBag::createQuery==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 188
                    [cpu] => 0
                    [mu] => 624
                    [pmu] => 2000
                )

            [CRM_Utils_SQL_Select::from==>CRM_Utils_SQL_Select::__construct] => Array
                (
                    [ct] => 159
                    [wt] => 483
                    [cpu] => 270
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\SettingsBag::createQuery==>CRM_Utils_SQL_Select::from] => Array
                (
                    [ct] => 5
                    [wt] => 43
                    [cpu] => 0
                    [mu] => 3120
                    [pmu] => 344
                )

            [CRM_Utils_SQL_Select::select==>CRM_Utils_SQL_BaseParamQuery::interpolate] => Array
                (
                    [ct] => 1908
                    [wt] => 1499
                    [cpu] => 1000
                    [mu] => 584
                    [pmu] => 584
                )

            [Civi\Core\SettingsBag::createQuery==>CRM_Utils_SQL_Select::select] => Array
                (
                    [ct] => 5
                    [wt] => 40
                    [cpu] => 0
                    [mu] => 4976
                    [pmu] => 2464
                )

            [CRM_Utils_SQL_BaseParamQuery::interpolate==>CRM_Utils_SQL_BaseParamQuery::{closure}] => Array
                (
                    [ct] => 7
                    [wt] => 38
                    [cpu] => 0
                    [mu] => 3216
                    [pmu] => 1712
                )

            [CRM_Utils_SQL_Select::where==>CRM_Utils_SQL_BaseParamQuery::interpolate] => Array
                (
                    [ct] => 106
                    [wt] => 226
                    [cpu] => 1003
                    [mu] => 1616
                    [pmu] => 4912
                )

            [Civi\Core\SettingsBag::createQuery==>CRM_Utils_SQL_Select::where] => Array
                (
                    [ct] => 12
                    [wt] => 161
                    [cpu] => 0
                    [mu] => 8640
                    [pmu] => 6176
                )

            [Civi\Core\SettingsBag::loadValues==>Civi\Core\SettingsBag::createQuery] => Array
                (
                    [ct] => 5
                    [wt] => 548
                    [cpu] => 0
                    [mu] => 14280
                    [pmu] => 13912
                )

            [Civi\Core\SettingsBag::loadValues==>CRM_Utils_SQL_Select::toSQL] => Array
                (
                    [ct] => 5
                    [wt] => 40
                    [cpu] => 0
                    [mu] => 1752
                    [pmu] => 0
                )

            [DB_common::query==>DB::isError] => Array
                (
                    [ct] => 1080
                    [wt] => 2698
                    [cpu] => 567
                    [mu] => 528
                    [pmu] => 528
                )

            [DB_common::query==>DB_result::__construct] => Array
                (
                    [ct] => 1080
                    [wt] => 3943
                    [cpu] => 487
                    [mu] => 552
                    [pmu] => 552
                )

            [DB_DataObject::_query==>PEAR::expectError] => Array
                (
                    [ct] => 1080
                    [wt] => 2837
                    [cpu] => 140
                    [mu] => 407040
                    [pmu] => 3776
                )

            [DB_result::numRows==>DB_mysqli::numRows] => Array
                (
                    [ct] => 1080
                    [wt] => 2623
                    [cpu] => 95
                    [mu] => 536
                    [pmu] => 536
                )

            [DB_DataObject::_query==>DB_result::numRows] => Array
                (
                    [ct] => 1080
                    [wt] => 8476
                    [cpu] => 542
                    [mu] => 1152
                    [pmu] => 5832
                )

            [DB_DataObject::_query==>PEAR::popExpect] => Array
                (
                    [ct] => 1080
                    [wt] => 1823
                    [cpu] => 335
                    [mu] => 536
                    [pmu] => 536
                )

            [Civi\Core\SettingsBag::loadValues==>CRM_Core_DAO::executeQuery] => Array
                (
                    [ct] => 5
                    [wt] => 6517
                    [cpu] => 4102
                    [mu] => 104672
                    [pmu] => 39472
                )

            [DB_result::fetchRow==>DB_mysqli::fetchInto] => Array
                (
                    [ct] => 14713
                    [wt] => 41481
                    [cpu] => 35508
                    [mu] => 20504272
                    [pmu] => 25136
                )

            [DB_DataObject::fetch==>DB_result::fetchRow] => Array
                (
                    [ct] => 14603
                    [wt] => 84300
                    [cpu] => 75573
                    [mu] => 18591216
                    [pmu] => 27728
                )

            [Civi\Core\SettingsBag::loadValues==>DB_DataObject::fetch] => Array
                (
                    [ct] => 366
                    [wt] => 3015
                    [cpu] => 2486
                    [mu] => 532696
                    [pmu] => 102248
                )

            [xKerman\Restricted\unserialize==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 68
                    [cpu] => 0
                    [mu] => 904
                    [pmu] => 1576
                )

            [xKerman\Restricted\unserialize==>xKerman\Restricted\Source::__construct] => Array
                (
                    [ct] => 462
                    [wt] => 523
                    [cpu] => 202
                    [mu] => 568
                    [pmu] => 168
                )

            [xKerman\Restricted\ExpressionParser::__construct==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 7
                    [wt] => 110
                    [cpu] => 0
                    [mu] => 1720
                    [pmu] => 1736
                )

            [xKerman\Restricted\ExpressionParser::__construct==>xKerman\Restricted\FloatHandler::__construct] => Array
                (
                    [ct] => 462
                    [wt] => 588
                    [cpu] => 2120
                    [mu] => 174312
                    [pmu] => 1896
                )

            [xKerman\Restricted\ExpressionParser::__construct==>xKerman\Restricted\ArrayHandler::__construct] => Array
                (
                    [ct] => 462
                    [wt] => 440
                    [cpu] => 998
                    [mu] => 600
                    [pmu] => 0
                )

            [xKerman\Restricted\unserialize==>xKerman\Restricted\ExpressionParser::__construct] => Array
                (
                    [ct] => 462
                    [wt] => 3345
                    [cpu] => 4120
                    [mu] => 502336
                    [pmu] => 14776
                )

            [xKerman\Restricted\ExpressionParser::parse==>xKerman\Restricted\Source::match] => Array
                (
                    [ct] => 462
                    [wt] => 982
                    [cpu] => 631
                    [mu] => 193752
                    [pmu] => 3520
                )

            [xKerman\Restricted\ExpressionParser::parse==>xKerman\Restricted\BooleanHandler::handle] => Array
                (
                    [ct] => 21
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 8480
                    [pmu] => 2576
                )

            [xKerman\Restricted\unserialize==>xKerman\Restricted\ExpressionParser::parse] => Array
                (
                    [ct] => 462
                    [wt] => 46030
                    [cpu] => 45255
                    [mu] => 644096
                    [pmu] => 205176
                )

            [CRM_Utils_String::unserialize==>xKerman\Restricted\unserialize] => Array
                (
                    [ct] => 462
                    [wt] => 52538
                    [cpu] => 50583
                    [mu] => 882920
                    [pmu] => 221888
                )

            [Civi\Core\SettingsBag::loadValues==>CRM_Utils_String::unserialize] => Array
                (
                    [ct] => 331
                    [wt] => 10476
                    [cpu] => 11213
                    [mu] => 424856
                    [pmu] => 59456
                )

            [xKerman\Restricted\StringHandler::handle==>xKerman\Restricted\Source::read] => Array
                (
                    [ct] => 2759
                    [wt] => 2594
                    [cpu] => 2447
                    [mu] => 126288
                    [pmu] => 4232
                )

            [xKerman\Restricted\StringHandler::handle==>xKerman\Restricted\Source::consume] => Array
                (
                    [ct] => 2759
                    [wt] => 2741
                    [cpu] => 5507
                    [mu] => 584
                    [pmu] => 584
                )

            [xKerman\Restricted\ExpressionParser::parse==>xKerman\Restricted\StringHandler::handle] => Array
                (
                    [ct] => 284
                    [wt] => 2012
                    [cpu] => 1157
                    [mu] => 116952
                    [pmu] => 25160
                )

            [xKerman\Restricted\ExpressionParser::parse@1==>xKerman\Restricted\Source::match] => Array
                (
                    [ct] => 2144
                    [wt] => 2582
                    [cpu] => 3005
                    [mu] => 895112
                    [pmu] => 9480
                )

            [xKerman\Restricted\ExpressionParser::parse@1==>xKerman\Restricted\IntegerHandler::handle] => Array
                (
                    [ct] => 231
                    [wt] => 236
                    [cpu] => 1992
                    [mu] => 87456
                    [pmu] => 4984
                )

            [xKerman\Restricted\ArrayHandler::parseKey==>xKerman\Restricted\ExpressionParser::parse@1] => Array
                (
                    [ct] => 1072
                    [wt] => 10467
                    [cpu] => 15938
                    [mu] => 848944
                    [pmu] => 39368
                )

            [xKerman\Restricted\ArrayHandler::handle==>xKerman\Restricted\ArrayHandler::parseKey] => Array
                (
                    [ct] => 1072
                    [wt] => 12874
                    [cpu] => 17938
                    [mu] => 440536
                    [pmu] => 42760
                )

            [xKerman\Restricted\ExpressionParser::parse@1==>xKerman\Restricted\StringHandler::handle] => Array
                (
                    [ct] => 1729
                    [wt] => 9159
                    [cpu] => 11742
                    [mu] => 717832
                    [pmu] => 22128
                )

            [xKerman\Restricted\ArrayHandler::handle==>xKerman\Restricted\ExpressionParser::parse@1] => Array
                (
                    [ct] => 1072
                    [wt] => 24794
                    [cpu] => 22851
                    [mu] => 994944
                    [pmu] => 122704
                )

            [xKerman\Restricted\ArrayHandler::handle==>xKerman\Restricted\Source::consume] => Array
                (
                    [ct] => 115
                    [wt] => 100
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [xKerman\Restricted\ExpressionParser::parse==>xKerman\Restricted\ArrayHandler::handle] => Array
                (
                    [ct] => 115
                    [wt] => 41088
                    [cpu] => 41468
                    [mu] => 322416
                    [pmu] => 168600
                )

            [xKerman\Restricted\ExpressionParser::parse==>xKerman\Restricted\IntegerHandler::handle] => Array
                (
                    [ct] => 42
                    [wt] => 44
                    [cpu] => 0
                    [mu] => 16376
                    [pmu] => 4416
                )

            [Civi\Core\SettingsManager::getBagByDomain==>Civi\Core\SettingsBag::loadValues] => Array
                (
                    [ct] => 1
                    [wt] => 6187
                    [cpu] => 5012
                    [mu] => 185992
                    [pmu] => 207000
                )

            [Civi\Core\SettingsManager::getBagByDomain==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\SettingsManager::getMandatory==>Civi\Core\SettingsManager::parseMandatorySettingsGlobalVar] => Array
                (
                    [ct] => 3
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Core\SettingsManager::getEnvSettingValues==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 35
                    [cpu] => 0
                    [mu] => 728
                    [pmu] => 0
                )

            [Civi\Core\SettingsMetadata::loadSettingsMetadata==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 42
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Core\SettingsMetadata::loadSettingsMetadata==>drupal_autoload_class] => Array
                (
                    [ct] => 2
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Core\SettingsMetadata::loadSettingsMetadata==>drupal_autoload_interface] => Array
                (
                    [ct] => 2
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Core\SettingsMetadata::loadSettingsMetadata==>drupal_autoload_trait] => Array
                (
                    [ct] => 2
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Core\SettingsMetadata::loadSettingsMetadata==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 346
                    [cpu] => 0
                    [mu] => 680
                    [pmu] => 0
                )

            [CRM_Utils_File::findFiles==>CRM_Utils_File::findPathDepth] => Array
                (
                    [ct] => 1075
                    [wt] => 1617
                    [cpu] => 1004
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\SettingsMetadata::loadSettingsMetadata==>CRM_Utils_File::findFiles] => Array
                (
                    [ct] => 91
                    [wt] => 10018
                    [cpu] => 5813
                    [mu] => 150376
                    [pmu] => 0
                )

            [ts==>Civi\Core\Container::isContainerBooted] => Array
                (
                    [ct] => 38
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [ts==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [ts==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 528
                    [pmu] => 0
                )

            [ts==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 528
                    [pmu] => 0
                )

            [ts==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 528
                    [pmu] => 0
                )

            [ts==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [ts==>CRM_Core_I18n::getLocale] => Array
                (
                    [ct] => 4086
                    [wt] => 3960
                    [cpu] => 4997
                    [mu] => 560
                    [pmu] => 0
                )

            [CRM_Core_I18n::singleton==>CRM_Core_I18n::getLocale] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_I18n::singleton==>CRM_Core_I18n::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 205
                    [cpu] => 0
                    [mu] => 7680
                    [pmu] => 0
                )

            [ts==>CRM_Core_I18n::singleton] => Array
                (
                    [ct] => 2
                    [wt] => 220
                    [cpu] => 0
                    [mu] => 9928
                    [pmu] => 0
                )

            [CRM_Core_I18n::getWordReplacements==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 36
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [CRM_Core_I18n::getWordReplacements==>CRM_Core_Config::isUpgradeMode] => Array
                (
                    [ct] => 2
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_I18n::getWordReplacements==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_I18n::getWordReplacements==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_I18n::getWordReplacements==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_I18n::getWordReplacements==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 159
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 64
                )

            [CRM_Core_BAO_WordReplacement::getLocaleCustomStrings==>CRM_Core_Config::domainID] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Utils_Type::validate==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 768
                )

            [CRM_Utils_Type::validate==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 160
                )

            [CRM_Utils_Type::validate==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 26
                    [cpu] => 998
                    [mu] => 552
                    [pmu] => 552
                )

            [CRM_Utils_Type::validate==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [CRM_Utils_Type::validate==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 616
                    [pmu] => 616
                )

            [CRM_Utils_Type::validate==>CRM_Utils_Rule::integer] => Array
                (
                    [ct] => 189
                    [wt] => 342
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 504
                )

            [CRM_Core_BAO_WordReplacement::_getLocaleCustomStrings==>CRM_Core_DAO::executeQuery] => Array
                (
                    [ct] => 3
                    [wt] => 1933
                    [cpu] => 2453
                    [mu] => 56088
                    [pmu] => 22968
                )

            [CRM_Core_BAO_WordReplacement::_getLocaleCustomStrings==>DB_DataObject::fetch] => Array
                (
                    [ct] => 3
                    [wt] => 56
                    [cpu] => 0
                    [mu] => 6296
                    [pmu] => 240
                )

            [xKerman\Restricted\ArrayHandler::handle@1==>xKerman\Restricted\Source::consume] => Array
                (
                    [ct] => 171
                    [wt] => 158
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 208
                )

            [xKerman\Restricted\ExpressionParser::parse@1==>xKerman\Restricted\ArrayHandler::handle@1] => Array
                (
                    [ct] => 171
                    [wt] => 15787
                    [cpu] => 13525
                    [mu] => 204456
                    [pmu] => 120936
                )

            [CRM_Core_BAO_WordReplacement::_getLocaleCustomStrings==>CRM_Utils_String::unserialize] => Array
                (
                    [ct] => 3
                    [wt] => 368
                    [cpu] => 115
                    [mu] => 14768
                    [pmu] => 12816
                )

            [CRM_Core_BAO_WordReplacement::getLocaleCustomStrings==>CRM_Core_BAO_WordReplacement::_getLocaleCustomStrings] => Array
                (
                    [ct] => 2
                    [wt] => 1519
                    [cpu] => 1999
                    [mu] => 55592
                    [pmu] => 36656
                )

            [CRM_Core_BAO_WordReplacement::getLocaleCustomStrings==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 2
                    [wt] => 17
                    [cpu] => 0
                    [mu] => -33848
                    [pmu] => 0
                )

            [CRM_Core_I18n::getWordReplacements==>CRM_Core_BAO_WordReplacement::getLocaleCustomStrings] => Array
                (
                    [ct] => 2
                    [wt] => 1558
                    [cpu] => 1999
                    [mu] => 19920
                    [pmu] => 36656
                )

            [CRM_Core_I18n::crm_translate_raw==>CRM_Core_I18n::getWordReplacements] => Array
                (
                    [ct] => 4370
                    [wt] => 6962
                    [cpu] => 4960
                    [mu] => 24392
                    [pmu] => 36720
                )

            [CRM_Core_I18n::crm_translate==>CRM_Core_I18n::crm_translate_raw] => Array
                (
                    [ct] => 4370
                    [wt] => 36108
                    [cpu] => 33764
                    [mu] => 37712
                    [pmu] => 131400
                )

            [CRM_Core_I18n::crm_translate==>CRM_Core_I18n::escape] => Array
                (
                    [ct] => 4086
                    [wt] => 4183
                    [cpu] => 5640
                    [mu] => 552
                    [pmu] => 0
                )

            [ts==>CRM_Core_I18n::crm_translate] => Array
                (
                    [ct] => 4086
                    [wt] => 58160
                    [cpu] => 53354
                    [mu] => 431280
                    [pmu] => 198520
                )

            [Civi\Core\SettingsMetadata::loadSettingsMetadata==>ts] => Array
                (
                    [ct] => 6112
                    [wt] => 18144
                    [cpu] => 19397
                    [mu] => 427672
                    [pmu] => 91120
                )

            [Civi\Core\SettingsMetadata::getBootMetadata==>Civi\Core\SettingsMetadata::loadSettingsMetadata] => Array
                (
                    [ct] => 1
                    [wt] => 2035
                    [cpu] => 1582
                    [mu] => 61104
                    [pmu] => 41896
                )

            [Civi\Core\SettingsMetadata::getMetadata==>Civi\Core\SettingsMetadata::getBootMetadata] => Array
                (
                    [ct] => 2
                    [wt] => 2045
                    [cpu] => 1582
                    [mu] => 60600
                    [pmu] => 41896
                )

            [Civi\Core\SettingsMetadata::getMetadata==>Civi\Core\SettingsMetadata::_filterSettingsSpecification] => Array
                (
                    [ct] => 56
                    [wt] => 5625
                    [cpu] => 5601
                    [mu] => -18533560
                    [pmu] => 1912
                )

            [Civi\Core\SettingsManager::getEnvSettingValues==>Civi\Core\SettingsMetadata::getMetadata] => Array
                (
                    [ct] => 6
                    [wt] => 6208
                    [cpu] => 4451
                    [mu] => 163960
                    [pmu] => 561432
                )

            [Civi\Core\SettingsManager::getMandatory==>Civi\Core\SettingsManager::getEnvSettingValues] => Array
                (
                    [ct] => 6
                    [wt] => 6300
                    [cpu] => 4451
                    [mu] => 165096
                    [pmu] => 561496
                )

            [Civi\Core\SettingsManager::getBagByDomain==>Civi\Core\SettingsManager::getMandatory] => Array
                (
                    [ct] => 1
                    [wt] => 2136
                    [cpu] => 1582
                    [mu] => 64944
                    [pmu] => 44280
                )

            [Civi\Core\SettingsManager::getBagByDomain==>Civi\Core\SettingsBag::loadMandatory] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Utils_Cache::assertValidKey==>CRM_Utils_Constant::value] => Array
                (
                    [ct] => 7585
                    [wt] => 16427
                    [cpu] => 13538
                    [mu] => 568
                    [pmu] => 48
                )

            [CRM_Utils_Cache_Redis::get==>CRM_Utils_Cache::assertValidKey] => Array
                (
                    [ct] => 551
                    [wt] => 2804
                    [cpu] => 6909
                    [mu] => 1200
                    [pmu] => 1448
                )

            [CRM_Utils_Cache_CacheWrapper::get==>CRM_Utils_Cache_Redis::get] => Array
                (
                    [ct] => 301
                    [wt] => 92456
                    [cpu] => 93049
                    [mu] => 28193656
                    [pmu] => 2811568
                )

            [Civi\Core\SettingsManager::getDefaults==>CRM_Utils_Cache_CacheWrapper::get] => Array
                (
                    [ct] => 5
                    [wt] => 1446
                    [cpu] => 2066
                    [mu] => 35992
                    [pmu] => 24208
                )

            [Civi\Core\SettingsManager::getBagByDomain==>Civi\Core\SettingsManager::getDefaults] => Array
                (
                    [ct] => 1
                    [wt] => 262
                    [cpu] => 572
                    [mu] => 13840
                    [pmu] => 24208
                )

            [Civi\Core\SettingsManager::getBagByDomain==>Civi\Core\SettingsBag::loadDefaults] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi::settings==>Civi\Core\SettingsManager::getBagByDomain] => Array
                (
                    [ct] => 488
                    [wt] => 11575
                    [cpu] => 8433
                    [mu] => 267632
                    [pmu] => 285824
                )

            [CRM_Extension_System::__construct==>Civi::settings] => Array
                (
                    [ct] => 1
                    [wt] => 8661
                    [cpu] => 7166
                    [mu] => 268864
                    [pmu] => 279488
                )

            [Civi\Core\SettingsBag::all==>Civi\Core\SettingsBag::combine] => Array
                (
                    [ct] => 98
                    [wt] => 3755
                    [cpu] => 1017
                    [mu] => 1178152
                    [pmu] => 11848
                )

            [Civi\Core\SettingsBag::computeVirtual==>Civi\Core\SettingsBag::getContributionInvoiceSettingKeys] => Array
                (
                    [ct] => 49
                    [wt] => 53
                    [cpu] => 362
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Core\SettingsBag::get@1==>Civi\Core\SettingsBag::all@1] => Array
                (
                    [ct] => 683
                    [wt] => 508
                    [cpu] => 275
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\SettingsBag::computeVirtual==>Civi\Core\SettingsBag::get@1] => Array
                (
                    [ct] => 441
                    [wt] => 1330
                    [cpu] => 507
                    [mu] => 1200
                    [pmu] => 448
                )

            [Civi\Core\SettingsBag::interpolateDsnSettings==>Civi\Core\SettingsBag::get@1] => Array
                (
                    [ct] => 242
                    [wt] => 741
                    [cpu] => 374
                    [mu] => 584
                    [pmu] => 1168
                )

            [Civi\Core\SettingsBag::computeVirtual==>Civi\Core\SettingsBag::interpolateDsnSettings] => Array
                (
                    [ct] => 49
                    [wt] => 1365
                    [cpu] => 374
                    [mu] => 23888
                    [pmu] => 1704
                )

            [Civi\Core\SettingsBag::all==>Civi\Core\SettingsBag::computeVirtual] => Array
                (
                    [ct] => 49
                    [wt] => 3892
                    [cpu] => 1243
                    [mu] => 56320
                    [pmu] => 3096
                )

            [Civi\Core\SettingsBag::get==>Civi\Core\SettingsBag::all] => Array
                (
                    [ct] => 750
                    [wt] => 8996
                    [cpu] => 2260
                    [mu] => 627936
                    [pmu] => 14944
                )

            [CRM_Extension_System::__construct==>Civi\Core\SettingsBag::get] => Array
                (
                    [ct] => 1
                    [wt] => 120
                    [cpu] => 0
                    [mu] => 14616
                    [pmu] => 14944
                )

            [Civi::paths==>Civi\Core\Container::getBootService] => Array
                (
                    [ct] => 66
                    [wt] => 88
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_Config_MagicMerge::__get==>Civi::paths] => Array
                (
                    [ct] => 12
                    [wt] => 49
                    [cpu] => 0
                    [mu] => 1168
                    [pmu] => 464
                )

            [CRM_Core_Config_MagicMerge::getSettings==>Civi::settings] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Config_MagicMerge::__get==>CRM_Core_Config_MagicMerge::getSettings] => Array
                (
                    [ct] => 301
                    [wt] => 370
                    [cpu] => 0
                    [mu] => 1216
                    [pmu] => 0
                )

            [CRM_Core_Config_MagicMerge::__get==>Civi\Core\SettingsBag::get] => Array
                (
                    [ct] => 301
                    [wt] => 3812
                    [cpu] => 468
                    [mu] => 183128
                    [pmu] => 1024
                )

            [Civi\Core\Paths::Civi\Core\{closure}==>CRM_Core_Config::singleton@1] => Array
                (
                    [ct] => 3
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Config_MagicMerge::__get@1==>Civi\Core\Container::getBootService] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Core\Paths::Civi\Core\{closure}==>CRM_Core_Config_MagicMerge::__get@1] => Array
                (
                    [ct] => 3
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 1608
                    [pmu] => 0
                )

            [Civi\Core\Paths::Civi\Core\{closure}==>CRM_Utils_System_Drupal::cmsRootPath] => Array
                (
                    [ct] => 1
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 1256
                    [pmu] => 0
                )

            [CRM_Utils_System::baseCMSURL==>CRM_Core_Config::singleton@1] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_System_Base::getAbsoluteBaseURL==>CRM_Utils_File::addTrailingSlash] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 536
                )

            [CRM_Utils_System_Drupal::languageNegotiationURL==>CRM_Core_Config::singleton@1] => Array
                (
                    [ct] => 3
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [CRM_Utils_System_Drupal::languageNegotiationURL==>module_exists] => Array
                (
                    [ct] => 4
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [CRM_Utils_System_Drupal::languageNegotiationURL==>language_negotiation_get] => Array
                (
                    [ct] => 4
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [CRM_Utils_System_Base::getAbsoluteBaseURL==>CRM_Utils_System_Drupal::languageNegotiationURL] => Array
                (
                    [ct] => 2
                    [wt] => 63
                    [cpu] => 0
                    [mu] => 3176
                    [pmu] => 2528
                )

            [CRM_Utils_System_Base::getAbsoluteBaseURL==>CRM_Utils_System::isSSL] => Array
                (
                    [ct] => 2
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Core_Config_MagicMerge::__get@1==>CRM_Utils_System_Base::getAbsoluteBaseURL] => Array
                (
                    [ct] => 1
                    [wt] => 75
                    [cpu] => 305
                    [mu] => 4456
                    [pmu] => 4152
                )

            [CRM_Utils_System::baseCMSURL==>CRM_Core_Config_MagicMerge::__get@1] => Array
                (
                    [ct] => 2
                    [wt] => 90
                    [cpu] => 305
                    [mu] => 5088
                    [pmu] => 4784
                )

            [Civi\Core\Paths::Civi\Core\{closure}==>CRM_Utils_System::baseCMSURL] => Array
                (
                    [ct] => 1
                    [wt] => 101
                    [cpu] => 305
                    [mu] => 6776
                    [pmu] => 4912
                )

            [CRM_Utils_System::languageNegotiationURL==>CRM_Core_Config::singleton@1] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Utils_System::languageNegotiationURL==>CRM_Core_Config_MagicMerge::__get@1] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [CRM_Utils_System::languageNegotiationURL==>CRM_Utils_System_Drupal::languageNegotiationURL] => Array
                (
                    [ct] => 2
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 856
                )

            [Civi\Core\Paths::Civi\Core\{closure}==>CRM_Utils_System::languageNegotiationURL] => Array
                (
                    [ct] => 1
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 2528
                    [pmu] => 2528
                )

            [Civi\Core\Paths::getVariable==>Civi\Core\Paths::Civi\Core\{closure}] => Array
                (
                    [ct] => 8
                    [wt] => 516
                    [cpu] => 305
                    [mu] => 36448
                    [pmu] => 25408
                )

            [Civi\Core\Paths::getVariable==>Civi\Core\Paths::toAbsoluteUrl] => Array
                (
                    [ct] => 5
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Civi\Core\Paths::getPath==>Civi\Core\Paths::getVariable] => Array
                (
                    [ct] => 46
                    [wt] => 340
                    [cpu] => 305
                    [mu] => 19824
                    [pmu] => 9248
                )

            [CRM_Utils_File::absoluteDirectory==>CRM_Utils_File::addTrailingSlash] => Array
                (
                    [ct] => 51
                    [wt] => 76
                    [cpu] => 0
                    [mu] => 3064
                    [pmu] => 1512
                )

            [Civi\Core\Paths::getPath==>CRM_Utils_File::absoluteDirectory] => Array
                (
                    [ct] => 49
                    [wt] => 293
                    [cpu] => 0
                    [mu] => 6912
                    [pmu] => 4568
                )

            [CRM_Core_Config_MagicMerge::__get==>Civi\Core\Paths::getPath] => Array
                (
                    [ct] => 6
                    [wt] => 269
                    [cpu] => 305
                    [mu] => 20752
                    [pmu] => 11056
                )

            [CRM_Core_Config_MagicMerge::__get==>CRM_Utils_File::addTrailingSlash] => Array
                (
                    [ct] => 10
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 824
                    [pmu] => 128
                )

            [CRM_Extension_System::__construct==>CRM_Core_Config_MagicMerge::__get] => Array
                (
                    [ct] => 6
                    [wt] => 689
                    [cpu] => 305
                    [mu] => 39808
                    [pmu] => 30240
                )

            [CRM_Utils_System_DrupalBase::getDefaultFileStorage==>CRM_Core_Config::singleton@1] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [CRM_Utils_System_DrupalBase::getDefaultFileStorage==>CRM_Core_Config_MagicMerge::__get@1] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 600
                )

            [CRM_Utils_System_DrupalBase::getDefaultFileStorage==>CRM_Utils_System::languageNegotiationURL] => Array
                (
                    [ct] => 1
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 600
                )

            [CRM_Utils_System_DrupalBase::parseDrupalSiteNameFromRequest==>CRM_Utils_System_Drupal::cmsRootPath] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 1240
                    [pmu] => 1240
                )

            [CRM_Utils_System_DrupalBase::getDefaultFileStorage==>CRM_Utils_System_DrupalBase::parseDrupalSiteNameFromRequest] => Array
                (
                    [ct] => 1
                    [wt] => 55
                    [cpu] => 0
                    [mu] => 2320
                    [pmu] => 2320
                )

            [CRM_Utils_File::baseFilePath==>CRM_Utils_File::addTrailingSlash] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 680
                    [pmu] => 680
                )

            [CRM_Utils_System_DrupalBase::getDefaultFileStorage==>CRM_Utils_File::baseFilePath] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 3008
                    [pmu] => 2456
                )

            [Civi\Core\Paths::Civi\Core\{closure}==>CRM_Utils_System_DrupalBase::getDefaultFileStorage] => Array
                (
                    [ct] => 1
                    [wt] => 105
                    [cpu] => 0
                    [mu] => 6208
                    [pmu] => 7136
                )

            [Civi\Core\Paths::getUrl==>Civi\Core\Paths::getVariable] => Array
                (
                    [ct] => 6
                    [wt] => 244
                    [cpu] => 0
                    [mu] => 14456
                    [pmu] => 13472
                )

            [Civi\Core\Paths::getUrl==>CRM_Utils_System::isSSL] => Array
                (
                    [ct] => 7
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_Config_MagicMerge::__get==>Civi\Core\Paths::getUrl] => Array
                (
                    [ct] => 4
                    [wt] => 318
                    [cpu] => 0
                    [mu] => 18928
                    [pmu] => 18560
                )

            [CRM_Utils_System_DrupalBase::getCiviSourceStorage==>CRM_Core_Config::singleton@1] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [CRM_Utils_System_DrupalBase::getCiviSourceStorage==>CRM_Utils_File::addTrailingSlash] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 760
                    [pmu] => 760
                )

            [CRM_Utils_System_DrupalBase::getCiviSourceStorage==>CRM_Utils_System::isSSL] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [CRM_Utils_System_DrupalBase::getCiviSourceStorage==>CRM_Core_Config_MagicMerge::__get@1] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [CRM_Utils_System_DrupalBase::getCiviSourceStorage==>CRM_Utils_System_Drupal::cmsRootPath] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 1240
                    [pmu] => 1240
                )

            [CRM_Utils_System_DrupalBase::getCiviSourceStorage==>CRM_Utils_System_DrupalBase::parseDrupalSiteNameFromRoot] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 136
                )

            [Civi\Core\Paths::Civi\Core\{closure}==>CRM_Utils_System_DrupalBase::getCiviSourceStorage] => Array
                (
                    [ct] => 1
                    [wt] => 49
                    [cpu] => 0
                    [mu] => 5248
                    [pmu] => 5248
                )

            [Civi\Core\Paths::getUrl==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 208
                )

            [Civi\Core\Paths::getUrl==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 160
                )

            [Civi\Core\Paths::getUrl==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [Civi\Core\Paths::getUrl==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [Civi\Core\Paths::getUrl==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 616
                    [pmu] => 616
                )

            [Civi\Core\Paths::getUrl==>CRM_Utils_Url::toRelative] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1208
                    [pmu] => 1160
                )

            [CRM_Core_Config_MagicMerge::__get==>CRM_Utils_File::restrictAccess] => Array
                (
                    [ct] => 4
                    [wt] => 35
                    [cpu] => 0
                    [mu] => 1080
                    [pmu] => 32
                )

            [CRM_Extension_System::__construct==>CRM_Utils_System_Drupal::cmsRootPath] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 1224
                    [pmu] => 360
                )

            [CRM_Extension_System::__construct==>CRM_Core_Config::domainID] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Extension_System::singleton==>CRM_Extension_System::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 9520
                    [cpu] => 7471
                    [mu] => 326760
                    [pmu] => 326472
                )

            [Civi\Core\Container::boot==>CRM_Extension_System::singleton] => Array
                (
                    [ct] => 3
                    [wt] => 9528
                    [cpu] => 7471
                    [mu] => 327600
                    [pmu] => 326816
                )

            [CRM_Extension_System::getClassLoader==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 784
                )

            [CRM_Extension_System::getClassLoader==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 176
                )

            [CRM_Extension_System::getClassLoader==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Extension_System::getClassLoader==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Extension_System::getClassLoader==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 624
                    [pmu] => 624
                )

            [CRM_Extension_System::getMapper==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 784
                )

            [CRM_Extension_System::getMapper==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 160
                )

            [CRM_Extension_System::getMapper==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Extension_System::getMapper==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [CRM_Extension_System::getMapper==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 624
                    [pmu] => 624
                )

            [CRM_Extension_System::getDefaultContainer==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 800
                )

            [CRM_Extension_System::getDefaultContainer==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 160
                )

            [CRM_Extension_System::getDefaultContainer==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Extension_System::getDefaultContainer==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Extension_System::getDefaultContainer==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 209
                    [cpu] => 1005
                    [mu] => 648
                    [pmu] => 2008
                )

            [CRM_Extension_System::getCache==>CRM_Utils_System::version] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 32
                )

            [CRM_Utils_Cache::create==>CRM_Utils_Cache_FastArrayDecorator::__construct] => Array
                (
                    [ct] => 9
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Extension_System::getCache==>CRM_Utils_Cache::create] => Array
                (
                    [ct] => 1
                    [wt] => 132
                    [cpu] => 0
                    [mu] => 1976
                    [pmu] => 0
                )

            [CRM_Extension_System::getDefaultContainer==>CRM_Extension_System::getCache] => Array
                (
                    [ct] => 1
                    [wt] => 155
                    [cpu] => 0
                    [mu] => 2896
                    [pmu] => 4000
                )

            [CRM_Extension_System::getDefaultContainer==>CRM_Extension_Container_Basic::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [CRM_Extension_System::getFullContainer==>CRM_Extension_System::getDefaultContainer] => Array
                (
                    [ct] => 2
                    [wt] => 423
                    [cpu] => 1005
                    [mu] => 7720
                    [pmu] => 8808
                )

            [CRM_Extension_System::getFullContainer==>CRM_Utils_File::addTrailingSlash] => Array
                (
                    [ct] => 4
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 744
                    [pmu] => 328
                )

            [CRM_Extension_System::getFullContainer==>CRM_Extension_System::getCache] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Extension_System::getFullContainer==>CRM_Extension_Container_Basic::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [CRM_Extension_System::getFullContainer==>CRM_Extension_Container_Basic::addFilter] => Array
                (
                    [ct] => 3
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1712
                    [pmu] => 1712
                )

            [CRM_Extension_System::getFullContainer==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 800
                )

            [CRM_Extension_System::getFullContainer==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 160
                )

            [CRM_Extension_System::getFullContainer==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Extension_System::getFullContainer==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Extension_System::getFullContainer==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 648
                    [pmu] => 648
                )

            [CRM_Extension_System::getFullContainer==>CRM_Extension_Container_Collection::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 600
                )

            [CRM_Extension_System::getMapper==>CRM_Extension_System::getFullContainer] => Array
                (
                    [ct] => 1
                    [wt] => 542
                    [cpu] => 1005
                    [mu] => 17368
                    [pmu] => 17368
                )

            [CRM_Extension_System::getMapper==>CRM_Extension_System::getCache] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 512
                )

            [CRM_Extension_Mapper::__construct==>CRM_Core_Config::singleton@1] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Extension_Mapper::__construct==>CRM_Core_Config_MagicMerge::__get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Extension_System::getMapper==>CRM_Extension_Mapper::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 1928
                    [pmu] => 1928
                )

            [CRM_Extension_System::getClassLoader==>CRM_Extension_System::getMapper] => Array
                (
                    [ct] => 1
                    [wt] => 633
                    [cpu] => 1005
                    [mu] => 23904
                    [pmu] => 23904
                )

            [CRM_Extension_System::getClassLoader==>CRM_Extension_System::getFullContainer] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [CRM_Extension_System::getManager==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 5
                    [wt] => 52
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 3984
                )

            [CRM_Extension_System::getManager==>drupal_autoload_class] => Array
                (
                    [ct] => 5
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 160
                )

            [CRM_Extension_System::getManager==>drupal_autoload_interface] => Array
                (
                    [ct] => 5
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Extension_System::getManager==>drupal_autoload_trait] => Array
                (
                    [ct] => 5
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Extension_System::getManager==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 5
                    [wt] => 174
                    [cpu] => 0
                    [mu] => 880
                    [pmu] => 2000
                )

            [CRM_Extension_System::getManager==>CRM_Extension_System::getMapper] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Extension_Manager_Payment::__construct==>CRM_Extension_Manager_Base::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 184
                )

            [CRM_Extension_System::getManager==>CRM_Extension_Manager_Payment::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 576
                )

            [CRM_Extension_Manager_Report::__construct==>CRM_Extension_Manager_Base::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 96
                )

            [CRM_Extension_System::getManager==>CRM_Extension_Manager_Report::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 488
                )

            [CRM_Extension_Manager_Search::__construct==>CRM_Extension_Manager_Base::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 96
                )

            [CRM_Extension_System::getManager==>CRM_Extension_Manager_Search::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 488
                )

            [CRM_Extension_Manager_Module::__construct==>CRM_Extension_Manager_Base::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 120
                )

            [CRM_Extension_System::getManager==>CRM_Extension_Manager_Module::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 512
                )

            [CRM_Extension_System::getManager==>CRM_Extension_System::getFullContainer] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Extension_System::getManager==>CRM_Extension_System::getDefaultContainer] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [CRM_Extension_System::getManager==>CRM_Extension_Manager::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Extension_System::getClassLoader==>CRM_Extension_System::getManager] => Array
                (
                    [ct] => 1
                    [wt] => 346
                    [cpu] => 0
                    [mu] => 12296
                    [pmu] => 12296
                )

            [CRM_Extension_System::getClassLoader==>CRM_Extension_ClassLoader::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [Civi\Core\Container::boot==>CRM_Extension_System::getClassLoader] => Array
                (
                    [ct] => 1
                    [wt] => 1070
                    [cpu] => 1005
                    [mu] => 41480
                    [pmu] => 41480
                )

            [CRM_Utils_System::isInUpgradeMode==>CRM_Core_Config::isUpgradeMode] => Array
                (
                    [ct] => 3
                    [wt] => 51
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 1288
                )

            [CRM_Extension_ClassLoader::register==>CRM_Utils_System::isInUpgradeMode] => Array
                (
                    [ct] => 2
                    [wt] => 47
                    [cpu] => 0
                    [mu] => 1200
                    [pmu] => 1200
                )

            [CRM_Core_Config_Runtime::getId==>CRM_Utils_System::version] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Core_Config_Runtime::getId==>CRM_Utils_Array::value] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [CRM_Extension_ClassLoader::getCacheFile==>CRM_Core_Config_Runtime::getId] => Array
                (
                    [ct] => 3
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 2272
                    [pmu] => 2272
                )

            [CRM_Utils_Cache_FastArrayDecorator::get==>CRM_Utils_Cache::assertValidKey] => Array
                (
                    [ct] => 4154
                    [wt] => 18633
                    [cpu] => 16243
                    [mu] => 584
                    [pmu] => 4936
                )

            [CRM_Utils_Cache::nack==>CRM_Utils_Request::id] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [CRM_Utils_Cache_FastArrayDecorator::get==>CRM_Utils_Cache::nack] => Array
                (
                    [ct] => 250
                    [wt] => 1021
                    [cpu] => 1846
                    [mu] => 20056
                    [pmu] => 1720
                )

            [CRM_Utils_Cache_FastArrayDecorator::get==>CRM_Utils_Cache_Redis::get] => Array
                (
                    [ct] => 250
                    [wt] => 61340
                    [cpu] => 119657
                    [mu] => 198552
                    [pmu] => 206328
                )

            [CRM_Utils_Cache_CacheWrapper::get==>CRM_Utils_Cache_FastArrayDecorator::get] => Array
                (
                    [ct] => 4063
                    [wt] => 75238
                    [cpu] => 109505
                    [mu] => 176576
                    [pmu] => 204056
                )

            [CRM_Extension_Mapper::getActiveModuleFiles==>CRM_Utils_Cache_CacheWrapper::get] => Array
                (
                    [ct] => 1
                    [wt] => 202
                    [cpu] => 820
                    [mu] => 15592
                    [pmu] => 28776
                )

            [CRM_Extension_Mapper::keyToInfo==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Extension_Mapper::keyToInfo==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Extension_Mapper::keyToInfo==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Extension_Mapper::keyToInfo==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 27
                    [cpu] => 85
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Extension_Mapper::keyToInfo==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 616
                    [pmu] => 0
                )

            [CRM_Extension_Container_Collection::getKeysToContainer==>CRM_Utils_Cache_CacheWrapper::get] => Array
                (
                    [ct] => 181
                    [wt] => 2619
                    [cpu] => 4136
                    [mu] => 5880
                    [pmu] => 19064
                )

            [CRM_Extension_Container_Collection::getContainer==>CRM_Extension_Container_Collection::getKeysToContainer] => Array
                (
                    [ct] => 180
                    [wt] => 4191
                    [cpu] => 4853
                    [mu] => 20688
                    [pmu] => 22488
                )

            [CRM_Extension_Container_Collection::getPath==>CRM_Extension_Container_Collection::getContainer] => Array
                (
                    [ct] => 179
                    [wt] => 4685
                    [cpu] => 5132
                    [mu] => 19096
                    [pmu] => 21464
                )

            [CRM_Extension_Container_Basic::getRelPaths==>CRM_Utils_Cache_CacheWrapper::get] => Array
                (
                    [ct] => 3
                    [wt] => 658
                    [cpu] => 523
                    [mu] => 6360
                    [pmu] => 5744
                )

            [CRM_Extension_Container_Basic::getRelPath==>CRM_Extension_Container_Basic::getRelPaths] => Array
                (
                    [ct] => 179
                    [wt] => 693
                    [cpu] => 1442
                    [mu] => 7008
                    [pmu] => 5744
                )

            [CRM_Extension_Container_Basic::getPath==>CRM_Extension_Container_Basic::getRelPath] => Array
                (
                    [ct] => 179
                    [wt] => 1148
                    [cpu] => 1442
                    [mu] => 7656
                    [pmu] => 5744
                )

            [CRM_Extension_Container_Collection::getPath==>CRM_Extension_Container_Basic::getPath] => Array
                (
                    [ct] => 179
                    [wt] => 1554
                    [cpu] => 1442
                    [mu] => 26304
                    [pmu] => 5744
                )

            [CRM_Extension_Mapper::keyToInfo==>CRM_Extension_Container_Collection::getPath] => Array
                (
                    [ct] => 21
                    [wt] => 1097
                    [cpu] => 561
                    [mu] => 18368
                    [pmu] => 19360
                )

            [CRM_Extension_Info::loadFromFile==>CRM_Utils_XML::parseFile] => Array
                (
                    [ct] => 42
                    [wt] => 3678
                    [cpu] => 5085
                    [mu] => 85000
                    [pmu] => 170288
                )

            [CRM_Extension_Info::loadFromFile==>CRM_Extension_Info::__construct] => Array
                (
                    [ct] => 42
                    [wt] => 42
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Extension_Info::parse==>CRM_Utils_System::version] => Array
                (
                    [ct] => 42
                    [wt] => 132
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Utils_System::majorVersion==>CRM_Utils_System::version] => Array
                (
                    [ct] => 42
                    [wt] => 132
                    [cpu] => 1002
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Extension_Info::parse==>CRM_Utils_System::majorVersion] => Array
                (
                    [ct] => 42
                    [wt] => 252
                    [cpu] => 1002
                    [mu] => 3888
                    [pmu] => 0
                )

            [CRM_Extension_Info::parse==>CRM_Utils_System::versionXml] => Array
                (
                    [ct] => 42
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Extension_Info::{closure}==>CRM_Extension_Info::interpolate] => Array
                (
                    [ct] => 438
                    [wt] => 1008
                    [cpu] => 0
                    [mu] => 64616
                    [pmu] => 0
                )

            [CRM_Extension_Info::parse==>CRM_Extension_Info::{closure}] => Array
                (
                    [ct] => 438
                    [wt] => 1859
                    [cpu] => 1000
                    [mu] => 65248
                    [pmu] => 0
                )

            [CRM_Extension_Info::parse==>CRM_Utils_XML::xmlObjToArray] => Array
                (
                    [ct] => 126
                    [wt] => 237
                    [cpu] => 0
                    [mu] => 161520
                    [pmu] => 0
                )

            [CRM_Utils_XML::xmlObjToArray==>CRM_Utils_XML::xmlObjToArray@1] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1320
                    [pmu] => 0
                )

            [CRM_Extension_Info::{closure}@2==>CRM_Extension_Info::interpolate@2] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Extension_Info::interpolate@1==>CRM_Extension_Info::{closure}@2] => Array
                (
                    [ct] => 4
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 1200
                    [pmu] => 0
                )

            [CRM_Extension_Info::{closure}@1==>CRM_Extension_Info::interpolate@1] => Array
                (
                    [ct] => 138
                    [wt] => 138
                    [cpu] => 0
                    [mu] => 12312
                    [pmu] => 0
                )

            [CRM_Extension_Info::interpolate==>CRM_Extension_Info::{closure}@1] => Array
                (
                    [ct] => 138
                    [wt] => 406
                    [cpu] => 0
                    [mu] => 12944
                    [pmu] => 0
                )

            [CRM_Extension_Info::loadFromFile==>CRM_Extension_Info::parse] => Array
                (
                    [ct] => 42
                    [wt] => 4719
                    [cpu] => 4004
                    [mu] => 385152
                    [pmu] => 8024
                )

            [CRM_Extension_Mapper::keyToInfo==>CRM_Extension_Info::loadFromFile] => Array
                (
                    [ct] => 21
                    [wt] => 4515
                    [cpu] => 5089
                    [mu] => 164080
                    [pmu] => 178312
                )

            [CRM_Extension_Mapper::keyToPath==>CRM_Extension_Mapper::keyToInfo] => Array
                (
                    [ct] => 84
                    [wt] => 5990
                    [cpu] => 5735
                    [mu] => 181144
                    [pmu] => 197672
                )

            [CRM_Extension_Mapper::keyToPath==>CRM_Extension_Container_Collection::getPath] => Array
                (
                    [ct] => 84
                    [wt] => 2741
                    [cpu] => 2431
                    [mu] => 14904
                    [pmu] => 5608
                )

            [CRM_Extension_Mapper::{closure}==>CRM_Extension_Mapper::keyToPath] => Array
                (
                    [ct] => 42
                    [wt] => 7580
                    [cpu] => 6167
                    [mu] => 193256
                    [pmu] => 203280
                )

            [CRM_Extension_Mapper::getActiveModuleFiles==>CRM_Extension_Mapper::{closure}] => Array
                (
                    [ct] => 42
                    [wt] => 7678
                    [cpu] => 6167
                    [mu] => 209696
                    [pmu] => 203280
                )

            [CRM_Extension_System::getCompatibilityInfo==>Civi::paths] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Extension_System::getCompatibilityInfo==>Civi\Core\Paths::getPath] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 1264
                    [pmu] => 0
                )

            [CRM_Extension_Info::filterRequirements==>CRM_Extension_System::getCompatibilityInfo] => Array
                (
                    [ct] => 6
                    [wt] => 80
                    [cpu] => 0
                    [mu] => 8080
                    [pmu] => 8024
                )

            [CRM_Extension_Info::parse==>CRM_Extension_Info::filterRequirements] => Array
                (
                    [ct] => 6
                    [wt] => 127
                    [cpu] => 1001
                    [mu] => 11320
                    [pmu] => 8024
                )

            [CRM_Extension_ClassLoader::getCacheFile==>CRM_Extension_Mapper::getActiveModuleFiles] => Array
                (
                    [ct] => 3
                    [wt] => 6718
                    [cpu] => 6555
                    [mu] => 212536
                    [pmu] => 226752
                )

            [CRM_Extension_ClassLoader::getCacheFile==>Civi::paths] => Array
                (
                    [ct] => 3
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Extension_ClassLoader::getCacheFile==>Civi\Core\Paths::getPath] => Array
                (
                    [ct] => 3
                    [wt] => 49
                    [cpu] => 0
                    [mu] => 3104
                    [pmu] => 0
                )

            [CRM_Extension_ClassLoader::register==>CRM_Extension_ClassLoader::getCacheFile] => Array
                (
                    [ct] => 2
                    [wt] => 6806
                    [cpu] => 6555
                    [mu] => 217664
                    [pmu] => 229720
                )

            [CRM_Extension_ClassLoader::register==>Composer\Autoload\ClassLoader::register] => Array
                (
                    [ct] => 2
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 648
                    [pmu] => 0
                )

            [Civi\Core\Container::boot==>CRM_Extension_ClassLoader::register] => Array
                (
                    [ct] => 1
                    [wt] => 6838
                    [cpu] => 6555
                    [mu] => 230184
                    [pmu] => 241512
                )

            [CRM_Extension_System::getMixinLoader==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Extension_System::getMixinLoader==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Extension_System::getMixinLoader==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Extension_System::getMixinLoader==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Extension_System::getMixinLoader==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 624
                    [pmu] => 0
                )

            [Civi\Core\Container::boot==>CRM_Extension_System::getMixinLoader] => Array
                (
                    [ct] => 1
                    [wt] => 62
                    [cpu] => 0
                    [mu] => 3800
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::run==>CRM_Extension_System::singleton] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::run==>CRM_Extension_System::getCache] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_Cache_Redis::get==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 35
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 784
                )

            [CRM_Utils_Cache_Redis::get==>drupal_autoload_class] => Array
                (
                    [ct] => 2
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 144
                )

            [CRM_Utils_Cache_Redis::get==>drupal_autoload_interface] => Array
                (
                    [ct] => 2
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [CRM_Utils_Cache_Redis::get==>drupal_autoload_trait] => Array
                (
                    [ct] => 2
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [CRM_Utils_Cache_Redis::get==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 40
                    [cpu] => 0
                    [mu] => 680
                    [pmu] => 624
                )

            [CRM_Extension_MixinLoader::run==>CRM_Utils_Cache_CacheWrapper::get] => Array
                (
                    [ct] => 2
                    [wt] => 507
                    [cpu] => 831
                    [mu] => 27760
                    [pmu] => 41720
                )

            [Civi::dispatcher==>Civi\Core\Container::getBootService] => Array
                (
                    [ct] => 3011
                    [wt] => 4843
                    [cpu] => 5903
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}==>Civi::dispatcher] => Array
                (
                    [ct] => 52
                    [wt] => 136
                    [cpu] => 0
                    [mu] => 1168
                    [pmu] => 2616
                )

            [CRM_Extension_MixinLoader::{closure}==>Civi\Core\CiviEventDispatcher::addListener] => Array
                (
                    [ct] => 51
                    [wt] => 182
                    [cpu] => 964
                    [mu] => 7992
                    [pmu] => 17440
                )

            [CRM_Extension_MixinLoader::loadMixins==>CRM_Extension_MixinLoader::{closure}] => Array
                (
                    [ct] => 50
                    [wt] => 616
                    [cpu] => 964
                    [mu] => 65592
                    [pmu] => 58232
                )

            [CRM_Extension_MixinLoader::Civi\Mixin\SettingAdminV1\{closure}==>Civi::dispatcher] => Array
                (
                    [ct] => 12
                    [wt] => 36
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 64
                )

            [Civi\Core\CiviEventDispatcher::addListener==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 38
                    [cpu] => 0
                    [mu] => 744
                    [pmu] => 0
                )

            [Civi\Core\CiviEventDispatcher::addListener==>Civi\Core\Event\HookStyleListener::__construct] => Array
                (
                    [ct] => 19
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::Civi\Mixin\SettingAdminV1\{closure}==>Civi\Core\CiviEventDispatcher::addListener] => Array
                (
                    [ct] => 12
                    [wt] => 112
                    [cpu] => 0
                    [mu] => 6272
                    [pmu] => 5968
                )

            [CRM_Extension_MixinLoader::loadMixins==>CRM_Extension_MixinLoader::Civi\Mixin\SettingAdminV1\{closure}] => Array
                (
                    [ct] => 3
                    [wt] => 181
                    [cpu] => 0
                    [mu] => 17568
                    [pmu] => 11344
                )

            [CRM_Extension_MixinLoader::{closure}==>CRM_Extension_MixInfo::getPath] => Array
                (
                    [ct] => 154
                    [wt] => 213
                    [cpu] => 0
                    [mu] => 14968
                    [pmu] => 584
                )

            [CRM_Extension_MixinLoader::{closure}==>CRM_Extension_System::singleton] => Array
                (
                    [ct] => 7
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Extension_MixinLoader::{closure}==>CRM_Extension_System::getManager] => Array
                (
                    [ct] => 7
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Extension_Manager::extensionIsBeingInstalledOrEnabled==>CRM_Extension_Manager::getActiveProcesses] => Array
                (
                    [ct] => 7
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 600
                )

            [CRM_Extension_MixinLoader::{closure}==>CRM_Extension_Manager::extensionIsBeingInstalledOrEnabled] => Array
                (
                    [ct] => 7
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 1264
                    [pmu] => 2800
                )

            [CRM_Extension_MixinLoader::run==>CRM_Extension_MixinLoader::loadMixins] => Array
                (
                    [ct] => 2
                    [wt] => 927
                    [cpu] => 964
                    [mu] => 91856
                    [pmu] => 72008
                )

            [Civi\Core\Container::boot==>CRM_Extension_MixinLoader::run] => Array
                (
                    [ct] => 1
                    [wt] => 1433
                    [cpu] => 1795
                    [mu] => 121496
                    [pmu] => 113904
                )

            [CRM_Utils_Hook::commonBuildModuleList==>CRM_Core_Config::singleton@1] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Utils_Hook::commonBuildModuleList==>CRM_Core_Config_MagicMerge::__isset] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [CRM_Utils_Hook::commonBuildModuleList==>CRM_Core_Config_MagicMerge::__get] => Array
                (
                    [ct] => 1
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [CRM_Utils_Hook::requireCiviModules==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 784
                )

            [CRM_Utils_Hook::requireCiviModules==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 176
                )

            [CRM_Utils_Hook::requireCiviModules==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Utils_Hook::requireCiviModules==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Utils_Hook::requireCiviModules==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 624
                    [pmu] => 624
                )

            [CRM_Core_PseudoConstant::getModuleExtensions==>CRM_Extension_System::singleton] => Array
                (
                    [ct] => 4
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [CRM_Core_PseudoConstant::getModuleExtensions==>CRM_Extension_System::getMapper] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [CRM_Core_PseudoConstant::getModuleExtensions==>CRM_Extension_Mapper::getActiveModuleFiles] => Array
                (
                    [ct] => 4
                    [wt] => 2663
                    [cpu] => 1073
                    [mu] => 23560
                    [pmu] => 6208
                )

            [CRM_Utils_Hook::requireCiviModules==>CRM_Core_PseudoConstant::getModuleExtensions] => Array
                (
                    [ct] => 3
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 2544
                    [pmu] => 2488
                )

            [CRM_Utils_Hook::commonBuildModuleList==>CRM_Utils_Hook::requireCiviModules] => Array
                (
                    [ct] => 1
                    [wt] => 321
                    [cpu] => 0
                    [mu] => 7744
                    [pmu] => 7800
                )

            [Civi\Core\Container::boot==>CRM_Utils_Hook::commonBuildModuleList] => Array
                (
                    [ct] => 1
                    [wt] => 364
                    [cpu] => 0
                    [mu] => 10720
                    [pmu] => 10720
                )

            [Civi\Core\Container::boot==>CRM_Core_Config::isUpgradeMode] => Array
                (
                    [ct] => 1
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 768
                )

            [CRM_Core_Config_Runtime::includeCustomPath==>Civi::settings] => Array
                (
                    [ct] => 2
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 824
                )

            [CRM_Core_Config_Runtime::includeCustomPath==>Civi\Core\SettingsBag::get] => Array
                (
                    [ct] => 2
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Core_Config_Runtime::includeCustomPath==>Civi::paths] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 56
                )

            [CRM_Core_Config_Runtime::includeCustomPath==>Civi\Core\Paths::getPath] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 1304
                    [pmu] => 1304
                )

            [Civi\Core\Container::boot==>CRM_Core_Config_Runtime::includeCustomPath] => Array
                (
                    [ct] => 1
                    [wt] => 54
                    [cpu] => 0
                    [mu] => 4488
                    [pmu] => 4728
                )

            [Civi\Core\Container::loadContainer==>CRM_Utils_System::isInUpgradeMode] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 520
                )

            [Civi\Core\Container::loadContainer==>CRM_Core_Config_Runtime::getId] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 176
                )

            [Civi\Core\Container::loadContainer==>CRM_Extension_System::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Civi\Core\Container::loadContainer==>CRM_Extension_System::getMapper] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Civi\Core\Container::loadContainer==>CRM_Extension_Mapper::getActiveModuleFiles] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [Civi\Core\Container::loadContainer==>Civi::paths] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi\Core\Container::loadContainer==>Civi\Core\Paths::getPath] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 1304
                    [pmu] => 0
                )

            [Civi\Core\Container::loadContainer==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 2
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\Container::loadContainer==>_afform_civix_class_loader] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\Container::loadContainer==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 368
                )

            [Composer\Autoload\includeFile==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 82
                    [wt] => 89
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 104
                )

            [Composer\Autoload\includeFile==>_afform_civix_class_loader] => Array
                (
                    [ct] => 82
                    [wt] => 71
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Composer\Autoload\includeFile==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 82
                    [wt] => 70
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Composer\Autoload\includeFile@1==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 22
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 88
                )

            [Composer\Autoload\includeFile@1==>_afform_civix_class_loader] => Array
                (
                    [ct] => 22
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Composer\Autoload\includeFile@1==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 22
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Civi\Core\Container::loadContainer==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 367
                    [cpu] => 0
                    [mu] => 8456
                    [pmu] => 6080
                )

            [Symfony\Component\Config\ConfigCache::__construct==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\Config\ConfigCache::__construct==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\Config\ConfigCache::__construct==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 336
                )

            [Symfony\Component\Config\ConfigCache::__construct==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 61
                    [cpu] => 0
                    [mu] => 760
                    [pmu] => 1616
                )

            [Symfony\Component\Config\ConfigCache::__construct==>Symfony\Component\Config\ResourceCheckerConfigCache::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 96
                )

            [Civi\Core\Container::loadContainer==>Symfony\Component\Config\ConfigCache::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 82
                    [cpu] => 0
                    [mu] => 4304
                    [pmu] => 2760
                )

            [Symfony\Component\Config\ResourceCheckerConfigCache::isFresh==>Symfony\Component\Config\ResourceCheckerConfigCache::getMetaFile] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 824
                    [pmu] => 824
                )

            [Symfony\Component\Config\ResourceCheckerConfigCache::safelyUnserialize==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 4
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 600
                )

            [Symfony\Component\Config\ResourceCheckerConfigCache::safelyUnserialize==>_afform_civix_class_loader] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 600
                )

            [Symfony\Component\Config\ResourceCheckerConfigCache::safelyUnserialize==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 600
                )

            [Symfony\Component\Config\ResourceCheckerConfigCache::safelyUnserialize==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 4
                    [wt] => 112
                    [cpu] => 0
                    [mu] => 42232
                    [pmu] => 84632
                )

            [Symfony\Component\Config\ResourceCheckerConfigCache::isFresh==>Symfony\Component\Config\ResourceCheckerConfigCache::safelyUnserialize] => Array
                (
                    [ct] => 1
                    [wt] => 692
                    [cpu] => 1001
                    [mu] => 648048
                    [pmu] => 676872
                )

            [Symfony\Component\Config\ResourceCheckerConfigCache::isFresh==>Symfony\Component\Config\Resource\SelfCheckingResourceChecker::supports] => Array
                (
                    [ct] => 452
                    [wt] => 336
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Config\Resource\SelfCheckingResourceChecker::isFresh==>Symfony\Component\Config\Resource\FileResource::__toString] => Array
                (
                    [ct] => 227
                    [wt] => 155
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Config\Resource\SelfCheckingResourceChecker::isFresh==>Symfony\Component\Config\Resource\FileResource::isFresh] => Array
                (
                    [ct] => 227
                    [wt] => 2106
                    [cpu] => 2995
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Config\ResourceCheckerConfigCache::isFresh==>Symfony\Component\Config\Resource\SelfCheckingResourceChecker::isFresh] => Array
                (
                    [ct] => 452
                    [wt] => 12090
                    [cpu] => 12991
                    [mu] => 82576
                    [pmu] => 0
                )

            [Symfony\Component\Config\Resource\SelfCheckingResourceChecker::isFresh==>Symfony\Component\Config\Resource\DirectoryResource::__toString] => Array
                (
                    [ct] => 6
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 1048
                    [pmu] => 0
                )

            [Symfony\Component\Config\Resource\SelfCheckingResourceChecker::isFresh==>Symfony\Component\Config\Resource\DirectoryResource::isFresh] => Array
                (
                    [ct] => 6
                    [wt] => 1243
                    [cpu] => 998
                    [mu] => 49944
                    [pmu] => 0
                )

            [Symfony\Component\Config\Resource\SelfCheckingResourceChecker::isFresh==>Symfony\Component\Config\Resource\FileExistenceResource::__toString] => Array
                (
                    [ct] => 16
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 3224
                    [pmu] => 0
                )

            [Symfony\Component\Config\Resource\SelfCheckingResourceChecker::isFresh==>Symfony\Component\Config\Resource\FileExistenceResource::isFresh] => Array
                (
                    [ct] => 16
                    [wt] => 106
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Config\Resource\SelfCheckingResourceChecker::isFresh==>Symfony\Component\Config\Resource\ReflectionClassResource::__toString] => Array
                (
                    [ct] => 203
                    [wt] => 180
                    [cpu] => 1001
                    [mu] => 17912
                    [pmu] => 0
                )

            [Symfony\Component\Config\Resource\SelfCheckingResourceChecker::isFresh==>Symfony\Component\Config\Resource\ReflectionClassResource::isFresh] => Array
                (
                    [ct] => 203
                    [wt] => 6469
                    [cpu] => 7000
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Config\ConfigCache::isFresh==>Symfony\Component\Config\ResourceCheckerConfigCache::isFresh] => Array
                (
                    [ct] => 1
                    [wt] => 14340
                    [cpu] => 14997
                    [mu] => 498064
                    [pmu] => 678016
                )

            [Civi\Core\Container::loadContainer==>Symfony\Component\Config\ConfigCache::isFresh] => Array
                (
                    [ct] => 1
                    [wt] => 14381
                    [cpu] => 14997
                    [mu] => 129656
                    [pmu] => 678272
                )

            [Composer\Autoload\includeFile@2==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 6
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Composer\Autoload\includeFile@2==>_afform_civix_class_loader] => Array
                (
                    [ct] => 6
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Composer\Autoload\includeFile@2==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 6
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Composer\Autoload\includeFile@3==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Composer\Autoload\includeFile@3==>_afform_civix_class_loader] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Composer\Autoload\includeFile@3==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::__construct==>CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getDefaultParameters] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Civi\Core\Container::loadContainer==>CachedCiviContainer_147b4ee0e982068464a887f474be6dac::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [Civi\Core\Container::boot==>Civi\Core\Container::loadContainer] => Array
                (
                    [ct] => 1
                    [wt] => 15026
                    [cpu] => 14997
                    [mu] => 151352
                    [pmu] => 693328
                )

            [Civi\Core\Container::useContainer==>Symfony\Component\DependencyInjection\Container::set] => Array
                (
                    [ct] => 8
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 976
                    [pmu] => 0
                )

            [Civi\Core\Container::createEventDispatcher==>Civi\Core\Container::getBootService] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Core\Container::createEventDispatcher==>Civi\Core\Container::Civi\Core\{closure}] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 3848
                    [pmu] => 0
                )

            [Civi\Core\Container::createEventDispatcher==>Civi\Core\CiviEventDispatcher::addListener] => Array
                (
                    [ct] => 30
                    [wt] => 84
                    [cpu] => 0
                    [mu] => 18296
                    [pmu] => 0
                )

            [Civi\Core\CiviEventDispatcher::addListenerService==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Core\CiviEventDispatcher::addListenerService==>_afform_civix_class_loader] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Core\CiviEventDispatcher::addListenerService==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Core\CiviEventDispatcher::addListenerService==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 58
                    [cpu] => 0
                    [mu] => 920
                    [pmu] => 0
                )

            [Civi\Core\CiviEventDispatcher::addListenerService==>Civi\Core\Event\ServiceListener::__construct] => Array
                (
                    [ct] => 117
                    [wt] => 89
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Core\CiviEventDispatcher::addListenerService==>Civi\Core\CiviEventDispatcher::addListener] => Array
                (
                    [ct] => 117
                    [wt] => 337
                    [cpu] => 0
                    [mu] => 36224
                    [pmu] => 0
                )

            [Civi\Core\Container::createEventDispatcher==>Civi\Core\CiviEventDispatcher::addListenerService] => Array
                (
                    [ct] => 1
                    [wt] => 45
                    [cpu] => 0
                    [mu] => 5384
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getDispatcherService==>Civi\Core\Container::createEventDispatcher] => Array
                (
                    [ct] => 1
                    [wt] => 183
                    [cpu] => 0
                    [mu] => 29816
                    [pmu] => 0
                )

            [Civi\Core\CiviEventDispatcher::addListenerMap==>Civi\Core\CiviEventDispatcher::addListener] => Array
                (
                    [ct] => 103
                    [wt] => 295
                    [cpu] => 0
                    [mu] => 75440
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getDispatcherService==>Civi\Core\CiviEventDispatcher::addListenerMap] => Array
                (
                    [ct] => 63
                    [wt] => 534
                    [cpu] => 1002
                    [mu] => 114760
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getDispatcherService==>Civi\Core\CiviEventDispatcher::addListener] => Array
                (
                    [ct] => 61
                    [wt] => 215
                    [cpu] => 0
                    [mu] => 7384
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getDispatcherService==>Civi\Core\CiviEventDispatcher::addListenerService] => Array
                (
                    [ct] => 15
                    [wt] => 97
                    [cpu] => 0
                    [mu] => 11808
                    [pmu] => 0
                )

            [Civi\Core\CiviEventDispatcher::addSubscriberServiceMap==>Civi\Core\CiviEventDispatcher::addListenerService] => Array
                (
                    [ct] => 101
                    [wt] => 774
                    [cpu] => 0
                    [mu] => 35968
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getDispatcherService==>Civi\Core\CiviEventDispatcher::addSubscriberServiceMap] => Array
                (
                    [ct] => 70
                    [wt] => 1052
                    [cpu] => 1002
                    [mu] => 74352
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\Container::make==>CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getDispatcherService] => Array
                (
                    [ct] => 1
                    [wt] => 2417
                    [cpu] => 2004
                    [mu] => 288536
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\Container::get==>Symfony\Component\DependencyInjection\Container::make] => Array
                (
                    [ct] => 34
                    [wt] => 41405
                    [cpu] => 38003
                    [mu] => 1384088
                    [pmu] => 747704
                )

            [Civi\Core\Container::useContainer==>Symfony\Component\DependencyInjection\Container::get] => Array
                (
                    [ct] => 1
                    [wt] => 2431
                    [cpu] => 2004
                    [mu] => 290272
                    [pmu] => 0
                )

            [Civi\Core\Container::boot==>Civi\Core\Container::useContainer] => Array
                (
                    [ct] => 1
                    [wt] => 2461
                    [cpu] => 2004
                    [mu] => 291944
                    [pmu] => 0
                )

            [CRM_Core_Config::singleton==>Civi\Core\Container::boot] => Array
                (
                    [ct] => 1
                    [wt] => 41871
                    [cpu] => 37686
                    [mu] => 1370032
                    [pmu] => 1493992
                )

            [CRM_Core_Config::singleton==>CRM_Core_Config_MagicMerge::__get] => Array
                (
                    [ct] => 3
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Config::singleton==>CRM_Utils_System_Base::postContainerBoot] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi::service==>Civi\Core\Container::singleton] => Array
                (
                    [ct] => 2900
                    [wt] => 3095
                    [cpu] => 533
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi::service==>Symfony\Component\DependencyInjection\Container::get] => Array
                (
                    [ct] => 2900
                    [wt] => 35223
                    [cpu] => 32390
                    [mu] => 925440
                    [pmu] => 747704
                )

            [CRM_Core_Config::singleton==>Civi::service] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 1800
                    [pmu] => 0
                )

            [DB_common::modifyQuery==>Civi\Core\Container::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [DB_common::modifyQuery==>Symfony\Component\DependencyInjection\Container::get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [DB_common::modifyQuery==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [DB_common::modifyQuery==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [DB_common::modifyQuery==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [DB_common::modifyQuery==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 144
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [DB_common::modifyQuery==>Civi\Core\Event\QueryEvent::__construct] => Array
                (
                    [ct] => 1873
                    [wt] => 2113
                    [cpu] => 1867
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\CiviEventDispatcher::bindPatterns==>Civi\Core\CiviEventDispatcher::isHookEvent] => Array
                (
                    [ct] => 72
                    [wt] => 207
                    [cpu] => 1245
                    [mu] => 600
                    [pmu] => 32
                )

            [Civi\Core\CiviEventDispatcher::dispatch==>Civi\Core\CiviEventDispatcher::bindPatterns] => Array
                (
                    [ct] => 3894
                    [wt] => 6051
                    [cpu] => 2747
                    [mu] => 21552
                    [pmu] => 1272
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::dispatch==>Symfony\Component\EventDispatcher\EventDispatcher::getListeners] => Array
                (
                    [ct] => 3894
                    [wt] => 6026
                    [cpu] => 5853
                    [mu] => 18088
                    [pmu] => 1608
                )

            [Civi\Core\CiviEventDispatcher::dispatch==>Symfony\Component\EventDispatcher\EventDispatcher::dispatch] => Array
                (
                    [ct] => 3894
                    [wt] => 14305974
                    [cpu] => 13491765
                    [mu] => 35729336
                    [pmu] => 8877640
                )

            [DB_common::modifyQuery==>Civi\Core\CiviEventDispatcher::dispatch] => Array
                (
                    [ct] => 1419
                    [wt] => 16387
                    [cpu] => 13376
                    [mu] => 3616
                    [pmu] => 1056
                )

            [Civi\Core\SettingsManager::reloadValues==>Civi\Core\SettingsBag::loadValues] => Array
                (
                    [ct] => 1
                    [wt] => 6041
                    [cpu] => 4753
                    [mu] => 140944
                    [pmu] => 0
                )

            [Civi\Core\SettingsManager::reloadValues==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\SettingsManager::bootComplete==>Civi\Core\SettingsManager::reloadValues] => Array
                (
                    [ct] => 1
                    [wt] => 6067
                    [cpu] => 4753
                    [mu] => 139568
                    [pmu] => 0
                )

            [Civi\Core\SettingsManager::reloadDefaults==>Civi\Core\SettingsManager::getDefaults] => Array
                (
                    [ct] => 1
                    [wt] => 497
                    [cpu] => 214
                    [mu] => 23480
                    [pmu] => 0
                )

            [Civi\Core\SettingsManager::reloadDefaults==>Civi\Core\SettingsBag::loadDefaults] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => -1888
                    [pmu] => 0
                )

            [Civi\Core\SettingsManager::bootComplete==>Civi\Core\SettingsManager::reloadDefaults] => Array
                (
                    [ct] => 1
                    [wt] => 509
                    [cpu] => 214
                    [mu] => 22256
                    [pmu] => 0
                )

            [Civi\Core\SettingsMetadata::getFullMetadata==>CRM_Core_Config::domainID] => Array
                (
                    [ct] => 53
                    [wt] => 81
                    [cpu] => 1001
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi::cache==>Civi\Core\Container::singleton] => Array
                (
                    [ct] => 4407
                    [wt] => 4834
                    [cpu] => 4882
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi::cache==>Symfony\Component\DependencyInjection\Container::get] => Array
                (
                    [ct] => 4403
                    [wt] => 5259
                    [cpu] => 4617
                    [mu] => 11400
                    [pmu] => 0
                )

            [Civi\Core\SettingsMetadata::getFullMetadata==>Civi::cache] => Array
                (
                    [ct] => 54
                    [wt] => 581
                    [cpu] => 972
                    [mu] => 1816
                    [pmu] => 0
                )

            [Civi\Core\SettingsMetadata::getFullMetadata==>CRM_Utils_Cache_CacheWrapper::get] => Array
                (
                    [ct] => 54
                    [wt] => 52961
                    [cpu] => 50516
                    [mu] => 16413656
                    [pmu] => 2742248
                )

            [Civi\Core\SettingsMetadata::getMetadata==>Civi\Core\SettingsMetadata::getFullMetadata] => Array
                (
                    [ct] => 54
                    [wt] => 126891
                    [cpu] => 122105
                    [mu] => 16569792
                    [pmu] => 4151616
                )

            [Civi\Core\SettingsManager::useMandatory==>Civi\Core\SettingsManager::getMandatory] => Array
                (
                    [ct] => 1
                    [wt] => 1723
                    [cpu] => 1210
                    [mu] => 4768
                    [pmu] => 517216
                )

            [Civi\Core\SettingsManager::useMandatory==>Civi\Core\SettingsBag::loadMandatory] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Core\SettingsManager::bootComplete==>Civi\Core\SettingsManager::useMandatory] => Array
                (
                    [ct] => 1
                    [wt] => 1732
                    [cpu] => 1210
                    [mu] => 5688
                    [pmu] => 517216
                )

            [CRM_Core_Config::singleton==>Civi\Core\SettingsManager::bootComplete] => Array
                (
                    [ct] => 1
                    [wt] => 8316
                    [cpu] => 6177
                    [mu] => 168272
                    [pmu] => 517216
                )

            [CRM_Core_Config::singleton==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Config::singleton==>_afform_civix_class_loader] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_Config::singleton==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_ClassLoader::loadClass==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 174
                    [wt] => 244
                    [cpu] => 1000
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_ClassLoader::loadClass==>_afform_civix_class_loader] => Array
                (
                    [ct] => 174
                    [wt] => 156
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_ClassLoader::loadClass==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 174
                    [wt] => 139
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_DAO_Base::getEntityDefinition==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_DAO_Base::getEntityDefinition==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_DAO_Base::getEntityDefinition==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_DAO_Base::getEntityDefinition==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 6216
                    [pmu] => 0
                )

            [CRM_Core_DAO_Base::getEntityDefinition==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_DAO_Base::getEntityDefinition==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_DAO_Base::getEntityDefinition==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_DAO_Base::getEntityDefinition==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 640
                    [pmu] => 0
                )

            [CRM_Core_DAO_AllCoreTables::getEntityNameForClass==>CRM_Core_DAO_AllCoreTables::getCanonicalClassName] => Array
                (
                    [ct] => 71756
                    [wt] => 74893
                    [cpu] => 99883
                    [mu] => 600
                    [pmu] => 0
                )

            [CRM_Core_DAO_AllCoreTables::getEntitiesByClass==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_DAO_AllCoreTables::getEntitiesByClass==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_DAO_AllCoreTables::getEntitiesByClass==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_DAO_AllCoreTables::getEntitiesByClass==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 728
                    [pmu] => 0
                )

            [Civi\Schema\EntityRepository::loadAll==>Civi\Schema\EntityRepository::loadCoreEntities] => Array
                (
                    [ct] => 2
                    [wt] => 1578
                    [cpu] => 1736
                    [mu] => 362720
                    [pmu] => 0
                )

            [CRM_Utils_Hook::entityTypes==>CRM_Utils_Hook::singleton] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi\Core\Event\GenericHookEvent::createOrdered==>Civi\Core\Event\GenericHookEvent::assertValidHookFields] => Array
                (
                    [ct] => 982
                    [wt] => 4673
                    [cpu] => 2313
                    [mu] => 369880
                    [pmu] => 2096
                )

            [CRM_Utils_Hook::invoke==>Civi\Core\Event\GenericHookEvent::createOrdered] => Array
                (
                    [ct] => 972
                    [wt] => 11660
                    [cpu] => 7466
                    [mu] => 522288
                    [pmu] => 3680
                )

            [CRM_Utils_Hook::invoke==>Civi::dispatcher] => Array
                (
                    [ct] => 972
                    [wt] => 4388
                    [cpu] => 2941
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi\Core\CiviEventDispatcher::bindPatterns==>Civi\Core\CiviEventDispatcher::addListener] => Array
                (
                    [ct] => 28
                    [wt] => 239
                    [cpu] => 0
                    [mu] => 15640
                    [pmu] => 984
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::getListeners==>Symfony\Component\EventDispatcher\EventDispatcher::sortListeners] => Array
                (
                    [ct] => 43
                    [wt] => 234
                    [cpu] => 0
                    [mu] => 30112
                    [pmu] => 1608
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>Symfony\Contracts\EventDispatcher\Event::isPropagationStopped] => Array
                (
                    [ct] => 5097
                    [wt] => 5180
                    [cpu] => 2386
                    [mu] => 632
                    [pmu] => 0
                )

            [CRM_Extension_MixInfo::isActive==>CRM_Extension_System::singleton] => Array
                (
                    [ct] => 353
                    [wt] => 358
                    [cpu] => 1001
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Extension_MixInfo::isActive==>CRM_Extension_System::getMapper] => Array
                (
                    [ct] => 353
                    [wt] => 300
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Extension_Mapper::isActiveModule==>CRM_Extension_Mapper::getActiveModuleFiles] => Array
                (
                    [ct] => 353
                    [wt] => 405
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Extension_MixInfo::isActive==>CRM_Extension_Mapper::isActiveModule] => Array
                (
                    [ct] => 353
                    [wt] => 1784
                    [cpu] => 89
                    [mu] => 1216
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}==>CRM_Extension_MixInfo::isActive] => Array
                (
                    [ct] => 283
                    [wt] => 3564
                    [cpu] => 1293
                    [mu] => 3112
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}==>Civi\Core\Event\GenericHookEvent::__get] => Array
                (
                    [ct] => 414
                    [wt] => 461
                    [cpu] => 707
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>CRM_Extension_MixinLoader::{closure}] => Array
                (
                    [ct] => 170
                    [wt] => 481291
                    [cpu] => 440215
                    [mu] => 1827904
                    [pmu] => 281608
                )

            [Civi\Core\CiviEventDispatcher::delegateToUF==>CRM_Utils_Hook::singleton] => Array
                (
                    [ct] => 1165
                    [wt] => 1535
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\CiviEventDispatcher::delegateToUF==>Civi\Core\Event\GenericHookEvent::getHookValues] => Array
                (
                    [ct] => 979
                    [wt] => 939
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [CRM_Utils_Hook_DrupalBase::getDrupalModules==>module_list] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_Hook_DrupalBase::buildModuleList==>CRM_Utils_Hook_DrupalBase::getDrupalModules] => Array
                (
                    [ct] => 2
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 0
                )

            [CRM_Utils_Hook_DrupalBase::buildModuleList==>CRM_Utils_Hook::requireCiviModules] => Array
                (
                    [ct] => 2
                    [wt] => 304
                    [cpu] => 0
                    [mu] => 3256
                    [pmu] => 0
                )

            [CRM_Utils_Hook_DrupalBase::invokeViaUF==>CRM_Utils_Hook_DrupalBase::buildModuleList] => Array
                (
                    [ct] => 1165
                    [wt] => 1649
                    [cpu] => 0
                    [mu] => 21760
                    [pmu] => 0
                )

            [CRM_Utils_Cache_ArrayCache::get==>CRM_Utils_Cache::assertValidKey] => Array
                (
                    [ct] => 1440
                    [wt] => 9137
                    [cpu] => 1412
                    [mu] => 568
                    [pmu] => 1280
                )

            [CRM_Utils_Cache_CacheWrapper::get==>CRM_Utils_Cache_ArrayCache::get] => Array
                (
                    [ct] => 1168
                    [wt] => 19672
                    [cpu] => 6001
                    [mu] => 1848
                    [pmu] => 2560
                )

            [CRM_Utils_Hook::runHooks==>CRM_Utils_Cache_CacheWrapper::get] => Array
                (
                    [ct] => 1165
                    [wt] => 23619
                    [cpu] => 7650
                    [mu] => 2480
                    [pmu] => 3840
                )

            [CRM_Utils_Cache_ArrayCache::set==>CRM_Utils_Cache::assertValidKey] => Array
                (
                    [ct] => 505
                    [wt] => 1662
                    [cpu] => 1997
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Utils_Cache_ArrayCache::set==>CRM_Utils_Cache_ArrayCache::reobjectify] => Array
                (
                    [ct] => 505
                    [wt] => 649
                    [cpu] => 2002
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Utils_Cache_ArrayCache::set==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_Cache_ArrayCache::set==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_Cache_ArrayCache::set==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_Cache_ArrayCache::set==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Utils_Cache_ArrayCache::set==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Utils_Cache_ArrayCache::set==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_Cache_ArrayCache::set==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Utils_Cache_ArrayCache::set==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 616
                    [pmu] => 0
                )

            [CRM_Utils_Cache_ArrayCache::set==>CRM_Utils_Date::convertCacheTtlToExpires] => Array
                (
                    [ct] => 505
                    [wt] => 505
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Utils_Cache_CacheWrapper::set==>CRM_Utils_Cache_ArrayCache::set] => Array
                (
                    [ct] => 30
                    [wt] => 563
                    [cpu] => 0
                    [mu] => 11600
                    [pmu] => 1504
                )

            [CRM_Utils_Hook::runHooks==>CRM_Utils_Cache_CacheWrapper::set] => Array
                (
                    [ct] => 30
                    [wt] => 696
                    [cpu] => 382
                    [mu] => 12232
                    [pmu] => 1704
                )

            [cpz_custom_civicrm_entityTypes==>_cpz_custom_civix_civicrm_entityTypes] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_Hook::runHooks==>cpz_custom_civicrm_entityTypes] => Array
                (
                    [ct] => 2
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 1200
                    [pmu] => 0
                )

            [_getSearchKitEntityDisplays==>CRM_Utils_SQL_Select::from] => Array
                (
                    [ct] => 47
                    [wt] => 443
                    [cpu] => 1001
                    [mu] => 18616
                    [pmu] => 0
                )

            [_getSearchKitEntityDisplays==>CRM_Utils_SQL_Select::where] => Array
                (
                    [ct] => 47
                    [wt] => 410
                    [cpu] => 1003
                    [mu] => 35912
                    [pmu] => 0
                )

            [_getSearchKitEntityDisplays==>CRM_Utils_SQL_Select::select] => Array
                (
                    [ct] => 47
                    [wt] => 598
                    [cpu] => 2001
                    [mu] => 18240
                    [pmu] => 0
                )

            [_getSearchKitEntityDisplays==>CRM_Utils_SQL_Select::toSQL] => Array
                (
                    [ct] => 47
                    [wt] => 360
                    [cpu] => 0
                    [mu] => 5832
                    [pmu] => 0
                )

            [CRM_Core_DAO::__construct@1==>CRM_Core_DAO::initialize] => Array
                (
                    [ct] => 2
                    [wt] => 39
                    [cpu] => 0
                    [mu] => 680
                    [pmu] => 0
                )

            [CRM_Core_DAO::executeQuery==>CRM_Core_DAO::__construct@1] => Array
                (
                    [ct] => 2
                    [wt] => 45
                    [cpu] => 0
                    [mu] => 1312
                    [pmu] => 0
                )

            [Civi\Core\CiviEventDispatcher::dispatch@1==>Civi\Core\CiviEventDispatcher::bindPatterns] => Array
                (
                    [ct] => 1094
                    [wt] => 1909
                    [cpu] => 2749
                    [mu] => 3216
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::dispatch@1==>Symfony\Component\EventDispatcher\EventDispatcher::getListeners] => Array
                (
                    [ct] => 1094
                    [wt] => 2019
                    [cpu] => 1001
                    [mu] => 12816
                    [pmu] => 0
                )

            [Civi\Core\CiviEventDispatcher::dispatch@1==>Symfony\Component\EventDispatcher\EventDispatcher::dispatch@1] => Array
                (
                    [ct] => 1094
                    [wt] => 4160505
                    [cpu] => 3952399
                    [mu] => 9846272
                    [pmu] => 1375176
                )

            [DB_common::modifyQuery==>Civi\Core\CiviEventDispatcher::dispatch@1] => Array
                (
                    [ct] => 326
                    [wt] => 4058
                    [cpu] => 3168
                    [mu] => 2608
                    [pmu] => 512
                )

            [_getSearchKitEntityDisplays==>CRM_Core_DAO::executeQuery] => Array
                (
                    [ct] => 47
                    [wt] => 55729
                    [cpu] => 38641
                    [mu] => 746528
                    [pmu] => 0
                )

            [_getSearchKitEntityDisplays==>DB_DataObject::fetch] => Array
                (
                    [ct] => 47
                    [wt] => 112
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [search_kit_civicrm_entityTypes==>_getSearchKitEntityDisplays] => Array
                (
                    [ct] => 2
                    [wt] => 1677
                    [cpu] => 1993
                    [mu] => 44696
                    [pmu] => 0
                )

            [search_kit_civicrm_entityTypes==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 2
                    [wt] => 24
                    [cpu] => 0
                    [mu] => -33080
                    [pmu] => 0
                )

            [CRM_Utils_Hook::runHooks==>search_kit_civicrm_entityTypes] => Array
                (
                    [ct] => 2
                    [wt] => 1714
                    [cpu] => 1993
                    [mu] => 9272
                    [pmu] => 0
                )

            [CRM_Utils_Hook_DrupalBase::invokeViaUF==>CRM_Utils_Hook::runHooks] => Array
                (
                    [ct] => 1165
                    [wt] => 160309
                    [cpu] => 119460
                    [mu] => 264344
                    [pmu] => 372552
                )

            [Civi\Core\CiviEventDispatcher::delegateToUF==>CRM_Utils_Hook_DrupalBase::invokeViaUF] => Array
                (
                    [ct] => 1165
                    [wt] => 168913
                    [cpu] => 121636
                    [mu] => 285872
                    [pmu] => 373832
                )

            [Civi\Core\CiviEventDispatcher::delegateToUF==>Civi\Core\Event\GenericHookEvent::addReturnValues] => Array
                (
                    [ct] => 1165
                    [wt] => 1654
                    [cpu] => 1966
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>Civi\Core\CiviEventDispatcher::delegateToUF] => Array
                (
                    [ct] => 779
                    [wt] => 167312
                    [cpu] => 118614
                    [mu] => 641792
                    [pmu] => 376520
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::dispatch==>Symfony\Component\EventDispatcher\EventDispatcher::callListeners] => Array
                (
                    [ct] => 1736
                    [wt] => 14282960
                    [cpu] => 13477856
                    [mu] => 35710520
                    [pmu] => 8875072
                )

            [CRM_Utils_Hook::invoke==>Civi\Core\CiviEventDispatcher::dispatch] => Array
                (
                    [ct] => 655
                    [wt] => 671352
                    [cpu] => 572593
                    [mu] => 2294520
                    [pmu] => 673936
                )

            [CRM_Utils_Hook::invoke==>Civi\Core\Event\GenericHookEvent::getReturnValues] => Array
                (
                    [ct] => 972
                    [wt] => 1431
                    [cpu] => 1021
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Utils_Hook::entityTypes==>CRM_Utils_Hook::invoke] => Array
                (
                    [ct] => 2
                    [wt] => 3015
                    [cpu] => 2991
                    [mu] => 67592
                    [pmu] => 0
                )

            [Civi\Schema\EntityRepository::loadAll==>CRM_Utils_Hook::entityTypes] => Array
                (
                    [ct] => 2
                    [wt] => 3031
                    [cpu] => 2991
                    [mu] => 67080
                    [pmu] => 0
                )

            [Civi\Schema\EntityRepository::loadAll==>Civi\Schema\EntityRepository::Civi\Schema\{closure}] => Array
                (
                    [ct] => 636
                    [wt] => 536
                    [cpu] => 419
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Schema\EntityRepository::getClassIndex==>Civi\Schema\EntityRepository::loadAll] => Array
                (
                    [ct] => 71756
                    [wt] => 68691
                    [cpu] => 90956
                    [mu] => 437480
                    [pmu] => 0
                )

            [CRM_Core_DAO_AllCoreTables::getEntitiesByClass==>Civi\Schema\EntityRepository::getClassIndex] => Array
                (
                    [ct] => 71756
                    [wt] => 228115
                    [cpu] => 252563
                    [mu] => 413392
                    [pmu] => 3072
                )

            [CRM_Core_DAO_AllCoreTables::getEntityNameForClass==>CRM_Core_DAO_AllCoreTables::getEntitiesByClass] => Array
                (
                    [ct] => 71756
                    [wt] => 384898
                    [cpu] => 403225
                    [mu] => 416664
                    [pmu] => 6144
                )

            [CRM_Core_DAO_Base::getEntityDefinition==>CRM_Core_DAO_AllCoreTables::getEntityNameForClass] => Array
                (
                    [ct] => 71437
                    [wt] => 724435
                    [cpu] => 713870
                    [mu] => 417992
                    [pmu] => 9216
                )

            [Civi\Schema\EntityRepository::getEntity==>Civi\Schema\EntityRepository::loadAll] => Array
                (
                    [ct] => 73226
                    [wt] => 59379
                    [cpu] => 71450
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_DAO_Base::getEntityDefinition==>Civi\Schema\EntityRepository::getEntity] => Array
                (
                    [ct] => 71437
                    [wt] => 217755
                    [cpu] => 194381
                    [mu] => 1232
                    [pmu] => 0
                )

            [CRM_Core_DAO_Base::getTableName==>CRM_Core_DAO_Base::getEntityDefinition] => Array
                (
                    [ct] => 9659
                    [wt] => 165821
                    [cpu] => 160231
                    [mu] => 430656
                    [pmu] => 9216
                )

            [CRM_Core_DAO::getLocaleTableName==>CRM_Core_DAO_Base::getTableName] => Array
                (
                    [ct] => 916
                    [wt] => 29293
                    [cpu] => 19625
                    [mu] => 431288
                    [pmu] => 9792
                )

            [CRM_Core_DAO::__construct==>CRM_Core_DAO::getLocaleTableName] => Array
                (
                    [ct] => 916
                    [wt] => 32866
                    [cpu] => 24695
                    [mu] => 431920
                    [pmu] => 9792
                )

            [CRM_Core_DAO_Base::__construct==>CRM_Core_DAO::__construct] => Array
                (
                    [ct] => 916
                    [wt] => 58059
                    [cpu] => 37923
                    [mu] => 491176
                    [pmu] => 15936
                )

            [CRM_Core_DAO_Base::__construct==>CRM_Core_DAO_Base::getEntityDefinition] => Array
                (
                    [ct] => 916
                    [wt] => 16541
                    [cpu] => 8417
                    [mu] => 568
                    [pmu] => 0
                )

            [ts==>CRM_Core_Config::singleton@1] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [ts==>CRM_Core_Config_MagicMerge::__isset] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [ts==>CRM_Core_Config_MagicMerge::__get] => Array
                (
                    [ct] => 1
                    [wt] => 129
                    [cpu] => 0
                    [mu] => 13576
                    [pmu] => 0
                )

            [Civi\Schema\EntityRepository::{closure}==>ts] => Array
                (
                    [ct] => 533466
                    [wt] => 958992
                    [cpu] => 991475
                    [mu] => 34253872
                    [pmu] => 263208
                )

            [CRM_Core_DAO_Base::__construct==>Civi\Schema\EntityRepository::{closure}] => Array
                (
                    [ct] => 905
                    [wt] => 126084
                    [cpu] => 63917
                    [mu] => 9190360
                    [pmu] => 29912
                )

            [CRM_Core_BAO_Domain::getDomain==>CRM_Core_DAO_Base::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3961
                    [cpu] => 3461
                    [mu] => 432640
                    [pmu] => 0
                )

            [CRM_Core_BAO_Domain::getDomain==>CRM_Core_Config::domainID] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [DB_DataObject::find==>DB_DataObject::tableName] => Array
                (
                    [ct] => 796
                    [wt] => 1124
                    [cpu] => 620
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_DAO_Base::loadSchemaFields==>CRM_Core_DAO_Base::getEntityDefinition] => Array
                (
                    [ct] => 139
                    [wt] => 2656
                    [cpu] => 1992
                    [mu] => 584
                    [pmu] => 1816
                )

            [CRM_Core_DAO_Base::loadSchemaFields==>CRM_Core_DAO_AllCoreTables::getBAOClassName] => Array
                (
                    [ct] => 139
                    [wt] => 7708
                    [cpu] => 8005
                    [mu] => 14576
                    [pmu] => 6672
                )

            [CRM_Core_DAO_Base::loadSchemaFields==>Civi\Schema\EntityRepository::{closure}] => Array
                (
                    [ct] => 134
                    [wt] => 51130
                    [cpu] => 51126
                    [mu] => 1245400
                    [pmu] => 200656
                )

            [CRM_Core_DAO_Base::loadSchemaFields==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_DAO_Base::loadSchemaFields==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_DAO_Base::loadSchemaFields==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_DAO_Base::loadSchemaFields==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_DAO_Base::loadSchemaFields==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_DAO_Base::loadSchemaFields==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_DAO_Base::loadSchemaFields==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_DAO_Base::loadSchemaFields==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 616
                    [pmu] => 0
                )

            [CRM_Core_DAO_Base::loadSchemaFields==>CRM_Utils_Schema::getCrmTypeFromSqlType] => Array
                (
                    [ct] => 1738
                    [wt] => 3211
                    [cpu] => 2002
                    [mu] => 19176
                    [pmu] => 59912
                )

            [CRM_Core_DAO_Base::loadSchemaFields==>CRM_Core_DAO_Base::getFieldLength] => Array
                (
                    [ct] => 582
                    [wt] => 776
                    [cpu] => 1004
                    [mu] => 17336
                    [pmu] => 64
                )

            [CRM_Core_DAO_Base::loadSchemaFields==>CRM_Utils_Schema::getDefaultSize] => Array
                (
                    [ct] => 518
                    [wt] => 833
                    [cpu] => 2000
                    [mu] => 10792
                    [pmu] => 0
                )

            [Civi\Schema\EntityRepository::getEntities==>Civi\Schema\EntityRepository::loadAll] => Array
                (
                    [ct] => 27485
                    [wt] => 23128
                    [cpu] => 25974
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_DAO_AllCoreTables::getEntities==>Civi\Schema\EntityRepository::getEntities] => Array
                (
                    [ct] => 27343
                    [wt] => 83326
                    [cpu] => 88310
                    [mu] => 1232
                    [pmu] => 7752
                )

            [CRM_Core_DAO_AllCoreTables::getEntities==>CRM_Core_DAO_AllCoreTables::{closure}] => Array
                (
                    [ct] => 4347537
                    [wt] => 3634879
                    [cpu] => 4685816
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_DAO_AllCoreTables::getDAONameForEntity==>CRM_Core_DAO_AllCoreTables::getEntities] => Array
                (
                    [ct] => 27343
                    [wt] => 9448482
                    [cpu] => 9454876
                    [mu] => 337524536
                    [pmu] => 2854808
                )

            [CRM_Core_DAO_Base::loadSchemaFields==>CRM_Core_DAO_AllCoreTables::getDAONameForEntity] => Array
                (
                    [ct] => 264
                    [wt] => 112089
                    [cpu] => 101026
                    [mu] => 3192
                    [pmu] => 2226600
                )

            [CRM_Core_DAO_Base::{closure}==>CRM_Utils_String::convertStringToCamel] => Array
                (
                    [ct] => 1403
                    [wt] => 3297
                    [cpu] => 2999
                    [mu] => 666736
                    [pmu] => 99016
                )

            [CRM_Utils_Array::rekey==>CRM_Core_DAO_Base::{closure}] => Array
                (
                    [ct] => 1403
                    [wt] => 7225
                    [cpu] => 4000
                    [mu] => 51960
                    [pmu] => 122544
                )

            [CRM_Core_DAO_Base::loadSchemaFields==>CRM_Utils_Array::rekey] => Array
                (
                    [ct] => 957
                    [wt] => 11578
                    [cpu] => 8004
                    [mu] => 412424
                    [pmu] => 144544
                )

            [CRM_Core_DAO_Base::getSchemaFields==>CRM_Core_DAO_Base::loadSchemaFields] => Array
                (
                    [ct] => 139
                    [wt] => 210331
                    [cpu] => 211471
                    [mu] => 3337888
                    [pmu] => 2865472
                )

            [CRM_Core_DAO_AllCoreTables::invoke==>CRM_Core_DAO_AllCoreTables::getEntityNameForClass] => Array
                (
                    [ct] => 142
                    [wt] => 1805
                    [cpu] => 1001
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_DAO_AllCoreTables::invoke==>Civi\Schema\EntityRepository::getEntities] => Array
                (
                    [ct] => 142
                    [wt] => 504
                    [cpu] => 1001
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_DAO_Base::getSchemaFields==>CRM_Core_DAO_AllCoreTables::invoke] => Array
                (
                    [ct] => 139
                    [wt] => 2959
                    [cpu] => 2002
                    [mu] => 1864
                    [pmu] => 0
                )

            [CRM_Core_DAO_Base::fields==>CRM_Core_DAO_Base::getSchemaFields] => Array
                (
                    [ct] => 16261
                    [wt] => 243841
                    [cpu] => 260050
                    [mu] => 3329536
                    [pmu] => 2865728
                )

            [CRM_Core_DAO::table==>CRM_Core_DAO_Base::fields] => Array
                (
                    [ct] => 1456
                    [wt] => 23949
                    [cpu] => 21554
                    [mu] => 21492464
                    [pmu] => 59376
                )

            [DB_DataObject::find==>CRM_Core_DAO::table] => Array
                (
                    [ct] => 796
                    [wt] => 22795
                    [cpu] => 20678
                    [mu] => 12940376
                    [pmu] => 50976
                )

            [DB_DataObject::_build_condition==>DB_DataObject::_connect] => Array
                (
                    [ct] => 967
                    [wt] => 5446
                    [cpu] => 6273
                    [mu] => 568
                    [pmu] => 0
                )

            [DB_DataObject::_build_condition==>DB_DataObject::tableName] => Array
                (
                    [ct] => 1655
                    [wt] => 2030
                    [cpu] => 2005
                    [mu] => 568
                    [pmu] => 0
                )

            [DB_DataObject::_build_condition==>DB_mysqli::quoteIdentifier] => Array
                (
                    [ct] => 3310
                    [wt] => 4677
                    [cpu] => 5260
                    [mu] => 131944
                    [pmu] => 0
                )

            [DB_DataObject::_build_condition==>DB_DataObject::whereAdd] => Array
                (
                    [ct] => 1655
                    [wt] => 5224
                    [cpu] => 5925
                    [mu] => 894352
                    [pmu] => 0
                )

            [DB_DataObject::find==>DB_DataObject::_build_condition] => Array
                (
                    [ct] => 796
                    [wt] => 46217
                    [cpu] => 30739
                    [mu] => 710632
                    [pmu] => 0
                )

            [DB_DataObject::find==>DB_DataObject::_connect] => Array
                (
                    [ct] => 796
                    [wt] => 3443
                    [cpu] => 1565
                    [mu] => 552
                    [pmu] => 0
                )

            [DB_DataObject::_build_select==>DB_DataObject::_connect] => Array
                (
                    [ct] => 796
                    [wt] => 2809
                    [cpu] => 287
                    [mu] => 552
                    [pmu] => 0
                )

            [DB_DataObject::_build_select==>DB_DataObject::tableName] => Array
                (
                    [ct] => 796
                    [wt] => 861
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [DB_DataObject::_build_select==>DB_mysqli::quoteIdentifier] => Array
                (
                    [ct] => 796
                    [wt] => 958
                    [cpu] => 994
                    [mu] => 34872
                    [pmu] => 0
                )

            [DB_DataObject::find==>DB_DataObject::_build_select] => Array
                (
                    [ct] => 796
                    [wt] => 12659
                    [cpu] => 6682
                    [mu] => 186848
                    [pmu] => 0
                )

            [DB_DataObject::find==>DB_DataObject::_query] => Array
                (
                    [ct] => 796
                    [wt] => 525004
                    [cpu] => 480242
                    [mu] => 13349816
                    [pmu] => 166896
                )

            [DB_DataObject::find==>DB_DataObject::fetch] => Array
                (
                    [ct] => 216
                    [wt] => 4447
                    [cpu] => 901
                    [mu] => 227280
                    [pmu] => 1264
                )

            [CRM_Core_BAO_Domain::getDomain==>DB_DataObject::find] => Array
                (
                    [ct] => 1
                    [wt] => 1500
                    [cpu] => 1552
                    [mu] => 56208
                    [pmu] => 0
                )

            [CRM_Core_Config::singleton==>CRM_Core_BAO_Domain::getDomain] => Array
                (
                    [ct] => 1
                    [wt] => 5476
                    [cpu] => 5013
                    [mu] => 490120
                    [pmu] => 0
                )

            [CRM_Core_Config::singleton==>Civi::settings] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_BAO_ConfigSetting::applyLocale==>CRM_Core_Session::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_BAO_ConfigSetting::applyLocale==>Civi\Core\SettingsBag::get] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_I18n::uiLanguages==>Civi::settings] => Array
                (
                    [ct] => 2
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 512
                )

            [CRM_Core_I18n::isMultilingual==>CRM_Core_BAO_Domain::getDomain] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_I18n::uiLanguages==>CRM_Core_I18n::isMultilingual] => Array
                (
                    [ct] => 2
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1200
                    [pmu] => 0
                )

            [CRM_Core_I18n::uiLanguages==>Civi\Core\SettingsBag::get] => Array
                (
                    [ct] => 2
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_BAO_ConfigSetting::applyLocale==>CRM_Core_I18n::uiLanguages] => Array
                (
                    [ct] => 1
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 3064
                    [pmu] => 0
                )

            [CRM_Core_Config::singleton==>CRM_Core_BAO_ConfigSetting::applyLocale] => Array
                (
                    [ct] => 1
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 4960
                    [pmu] => 0
                )

            [CRM_Core_TemporaryErrorScope::__destruct==>CRM_Core_TemporaryErrorScope::setActive] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_Config::singleton==>CRM_Core_TemporaryErrorScope::__destruct] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1248
                    [pmu] => 0
                )

            [CRM_Core_Config::singleton==>CRM_Utils_System_DrupalBase::isLoaded] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_Hook::config==>CRM_Utils_Hook::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi\Core\Event\GenericHookEvent::create==>Civi\Core\Event\GenericHookEvent::assertValidHookFields] => Array
                (
                    [ct] => 291
                    [wt] => 1126
                    [cpu] => 64
                    [mu] => 105216
                    [pmu] => 728
                )

            [CRM_Extension_MixinLoader::{closure}==>Civi\Core\Event\GenericHookEvent::create] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 2536
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@1==>Symfony\Contracts\EventDispatcher\Event::isPropagationStopped] => Array
                (
                    [ct] => 2476
                    [wt] => 2431
                    [cpu] => 2516
                    [mu] => 632
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}@1==>CRM_Extension_MixInfo::isActive] => Array
                (
                    [ct] => 19
                    [wt] => 283
                    [cpu] => 636
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}@1==>Civi\Core\Event\GenericHookEvent::__get] => Array
                (
                    [ct] => 19
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@1==>CRM_Extension_MixinLoader::{closure}@1] => Array
                (
                    [ct] => 7
                    [wt] => 96
                    [cpu] => 0
                    [mu] => 2304
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::dispatch@1==>Symfony\Component\EventDispatcher\EventDispatcher::callListeners@1] => Array
                (
                    [ct] => 586
                    [wt] => 4153333
                    [cpu] => 3950439
                    [mu] => 9832696
                    [pmu] => 1374920
                )

            [CRM_Extension_MixinLoader::{closure}==>Civi\Core\CiviEventDispatcher::dispatch@1] => Array
                (
                    [ct] => 1
                    [wt] => 138
                    [cpu] => 0
                    [mu] => 5008
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}@1==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}@1==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}@1==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}@1==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}@1==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}@1==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}@1==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_ClassLoader::loadClass@1==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 16
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_ClassLoader::loadClass@1==>_afform_civix_class_loader] => Array
                (
                    [ct] => 16
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_ClassLoader::loadClass@1==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 16
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [PathLoad\V0\PathLoad::loadClass==>PathLoad\V0\Psr4Loader::loadClass] => Array
                (
                    [ct] => 220
                    [wt] => 1638
                    [cpu] => 2004
                    [mu] => 19296
                    [pmu] => 0
                )

            [PathLoad\V0\PathLoad::loadClass==>PathLoad\V0\Psr0Loader::loadClass] => Array
                (
                    [ct] => 220
                    [wt] => 198
                    [cpu] => 1002
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_ClassLoader::loadClass@1==>PathLoad\V0\PathLoad::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 1832
                    [pmu] => 0
                )

            [crm_smarty_compatibility_get_path==>CRM_Utils_Constant::value] => Array
                (
                    [ct] => 2
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_ClassLoader::loadClass@1==>crm_smarty_compatibility_get_path] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 1200
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}@1==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 220
                    [cpu] => 0
                    [mu] => 6432
                    [pmu] => 0
                )

            [Smarty::__construct==>Smarty::assign] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 912
                    [pmu] => 0
                )

            [CRM_Core_Smarty::singleton==>Smarty::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1528
                    [pmu] => 0
                )

            [CRM_Core_Smarty::initialize==>CRM_Core_Config::singleton@1] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Smarty::initialize==>CRM_Core_Config_MagicMerge::__isset] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Smarty::initialize==>CRM_Core_Config_MagicMerge::__get] => Array
                (
                    [ct] => 7
                    [wt] => 91
                    [cpu] => 0
                    [mu] => 1664
                    [pmu] => 1056
                )

            [CRM_Core_Config_MagicMerge::__get==>Civi\Core\Paths::getVariable] => Array
                (
                    [ct] => 2
                    [wt] => 39
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 312
                )

            [CRM_Core_Smarty::initialize==>CRM_Utils_File::addTrailingSlash] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 248
                )

            [CRM_Core_Smarty::getLocale==>CRM_Core_I18n::getLocale] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [CRM_Core_Smarty::initialize==>CRM_Core_Smarty::getLocale] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1184
                    [pmu] => 1184
                )

            [CRM_Core_Smarty::initialize==>CRM_Utils_File::createDir] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [CRM_Core_Smarty::initialize==>CRM_Utils_File::restrictAccess] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 728
                    [pmu] => 728
                )

            [CRM_Core_Smarty::initialize==>Civi::paths] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 392
                )

            [Civi\Core\Paths::Civi\Core\{closure}==>Civi::paths] => Array
                (
                    [ct] => 7
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 640
                )

            [Civi\Core\Paths::getPath==>Civi\Core\Paths::getVariable@1] => Array
                (
                    [ct] => 3
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Civi\Core\Paths::Civi\Core\{closure}==>Civi\Core\Paths::getPath] => Array
                (
                    [ct] => 3
                    [wt] => 38
                    [cpu] => 0
                    [mu] => 3168
                    [pmu] => 1840
                )

            [Civi\Core\Paths::getUrl==>Civi\Core\Paths::getVariable@1] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Civi\Core\Paths::Civi\Core\{closure}==>Civi\Core\Paths::getUrl] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 1896
                    [pmu] => 1640
                )

            [CRM_Core_Smarty::initialize==>Civi\Core\Paths::getVariable] => Array
                (
                    [ct] => 1
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 4296
                    [pmu] => 4824
                )

            [CRM_Core_Smarty::initialize==>Smarty::addPluginsDir] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 928
                    [pmu] => 576
                )

            [CRM_Core_Smarty::isCheckSmartyIsCompiled==>CRM_Utils_Constant::value] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Core_Smarty::initialize==>CRM_Core_Smarty::isCheckSmartyIsCompiled] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1200
                    [pmu] => 1200
                )

            [CRM_Core_Smarty::initialize==>CRM_Core_Session::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Core_Smarty::initialize==>Smarty::assign] => Array
                (
                    [ct] => 7
                    [wt] => 35
                    [cpu] => 982
                    [mu] => 552
                    [pmu] => 552
                )

            [CRM_Utils_Request::retrieve==>CRM_Utils_Request::getValue] => Array
                (
                    [ct] => 10
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Utils_Request::retrieveValue==>CRM_Utils_Request::retrieve] => Array
                (
                    [ct] => 7
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 1200
                    [pmu] => 1456
                )

            [CRM_Core_Smarty::initialize==>CRM_Utils_Request::retrieveValue] => Array
                (
                    [ct] => 7
                    [wt] => 38
                    [cpu] => 0
                    [mu] => 1832
                    [pmu] => 2344
                )

            [CRM_Core_Smarty::initialize==>CRM_Core_I18n::getLocale] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 40
                )

            [CRM_Core_Smarty::initialize==>CRM_Core_Config::isUpgradeMode] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 768
                )

            [CRM_Core_I18n::languages==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 496
                )

            [CRM_Core_I18n::languages==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [CRM_Core_I18n::languages==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Core_I18n::languages==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 784
                )

            [CRM_Core_I18n::languages==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 144
                )

            [CRM_Core_I18n::languages==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [CRM_Core_I18n::languages==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [CRM_Core_I18n::languages==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 624
                    [pmu] => 624
                )

            [CRM_Core_OptionValue::getValues==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Core_OptionValue::getValues==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Core_OptionValue::getValues==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Core_OptionValue::getValues==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 784
                )

            [CRM_Core_OptionValue::getValues==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 160
                )

            [CRM_Core_OptionValue::getValues==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Core_OptionValue::getValues==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [CRM_Core_OptionValue::getValues==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 624
                    [pmu] => 624
                )

            [CRM_Core_OptionValue::getValues==>CRM_Core_OptionGroup::isDomainOptionGroup] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 576
                )

            [CRM_Core_OptionValue::getValues==>CRM_Core_DAO::executeQuery] => Array
                (
                    [ct] => 2
                    [wt] => 2169
                    [cpu] => 1121
                    [mu] => 40552
                    [pmu] => 26832
                )

            [CRM_Core_OptionValue::getValues==>DB_DataObject::fetch] => Array
                (
                    [ct] => 242
                    [wt] => 1562
                    [cpu] => 1293
                    [mu] => 378168
                    [pmu] => 206096
                )

            [CRM_Core_I18n::languages==>CRM_Core_OptionValue::getValues] => Array
                (
                    [ct] => 2
                    [wt] => 4206
                    [cpu] => 2414
                    [mu] => 237648
                    [pmu] => 259504
                )

            [CRM_Core_I18n::languages==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 2
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_I18n::getResourceDir==>Civi::paths] => Array
                (
                    [ct] => 23
                    [wt] => 114
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 1536
                )

            [Civi\Core\Paths::Civi\Core\{closure}@1==>CRM_Utils_File::baseFilePath] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\Paths::getVariable@1==>Civi\Core\Paths::Civi\Core\{closure}@1] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1576
                    [pmu] => 0
                )

            [Civi\Core\Paths::getPath@1==>Civi\Core\Paths::getVariable@1] => Array
                (
                    [ct] => 2
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 2208
                    [pmu] => 0
                )

            [Civi\Core\Paths::getPath@1==>CRM_Utils_File::absoluteDirectory] => Array
                (
                    [ct] => 2
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 760
                    [pmu] => 0
                )

            [Civi\Core\Paths::Civi\Core\{closure}==>Civi\Core\Paths::getPath@1] => Array
                (
                    [ct] => 2
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 4720
                    [pmu] => 0
                )

            [CRM_Core_I18n::getResourceDir==>Civi\Core\Paths::getPath] => Array
                (
                    [ct] => 23
                    [wt] => 485
                    [cpu] => 190
                    [mu] => 19688
                    [pmu] => 5312
                )

            [CRM_Core_I18n::getResourceDir==>CRM_Utils_File::addTrailingSlash] => Array
                (
                    [ct] => 23
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_I18n::languages==>CRM_Core_I18n::getResourceDir] => Array
                (
                    [ct] => 2
                    [wt] => 105
                    [cpu] => 0
                    [mu] => 6680
                    [pmu] => 0
                )

            [CRM_Core_I18n::languages==>Civi::settings] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_I18n::languages==>Civi\Core\SettingsBag::get] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_I18n::uiLanguages==>CRM_Core_I18n::languages] => Array
                (
                    [ct] => 1
                    [wt] => 4567
                    [cpu] => 2414
                    [mu] => 263496
                    [pmu] => 264736
                )

            [CRM_Core_I18n::uiLanguages==>CRM_Utils_Array::subset] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 928
                    [pmu] => 0
                )

            [CRM_Core_Smarty::initialize==>CRM_Core_I18n::uiLanguages] => Array
                (
                    [ct] => 1
                    [wt] => 4611
                    [cpu] => 2414
                    [mu] => 30632
                    [pmu] => 265368
                )

            [CRM_Core_SmartyCompatibility::load_filter==>Smarty::load_filter] => Array
                (
                    [ct] => 2
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1640
                    [pmu] => 0
                )

            [Smarty::loadFilter==>CRM_Core_SmartyCompatibility::load_filter] => Array
                (
                    [ct] => 2
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 2272
                    [pmu] => 0
                )

            [CRM_Core_Smarty::initialize==>Smarty::loadFilter] => Array
                (
                    [ct] => 2
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 2888
                    [pmu] => 0
                )

            [CRM_Core_SmartyCompatibility::register_modifier==>Smarty::register_modifier] => Array
                (
                    [ct] => 11
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 5416
                    [pmu] => 0
                )

            [Smarty::registerPlugin==>CRM_Core_SmartyCompatibility::register_modifier] => Array
                (
                    [ct] => 11
                    [wt] => 33
                    [cpu] => 0
                    [mu] => 6064
                    [pmu] => 0
                )

            [CRM_Core_Smarty::initialize==>Smarty::registerPlugin] => Array
                (
                    [ct] => 11
                    [wt] => 54
                    [cpu] => 0
                    [mu] => 6680
                    [pmu] => 0
                )

            [CRM_Core_Smarty::initialize==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Smarty::initialize==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Smarty::initialize==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Smarty::initialize==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Smarty::initialize==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_Smarty::initialize==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_Smarty::initialize==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_Smarty::initialize==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 39
                    [cpu] => 0
                    [mu] => 624
                    [pmu] => 0
                )

            [CRM_Core_Smarty::initialize==>CRM_Utils_Constant::value] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_Smarty::singleton==>CRM_Core_Smarty::initialize] => Array
                (
                    [ct] => 1
                    [wt] => 5126
                    [cpu] => 3396
                    [mu] => 65392
                    [pmu] => 281608
                )

            [civicrm_smarty_register_string_resource==>CRM_Core_Smarty::singleton@1] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [CRM_Core_SmartyCompatibility::register_resource==>Smarty::register_resource] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1336
                    [pmu] => 0
                )

            [civicrm_smarty_register_string_resource==>CRM_Core_SmartyCompatibility::register_resource] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 2000
                    [pmu] => 0
                )

            [CRM_Core_Smarty::registerStringResource==>civicrm_smarty_register_string_resource] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 3312
                    [pmu] => 0
                )

            [CRM_Core_Smarty::singleton==>CRM_Core_Smarty::registerStringResource] => Array
                (
                    [ct] => 1
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 3944
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}@1==>CRM_Core_Smarty::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 5165
                    [cpu] => 3396
                    [mu] => 138144
                    [pmu] => 281608
                )

            [CRM_Extension_MixinLoader::{closure}@1==>CRM_Extension_MixinLoader::{closure}@2] => Array
                (
                    [ct] => 9
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 1576
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}==>CRM_Extension_MixinLoader::{closure}@1] => Array
                (
                    [ct] => 1
                    [wt] => 5464
                    [cpu] => 3396
                    [mu] => 151640
                    [pmu] => 281608
                )

            [_birthdays_civix_civicrm_config==>CRM_Core_Smarty::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [birthdays_civicrm_config==>_birthdays_civix_civicrm_config] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 2216
                    [pmu] => 0
                )

            [CRM_Utils_Hook::runHooks==>birthdays_civicrm_config] => Array
                (
                    [ct] => 1
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 2672
                    [pmu] => 0
                )

            [_cpz_custom_civix_civicrm_config==>CRM_Core_Smarty::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [cpz_custom_civicrm_config==>_cpz_custom_civix_civicrm_config] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1864
                    [pmu] => 0
                )

            [CRM_Utils_Hook::runHooks==>cpz_custom_civicrm_config] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 2352
                    [pmu] => 0
                )

            [greenwich_civicrm_config==>_greenwich_civix_civicrm_config] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 976
                    [pmu] => 0
                )

            [CRM_Utils_Hook::runHooks==>greenwich_civicrm_config] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1592
                    [pmu] => 0
                )

            [recaptcha_civicrm_config==>_recaptcha_civix_civicrm_config] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 976
                    [pmu] => 0
                )

            [CRM_Utils_Hook::runHooks==>recaptcha_civicrm_config] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1592
                    [pmu] => 0
                )

            [ckeditor4_civicrm_config==>_ckeditor4_civix_civicrm_config] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 0
                )

            [CRM_Utils_Hook::runHooks==>ckeditor4_civicrm_config] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1848
                    [pmu] => 0
                )

            [legacycustomsearches_civicrm_config==>_legacycustomsearches_civix_civicrm_config] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 992
                    [pmu] => 0
                )

            [CRM_Utils_Hook::runHooks==>legacycustomsearches_civicrm_config] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1624
                    [pmu] => 0
                )

            [civigrant_civicrm_config==>_civigrant_civix_civicrm_config] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 976
                    [pmu] => 0
                )

            [CRM_Utils_Hook::runHooks==>civigrant_civicrm_config] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1592
                    [pmu] => 0
                )

            [afform_civicrm_config==>_afform_civix_civicrm_config] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 960
                    [pmu] => 0
                )

            [afform_civicrm_config==>Civi::dispatcher] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [afform_civicrm_config==>Civi\Core\CiviEventDispatcher::addListener] => Array
                (
                    [ct] => 9
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 4328
                    [pmu] => 0
                )

            [CRM_Utils_Hook::runHooks==>afform_civicrm_config] => Array
                (
                    [ct] => 1
                    [wt] => 51
                    [cpu] => 0
                    [mu] => 6584
                    [pmu] => 0
                )

            [search_kit_civicrm_config==>_search_kit_civix_civicrm_config] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 0
                )

            [search_kit_civicrm_config==>Civi::dispatcher] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [search_kit_civicrm_config==>Civi\Core\CiviEventDispatcher::addListener] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 944
                    [pmu] => 0
                )

            [CRM_Utils_Hook::runHooks==>search_kit_civicrm_config] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 3472
                    [pmu] => 0
                )

            [authx_civicrm_config==>_authx_civix_civicrm_config] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 960
                    [pmu] => 0
                )

            [CRM_Utils_Hook::runHooks==>authx_civicrm_config] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1576
                    [pmu] => 0
                )

            [oauth_client_civicrm_config==>_oauth_client_civix_civicrm_config] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 976
                    [pmu] => 0
                )

            [CRM_Utils_Hook::runHooks==>oauth_client_civicrm_config] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1592
                    [pmu] => 0
                )

            [flexmailer_civicrm_config==>_flexmailer_civix_civicrm_config] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 976
                    [pmu] => 0
                )

            [CRM_Utils_Hook::runHooks==>flexmailer_civicrm_config] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1592
                    [pmu] => 0
                )

            [CRM_Utils_Hook::config==>CRM_Utils_Hook::invoke] => Array
                (
                    [ct] => 1
                    [wt] => 5955
                    [cpu] => 4402
                    [mu] => 190392
                    [pmu] => 281608
                )

            [CRM_Core_Config::singleton==>CRM_Utils_Hook::config] => Array
                (
                    [ct] => 1
                    [wt] => 5966
                    [cpu] => 4402
                    [mu] => 191560
                    [pmu] => 281608
                )

            [CRM_Core_Config::authenticate==>CRM_Core_Session::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Config::authenticate==>CRM_Core_Session::get] => Array
                (
                    [ct] => 3
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_Config::authenticate==>CRM_Core_DAO::executeQuery] => Array
                (
                    [ct] => 1
                    [wt] => 361
                    [cpu] => 451
                    [mu] => 400
                    [pmu] => 0
                )

            [CRM_Core_Config::authenticate==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Config::authenticate==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Config::authenticate==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Config::authenticate==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Config::authenticate==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_Config::authenticate==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_Config::authenticate==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Config::authenticate==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_Config::authenticate==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 115
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CRM_Contact_BAO_Contact_Permission::initChecksumAuthSrc==>CRM_Core_Session::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Contact_BAO_Contact_Permission::initChecksumAuthSrc==>CRM_Core_Session::get] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Contact_BAO_Contact_Permission::initChecksumAuthSrc==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [CRM_Contact_BAO_Contact_Permission::initChecksumAuthSrc==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Contact_BAO_Contact_Permission::initChecksumAuthSrc==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Contact_BAO_Contact_Permission::initChecksumAuthSrc==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [CRM_Contact_BAO_Contact_Permission::initChecksumAuthSrc==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Contact_BAO_Contact_Permission::initChecksumAuthSrc==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Contact_BAO_Contact_Permission::initChecksumAuthSrc==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Contact_BAO_Contact_Permission::initChecksumAuthSrc==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 70
                    [cpu] => 0
                    [mu] => 648
                    [pmu] => 0
                )

            [CRM_Core_Config::authenticate==>CRM_Contact_BAO_Contact_Permission::initChecksumAuthSrc] => Array
                (
                    [ct] => 1
                    [wt] => 122
                    [cpu] => 0
                    [mu] => 7112
                    [pmu] => 0
                )

            [CRM_Core_Config::singleton==>CRM_Core_Config::authenticate] => Array
                (
                    [ct] => 1
                    [wt] => 693
                    [cpu] => 451
                    [mu] => 14712
                    [pmu] => 0
                )

            [CRM_Core_Config::singleton==>CRM_Core_Config_MagicMerge::getSettings] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Config::handleFirstRun==>Civi::settings] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_Config::handleFirstRun==>Civi\Core\SettingsBag::get] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Config::singleton==>CRM_Core_Config::handleFirstRun] => Array
                (
                    [ct] => 1
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 1816
                    [pmu] => 0
                )

            [civicrm_initialize==>CRM_Core_Config::singleton] => Array
                (
                    [ct] => 2
                    [wt] => 63095
                    [cpu] => 55021
                    [mu] => 2271016
                    [pmu] => 2292816
                )

            [civicrm_initialize@1==>_civicrm_registerClassLoader] => Array
                (
                    [ct] => 1
                    [wt] => 48
                    [cpu] => 411
                    [mu] => 648
                    [pmu] => 0
                )

            [civicrm_initialize@1==>drupal_static] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [civicrm_html_head==>civicrm_initialize@1] => Array
                (
                    [ct] => 1
                    [wt] => 59
                    [cpu] => 411
                    [mu] => 1768
                    [pmu] => 0
                )

            [civicrm_html_head==>arg] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 520
                    [pmu] => 0
                )

            [civicrm_html_head==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [civicrm_html_head==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [civicrm_html_head==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [civicrm_html_head==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [civicrm_html_head==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [civicrm_html_head==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [civicrm_html_head==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [civicrm_html_head==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 278
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Core\Container::createResources==>CRM_Extension_System::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\Container::createResources==>CRM_Extension_System::getMapper] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\Container::createResources==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\Container::createResources==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\Container::createResources==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\Container::createResources==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Core\Container::createResources==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\Container::createResources==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\Container::createResources==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\Container::createResources==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 66
                    [cpu] => 0
                    [mu] => 624
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCache_JsStringsService==>CRM_Utils_Cache::create] => Array
                (
                    [ct] => 1
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 1744
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\Container::make@1==>CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCache_JsStringsService] => Array
                (
                    [ct] => 1
                    [wt] => 58
                    [cpu] => 0
                    [mu] => 1672
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\Container::get@1==>Symfony\Component\DependencyInjection\Container::make@1] => Array
                (
                    [ct] => 7
                    [wt] => 1296
                    [cpu] => 1668
                    [mu] => 37968
                    [pmu] => 9408
                )

            [Civi\Core\Container::createResources==>Symfony\Component\DependencyInjection\Container::get@1] => Array
                (
                    [ct] => 1
                    [wt] => 65
                    [cpu] => 0
                    [mu] => 3032
                    [pmu] => 0
                )

            [Civi\Core\Container::createResources==>CRM_Core_Resources_Strings::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Core\Container::createResources==>CRM_Core_Config::isUpgradeMode] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Resources::__construct==>Civi::settings] => Array
                (
                    [ct] => 2
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_Resources::__construct==>Civi\Core\SettingsBag::get] => Array
                (
                    [ct] => 2
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Resources::__construct==>Civi::paths] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi\Core\Container::createResources==>CRM_Core_Resources::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 33
                    [cpu] => 0
                    [mu] => 2432
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getResourcesService==>Civi\Core\Container::createResources] => Array
                (
                    [ct] => 1
                    [wt] => 232
                    [cpu] => 0
                    [mu] => 14088
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\Container::make==>CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getResourcesService] => Array
                (
                    [ct] => 1
                    [wt] => 237
                    [cpu] => 0
                    [mu] => 14784
                    [pmu] => 0
                )

            [CRM_Core_Resources::singleton==>Civi::service] => Array
                (
                    [ct] => 1
                    [wt] => 257
                    [cpu] => 0
                    [mu] => 15400
                    [pmu] => 0
                )

            [civicrm_html_head==>CRM_Core_Resources::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 261
                    [cpu] => 0
                    [mu] => 16032
                    [pmu] => 0
                )

            [CRM_Utils_System::__callStatic==>CRM_Core_Config::singleton] => Array
                (
                    [ct] => 9
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_System::__callStatic==>CRM_Core_Config_MagicMerge::__get] => Array
                (
                    [ct] => 9
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_System_Base::currentPath==>CRM_Core_Config::singleton] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_System_Base::currentPath==>CRM_Core_Config_MagicMerge::__get] => Array
                (
                    [ct] => 10
                    [wt] => 45
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 256
                )

            [CRM_Utils_System::__callStatic==>CRM_Utils_System_Base::currentPath] => Array
                (
                    [ct] => 5
                    [wt] => 87
                    [cpu] => 0
                    [mu] => 1840
                    [pmu] => 352
                )

            [CRM_Core_Resources::isAjaxMode==>CRM_Utils_System::__callStatic] => Array
                (
                    [ct] => 2
                    [wt] => 57
                    [cpu] => 0
                    [mu] => 3736
                    [pmu] => 0
                )

            [CRM_Core_Resources::addCoreResources==>CRM_Core_Resources::isAjaxMode] => Array
                (
                    [ct] => 1
                    [wt] => 36
                    [cpu] => 0
                    [mu] => 4816
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getBundle_CoreResourcesService==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getBundle_CoreResourcesService==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getBundle_CoreResourcesService==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getBundle_CoreResourcesService==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getBundle_CoreResourcesService==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getBundle_CoreResourcesService==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getBundle_CoreResourcesService==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getBundle_CoreResourcesService==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 73
                    [cpu] => 0
                    [mu] => 688
                    [pmu] => 0
                )

            [CRM_Core_Resources_Common::createFullBundle==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_Resources_Common::createFullBundle==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_Resources_Common::createFullBundle==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_Resources_Common::createFullBundle==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_Resources_Common::createFullBundle==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Resources_Common::createFullBundle==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Resources_Common::createFullBundle==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Resources_Common::createFullBundle==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 343
                    [cpu] => 1002
                    [mu] => 640
                    [pmu] => 0
                )

            [CRM_Core_Resources_Bundle::__construct==>CRM_Core_Resources_Bundle::{closure}] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_Resources_Common::createFullBundle==>CRM_Core_Resources_Bundle::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 2392
                    [pmu] => 0
                )

            [CRM_Core_Resources_Common::createFullBundle==>CRM_Core_Config::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_Resources_Common::coreResourceList==>Civi::settings] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Session::getLoggedInContactID==>CRM_Core_Session::singleton] => Array
                (
                    [ct] => 323
                    [wt] => 592
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Session::getLoggedInContactID==>CRM_Core_Session::get] => Array
                (
                    [ct] => 323
                    [wt] => 3449
                    [cpu] => 3243
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Resources_Common::coreResourceList==>CRM_Core_Session::getLoggedInContactID] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 1848
                    [pmu] => 0
                )

            [CRM_Core_Resources_Common::coreResourceList==>CRM_Core_Config::isUpgradeMode] => Array
                (
                    [ct] => 2
                    [wt] => 35
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi::service@1==>Civi\Core\Container::singleton] => Array
                (
                    [ct] => 16
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getAssetBuilderService==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getAssetBuilderService==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getAssetBuilderService==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getAssetBuilderService==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 208
                    [cpu] => 0
                    [mu] => 760
                    [pmu] => 0
                )

            [Civi\Core\AssetBuilder::__construct==>Civi::settings] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi\Core\AssetBuilder::__construct==>Civi\Core\SettingsBag::get] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\AssetBuilder::__construct==>CRM_Core_Config::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\AssetBuilder::__construct==>CRM_Core_Config_MagicMerge::__get] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getAssetBuilderService==>Civi\Core\AssetBuilder::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 3144
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\Container::make@1==>CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getAssetBuilderService] => Array
                (
                    [ct] => 1
                    [wt] => 272
                    [cpu] => 0
                    [mu] => 6680
                    [pmu] => 0
                )

            [Civi::service@1==>Symfony\Component\DependencyInjection\Container::get@1] => Array
                (
                    [ct] => 16
                    [wt] => 598
                    [cpu] => 1000
                    [mu] => 23456
                    [pmu] => 9920
                )

            [CRM_Core_Resources_Common::coreResourceList==>Civi::service@1] => Array
                (
                    [ct] => 2
                    [wt] => 301
                    [cpu] => 0
                    [mu] => 8576
                    [pmu] => 0
                )

            [CRM_Core_Resources::getL10nJsParams==>Civi::settings] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_Resources::getL10nJsParams==>CRM_Core_Session::getLoggedInContactID] => Array
                (
                    [ct] => 1
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_Resources::getL10nJsParams==>Civi\Core\SettingsBag::get] => Array
                (
                    [ct] => 6
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi::resources==>CRM_Core_Resources::singleton] => Array
                (
                    [ct] => 91
                    [wt] => 131
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_Resources::getL10nJsParams==>Civi::resources] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1168
                    [pmu] => 0
                )

            [CRM_Core_Resources::getCacheCode==>CRM_Core_I18n::getLocale] => Array
                (
                    [ct] => 14
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Resources::getL10nJsParams==>CRM_Core_Resources::getCacheCode] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1240
                    [pmu] => 0
                )

            [CRM_Core_Resources::getL10nJsParams==>CRM_Core_I18n::getLocale] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Resources::getL10nJsParams==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Resources::getL10nJsParams==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Resources::getL10nJsParams==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Resources::getL10nJsParams==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_Resources::getL10nJsParams==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Resources::getL10nJsParams==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Resources::getL10nJsParams==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Resources::getL10nJsParams==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 103
                    [cpu] => 0
                    [mu] => 616
                    [pmu] => 0
                )

            [CRM_Utils_Money::format==>CRM_Utils_System::isNull] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Utils_Money::format==>CRM_Core_Config::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Utils_Money::format==>CRM_Core_Config_MagicMerge::__get] => Array
                (
                    [ct] => 2
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_Money::format==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_Money::format==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Utils_Money::format==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Utils_Money::format==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_Money::format==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Utils_Money::format==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Utils_Money::format==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Utils_Money::format==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 118
                    [cpu] => 1002
                    [mu] => 632
                    [pmu] => 0
                )

            [CRM_Core_DAO::buildOptions==>CRM_Core_DAO_AllCoreTables::getEntityNameForClass] => Array
                (
                    [ct] => 135
                    [wt] => 2206
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi::entity==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi::entity==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi::entity==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi::entity==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 680
                    [pmu] => 0
                )

            [Civi::entity==>Civi\Schema\EntityProvider::__construct] => Array
                (
                    [ct] => 541
                    [wt] => 782
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_DAO::buildOptions==>Civi::entity] => Array
                (
                    [ct] => 135
                    [wt] => 828
                    [cpu] => 0
                    [mu] => 16592
                    [pmu] => 0
                )

            [Civi\Schema\EntityProvider::getMetaProvider==>Civi\Schema\EntityRepository::getEntity] => Array
                (
                    [ct] => 868
                    [wt] => 3070
                    [cpu] => 2037
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Schema\EntityProvider::getMetaProvider==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Schema\EntityProvider::getMetaProvider==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Schema\EntityProvider::getMetaProvider==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Schema\EntityProvider::getMetaProvider==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 74
                    [cpu] => 0
                    [mu] => 712
                    [pmu] => 0
                )

            [Civi\Schema\EntityProvider::getMetaProvider==>Civi\Schema\EntityMetadataBase::__construct] => Array
                (
                    [ct] => 868
                    [wt] => 1006
                    [cpu] => 2000
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Schema\EntityProvider::getField==>Civi\Schema\EntityProvider::getMetaProvider] => Array
                (
                    [ct] => 135
                    [wt] => 1913
                    [cpu] => 4005
                    [mu] => 12048
                    [pmu] => 0
                )

            [Civi\Schema\EntityMetadataBase::getEntity==>Civi\Schema\EntityRepository::getEntity] => Array
                (
                    [ct] => 868
                    [wt] => 2630
                    [cpu] => 1673
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Schema\SqlEntityMetadata::getFields==>Civi\Schema\EntityMetadataBase::getEntity] => Array
                (
                    [ct] => 719
                    [wt] => 4165
                    [cpu] => 3003
                    [mu] => 1232
                    [pmu] => 0
                )

            [CRM_Core_I18n::setNativeGettextLocale==>CRM_Core_I18n::getResourceDir] => Array
                (
                    [ct] => 1
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 648
                    [pmu] => 0
                )

            [CRM_Core_I18n::setNativeGettextLocale==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_I18n::setNativeGettextLocale==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_I18n::setNativeGettextLocale==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_I18n::setNativeGettextLocale==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_I18n::setNativeGettextLocale==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_I18n::setNativeGettextLocale==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_I18n::setNativeGettextLocale==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_I18n::setNativeGettextLocale==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 78
                    [cpu] => 0
                    [mu] => 624
                    [pmu] => 0
                )

            [CRM_Core_I18n::__construct==>CRM_Core_I18n::setNativeGettextLocale] => Array
                (
                    [ct] => 1
                    [wt] => 198
                    [cpu] => 0
                    [mu] => 7104
                    [pmu] => 0
                )

            [CRM_Core_I18n::crm_translate_raw==>CRM_Core_I18n_NativeGettext::translate] => Array
                (
                    [ct] => 4318
                    [wt] => 5635
                    [cpu] => 9004
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Schema\SqlEntityMetadata::getFields==>Civi\Schema\EntityRepository::{closure}] => Array
                (
                    [ct] => 703
                    [wt] => 135502
                    [cpu] => 133498
                    [mu] => 12263088
                    [pmu] => 42256
                )

            [Civi\Schema\EntityMetadataBase::getField==>Civi\Schema\SqlEntityMetadata::getFields] => Array
                (
                    [ct] => 270
                    [wt] => 112762
                    [cpu] => 117786
                    [mu] => 10072184
                    [pmu] => 42256
                )

            [Civi\Schema\EntityProvider::getField==>Civi\Schema\EntityMetadataBase::getField] => Array
                (
                    [ct] => 135
                    [wt] => 64303
                    [cpu] => 72769
                    [mu] => 73184
                    [pmu] => 41744
                )

            [CRM_Core_DAO::buildOptions==>Civi\Schema\EntityProvider::getField] => Array
                (
                    [ct] => 135
                    [wt] => 67175
                    [cpu] => 77773
                    [mu] => 78368
                    [pmu] => 41744
                )

            [Civi\Schema\EntityProvider::getOptions==>Civi\Schema\EntityProvider::getMetaProvider] => Array
                (
                    [ct] => 135
                    [wt] => 1357
                    [cpu] => 0
                    [mu] => 8144
                    [pmu] => 0
                )

            [Civi\Schema\EntityMetadataBase::getOptions==>Civi\Schema\EntityMetadataBase::getField] => Array
                (
                    [ct] => 135
                    [wt] => 50826
                    [cpu] => 49014
                    [mu] => 52040
                    [pmu] => 512
                )

            [Civi\Schema\EntityMetadataBase::getSqlOptions==>CRM_Core_Config::domainID] => Array
                (
                    [ct] => 135
                    [wt] => 297
                    [cpu] => 404
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Schema\EntityMetadataBase::getSqlOptions==>CRM_Core_I18n::getLocale] => Array
                (
                    [ct] => 135
                    [wt] => 209
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Schema\EntityRepository::getTableIndex==>Civi\Schema\EntityRepository::loadAll] => Array
                (
                    [ct] => 135
                    [wt] => 147
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi::table==>Civi\Schema\EntityRepository::getTableIndex] => Array
                (
                    [ct] => 135
                    [wt] => 626
                    [cpu] => 1104
                    [mu] => 1216
                    [pmu] => 0
                )

            [Civi::table==>Civi\Schema\EntityProvider::__construct] => Array
                (
                    [ct] => 135
                    [wt] => 168
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi\Schema\EntityMetadataBase::getSqlOptions==>Civi::table] => Array
                (
                    [ct] => 135
                    [wt] => 1829
                    [cpu] => 2101
                    [mu] => 15424
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCache_MetadataService==>CRM_Utils_Cache::create] => Array
                (
                    [ct] => 1
                    [wt] => 38
                    [cpu] => 0
                    [mu] => 1752
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\Container::make@1==>CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCache_MetadataService] => Array
                (
                    [ct] => 1
                    [wt] => 42
                    [cpu] => 0
                    [mu] => 1680
                    [pmu] => 0
                )

            [Civi::cache==>Symfony\Component\DependencyInjection\Container::get@1] => Array
                (
                    [ct] => 3
                    [wt] => 56
                    [cpu] => 0
                    [mu] => 2312
                    [pmu] => 0
                )

            [Civi\Schema\EntityMetadataBase::getSqlOptions==>Civi::cache] => Array
                (
                    [ct] => 135
                    [wt] => 1074
                    [cpu] => 998
                    [mu] => 2944
                    [pmu] => 0
                )

            [Civi\Schema\EntityMetadataBase::getSqlOptions==>CRM_Utils_Cache_CacheWrapper::get] => Array
                (
                    [ct] => 135
                    [wt] => 12577
                    [cpu] => 22432
                    [mu] => 105848
                    [pmu] => 86432
                )

            [Civi\Schema\EntityMetadataBase::getOptions==>Civi\Schema\EntityMetadataBase::getSqlOptions] => Array
                (
                    [ct] => 135
                    [wt] => 388371
                    [cpu] => 338870
                    [mu] => 5032952
                    [pmu] => 86432
                )

            [CRM_Utils_Hook::fieldOptions==>CRM_Utils_Hook::singleton] => Array
                (
                    [ct] => 135
                    [wt] => 347
                    [cpu] => 248
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\Event\HookStyleListener::__invoke==>Civi\Core\Event\GenericHookEvent::getHookValues] => Array
                (
                    [ct] => 503
                    [wt] => 490
                    [cpu] => 1126
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Core\Event\HookStyleListener::__invoke==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Core\Event\HookStyleListener::__invoke==>_afform_civix_class_loader] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Core\Event\HookStyleListener::__invoke==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Core\Event\HookStyleListener::__invoke==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 3
                    [wt] => 48
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Core\Event\HookStyleListener::__invoke==>drupal_autoload_class] => Array
                (
                    [ct] => 3
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\Event\HookStyleListener::__invoke==>drupal_autoload_interface] => Array
                (
                    [ct] => 3
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\Event\HookStyleListener::__invoke==>drupal_autoload_trait] => Array
                (
                    [ct] => 3
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\Event\HookStyleListener::__invoke==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 3
                    [wt] => 842
                    [cpu] => 916
                    [mu] => 784
                    [pmu] => 0
                )

            [Civi\Core\Event\HookStyleListener::__invoke==>CRM_Contribute_BAO_ContributionRecur::hook_civicrm_fieldOptions] => Array
                (
                    [ct] => 135
                    [wt] => 195
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Core\Event\HookStyleListener::__invoke==>Civi\Core\Event\GenericHookEvent::addReturnValues] => Array
                (
                    [ct] => 565
                    [wt] => 648
                    [cpu] => 1124
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>Civi\Core\Event\HookStyleListener::__invoke] => Array
                (
                    [ct] => 207
                    [wt] => 4490
                    [cpu] => 1579
                    [mu] => 34496
                    [pmu] => 11480
                )

            [Civi\Core\Event\HookStyleListener::__invoke==>CRM_Financial_BAO_PaymentProcessor::hook_civicrm_fieldOptions] => Array
                (
                    [ct] => 135
                    [wt] => 188
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CRM_Utils_Hook::runHooks==>cpz_civicrm_config_civicrm_fieldOptions] => Array
                (
                    [ct] => 133
                    [wt] => 227
                    [cpu] => 290
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_Hook::fieldOptions==>CRM_Utils_Hook::invoke] => Array
                (
                    [ct] => 130
                    [wt] => 20401
                    [cpu] => 12323
                    [mu] => 130272
                    [pmu] => 0
                )

            [Civi\Schema\EntityMetadataBase::getOptions==>CRM_Utils_Hook::fieldOptions] => Array
                (
                    [ct] => 135
                    [wt] => 22793
                    [cpu] => 15733
                    [mu] => 40640
                    [pmu] => 0
                )

            [Civi\Schema\EntityProvider::getOptions==>Civi\Schema\EntityMetadataBase::getOptions] => Array
                (
                    [ct] => 135
                    [wt] => 495458
                    [cpu] => 428702
                    [mu] => 4589672
                    [pmu] => 86944
                )

            [CRM_Core_DAO::buildOptions==>Civi\Schema\EntityProvider::getOptions] => Array
                (
                    [ct] => 135
                    [wt] => 497972
                    [cpu] => 428702
                    [mu] => 2687368
                    [pmu] => 86944
                )

            [CRM_Core_DAO::buildOptions==>CRM_Core_PseudoConstant::formatArrayOptions] => Array
                (
                    [ct] => 135
                    [wt] => 1760
                    [cpu] => 1000
                    [mu] => 363472
                    [pmu] => 12328
                )

            [CRM_Utils_Money::format==>CRM_Core_DAO::buildOptions] => Array
                (
                    [ct] => 1
                    [wt] => 3221
                    [cpu] => 2635
                    [mu] => 185952
                    [pmu] => 98760
                )

            [CRM_Utils_Money::formatUSLocaleNumericRounded==>CRM_Core_Config::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Utils_Money::formatUSLocaleNumericRounded==>CRM_Core_Config_MagicMerge::__get] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Utils_Money::getCurrencyObject==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_Money::getCurrencyObject==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_Money::getCurrencyObject==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_Money::getCurrencyObject==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 744
                    [pmu] => 0
                )

            [Brick\Money\ISOCurrencyProvider::getInstance==>Brick\Money\ISOCurrencyProvider::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [CRM_Utils_Money::getCurrencyObject==>Brick\Money\ISOCurrencyProvider::getInstance] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 0
                )

            [Brick\Money\ISOCurrencyProvider::getCurrency==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Brick\Money\ISOCurrencyProvider::getCurrency==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Brick\Money\ISOCurrencyProvider::getCurrency==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Brick\Money\ISOCurrencyProvider::getCurrency==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 712
                    [pmu] => 0
                )

            [Brick\Money\ISOCurrencyProvider::getCurrency==>Brick\Money\Currency::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Utils_Money::getCurrencyObject==>Brick\Money\ISOCurrencyProvider::getCurrency] => Array
                (
                    [ct] => 1
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 4312
                    [pmu] => 0
                )

            [CRM_Utils_Money::formatUSLocaleNumericRounded==>CRM_Utils_Money::getCurrencyObject] => Array
                (
                    [ct] => 1
                    [wt] => 76
                    [cpu] => 0
                    [mu] => 8960
                    [pmu] => 0
                )

            [CRM_Utils_Money::formatUSLocaleNumericRounded==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Utils_Money::formatUSLocaleNumericRounded==>_afform_civix_class_loader] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Utils_Money::formatUSLocaleNumericRounded==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Utils_Money::formatUSLocaleNumericRounded==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 3
                    [wt] => 154
                    [cpu] => 0
                    [mu] => 1016
                    [pmu] => 0
                )

            [CRM_Utils_Money::formatUSLocaleNumericRounded==>Brick\Money\Context\CustomContext::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Brick\Math\BigNumber::of==>Brick\Math\BigNumber::floatToString] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Brick\Math\BigNumber::of==>Brick\Math\BigNumber::Brick\Math\{closure}] => Array
                (
                    [ct] => 7
                    [wt] => 59
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Brick\Math\BigNumber::of==>Brick\Math\BigNumber::cleanUp] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Brick\Math\BigNumber::of==>Brick\Math\BigDecimal::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Brick\Money\Money::of==>Brick\Math\BigNumber::of] => Array
                (
                    [ct] => 1
                    [wt] => 92
                    [cpu] => 0
                    [mu] => 5776
                    [pmu] => 336
                )

            [Brick\Money\Context\CustomContext::applyTo==>Brick\Math\BigDecimal::toScale] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Brick\Money\Money::create==>Brick\Money\Context\CustomContext::applyTo] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1216
                    [pmu] => 0
                )

            [Brick\Money\Money::create==>Brick\Money\Money::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Brick\Money\Money::of==>Brick\Money\Money::create] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 2560
                    [pmu] => 0
                )

            [CRM_Utils_Money::formatUSLocaleNumericRounded==>Brick\Money\Money::of] => Array
                (
                    [ct] => 1
                    [wt] => 112
                    [cpu] => 0
                    [mu] => 6448
                    [pmu] => 752
                )

            [Brick\Math\BigDecimal::__toString==>Brick\Math\BigDecimal::getUnscaledValueWithLeadingZeros] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 600
                )

            [Brick\Math\BigDecimal::toFloat==>Brick\Math\BigDecimal::__toString] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1264
                    [pmu] => 1264
                )

            [Brick\Money\Money::formatWith==>Brick\Math\BigDecimal::toFloat] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 1864
                    [pmu] => 1864
                )

            [Brick\Money\Money::formatWith==>Brick\Money\Currency::getCurrencyCode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Utils_Money::formatUSLocaleNumericRounded==>Brick\Money\Money::formatWith] => Array
                (
                    [ct] => 1
                    [wt] => 82
                    [cpu] => 0
                    [mu] => 3184
                    [pmu] => 3184
                )

            [CRM_Utils_Money::format==>CRM_Utils_Money::formatUSLocaleNumericRounded] => Array
                (
                    [ct] => 1
                    [wt] => 541
                    [cpu] => 0
                    [mu] => 24064
                    [pmu] => 4440
                )

            [CRM_Utils_Money::replaceCurrencySeparators==>CRM_Core_Config::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 472
                )

            [CRM_Utils_Money::replaceCurrencySeparators==>CRM_Core_Config_MagicMerge::__get] => Array
                (
                    [ct] => 2
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 1096
                )

            [CRM_Utils_Money::format==>CRM_Utils_Money::replaceCurrencySeparators] => Array
                (
                    [ct] => 1
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 2496
                    [pmu] => 2144
                )

            [CRM_Core_Resources::getL10nJsParams==>CRM_Utils_Money::format] => Array
                (
                    [ct] => 1
                    [wt] => 4006
                    [cpu] => 3637
                    [mu] => 208208
                    [pmu] => 106000
                )

            [CRM_Core_Resources_Common::coreResourceList==>CRM_Core_Resources::getL10nJsParams] => Array
                (
                    [ct] => 1
                    [wt] => 4281
                    [cpu] => 3637
                    [mu] => 219056
                    [pmu] => 106064
                )

            [CRM_Utils_Hook::getAssetUrl==>CRM_Utils_Hook::singleton] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [CRM_Utils_System::__callStatic==>CRM_Utils_System_Base::alterAssetUrl] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 408
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>CRM_Utils_System::__callStatic] => Array
                (
                    [ct] => 3
                    [wt] => 50
                    [cpu] => 0
                    [mu] => 3808
                    [pmu] => 1232
                )

            [CRM_Utils_Hook::getAssetUrl==>CRM_Utils_Hook::invoke] => Array
                (
                    [ct] => 2
                    [wt] => 238
                    [cpu] => 0
                    [mu] => 4688
                    [pmu] => 6248
                )

            [Civi\Core\AssetBuilder::getUrl==>CRM_Utils_Hook::getAssetUrl] => Array
                (
                    [ct] => 2
                    [wt] => 250
                    [cpu] => 1002
                    [mu] => 4176
                    [pmu] => 7152
                )

            [Civi\Core\AssetBuilder::getUrl==>Civi\Core\AssetBuilder::isValidName] => Array
                (
                    [ct] => 2
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\AssetBuilder::getUrl==>Civi\Core\AssetBuilder::isCacheEnabled] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\AssetBuilder::build==>Civi\Core\AssetBuilder::isValidName] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\AssetBuilder::digest==>CRM_Core_Resources::singleton] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Civi\Core\AssetBuilder::digest==>CRM_Core_Resources::getCacheCode] => Array
                (
                    [ct] => 2
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 648
                    [pmu] => 608
                )

            [Civi\Core\AssetBuilder::digest==>CRM_Core_Config_Runtime::getId] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Civi\Core\AssetBuilder::build==>Civi\Core\AssetBuilder::digest] => Array
                (
                    [ct] => 2
                    [wt] => 46
                    [cpu] => 0
                    [mu] => 3728
                    [pmu] => 6760
                )

            [Civi\Core\AssetBuilder::getCachePath==>CRM_Core_Config::singleton] => Array
                (
                    [ct] => 25
                    [wt] => 62
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\AssetBuilder::getCachePath==>CRM_Core_Config_MagicMerge::__get] => Array
                (
                    [ct] => 25
                    [wt] => 106
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Core\AssetBuilder::getCachePath==>CRM_Utils_File::addTrailingSlash] => Array
                (
                    [ct] => 25
                    [wt] => 50
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\AssetBuilder::build==>Civi\Core\AssetBuilder::getCachePath] => Array
                (
                    [ct] => 2
                    [wt] => 72
                    [cpu] => 0
                    [mu] => 3080
                    [pmu] => 0
                )

            [Civi\Core\AssetBuilder::getUrl==>Civi\Core\AssetBuilder::build] => Array
                (
                    [ct] => 2
                    [wt] => 165
                    [cpu] => 0
                    [mu] => 7576
                    [pmu] => 6760
                )

            [Civi\Core\AssetBuilder::getCacheUrl==>CRM_Core_Config::singleton] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\AssetBuilder::getCacheUrl==>CRM_Core_Config_MagicMerge::__get] => Array
                (
                    [ct] => 2
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 680
                    [pmu] => 208
                )

            [Civi\Core\AssetBuilder::getCacheUrl==>CRM_Utils_File::addTrailingSlash] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 80
                )

            [Civi\Core\AssetBuilder::getUrl==>Civi\Core\AssetBuilder::getCacheUrl] => Array
                (
                    [ct] => 2
                    [wt] => 46
                    [cpu] => 0
                    [mu] => 3096
                    [pmu] => 824
                )

            [CRM_Core_Resources_Common::coreResourceList==>Civi\Core\AssetBuilder::getUrl] => Array
                (
                    [ct] => 2
                    [wt] => 519
                    [cpu] => 1002
                    [mu] => 15704
                    [pmu] => 15128
                )

            [CRM_Core_Permission::check==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Core_Permission::check==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [CRM_Core_Permission::check==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Core_Permission::check==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 784
                )

            [CRM_Core_Permission::check==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 144
                )

            [CRM_Core_Permission::check==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [CRM_Core_Permission::check==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [CRM_Core_Permission::check==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 174
                    [cpu] => 0
                    [mu] => 624
                    [pmu] => 1384
                )

            [CRM_Core_Permission::check==>CRM_Core_BAO_UFMatch::getUFId] => Array
                (
                    [ct] => 5
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Permission::check==>CRM_Core_Config::singleton] => Array
                (
                    [ct] => 10
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 432
                )

            [CRM_Core_Config_MagicMerge::__get==>CRM_Core_Config_MagicMerge::initLocals] => Array
                (
                    [ct] => 21
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [CRM_Core_Permission::check==>CRM_Core_Config_MagicMerge::__get] => Array
                (
                    [ct] => 10
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 1216
                    [pmu] => 1472
                )

            [CRM_Core_Permission::getCorePermissions==>ts] => Array
                (
                    [ct] => 120
                    [wt] => 1572
                    [cpu] => 1999
                    [mu] => 12328
                    [pmu] => 41936
                )

            [CRM_Core_Permission::isMultisiteEnabled==>Civi::settings] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 256
                )

            [CRM_Core_Permission::isMultisiteEnabled==>Civi\Core\SettingsBag::get] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Core_Permission::getCorePermissions==>CRM_Core_Permission::isMultisiteEnabled] => Array
                (
                    [ct] => 1
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 1848
                    [pmu] => 1280
                )

            [CRM_Core_Permission::getCoreAndComponentPermissions==>CRM_Core_Permission::getCorePermissions] => Array
                (
                    [ct] => 1
                    [wt] => 1735
                    [cpu] => 1999
                    [mu] => 45416
                    [pmu] => 45416
                )

            [CRM_Core_Permission::getComponentPermissions==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 544
                )

            [CRM_Core_Permission::getComponentPermissions==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [CRM_Core_Permission::getComponentPermissions==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [CRM_Core_Permission::getComponentPermissions==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 768
                )

            [CRM_Core_Permission::getComponentPermissions==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 192
                )

            [CRM_Core_Permission::getComponentPermissions==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [CRM_Core_Permission::getComponentPermissions==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Core_Permission::getComponentPermissions==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 99
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 632
                )

            [CRM_Core_Component::getComponents==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Core_Component::getComponents==>_afform_civix_class_loader] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Core_Component::getComponents==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Core_Component::getComponents==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 40
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 1568
                )

            [CRM_Core_Component::getComponents==>drupal_autoload_class] => Array
                (
                    [ct] => 2
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 176
                )

            [CRM_Core_Component::getComponents==>drupal_autoload_interface] => Array
                (
                    [ct] => 2
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Core_Component::getComponents==>drupal_autoload_trait] => Array
                (
                    [ct] => 2
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Core_Component::getComponents==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 189
                    [cpu] => 0
                    [mu] => 680
                    [pmu] => 624
                )

            [CRM_Core_Component::getComponents==>CRM_Core_DAO_Base::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 433
                    [cpu] => 0
                    [mu] => 4440
                    [pmu] => 3864
                )

            [CRM_Core_DAO_AllCoreTables::getBAOClassName==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 18
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_DAO_AllCoreTables::getBAOClassName==>_afform_civix_class_loader] => Array
                (
                    [ct] => 18
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 304
                )

            [CRM_Core_DAO_AllCoreTables::getBAOClassName==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 18
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [CRM_Core_DAO_AllCoreTables::getBAOClassName==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 33
                    [wt] => 2283
                    [cpu] => 2999
                    [mu] => 904
                    [pmu] => 1544
                )

            [CRM_Core_DAO_AllCoreTables::getBAOClassName==>drupal_autoload_class] => Array
                (
                    [ct] => 18
                    [wt] => 122
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 176
                )

            [CRM_Core_DAO_AllCoreTables::getBAOClassName==>drupal_autoload_interface] => Array
                (
                    [ct] => 18
                    [wt] => 90
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Core_DAO_AllCoreTables::getBAOClassName==>drupal_autoload_trait] => Array
                (
                    [ct] => 18
                    [wt] => 83
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Core_DAO_AllCoreTables::getBAOClassName==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 18
                    [wt] => 3601
                    [cpu] => 998
                    [mu] => 1640
                    [pmu] => 640
                )

            [PathLoad\V0\PathLoad::loadClass==>PathLoad\V0\PathLoad::loadPackagesByNamespace] => Array
                (
                    [ct] => 219
                    [wt] => 365
                    [cpu] => 997
                    [mu] => 8736
                    [pmu] => 616
                )

            [CRM_Core_DAO_AllCoreTables::getBAOClassName==>PathLoad\V0\PathLoad::loadClass] => Array
                (
                    [ct] => 15
                    [wt] => 392
                    [cpu] => 2002
                    [mu] => 1232
                    [pmu] => 1392
                )

            [CRM_Core_Component::getComponents==>DB_DataObject::find] => Array
                (
                    [ct] => 2
                    [wt] => 2196
                    [cpu] => 2236
                    [mu] => 46344
                    [pmu] => 28880
                )

            [CRM_Core_Component::getComponents==>DB_DataObject::fetch] => Array
                (
                    [ct] => 18
                    [wt] => 313
                    [cpu] => 752
                    [mu] => 14632
                    [pmu] => 6816
                )

            [CRM_Core_Component::getComponents==>CRM_Utils_File::isIncludable] => Array
                (
                    [ct] => 16
                    [wt] => 1842
                    [cpu] => 2103
                    [mu] => 2104
                    [pmu] => 0
                )

            [CRM_Event_Info::getInfo==>ts] => Array
                (
                    [ct] => 6
                    [wt] => 60
                    [cpu] => 0
                    [mu] => 912
                    [pmu] => 1264
                )

            [CRM_Core_Component_Info::__construct==>CRM_Event_Info::getInfo] => Array
                (
                    [ct] => 2
                    [wt] => 69
                    [cpu] => 0
                    [mu] => 2040
                    [pmu] => 1264
                )

            [CRM_Core_Component_Info::__construct==>CRM_Core_Component_Info::getKeyword] => Array
                (
                    [ct] => 16
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 392
                )

            [CRM_Core_Component::getComponents==>CRM_Core_Component_Info::__construct] => Array
                (
                    [ct] => 16
                    [wt] => 638
                    [cpu] => 0
                    [mu] => 19288
                    [pmu] => 11544
                )

            [CRM_Contribute_Info::getInfo==>ts] => Array
                (
                    [ct] => 6
                    [wt] => 48
                    [cpu] => 0
                    [mu] => 920
                    [pmu] => 1224
                )

            [CRM_Core_Component_Info::__construct==>CRM_Contribute_Info::getInfo] => Array
                (
                    [ct] => 2
                    [wt] => 57
                    [cpu] => 0
                    [mu] => 2048
                    [pmu] => 1224
                )

            [CRM_Member_Info::getInfo==>ts] => Array
                (
                    [ct] => 6
                    [wt] => 45
                    [cpu] => 0
                    [mu] => 912
                    [pmu] => 1200
                )

            [CRM_Core_Component_Info::__construct==>CRM_Member_Info::getInfo] => Array
                (
                    [ct] => 2
                    [wt] => 53
                    [cpu] => 0
                    [mu] => 2040
                    [pmu] => 1200
                )

            [CRM_Mailing_Info::getInfo==>ts] => Array
                (
                    [ct] => 6
                    [wt] => 45
                    [cpu] => 0
                    [mu] => 912
                    [pmu] => 1216
                )

            [CRM_Core_Component_Info::__construct==>CRM_Mailing_Info::getInfo] => Array
                (
                    [ct] => 2
                    [wt] => 54
                    [cpu] => 0
                    [mu] => 2040
                    [pmu] => 1216
                )

            [CRM_Pledge_Info::getInfo==>ts] => Array
                (
                    [ct] => 6
                    [wt] => 42
                    [cpu] => 0
                    [mu] => 912
                    [pmu] => 1200
                )

            [CRM_Core_Component_Info::__construct==>CRM_Pledge_Info::getInfo] => Array
                (
                    [ct] => 2
                    [wt] => 49
                    [cpu] => 0
                    [mu] => 2040
                    [pmu] => 1200
                )

            [CRM_Case_Info::getInfo==>ts] => Array
                (
                    [ct] => 6
                    [wt] => 45
                    [cpu] => 0
                    [mu] => 912
                    [pmu] => 1208
                )

            [CRM_Case_Info::getInfo==>Civi::settings] => Array
                (
                    [ct] => 3
                    [wt] => 44
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [CRM_Case_Info::getInfo==>Civi\Core\SettingsBag::get] => Array
                (
                    [ct] => 3
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [CRM_Core_Component_Info::__construct==>CRM_Case_Info::getInfo] => Array
                (
                    [ct] => 2
                    [wt] => 113
                    [cpu] => 0
                    [mu] => 3256
                    [pmu] => 2168
                )

            [CRM_Report_Info::getInfo==>ts] => Array
                (
                    [ct] => 6
                    [wt] => 46
                    [cpu] => 0
                    [mu] => 912
                    [pmu] => 1208
                )

            [CRM_Core_Component_Info::__construct==>CRM_Report_Info::getInfo] => Array
                (
                    [ct] => 2
                    [wt] => 56
                    [cpu] => 0
                    [mu] => 2040
                    [pmu] => 1208
                )

            [CRM_Campaign_Info::getInfo==>ts] => Array
                (
                    [ct] => 6
                    [wt] => 43
                    [cpu] => 0
                    [mu] => 912
                    [pmu] => 1216
                )

            [CRM_Core_Component_Info::__construct==>CRM_Campaign_Info::getInfo] => Array
                (
                    [ct] => 2
                    [wt] => 50
                    [cpu] => 0
                    [mu] => 2040
                    [pmu] => 1216
                )

            [CRM_Core_Permission::getComponentPermissions==>CRM_Core_Component::getComponents] => Array
                (
                    [ct] => 1
                    [wt] => 3177
                    [cpu] => 2679
                    [mu] => 41536
                    [pmu] => 58624
                )

            [CRM_Core_Permission::getComponentPermissions==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Event_Info::getPermissions==>ts] => Array
                (
                    [ct] => 15
                    [wt] => 256
                    [cpu] => 0
                    [mu] => 9688
                    [pmu] => 4336
                )

            [CRM_Core_Permission::getComponentPermissions==>CRM_Event_Info::getPermissions] => Array
                (
                    [ct] => 1
                    [wt] => 280
                    [cpu] => 0
                    [mu] => 13720
                    [pmu] => 4336
                )

            [CRM_Core_Permission::getComponentPermissions==>CRM_Event_Info::getInfo] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 944
                    [pmu] => 0
                )

            [CRM_Core_Component::isEnabled==>Civi::settings] => Array
                (
                    [ct] => 214
                    [wt] => 3408
                    [cpu] => 2266
                    [mu] => 552
                    [pmu] => 10552
                )

            [CRM_Core_Component::isEnabled==>Civi\Core\SettingsBag::get] => Array
                (
                    [ct] => 214
                    [wt] => 6518
                    [cpu] => 2913
                    [mu] => 417848
                    [pmu] => 0
                )

            [CRM_Core_Component_Info::isEnabled==>CRM_Core_Component::isEnabled] => Array
                (
                    [ct] => 44
                    [wt] => 707
                    [cpu] => 1000
                    [mu] => 1816
                    [pmu] => 10896
                )

            [CRM_Core_Permission::getComponentPermissions==>CRM_Core_Component_Info::isEnabled] => Array
                (
                    [ct] => 44
                    [wt] => 815
                    [cpu] => 1000
                    [mu] => 2464
                    [pmu] => 11152
                )

            [CRM_Contribute_Info::getPermissions==>ts] => Array
                (
                    [ct] => 7
                    [wt] => 139
                    [cpu] => 999
                    [mu] => 1000
                    [pmu] => 1976
                )

            [CRM_Core_Permission::getComponentPermissions==>CRM_Contribute_Info::getPermissions] => Array
                (
                    [ct] => 1
                    [wt] => 150
                    [cpu] => 999
                    [mu] => 3528
                    [pmu] => 1976
                )

            [CRM_Core_Permission::getComponentPermissions==>CRM_Contribute_Info::getInfo] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 960
                    [pmu] => 0
                )

            [CRM_Member_Info::getPermissions==>ts] => Array
                (
                    [ct] => 6
                    [wt] => 94
                    [cpu] => 0
                    [mu] => 920
                    [pmu] => 2272
                )

            [CRM_Core_Permission::getComponentPermissions==>CRM_Member_Info::getPermissions] => Array
                (
                    [ct] => 1
                    [wt] => 106
                    [cpu] => 0
                    [mu] => 3072
                    [pmu] => 2288
                )

            [CRM_Core_Permission::getComponentPermissions==>CRM_Member_Info::getInfo] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 944
                    [pmu] => 0
                )

            [CRM_Mailing_Info::getPermissions==>ts] => Array
                (
                    [ct] => 9
                    [wt] => 145
                    [cpu] => 0
                    [mu] => 1112
                    [pmu] => 3344
                )

            [CRM_Mailing_Info::workflowEnabled==>CRM_Core_Config::singleton] => Array
                (
                    [ct] => 3
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Mailing_Info::workflowEnabled==>CRM_Core_Config_MagicMerge::__get] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Utils_System_DrupalBase::mailingWorkflowIsEnabled==>module_exists] => Array
                (
                    [ct] => 3
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Mailing_Info::workflowEnabled==>CRM_Utils_System_DrupalBase::mailingWorkflowIsEnabled] => Array
                (
                    [ct] => 3
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 1232
                )

            [CRM_Mailing_Info::getPermissions==>CRM_Mailing_Info::workflowEnabled] => Array
                (
                    [ct] => 3
                    [wt] => 52
                    [cpu] => 0
                    [mu] => 3128
                    [pmu] => 3064
                )

            [CRM_Core_Permission::getComponentPermissions==>CRM_Mailing_Info::getPermissions] => Array
                (
                    [ct] => 1
                    [wt] => 219
                    [cpu] => 0
                    [mu] => 7960
                    [pmu] => 6936
                )

            [CRM_Core_Permission::getComponentPermissions==>CRM_Mailing_Info::getInfo] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 960
                    [pmu] => 0
                )

            [CRM_Pledge_Info::getPermissions==>ts] => Array
                (
                    [ct] => 6
                    [wt] => 98
                    [cpu] => 0
                    [mu] => 920
                    [pmu] => 2272
                )

            [CRM_Core_Permission::getComponentPermissions==>CRM_Pledge_Info::getPermissions] => Array
                (
                    [ct] => 1
                    [wt] => 109
                    [cpu] => 0
                    [mu] => 3072
                    [pmu] => 2288
                )

            [CRM_Core_Permission::getComponentPermissions==>CRM_Pledge_Info::getInfo] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 944
                    [pmu] => 0
                )

            [CRM_Case_Info::getPermissions==>ts] => Array
                (
                    [ct] => 10
                    [wt] => 179
                    [cpu] => 996
                    [mu] => 1176
                    [pmu] => 3072
                )

            [CRM_Core_Permission::getComponentPermissions==>CRM_Case_Info::getPermissions] => Array
                (
                    [ct] => 1
                    [wt] => 197
                    [cpu] => 996
                    [mu] => 4080
                    [pmu] => 3072
                )

            [CRM_Core_Permission::getComponentPermissions==>CRM_Case_Info::getInfo] => Array
                (
                    [ct] => 1
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 944
                    [pmu] => 0
                )

            [CRM_Report_Info::getPermissions==>ts] => Array
                (
                    [ct] => 14
                    [wt] => 226
                    [cpu] => 0
                    [mu] => 1432
                    [pmu] => 4288
                )

            [CRM_Core_Permission::getComponentPermissions==>CRM_Report_Info::getPermissions] => Array
                (
                    [ct] => 1
                    [wt] => 248
                    [cpu] => 0
                    [mu] => 5088
                    [pmu] => 4304
                )

            [CRM_Core_Permission::getComponentPermissions==>CRM_Report_Info::getInfo] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 944
                    [pmu] => 0
                )

            [CRM_Campaign_Info::getPermissions==>ts] => Array
                (
                    [ct] => 13
                    [wt] => 222
                    [cpu] => 0
                    [mu] => 1368
                    [pmu] => 3848
                )

            [CRM_Core_Permission::getComponentPermissions==>CRM_Campaign_Info::getPermissions] => Array
                (
                    [ct] => 1
                    [wt] => 242
                    [cpu] => 0
                    [mu] => 5024
                    [pmu] => 4000
                )

            [CRM_Core_Permission::getComponentPermissions==>CRM_Campaign_Info::getInfo] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 960
                    [pmu] => 0
                )

            [CRM_Core_Permission::getCoreAndComponentPermissions==>CRM_Core_Permission::getComponentPermissions] => Array
                (
                    [ct] => 1
                    [wt] => 5930
                    [cpu] => 5674
                    [mu] => 105208
                    [pmu] => 105848
                )

            [CRM_Core_Permission::assembleBasicPermissions==>CRM_Core_Permission::getCoreAndComponentPermissions] => Array
                (
                    [ct] => 1
                    [wt] => 7680
                    [cpu] => 7673
                    [mu] => 150944
                    [pmu] => 155576
                )

            [CRM_Core_Permission::assembleBasicPermissions==>CRM_Core_Config::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_Permission::assembleBasicPermissions==>CRM_Core_Config_MagicMerge::__get] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Utils_Hook::permission==>CRM_Utils_Hook::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_I18n::setGettextDomain==>CRM_Core_I18n::getResourceDir] => Array
                (
                    [ct] => 20
                    [wt] => 676
                    [cpu] => 190
                    [mu] => 2168
                    [pmu] => 8384
                )

            [CRM_Core_I18n::setGettextDomain==>CRM_Extension_System::singleton] => Array
                (
                    [ct] => 10
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_I18n::setGettextDomain==>CRM_Extension_System::getMapper] => Array
                (
                    [ct] => 10
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Core_I18n::setGettextDomain==>CRM_Extension_Mapper::keyToInfo] => Array
                (
                    [ct] => 10
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Extension_Mapper::keyToBasePath==>CRM_Extension_Container_Collection::getPath] => Array
                (
                    [ct] => 52
                    [wt] => 2644
                    [cpu] => 3303
                    [mu] => 11800
                    [pmu] => 2240
                )

            [CRM_Core_I18n::setGettextDomain==>CRM_Extension_Mapper::keyToBasePath] => Array
                (
                    [ct] => 10
                    [wt] => 1877
                    [cpu] => 2306
                    [mu] => 8208
                    [pmu] => 2240
                )

            [CRM_Core_I18n::crm_translate_raw==>CRM_Core_I18n::setGettextDomain] => Array
                (
                    [ct] => 580
                    [wt] => 4526
                    [cpu] => 3247
                    [mu] => 11720
                    [pmu] => 14048
                )

            [CRM_Grant_ExtensionUtil::ts==>ts] => Array
                (
                    [ct] => 4304
                    [wt] => 11121
                    [cpu] => 16644
                    [mu] => 280432
                    [pmu] => 8520
                )

            [civigrant_civicrm_permission==>CRM_Grant_ExtensionUtil::ts] => Array
                (
                    [ct] => 9
                    [wt] => 386
                    [cpu] => 0
                    [mu] => 9440
                    [pmu] => 8520
                )

            [CRM_Utils_Hook::runHooks==>civigrant_civicrm_permission] => Array
                (
                    [ct] => 1
                    [wt] => 402
                    [cpu] => 0
                    [mu] => 8336
                    [pmu] => 8520
                )

            [CRM_Afform_ExtensionUtil::ts==>ts] => Array
                (
                    [ct] => 1420
                    [wt] => 5804
                    [cpu] => 6003
                    [mu] => 92360
                    [pmu] => 15656
                )

            [afform_civicrm_permission==>CRM_Afform_ExtensionUtil::ts] => Array
                (
                    [ct] => 2
                    [wt] => 174
                    [cpu] => 0
                    [mu] => 2048
                    [pmu] => 2768
                )

            [CRM_Utils_Hook::runHooks==>afform_civicrm_permission] => Array
                (
                    [ct] => 1
                    [wt] => 181
                    [cpu] => 0
                    [mu] => 2288
                    [pmu] => 2768
                )

            [CRM_Search_ExtensionUtil::ts==>ts] => Array
                (
                    [ct] => 6395
                    [wt] => 13835
                    [cpu] => 14973
                    [mu] => 409816
                    [pmu] => 2352
                )

            [search_kit_civicrm_permission==>CRM_Search_ExtensionUtil::ts] => Array
                (
                    [ct] => 2
                    [wt] => 186
                    [cpu] => 1004
                    [mu] => 2048
                    [pmu] => 2352
                )

            [CRM_Utils_Hook::runHooks==>search_kit_civicrm_permission] => Array
                (
                    [ct] => 1
                    [wt] => 192
                    [cpu] => 1004
                    [mu] => 2304
                    [pmu] => 2352
                )

            [CRM_Authx_ExtensionUtil::ts==>ts] => Array
                (
                    [ct] => 4
                    [wt] => 215
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 2808
                )

            [authx_civicrm_permission==>CRM_Authx_ExtensionUtil::ts] => Array
                (
                    [ct] => 4
                    [wt] => 224
                    [cpu] => 0
                    [mu] => 2912
                    [pmu] => 2808
                )

            [CRM_Utils_Hook::runHooks==>authx_civicrm_permission] => Array
                (
                    [ct] => 1
                    [wt] => 232
                    [cpu] => 0
                    [mu] => 3848
                    [pmu] => 2808
                )

            [oauth_client_civicrm_permission==>ts] => Array
                (
                    [ct] => 11
                    [wt] => 164
                    [cpu] => 0
                    [mu] => 1240
                    [pmu] => 3768
                )

            [CRM_Utils_Hook::runHooks==>oauth_client_civicrm_permission] => Array
                (
                    [ct] => 1
                    [wt] => 181
                    [cpu] => 0
                    [mu] => 4072
                    [pmu] => 3832
                )

            [CRM_Extension_MixinLoader::Civi\Mixin\SettingAdminV1\{closure}==>CRM_Extension_MixInfo::isActive] => Array
                (
                    [ct] => 51
                    [wt] => 608
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Mixin\SettingAdminV1\About::instance==>CRM_Extension_System::singleton] => Array
                (
                    [ct] => 6
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [Civi\Mixin\SettingAdminV1\About::instance==>CRM_Extension_System::getMapper] => Array
                (
                    [ct] => 6
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [Civi\Mixin\SettingAdminV1\About::instance==>CRM_Extension_Mapper::keyToInfo] => Array
                (
                    [ct] => 6
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [CRM_Extension_MixinLoader::Civi\Mixin\SettingAdminV1\{closure}==>Civi\Mixin\SettingAdminV1\About::instance] => Array
                (
                    [ct] => 6
                    [wt] => 61
                    [cpu] => 0
                    [mu] => 3056
                    [pmu] => 2656
                )

            [_ts==>ts] => Array
                (
                    [ct] => 203
                    [wt] => 2743
                    [cpu] => 3205
                    [mu] => 54736
                    [pmu] => 42424
                )

            [Civi\Mixin\SettingAdminV1\About::getLabel==>_ts] => Array
                (
                    [ct] => 6
                    [wt] => 209
                    [cpu] => 0
                    [mu] => 3576
                    [pmu] => 5696
                )

            [CRM_Extension_MixinLoader::Civi\Mixin\SettingAdminV1\{closure}==>Civi\Mixin\SettingAdminV1\About::getLabel] => Array
                (
                    [ct] => 4
                    [wt] => 188
                    [cpu] => 0
                    [mu] => 1952
                    [pmu] => 6088
                )

            [CRM_Core_I18n::crm_translate==>CRM_Core_I18n::strarg] => Array
                (
                    [ct] => 125
                    [wt] => 277
                    [cpu] => 0
                    [mu] => 77064
                    [pmu] => 4560
                )

            [CRM_Extension_MixinLoader::Civi\Mixin\SettingAdminV1\{closure}==>ts] => Array
                (
                    [ct] => 4
                    [wt] => 91
                    [cpu] => 0
                    [mu] => 1744
                    [pmu] => 2536
                )

            [Civi\Core\Event\HookStyleListener::__invoke==>CRM_Extension_MixinLoader::Civi\Mixin\SettingAdminV1\{closure}] => Array
                (
                    [ct] => 51
                    [wt] => 3036
                    [cpu] => 1001
                    [mu] => 126872
                    [pmu] => 11480
                )

            [CRM_Utils_Hook::permission==>CRM_Utils_Hook::invoke] => Array
                (
                    [ct] => 1
                    [wt] => 1811
                    [cpu] => 1004
                    [mu] => 32992
                    [pmu] => 35352
                )

            [CRM_Core_Permission_Base::getAllModulePermissions==>CRM_Utils_Hook::permission] => Array
                (
                    [ct] => 1
                    [wt] => 1819
                    [cpu] => 1004
                    [mu] => 33376
                    [pmu] => 35352
                )

            [CRM_Core_Permission_Base::getAllModulePermissions==>CRM_Core_Permission_Base::{closure}] => Array
                (
                    [ct] => 80
                    [wt] => 65
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_Permission::assembleBasicPermissions==>CRM_Core_Permission_Base::getAllModulePermissions] => Array
                (
                    [ct] => 1
                    [wt] => 2085
                    [cpu] => 2020
                    [mu] => 35440
                    [pmu] => 38576
                )

            [CRM_Core_Permission::assembleBasicPermissions==>CRM_Core_Permission::setImpliedBy] => Array
                (
                    [ct] => 15
                    [wt] => 50
                    [cpu] => 0
                    [mu] => 19616
                    [pmu] => 14056
                )

            [CRM_Core_Permission::setImpliedBy==>CRM_Core_Permission::setImpliedBy@1] => Array
                (
                    [ct] => 4
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 4328
                    [pmu] => 4672
                )

            [CRM_Core_Permission::basicPermissions==>CRM_Core_Permission::assembleBasicPermissions] => Array
                (
                    [ct] => 1
                    [wt] => 9890
                    [cpu] => 9693
                    [mu] => 212592
                    [pmu] => 222336
                )

            [CRM_Core_Permission::getImpliedBy==>CRM_Core_Permission::basicPermissions] => Array
                (
                    [ct] => 5
                    [wt] => 9903
                    [cpu] => 9693
                    [mu] => 196368
                    [pmu] => 222592
                )

            [CRM_Core_Permission::check==>CRM_Core_Permission::getImpliedBy] => Array
                (
                    [ct] => 5
                    [wt] => 9930
                    [cpu] => 9693
                    [mu] => 198880
                    [pmu] => 222968
                )

            [CRM_Core_Permission_Base::translatePermission==>CRM_Utils_String::parsePrefix] => Array
                (
                    [ct] => 5
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 2464
                    [pmu] => 376
                )

            [CRM_Core_Permission_Drupal::check==>CRM_Core_Permission_Base::translatePermission] => Array
                (
                    [ct] => 5
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 632
                )

            [CRM_Core_Permission_Drupal::check==>user_access] => Array
                (
                    [ct] => 5
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_Permission::check==>CRM_Core_Permission_Drupal::check] => Array
                (
                    [ct] => 5
                    [wt] => 69
                    [cpu] => 0
                    [mu] => 2480
                    [pmu] => 888
                )

            [CRM_Utils_Hook::permission_check==>CRM_Utils_Hook::singleton] => Array
                (
                    [ct] => 5
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Permission::checkConstPermissions==>Civi\Core\Event\GenericHookEvent::__get] => Array
                (
                    [ct] => 5
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>CRM_Core_Permission::checkConstPermissions] => Array
                (
                    [ct] => 5
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 1280
                    [pmu] => 64
                )

            [CRM_Utils_Hook::runHooks==>afform_civicrm_permission_check] => Array
                (
                    [ct] => 5
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_Hook::permission_check==>CRM_Utils_Hook::invoke] => Array
                (
                    [ct] => 5
                    [wt] => 522
                    [cpu] => 0
                    [mu] => 9208
                    [pmu] => 5368
                )

            [CRM_Core_Permission::check==>CRM_Utils_Hook::permission_check] => Array
                (
                    [ct] => 5
                    [wt] => 553
                    [cpu] => 0
                    [mu] => 6392
                    [pmu] => 5368
                )

            [CRM_Core_Resources_Common::coreResourceList==>CRM_Core_Permission::check] => Array
                (
                    [ct] => 3
                    [wt] => 10623
                    [cpu] => 9693
                    [mu] => 216048
                    [pmu] => 231008
                )

            [CRM_Core_Resources_Common::coreResourceList==>CRM_Core_Config::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_Resources_Common::coreResourceList==>CRM_Core_Config_MagicMerge::__get] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Utils_Cache_ArrayCache::get==>CRM_Utils_Cache_ArrayCache::reobjectify] => Array
                (
                    [ct] => 1383
                    [wt] => 2765
                    [cpu] => 2734
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_Resources_Common::coreResourceList==>CRM_Utils_Constant::value] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Resources_Common::coreResourceList==>Civi\Core\SettingsBag::get] => Array
                (
                    [ct] => 4
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_Resources_Common::coreResourceList==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_Resources_Common::coreResourceList==>_afform_civix_class_loader] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_Resources_Common::coreResourceList==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_Resources_Common::coreResourceList==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 39
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_Resources_Common::coreResourceList==>drupal_autoload_class] => Array
                (
                    [ct] => 2
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Resources_Common::coreResourceList==>drupal_autoload_interface] => Array
                (
                    [ct] => 2
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Resources_Common::coreResourceList==>drupal_autoload_trait] => Array
                (
                    [ct] => 2
                    [wt] => 28
                    [cpu] => 968
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Resources_Common::coreResourceList==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 255
                    [cpu] => 0
                    [mu] => 688
                    [pmu] => 0
                )

            [CRM_Core_Key::privateKey==>CRM_Core_Session::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_Key::privateKey==>CRM_Core_Session::get] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_Key::sign==>CRM_Core_Key::privateKey] => Array
                (
                    [ct] => 1
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 1816
                    [pmu] => 0
                )

            [CRM_Core_Key::sessionID==>CRM_Core_Session::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_Key::sessionID==>CRM_Core_Session::get] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_Key::sign==>CRM_Core_Key::sessionID] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 1784
                    [pmu] => 0
                )

            [CRM_Core_Key::get==>CRM_Core_Key::sign] => Array
                (
                    [ct] => 1
                    [wt] => 49
                    [cpu] => 0
                    [mu] => 4432
                    [pmu] => 0
                )

            [CRM_Core_Resources_Common::coreResourceList==>CRM_Core_Key::get] => Array
                (
                    [ct] => 1
                    [wt] => 55
                    [cpu] => 0
                    [mu] => 5008
                    [pmu] => 0
                )

            [CRM_Core_BAO_Navigation::getCacheKey==>Civi::service@1] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi\Core\SettingsManager::getBagByContact==>CRM_Core_Config::domainID] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\SettingsManager::getBagByContact==>Civi\Core\SettingsBag::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Core\SettingsManager::getBagByContact==>Civi\Core\SettingsBag::loadValues] => Array
                (
                    [ct] => 1
                    [wt] => 1369
                    [cpu] => 860
                    [mu] => 6608
                    [pmu] => 24760
                )

            [Civi\Core\SettingsManager::getBagByContact==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\SettingsManager::getBagByContact==>Civi\Core\SettingsManager::getDefaults] => Array
                (
                    [ct] => 1
                    [wt] => 278
                    [cpu] => 391
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Core\SettingsManager::getBagByContact==>Civi\Core\SettingsBag::loadDefaults] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Core\SettingsManager::getBagByContact==>Civi\Core\SettingsManager::getMandatory] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Core\SettingsManager::getBagByContact==>Civi\Core\SettingsBag::loadMandatory] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_BAO_Navigation::getCacheKey==>Civi\Core\SettingsManager::getBagByContact] => Array
                (
                    [ct] => 1
                    [wt] => 1717
                    [cpu] => 1251
                    [mu] => 9704
                    [pmu] => 24760
                )

            [CRM_Core_BAO_Navigation::getCacheKey==>Civi\Core\SettingsBag::get] => Array
                (
                    [ct] => 1
                    [wt] => 70
                    [cpu] => 0
                    [mu] => 1640
                    [pmu] => 0
                )

            [CRM_Core_Resources_Common::coreResourceList==>CRM_Core_BAO_Navigation::getCacheKey] => Array
                (
                    [ct] => 1
                    [wt] => 1804
                    [cpu] => 1251
                    [mu] => 12672
                    [pmu] => 24760
                )

            [CRM_Core_Resources_Common::coreResourceList==>CRM_Core_I18n::getLocale] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Resources_Common::coreResourceList==>Civi::resources] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Resources::getPath==>Civi\Core\Paths::hasVariable] => Array
                (
                    [ct] => 11
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Resources::getPath==>CRM_Extension_Mapper::keyToBasePath] => Array
                (
                    [ct] => 11
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Resources_Common::coreResourceList==>CRM_Core_Resources::getPath] => Array
                (
                    [ct] => 1
                    [wt] => 37
                    [cpu] => 0
                    [mu] => 1976
                    [pmu] => 0
                )

            [CRM_Utils_Hook::coreResourceList==>CRM_Utils_Hook::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_System_Drupal::appendCoreResources==>Civi\Core\Event\GenericHookEvent::__get] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Utils_System::__callStatic==>CRM_Utils_System_Drupal::appendCoreResources] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 2512
                    [pmu] => 0
                )

            [ckeditor4_civicrm_coreResourceList==>Civi::settings] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [ckeditor4_civicrm_coreResourceList==>Civi\Core\SettingsBag::get] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [ckeditor4_civicrm_coreResourceList==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [ckeditor4_civicrm_coreResourceList==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [ckeditor4_civicrm_coreResourceList==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [ckeditor4_civicrm_coreResourceList==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 312
                )

            [ckeditor4_civicrm_coreResourceList==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 160
                )

            [ckeditor4_civicrm_coreResourceList==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [ckeditor4_civicrm_coreResourceList==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [ckeditor4_civicrm_coreResourceList==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 226
                    [cpu] => 0
                    [mu] => 872
                    [pmu] => 1816
                )

            [CRM_Ckeditor4_Form_CKEditorConfig::getConfigFile==>Civi::paths] => Array
                (
                    [ct] => 4
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 136
                )

            [CRM_Ckeditor4_Form_CKEditorConfig::getConfigFile==>Civi\Core\Paths::getPath] => Array
                (
                    [ct] => 4
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 3256
                    [pmu] => 1248
                )

            [CRM_Ckeditor4_Form_CKEditorConfig::setConfigDefault==>CRM_Ckeditor4_Form_CKEditorConfig::getConfigFile] => Array
                (
                    [ct] => 1
                    [wt] => 38
                    [cpu] => 0
                    [mu] => 1912
                    [pmu] => 1592
                )

            [ckeditor4_civicrm_coreResourceList==>CRM_Ckeditor4_Form_CKEditorConfig::setConfigDefault] => Array
                (
                    [ct] => 1
                    [wt] => 43
                    [cpu] => 0
                    [mu] => 2576
                    [pmu] => 1632
                )

            [CRM_Ckeditor4_ExtensionUtil::url==>CRM_Core_Resources::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Core_Resources::getUrl==>Civi\Core\Paths::hasVariable] => Array
                (
                    [ct] => 12
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Extension_Container_Collection::getResUrl==>CRM_Extension_Container_Collection::getContainer] => Array
                (
                    [ct] => 1
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 1280
                )

            [CRM_Extension_Container_Basic::getRelUrls==>CRM_Extension_Container_Basic::getRelPaths] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [CRM_Extension_Container_Basic::getRelUrl==>CRM_Extension_Container_Basic::getRelUrls] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 1128
                )

            [CRM_Extension_Container_Basic::getResUrl==>CRM_Extension_Container_Basic::getRelUrl] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1880
                    [pmu] => 1520
                )

            [CRM_Extension_Container_Collection::getResUrl==>CRM_Extension_Container_Basic::getResUrl] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 2656
                    [pmu] => 2040
                )

            [CRM_Extension_Mapper::keyToUrl==>CRM_Extension_Container_Collection::getResUrl] => Array
                (
                    [ct] => 1
                    [wt] => 37
                    [cpu] => 0
                    [mu] => 3968
                    [pmu] => 3968
                )

            [CRM_Core_Resources::getUrl==>CRM_Extension_Mapper::keyToUrl] => Array
                (
                    [ct] => 12
                    [wt] => 57
                    [cpu] => 0
                    [mu] => 4600
                    [pmu] => 4600
                )

            [CRM_Ckeditor4_ExtensionUtil::url==>CRM_Core_Resources::getUrl] => Array
                (
                    [ct] => 1
                    [wt] => 51
                    [cpu] => 0
                    [mu] => 5992
                    [pmu] => 5992
                )

            [ckeditor4_civicrm_coreResourceList==>CRM_Ckeditor4_ExtensionUtil::url] => Array
                (
                    [ct] => 1
                    [wt] => 59
                    [cpu] => 0
                    [mu] => 7144
                    [pmu] => 7144
                )

            [CRM_Core_OptionGroup::values==>CRM_Core_OptionGroup::isDomainOptionGroup] => Array
                (
                    [ct] => 11
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [CRM_Core_OptionGroup::values==>CRM_Core_I18n::getLocale] => Array
                (
                    [ct] => 7
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [CRM_Core_OptionGroup::values==>CRM_Core_OptionGroup::createCacheKey] => Array
                (
                    [ct] => 7
                    [wt] => 63
                    [cpu] => 0
                    [mu] => 1144
                    [pmu] => 1064
                )

            [CRM_Core_OptionGroup::values==>Civi::cache] => Array
                (
                    [ct] => 7
                    [wt] => 48
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 200
                )

            [CRM_Utils_Cache_FastArrayDecorator::has==>CRM_Utils_Cache::assertValidKey] => Array
                (
                    [ct] => 167
                    [wt] => 655
                    [cpu] => 963
                    [mu] => 584
                    [pmu] => 584
                )

            [CRM_Utils_Cache_FastArrayDecorator::has==>CRM_Utils_Cache_FastArrayDecorator::get] => Array
                (
                    [ct] => 91
                    [wt] => 19412
                    [cpu] => 39214
                    [mu] => 7824
                    [pmu] => 13192
                )

            [CRM_Utils_Cache_CacheWrapper::has==>CRM_Utils_Cache_FastArrayDecorator::has] => Array
                (
                    [ct] => 167
                    [wt] => 20989
                    [cpu] => 41177
                    [mu] => 2368
                    [pmu] => 14096
                )

            [CRM_Core_OptionGroup::values==>CRM_Utils_Cache_CacheWrapper::has] => Array
                (
                    [ct] => 7
                    [wt] => 1353
                    [cpu] => 4860
                    [mu] => 3000
                    [pmu] => 14352
                )

            [CRM_Core_OptionGroup::values==>CRM_Utils_Cache_CacheWrapper::get] => Array
                (
                    [ct] => 3
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Ckeditor4_Form_CKEditorConfig::getConfigUrl==>CRM_Core_OptionGroup::values] => Array
                (
                    [ct] => 1
                    [wt] => 244
                    [cpu] => 1005
                    [mu] => 6904
                    [pmu] => 17200
                )

            [CRM_Ckeditor4_Form_CKEditorConfig::getConfigUrl==>CRM_Ckeditor4_Form_CKEditorConfig::getConfigFile] => Array
                (
                    [ct] => 3
                    [wt] => 59
                    [cpu] => 0
                    [mu] => 1080
                    [pmu] => 0
                )

            [CRM_Ckeditor4_Form_CKEditorConfig::getConfigUrl==>Civi::paths] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Ckeditor4_Form_CKEditorConfig::getConfigUrl==>Civi\Core\Paths::getUrl] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 1280
                    [pmu] => 0
                )

            [ckeditor4_civicrm_coreResourceList==>CRM_Ckeditor4_Form_CKEditorConfig::getConfigUrl] => Array
                (
                    [ct] => 1
                    [wt] => 336
                    [cpu] => 1005
                    [mu] => 9968
                    [pmu] => 17456
                )

            [CRM_Utils_Hook::runHooks==>ckeditor4_civicrm_coreResourceList] => Array
                (
                    [ct] => 1
                    [wt] => 741
                    [cpu] => 1005
                    [mu] => 27760
                    [pmu] => 30608
                )

            [CRM_Utils_Hook::coreResourceList==>CRM_Utils_Hook::invoke] => Array
                (
                    [ct] => 1
                    [wt] => 907
                    [cpu] => 1005
                    [mu] => 33664
                    [pmu] => 30608
                )

            [CRM_Core_Resources_Common::coreResourceList==>CRM_Utils_Hook::coreResourceList] => Array
                (
                    [ct] => 1
                    [wt] => 915
                    [cpu] => 1005
                    [mu] => 34096
                    [pmu] => 30608
                )

            [CRM_Core_Resources_Common::coreResourceList==>Civi::paths] => Array
                (
                    [ct] => 2
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\Paths::getUrl@1==>Civi\Core\Paths::getVariable@1] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\Paths::getUrl@1==>CRM_Utils_System::isSSL] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi\Core\Paths::Civi\Core\{closure}==>Civi\Core\Paths::getUrl@1] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 2536
                    [pmu] => 0
                )

            [CRM_Core_Resources_Common::coreResourceList==>Civi\Core\Paths::getUrl] => Array
                (
                    [ct] => 2
                    [wt] => 57
                    [cpu] => 0
                    [mu] => 4320
                    [pmu] => 0
                )

            [CRM_Core_Resources_Common::{closure}==>CRM_Core_Resources_Common::{closure}@1] => Array
                (
                    [ct] => 22
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 4136
                    [pmu] => 3944
                )

            [CRM_Core_Resources_Common::coreResourceList==>CRM_Core_Resources_Common::{closure}] => Array
                (
                    [ct] => 34
                    [wt] => 94
                    [cpu] => 0
                    [mu] => 4784
                    [pmu] => 5664
                )

            [CRM_Core_Resources_Common::createFullBundle==>CRM_Core_Resources_Common::coreResourceList] => Array
                (
                    [ct] => 1
                    [wt] => 19290
                    [cpu] => 17556
                    [mu] => 534992
                    [pmu] => 413496
                )

            [CRM_Core_Resources_Common::createFullBundle==>Civi::resources] => Array
                (
                    [ct] => 32
                    [wt] => 82
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 256
                )

            [CRM_Core_Resources_Common::createFullBundle==>CRM_Core_Resources::isFullyFormedUrl] => Array
                (
                    [ct] => 32
                    [wt] => 33
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_Resources_Bundle::addScriptUrl==>CRM_Core_Resources_Bundle::mergeStandardOptions] => Array
                (
                    [ct] => 18
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 14136
                    [pmu] => 5992
                )

            [CRM_Core_Resources_Bundle::add==>CRM_Core_Resources_Bundle::nextId] => Array
                (
                    [ct] => 36
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 1208
                    [pmu] => 0
                )

            [CRM_Core_Resources_Bundle::addScriptUrl==>CRM_Core_Resources_Bundle::add] => Array
                (
                    [ct] => 18
                    [wt] => 83
                    [cpu] => 0
                    [mu] => 4152
                    [pmu] => 2336
                )

            [CRM_Core_Resources_Common::createFullBundle==>CRM_Core_Resources_Bundle::addScriptUrl] => Array
                (
                    [ct] => 18
                    [wt] => 174
                    [cpu] => 0
                    [mu] => 19000
                    [pmu] => 10416
                )

            [CRM_Core_Resources_Bundle::addStyleUrl==>CRM_Core_Resources_Bundle::mergeStandardOptions] => Array
                (
                    [ct] => 6
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 5112
                    [pmu] => 2480
                )

            [CRM_Core_Resources_Bundle::addStyleUrl==>CRM_Core_Resources_Bundle::add] => Array
                (
                    [ct] => 6
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 888
                    [pmu] => 0
                )

            [CRM_Core_Resources_Common::createFullBundle==>CRM_Core_Resources_Bundle::addStyleUrl] => Array
                (
                    [ct] => 6
                    [wt] => 56
                    [cpu] => 0
                    [mu] => 6712
                    [pmu] => 2752
                )

            [CRM_Core_Resources_Bundle::addStyleFile==>CRM_Core_Resources_Bundle::mergeStandardOptions] => Array
                (
                    [ct] => 3
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 2856
                    [pmu] => 1352
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getThemesService==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 600
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getThemesService==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 600
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getThemesService==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 600
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getThemesService==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 33
                    [cpu] => 0
                    [mu] => 760
                    [pmu] => 912
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCache_LongService==>CRM_Utils_Cache::create] => Array
                (
                    [ct] => 1
                    [wt] => 56
                    [cpu] => 0
                    [mu] => 1608
                    [pmu] => 1896
                )

            [Symfony\Component\DependencyInjection\Container::make@2==>CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCache_LongService] => Array
                (
                    [ct] => 1
                    [wt] => 62
                    [cpu] => 0
                    [mu] => 1504
                    [pmu] => 2152
                )

            [Symfony\Component\DependencyInjection\Container::get@2==>Symfony\Component\DependencyInjection\Container::make@2] => Array
                (
                    [ct] => 1
                    [wt] => 68
                    [cpu] => 0
                    [mu] => 2200
                    [pmu] => 2288
                )

            [Civi::cache==>Symfony\Component\DependencyInjection\Container::get@2] => Array
                (
                    [ct] => 1
                    [wt] => 72
                    [cpu] => 0
                    [mu] => 2832
                    [pmu] => 2832
                )

            [Civi\Core\Themes::__construct==>Civi::cache] => Array
                (
                    [ct] => 1
                    [wt] => 77
                    [cpu] => 0
                    [mu] => 3448
                    [pmu] => 3448
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getThemesService==>Civi\Core\Themes::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 81
                    [cpu] => 0
                    [mu] => 4112
                    [pmu] => 3992
                )

            [Symfony\Component\DependencyInjection\Container::make@1==>CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getThemesService] => Array
                (
                    [ct] => 1
                    [wt] => 132
                    [cpu] => 0
                    [mu] => 7592
                    [pmu] => 7592
                )

            [CRM_Core_Resources_Bundle::add==>Civi::service@1] => Array
                (
                    [ct] => 10
                    [wt] => 225
                    [cpu] => 0
                    [mu] => 9688
                    [pmu] => 10176
                )

            [Civi\Core\Themes::getActiveThemeKey==>CRM_Core_Config::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Civi\Core\Themes::getActiveThemeKey==>CRM_Core_Config_MagicMerge::__get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Utils_System_DrupalBase::isFrontEndPage==>CRM_Utils_System::__callStatic] => Array
                (
                    [ct] => 1
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 768
                )

            [CRM_Utils_System_DrupalBase::isFrontEndPage==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 208
                )

            [CRM_Utils_System_DrupalBase::isFrontEndPage==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [CRM_Utils_System_DrupalBase::isFrontEndPage==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [CRM_Utils_System_DrupalBase::isFrontEndPage==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 768
                )

            [CRM_Utils_System_DrupalBase::isFrontEndPage==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 192
                )

            [CRM_Utils_System_DrupalBase::isFrontEndPage==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Utils_System_DrupalBase::isFrontEndPage==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Utils_System_DrupalBase::isFrontEndPage==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 105
                    [cpu] => 867
                    [mu] => 632
                    [pmu] => 632
                )

            [CRM_Core_Menu::get==>CRM_Core_DAO::escapeString] => Array
                (
                    [ct] => 2
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 1536
                )

            [CRM_Core_Menu::get==>CRM_Core_Config::domainID] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_Menu::get==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 392
                )

            [CRM_Core_Menu::get==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [CRM_Core_Menu::get==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [CRM_Core_Menu::get==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 768
                )

            [CRM_Core_Menu::get==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 160
                )

            [CRM_Core_Menu::get==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [CRM_Core_Menu::get==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [CRM_Core_Menu::get==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 95
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 600
                )

            [CRM_Core_Menu::get==>CRM_Core_DAO_Base::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 814
                    [cpu] => 1000
                    [mu] => 6488
                    [pmu] => 18648
                )

            [CRM_Core_Menu::get==>CRM_Core_DAO::query] => Array
                (
                    [ct] => 1
                    [wt] => 1369
                    [cpu] => 203
                    [mu] => 17512
                    [pmu] => 6000
                )

            [CRM_Core_Menu::get==>DB_DataObject::fetch] => Array
                (
                    [ct] => 2
                    [wt] => 35
                    [cpu] => 0
                    [mu] => 4976
                    [pmu] => 4552
                )

            [CRM_Core_DAO::storeValues==>CRM_Core_DAO_Base::fields] => Array
                (
                    [ct] => 260
                    [wt] => 4218
                    [cpu] => 2713
                    [mu] => 3643776
                    [pmu] => 51720
                )

            [CRM_Core_Menu::get==>CRM_Core_DAO::storeValues] => Array
                (
                    [ct] => 1
                    [wt] => 1819
                    [cpu] => 1707
                    [mu] => 55248
                    [pmu] => 52384
                )

            [CRM_Core_Menu::get==>CRM_Utils_String::unserialize] => Array
                (
                    [ct] => 6
                    [wt] => 239
                    [cpu] => 0
                    [mu] => 11432
                    [pmu] => 0
                )

            [CRM_Core_Menu::get==>CRM_Utils_Array::extend] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [xKerman\Restricted\ExpressionParser::parse@2==>xKerman\Restricted\Source::match] => Array
                (
                    [ct] => 1396
                    [wt] => 1745
                    [cpu] => 1962
                    [mu] => 604168
                    [pmu] => 23232
                )

            [xKerman\Restricted\ExpressionParser::parse@2==>xKerman\Restricted\IntegerHandler::handle] => Array
                (
                    [ct] => 690
                    [wt] => 619
                    [cpu] => 0
                    [mu] => 260040
                    [pmu] => 62880
                )

            [xKerman\Restricted\ArrayHandler::parseKey==>xKerman\Restricted\ExpressionParser::parse@2] => Array
                (
                    [ct] => 698
                    [wt] => 3920
                    [cpu] => 2954
                    [mu] => 540592
                    [pmu] => 91960
                )

            [xKerman\Restricted\ArrayHandler::handle@1==>xKerman\Restricted\ArrayHandler::parseKey] => Array
                (
                    [ct] => 698
                    [wt] => 5395
                    [cpu] => 3909
                    [mu] => 265288
                    [pmu] => 93496
                )

            [xKerman\Restricted\ExpressionParser::parse@2==>xKerman\Restricted\StringHandler::handle] => Array
                (
                    [ct] => 698
                    [wt] => 3723
                    [cpu] => 2322
                    [mu] => 310776
                    [pmu] => 1168
                )

            [xKerman\Restricted\ArrayHandler::handle@1==>xKerman\Restricted\ExpressionParser::parse@2] => Array
                (
                    [ct] => 698
                    [wt] => 7870
                    [cpu] => 6317
                    [mu] => 606184
                    [pmu] => 7616
                )

            [CRM_Core_Menu::get==>CRM_Core_I18n::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_I18n_NativeGettext::pgettext==>CRM_Core_I18n_NativeGettext::translate] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_I18n::crm_translate_raw==>CRM_Core_I18n_NativeGettext::pgettext] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1272
                    [pmu] => 0
                )

            [CRM_Core_I18n::localizeTitles==>_ts] => Array
                (
                    [ct] => 1
                    [wt] => 33
                    [cpu] => 0
                    [mu] => 2272
                    [pmu] => 0
                )

            [CRM_Core_I18n::localizeTitles==>CRM_Core_I18n::localizeTitles@1] => Array
                (
                    [ct] => 3
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1608
                    [pmu] => 0
                )

            [CRM_Core_I18n::localizeTitles@1==>CRM_Core_I18n::localizeTitles@2] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Menu::get==>CRM_Core_I18n::localizeTitles] => Array
                (
                    [ct] => 1
                    [wt] => 50
                    [cpu] => 0
                    [mu] => 3808
                    [pmu] => 0
                )

            [CRM_Utils_System_DrupalBase::isFrontEndPage==>CRM_Core_Menu::get] => Array
                (
                    [ct] => 1
                    [wt] => 4628
                    [cpu] => 2910
                    [mu] => 72992
                    [pmu] => 89576
                )

            [CRM_Utils_System_DrupalBase::isFrontEndPage==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\Themes::getActiveThemeKey==>CRM_Utils_System_DrupalBase::isFrontEndPage] => Array
                (
                    [ct] => 1
                    [wt] => 4834
                    [cpu] => 3777
                    [mu] => 74400
                    [pmu] => 95664
                )

            [Civi\Core\Themes::getActiveThemeKey==>Civi::settings] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi\Core\Themes::getActiveThemeKey==>Civi\Core\SettingsBag::get] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\Themes::getActiveThemeKey==>CRM_Utils_System::__callStatic] => Array
                (
                    [ct] => 1
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_Hook::activeTheme==>CRM_Utils_Hook::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Utils_Hook::activeTheme==>CRM_Utils_Hook::invoke] => Array
                (
                    [ct] => 1
                    [wt] => 184
                    [cpu] => 0
                    [mu] => 3112
                    [pmu] => 0
                )

            [Civi\Core\Themes::getActiveThemeKey==>CRM_Utils_Hook::activeTheme] => Array
                (
                    [ct] => 1
                    [wt] => 193
                    [cpu] => 0
                    [mu] => 3512
                    [pmu] => 0
                )

            [Civi\Core\Themes::getAll==>CRM_Core_Config_Runtime::getId] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\Themes::getAll==>CRM_Utils_Cache_CacheWrapper::get] => Array
                (
                    [ct] => 1
                    [wt] => 500
                    [cpu] => 1033
                    [mu] => 5584
                    [pmu] => 4032
                )

            [Civi\Core\Themes::getActiveThemeKey==>Civi\Core\Themes::getAll] => Array
                (
                    [ct] => 1
                    [wt] => 512
                    [cpu] => 1033
                    [mu] => 6928
                    [pmu] => 4032
                )

            [CRM_Core_Resources_Bundle::add==>Civi\Core\Themes::getActiveThemeKey] => Array
                (
                    [ct] => 3
                    [wt] => 5617
                    [cpu] => 4810
                    [mu] => 88632
                    [pmu] => 101064
                )

            [Civi\Core\Themes::resolveUrls==>Civi\Core\Themes::getAll] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\Themes::resolveUrls==>Civi\Core\Themes::cssId] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi\Core\Themes::resolveUrls==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\Themes::resolveUrls==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\Themes::resolveUrls==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\Themes::resolveUrls==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 42
                    [cpu] => 0
                    [mu] => 712
                    [pmu] => 0
                )

            [Civi\Core\Themes::resolveUrls==>Civi\Core\Resolver::singleton] => Array
                (
                    [ct] => 3
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 624
                    [pmu] => 0
                )

            [Civi\Core\Resolver::call==>Civi\Core\Resolver::get] => Array
                (
                    [ct] => 3
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 1944
                    [pmu] => 0
                )

            [Civi\Core\Resolver::call==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\Resolver::call==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi\Core\Resolver::call==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\Resolver::call==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Civi\Core\Themes\Resolvers::simple==>Civi::resources] => Array
                (
                    [ct] => 3
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi\Core\Themes::get==>Civi\Core\Themes::getAll] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi\Core\Themes\Resolvers::simple==>Civi\Core\Themes::get] => Array
                (
                    [ct] => 3
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 1184
                    [pmu] => 0
                )

            [Civi\Core\Themes\Resolvers::simple==>Civi\Core\Themes::cssId] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Resources::filterMinify==>CRM_Core_Config::singleton] => Array
                (
                    [ct] => 11
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Resources::filterMinify==>CRM_Core_Config_MagicMerge::__get] => Array
                (
                    [ct] => 11
                    [wt] => 89
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Civi\Core\Themes\Resolvers::simple==>CRM_Core_Resources::filterMinify] => Array
                (
                    [ct] => 3
                    [wt] => 43
                    [cpu] => 0
                    [mu] => 1832
                    [pmu] => 992
                )

            [Civi\Core\Themes\Resolvers::simple==>CRM_Core_Resources::getPath] => Array
                (
                    [ct] => 3
                    [wt] => 54
                    [cpu] => 0
                    [mu] => 504
                    [pmu] => 504
                )

            [CRM_Core_Resources::addCacheCode==>CRM_Core_Resources::getCacheCode] => Array
                (
                    [ct] => 11
                    [wt] => 35
                    [cpu] => 0
                    [mu] => 1008
                    [pmu] => 608
                )

            [CRM_Core_Resources::getUrl==>CRM_Core_Resources::addCacheCode] => Array
                (
                    [ct] => 11
                    [wt] => 65
                    [cpu] => 0
                    [mu] => 1848
                    [pmu] => 1264
                )

            [Civi\Core\Themes\Resolvers::simple==>CRM_Core_Resources::getUrl] => Array
                (
                    [ct] => 3
                    [wt] => 47
                    [cpu] => 0
                    [mu] => 2680
                    [pmu] => 2120
                )

            [Civi\Core\Resolver::call==>Civi\Core\Themes\Resolvers::simple] => Array
                (
                    [ct] => 3
                    [wt] => 202
                    [cpu] => 0
                    [mu] => 8936
                    [pmu] => 4336
                )

            [Civi\Core\Themes::resolveUrls==>Civi\Core\Resolver::call] => Array
                (
                    [ct] => 3
                    [wt] => 266
                    [cpu] => 0
                    [mu] => 14088
                    [pmu] => 4712
                )

            [CRM_Core_Resources_Bundle::add==>Civi\Core\Themes::resolveUrls] => Array
                (
                    [ct] => 3
                    [wt] => 361
                    [cpu] => 0
                    [mu] => 17808
                    [pmu] => 4776
                )

            [CRM_Core_Resources_Bundle::addStyleFile==>CRM_Core_Resources_Bundle::add] => Array
                (
                    [ct] => 3
                    [wt] => 6181
                    [cpu] => 4810
                    [mu] => 116728
                    [pmu] => 113952
                )

            [CRM_Core_Resources_Common::createFullBundle==>CRM_Core_Resources_Bundle::addStyleFile] => Array
                (
                    [ct] => 1
                    [wt] => 6012
                    [cpu] => 4810
                    [mu] => 117200
                    [pmu] => 116136
                )

            [CRM_Core_Resources_Bundle::addScriptFile==>CRM_Core_Resources_Bundle::mergeStandardOptions] => Array
                (
                    [ct] => 8
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 3608
                    [pmu] => 2104
                )

            [CRM_Core_Resources_Bundle::add==>Civi::resources] => Array
                (
                    [ct] => 8
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 840
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getResources_JsStringsService==>CRM_Core_Resources_Strings::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 632
                )

            [Symfony\Component\DependencyInjection\Container::make@1==>CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getResources_JsStringsService] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1416
                    [pmu] => 1416
                )

            [CRM_Core_Resources_Bundle::add==>CRM_Core_Resources::getPath] => Array
                (
                    [ct] => 7
                    [wt] => 117
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Resources_Strings::get==>CRM_Utils_Cache_CacheWrapper::get] => Array
                (
                    [ct] => 7
                    [wt] => 356
                    [cpu] => 560
                    [mu] => 7040
                    [pmu] => 23040
                )

            [CRM_Core_Resources_Bundle::add==>CRM_Core_Resources_Strings::get] => Array
                (
                    [ct] => 7
                    [wt] => 378
                    [cpu] => 560
                    [mu] => 7672
                    [pmu] => 23160
                )

            [CRM_Core_Resources_Bundle::addString==>_ts] => Array
                (
                    [ct] => 41
                    [wt] => 696
                    [cpu] => 835
                    [mu] => 18464
                    [pmu] => 1320
                )

            [CRM_Core_Resources_Bundle::add==>CRM_Core_Resources_Bundle::addString] => Array
                (
                    [ct] => 7
                    [wt] => 760
                    [cpu] => 835
                    [mu] => 3680
                    [pmu] => 1320
                )

            [CRM_Core_Resources_Bundle::add==>CRM_Core_Resources::filterMinify] => Array
                (
                    [ct] => 8
                    [wt] => 108
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Resources_Bundle::add==>CRM_Core_Resources::getUrl] => Array
                (
                    [ct] => 8
                    [wt] => 102
                    [cpu] => 0
                    [mu] => 2832
                    [pmu] => 0
                )

            [CRM_Core_Resources_Bundle::addScriptFile==>CRM_Core_Resources_Bundle::add] => Array
                (
                    [ct] => 8
                    [wt] => 1677
                    [cpu] => 1395
                    [mu] => 22648
                    [pmu] => 27632
                )

            [CRM_Core_Resources_Common::createFullBundle==>CRM_Core_Resources_Bundle::addScriptFile] => Array
                (
                    [ct] => 8
                    [wt] => 1730
                    [cpu] => 1395
                    [mu] => 33424
                    [pmu] => 32448
                )

            [CRM_Core_Resources_Bundle::get==>CRM_Core_Resources_Bundle::resolveName] => Array
                (
                    [ct] => 4
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 1696
                    [pmu] => 376
                )

            [CRM_Core_Resources_Bundle::findCreateSettingSnippet==>CRM_Core_Resources_Bundle::get] => Array
                (
                    [ct] => 4
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 1280
                    [pmu] => 632
                )

            [CRM_Core_Resources_Bundle::findCreateSettingSnippet==>CRM_Core_Resources_Bundle::add] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 960
                    [pmu] => 824
                )

            [CRM_Core_Resources_Bundle::addSetting==>CRM_Core_Resources_Bundle::findCreateSettingSnippet] => Array
                (
                    [ct] => 3
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 2968
                    [pmu] => 1520
                )

            [CRM_Core_Resources_Bundle::addSetting==>CRM_Core_Resources_Bundle::mergeSettings] => Array
                (
                    [ct] => 3
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 2088
                    [pmu] => 736
                )

            [CRM_Core_Resources_Common::createFullBundle==>CRM_Core_Resources_Bundle::addSetting] => Array
                (
                    [ct] => 3
                    [wt] => 63
                    [cpu] => 0
                    [mu] => 4984
                    [pmu] => 2648
                )

            [CRM_Core_Resources_Common::createFullBundle==>CRM_Core_Config_MagicMerge::__get] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_Resources_Common::createFullBundle==>CRM_Core_Permission::check] => Array
                (
                    [ct] => 1
                    [wt] => 142
                    [cpu] => 0
                    [mu] => 1368
                    [pmu] => 1880
                )

            [CRM_Utils_Hook::alterBundle==>CRM_Utils_Hook::singleton] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [greenwich_civicrm_alterBundle==>Civi::service@1] => Array
                (
                    [ct] => 2
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [greenwich_civicrm_alterBundle==>Civi\Core\Themes::getActiveThemeKey] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 552
                )

            [CRM_Utils_Hook::runHooks==>greenwich_civicrm_alterBundle] => Array
                (
                    [ct] => 2
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 1816
                    [pmu] => 928
                )

            [CRM_Utils_Hook::alterBundle==>CRM_Utils_Hook::invoke] => Array
                (
                    [ct] => 2
                    [wt] => 263
                    [cpu] => 1001
                    [mu] => 88576
                    [pmu] => 167296
                )

            [CRM_Core_Resources_Common::createFullBundle==>CRM_Utils_Hook::alterBundle] => Array
                (
                    [ct] => 1
                    [wt] => 216
                    [cpu] => 1001
                    [mu] => 88080
                    [pmu] => 167296
                )

            [CRM_Core_Resources_Bundle::sort==>CRM_Core_Resources_Bundle::_cmpSnippet] => Array
                (
                    [ct] => 300
                    [wt] => 238
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_Resources_Bundle::filter==>CRM_Core_Resources_Bundle::sort] => Array
                (
                    [ct] => 4
                    [wt] => 429
                    [cpu] => 0
                    [mu] => 1248
                    [pmu] => 0
                )

            [CRM_Core_Resources_Bundle::filter==>CRM_Core_Resources_Bundle::{closure}] => Array
                (
                    [ct] => 36
                    [wt] => 45
                    [cpu] => 0
                    [mu] => 17960
                    [pmu] => 0
                )

            [CRM_Core_Resources_Bundle::fillDefaults==>CRM_Core_Resources_Bundle::filter] => Array
                (
                    [ct] => 2
                    [wt] => 430
                    [cpu] => 0
                    [mu] => 5856
                    [pmu] => 0
                )

            [CRM_Core_Resources_Common::createFullBundle==>CRM_Core_Resources_Bundle::fillDefaults] => Array
                (
                    [ct] => 1
                    [wt] => 421
                    [cpu] => 0
                    [mu] => 3480
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getBundle_CoreResourcesService==>CRM_Core_Resources_Common::createFullBundle] => Array
                (
                    [ct] => 1
                    [wt] => 28811
                    [cpu] => 25764
                    [mu] => 802904
                    [pmu] => 747704
                )

            [Symfony\Component\DependencyInjection\Container::make==>CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getBundle_CoreResourcesService] => Array
                (
                    [ct] => 1
                    [wt] => 28934
                    [cpu] => 25764
                    [mu] => 808336
                    [pmu] => 747704
                )

            [CRM_Core_Resources::addBundle==>Civi::service] => Array
                (
                    [ct] => 2
                    [wt] => 29335
                    [cpu] => 25764
                    [mu] => 820360
                    [pmu] => 747704
                )

            [CRM_Core_Resources::getSettingRegion==>CRM_Core_Resources::isAjaxMode] => Array
                (
                    [ct] => 1
                    [wt] => 38
                    [cpu] => 0
                    [mu] => 1016
                    [pmu] => 0
                )

            [CRM_Core_Resources::getSettingRegion==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Resources::getSettingRegion==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Resources::getSettingRegion==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Resources::getSettingRegion==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_Resources::getSettingRegion==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Resources::getSettingRegion==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Resources::getSettingRegion==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Resources::getSettingRegion==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 89
                    [cpu] => 0
                    [mu] => 616
                    [pmu] => 0
                )

            [CRM_Core_Region::add==>CRM_Core_Region::nextId] => Array
                (
                    [ct] => 37
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_Region::__construct==>CRM_Core_Region::add] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 1920
                    [pmu] => 0
                )

            [CRM_Core_Region::instance==>CRM_Core_Region::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 2928
                    [pmu] => 0
                )

            [CRM_Core_Resources::getSettingRegion==>CRM_Core_Region::instance] => Array
                (
                    [ct] => 1
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 4096
                    [pmu] => 0
                )

            [CRM_Core_Resources::{closure}==>CRM_Core_Resources::getSettingRegion] => Array
                (
                    [ct] => 1
                    [wt] => 208
                    [cpu] => 0
                    [mu] => 10432
                    [pmu] => 0
                )

            [CRM_Core_Resources_Bundle::filter==>CRM_Core_Resources::{closure}] => Array
                (
                    [ct] => 36
                    [wt] => 242
                    [cpu] => 0
                    [mu] => 11760
                    [pmu] => 0
                )

            [CRM_Core_Resources::addBundle==>CRM_Core_Resources_Bundle::filter] => Array
                (
                    [ct] => 2
                    [wt] => 456
                    [cpu] => 999
                    [mu] => 14688
                    [pmu] => 0
                )

            [CRM_Core_Resources_Bundle::getAll==>CRM_Core_Resources_Bundle::sort] => Array
                (
                    [ct] => 2
                    [wt] => 151
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Resources::addBundle==>CRM_Core_Resources_Bundle::getAll] => Array
                (
                    [ct] => 2
                    [wt] => 155
                    [cpu] => 0
                    [mu] => 1200
                    [pmu] => 0
                )

            [CRM_Core_Resources::addBundle==>CRM_Utils_Array::index] => Array
                (
                    [ct] => 2
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 5240
                    [pmu] => 0
                )

            [CRM_Core_Resources::addBundle==>CRM_Core_Region::instance] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Region::merge==>CRM_Core_Region::add] => Array
                (
                    [ct] => 36
                    [wt] => 118
                    [cpu] => 0
                    [mu] => 27848
                    [pmu] => 0
                )

            [CRM_Core_Resources::addBundle==>CRM_Core_Region::merge] => Array
                (
                    [ct] => 2
                    [wt] => 163
                    [cpu] => 0
                    [mu] => 28464
                    [pmu] => 0
                )

            [CRM_Core_Resources::addCoreResources==>CRM_Core_Resources::addBundle] => Array
                (
                    [ct] => 1
                    [wt] => 29729
                    [cpu] => 26763
                    [mu] => 854392
                    [pmu] => 747704
                )

            [CRM_Core_Resources_Common::createStyleBundle==>CRM_Core_Resources_Bundle::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1744
                    [pmu] => 0
                )

            [CRM_Core_Resources_Common::createStyleBundle==>CRM_Core_Config::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_Resources_Common::createStyleBundle==>CRM_Core_Config_MagicMerge::__isset] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_Resources_Common::createStyleBundle==>CRM_Core_Config_MagicMerge::__get] => Array
                (
                    [ct] => 1
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_Resources_Common::createStyleBundle==>Civi::settings] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Resources_Common::createStyleBundle==>Civi\Core\SettingsBag::get] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_Resources_Common::createStyleBundle==>CRM_Core_Resources_Bundle::addStyleFile] => Array
                (
                    [ct] => 2
                    [wt] => 191
                    [cpu] => 0
                    [mu] => 4960
                    [pmu] => 0
                )

            [CRM_Core_Resources_Common::createStyleBundle==>CRM_Utils_Hook::alterBundle] => Array
                (
                    [ct] => 1
                    [wt] => 86
                    [cpu] => 0
                    [mu] => 648
                    [pmu] => 0
                )

            [CRM_Core_Resources_Common::createStyleBundle==>CRM_Core_Resources_Bundle::fillDefaults] => Array
                (
                    [ct] => 1
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 616
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getBundle_CoreStylesService==>CRM_Core_Resources_Common::createStyleBundle] => Array
                (
                    [ct] => 1
                    [wt] => 363
                    [cpu] => 0
                    [mu] => 10616
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\Container::make==>CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getBundle_CoreStylesService] => Array
                (
                    [ct] => 1
                    [wt] => 369
                    [cpu] => 0
                    [mu] => 11344
                    [pmu] => 0
                )

            [CRM_Core_Resources::addCoreStyles==>CRM_Core_Resources::addBundle] => Array
                (
                    [ct] => 1
                    [wt] => 427
                    [cpu] => 0
                    [mu] => 14152
                    [pmu] => 0
                )

            [CRM_Core_Resources::addCoreResources==>CRM_Core_Resources::addCoreStyles] => Array
                (
                    [ct] => 1
                    [wt] => 430
                    [cpu] => 0
                    [mu] => 14016
                    [pmu] => 0
                )

            [CRM_Core_Resources::addCoreResources==>CRM_Core_Config::isUpgradeMode] => Array
                (
                    [ct] => 1
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getAngularjs_LoaderService==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getAngularjs_LoaderService==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getAngularjs_LoaderService==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getAngularjs_LoaderService==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 760
                    [pmu] => 0
                )

            [Civi\Angular\AngularLoader::__construct==>CRM_Core_Resources::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\Container::createAngularManager==>CRM_Core_Config_Runtime::getId] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Core\Container::createAngularManager==>CRM_Utils_Cache::create] => Array
                (
                    [ct] => 1
                    [wt] => 49
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [Civi\Core\Container::createAngularManager==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Core\Container::createAngularManager==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\Container::createAngularManager==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Core\Container::createAngularManager==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 712
                    [pmu] => 0
                )

            [Civi\Core\Container::createAngularManager==>CRM_Core_Resources::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Core\Container::createAngularManager==>Civi\Angular\Manager::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getAngularService==>Civi\Core\Container::createAngularManager] => Array
                (
                    [ct] => 1
                    [wt] => 122
                    [cpu] => 1000
                    [mu] => 6296
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\Container::make@1==>CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getAngularService] => Array
                (
                    [ct] => 1
                    [wt] => 129
                    [cpu] => 1000
                    [mu] => 6928
                    [pmu] => 0
                )

            [Civi\Angular\AngularLoader::__construct==>Civi::service@1] => Array
                (
                    [ct] => 1
                    [wt] => 139
                    [cpu] => 1000
                    [mu] => 7560
                    [pmu] => 0
                )

            [Civi\Angular\AngularLoader::__construct==>CRM_Utils_Request::retrieve] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Angular\AngularLoader::__construct==>CRM_Utils_System::__callStatic] => Array
                (
                    [ct] => 1
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Angular\AngularLoader::__construct==>CRM_Core_Region::instance] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getAngularjs_LoaderService==>Civi\Angular\AngularLoader::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 192
                    [cpu] => 1000
                    [mu] => 10800
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\Container::make==>CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getAngularjs_LoaderService] => Array
                (
                    [ct] => 1
                    [wt] => 238
                    [cpu] => 1000
                    [mu] => 14472
                    [pmu] => 0
                )

            [CRM_Core_Resources::addCoreResources==>Civi::service] => Array
                (
                    [ct] => 1
                    [wt] => 250
                    [cpu] => 1000
                    [mu] => 15088
                    [pmu] => 0
                )

            [CRM_Core_Resources::addCoreResources==>Civi\Angular\AngularLoader::addModules] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [civicrm_html_head==>CRM_Core_Resources::addCoreResources] => Array
                (
                    [ct] => 1
                    [wt] => 30487
                    [cpu] => 27763
                    [mu] => 886944
                    [pmu] => 747704
                )

            [civicrm_initialize==>civicrm_html_head] => Array
                (
                    [ct] => 1
                    [wt] => 31139
                    [cpu] => 28174
                    [mu] => 911000
                    [pmu] => 747704
                )

            [civicrm_initialize==>libraries_get_path] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [civicrm_initialize==>CRM_Core_Config_MagicMerge::__get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Utils_System_Drupal::getTimeZoneString==>variable_get] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_System_Base::getTimeZoneOffset==>CRM_Utils_System_Drupal::getTimeZoneString] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 1216
                    [pmu] => 0
                )

            [CRM_Utils_System_Base::setMySQLTimeZone==>CRM_Utils_System_Base::getTimeZoneOffset] => Array
                (
                    [ct] => 1
                    [wt] => 46
                    [cpu] => 0
                    [mu] => 3920
                    [pmu] => 488
                )

            [CRM_Utils_System_Base::setMySQLTimeZone==>CRM_Core_DAO::executeQuery] => Array
                (
                    [ct] => 1
                    [wt] => 737
                    [cpu] => 411
                    [mu] => 664
                    [pmu] => 2680
                )

            [CRM_Utils_System_Base::setMySQLTimeZone==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [civicrm_initialize==>CRM_Utils_System_Base::setMySQLTimeZone] => Array
                (
                    [ct] => 1
                    [wt] => 807
                    [cpu] => 411
                    [mu] => 5160
                    [pmu] => 3232
                )

            [civicrm_invoke==>civicrm_initialize] => Array
                (
                    [ct] => 1
                    [wt] => 96206
                    [cpu] => 85062
                    [mu] => 3238488
                    [pmu] => 3043752
                )

            [civicrm_cache_disable==>drupal_page_is_cacheable] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [civicrm_invoke==>civicrm_cache_disable] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 1152
                    [pmu] => 0
                )

            [civicrm_invoke==>civicrm_get_ctype] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [CRM_Core_BAO_UFMatch::synchronize==>CRM_Core_Config::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_BAO_UFMatch::synchronize==>CRM_Core_Config_MagicMerge::__get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_BAO_UFMatch::synchronize==>CRM_Core_Session::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 28
                    [cpu] => 131
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_System_Base::getBestUFID==>CRM_Utils_System_DrupalBase::getUserIDFromUserObject] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [CRM_Core_BAO_UFMatch::synchronize==>CRM_Utils_System_Base::getBestUFID] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 0
                )

            [CRM_Utils_System_Base::getBestUFUniqueIdentifier==>CRM_Utils_System_DrupalBase::getUniqueIdentifierFromUserObject] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 64
                )

            [CRM_Core_BAO_UFMatch::synchronize==>CRM_Utils_System_Base::getBestUFUniqueIdentifier] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1280
                    [pmu] => 456
                )

            [CRM_Core_BAO_UFMatch::synchronize==>CRM_Core_Session::get] => Array
                (
                    [ct] => 2
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 1080
                )

            [civicrm_invoke==>CRM_Core_BAO_UFMatch::synchronize] => Array
                (
                    [ct] => 1
                    [wt] => 78
                    [cpu] => 131
                    [mu] => 5720
                    [pmu] => 1664
                )

            [civicrm_invoke==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [civicrm_invoke==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [civicrm_invoke==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [civicrm_invoke==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 768
                )

            [civicrm_invoke==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 144
                )

            [civicrm_invoke==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [civicrm_invoke==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 536
                )

            [civicrm_invoke==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 83
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 600
                )

            [CRM_Core_Invoke::hackMenuRebuild==>CRM_Core_Permission::check] => Array
                (
                    [ct] => 1
                    [wt] => 136
                    [cpu] => 0
                    [mu] => 1352
                    [pmu] => 5384
                )

            [CRM_Core_Invoke::rebuildMenuAndCaches==>CRM_Core_Config::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Config::clearModuleList==>CRM_Extension_System::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Config::clearModuleList==>CRM_Extension_System::getCache] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_Cache_CacheWrapper::dispatchClearEvent==>Civi\Core\Event\GenericHookEvent::create] => Array
                (
                    [ct] => 227
                    [wt] => 1994
                    [cpu] => 124
                    [mu] => 292976
                    [pmu] => 1072
                )

            [CRM_Utils_Cache_CacheWrapper::dispatchClearEvent==>Civi::dispatcher] => Array
                (
                    [ct] => 227
                    [wt] => 852
                    [cpu] => 411
                    [mu] => 568
                    [pmu] => 248
                )

            [CRM_Utils_Cache_CacheWrapper::dispatchClearEvent==>Civi\Core\CiviEventDispatcher::dispatch] => Array
                (
                    [ct] => 212
                    [wt] => 544386
                    [cpu] => 332868
                    [mu] => -4505360
                    [pmu] => 3372648
                )

            [CRM_Utils_Cache_CacheWrapper::clear==>CRM_Utils_Cache_CacheWrapper::dispatchClearEvent] => Array
                (
                    [ct] => 226
                    [wt] => 618735
                    [cpu] => 374549
                    [mu] => -4399592
                    [pmu] => 3687864
                )

            [CRM_Utils_Cache_Redis::clear==>CRM_Utils_Cache_Redis::flush] => Array
                (
                    [ct] => 212
                    [wt] => 43324
                    [cpu] => 53169
                    [mu] => 57792
                    [pmu] => 0
                )

            [CRM_Utils_Cache_FastArrayDecorator::clear==>CRM_Utils_Cache_Redis::clear] => Array
                (
                    [ct] => 168
                    [wt] => 37083
                    [cpu] => 47537
                    [mu] => 1216
                    [pmu] => 0
                )

            [CRM_Utils_Cache_CacheWrapper::clear==>CRM_Utils_Cache_FastArrayDecorator::clear] => Array
                (
                    [ct] => 168
                    [wt] => 61260
                    [cpu] => 58031
                    [mu] => -37917888
                    [pmu] => 0
                )

            [CRM_Utils_Cache_CacheWrapper::flush==>CRM_Utils_Cache_CacheWrapper::clear] => Array
                (
                    [ct] => 181
                    [wt] => 329502
                    [cpu] => 197974
                    [mu] => -22226216
                    [pmu] => 1370584
                )

            [CRM_Core_Config::clearModuleList==>CRM_Utils_Cache_CacheWrapper::flush] => Array
                (
                    [ct] => 1
                    [wt] => 590
                    [cpu] => 566
                    [mu] => -12536
                    [pmu] => 2504
                )

            [CRM_Utils_Hook::singleton==>CRM_Core_Config::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_Config::clearModuleList==>CRM_Utils_Hook::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 77
                    [cpu] => 67
                    [mu] => -15872
                    [pmu] => 0
                )

            [CRM_Extension_Mapper::getActiveModuleFiles==>CRM_Extension_System::getCompatibilityInfo] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Extension_Mapper::getActiveModuleFiles==>CRM_Core_DAO::executeQuery] => Array
                (
                    [ct] => 1
                    [wt] => 916
                    [cpu] => 228
                    [mu] => 18136
                    [pmu] => 0
                )

            [CRM_Extension_Mapper::getActiveModuleFiles==>DB_DataObject::fetch] => Array
                (
                    [ct] => 22
                    [wt] => 172
                    [cpu] => 129
                    [mu] => 19184
                    [pmu] => 0
                )

            [CRM_Utils_Cache_Redis::set==>CRM_Utils_Cache::assertValidKey] => Array
                (
                    [ct] => 263
                    [wt] => 2575
                    [cpu] => 3436
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_Cache_Redis::set==>CRM_Utils_Date::convertCacheTtl] => Array
                (
                    [ct] => 263
                    [wt] => 285
                    [cpu] => 2004
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_Cache_FastArrayDecorator::set==>CRM_Utils_Cache_Redis::set] => Array
                (
                    [ct] => 244
                    [wt] => 132535
                    [cpu] => 164755
                    [mu] => 1832
                    [pmu] => 211184
                )

            [CRM_Utils_Cache_CacheWrapper::set==>CRM_Utils_Cache_FastArrayDecorator::set] => Array
                (
                    [ct] => 244
                    [wt] => 134443
                    [cpu] => 164755
                    [mu] => 25792
                    [pmu] => 211184
                )

            [CRM_Extension_Mapper::getActiveModuleFiles==>CRM_Utils_Cache_CacheWrapper::set] => Array
                (
                    [ct] => 1
                    [wt] => 268
                    [cpu] => 284
                    [mu] => 3504
                    [pmu] => 0
                )

            [CRM_Extension_Container_Basic::getRelPaths==>CRM_Utils_File::findFiles] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Extension_Container_Basic::getRelPaths==>CRM_Utils_Cache_CacheWrapper::set] => Array
                (
                    [ct] => 1
                    [wt] => 152
                    [cpu] => 86
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Extension_Container_Basic::getKeys==>CRM_Extension_Container_Basic::getRelPaths] => Array
                (
                    [ct] => 9
                    [wt] => 321
                    [cpu] => 163
                    [mu] => 1864
                    [pmu] => 0
                )

            [CRM_Extension_Container_Collection::getKeysToContainer==>CRM_Extension_Container_Basic::getKeys] => Array
                (
                    [ct] => 9
                    [wt] => 371
                    [cpu] => 163
                    [mu] => 11504
                    [pmu] => 0
                )

            [CRM_Extension_Container_Collection::getKeysToContainer==>CRM_Utils_Cache_CacheWrapper::set] => Array
                (
                    [ct] => 3
                    [wt] => 699
                    [cpu] => 487
                    [mu] => 1352
                    [pmu] => 3168
                )

            [CRM_Core_PseudoConstant::getModuleExtensions==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Config::clearModuleList==>CRM_Core_PseudoConstant::getModuleExtensions] => Array
                (
                    [ct] => 1
                    [wt] => 2685
                    [cpu] => 1073
                    [mu] => 22688
                    [pmu] => 5608
                )

            [CRM_Core_Config::clearModuleList==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Config::clearModuleList==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Config::clearModuleList==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Config::clearModuleList==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_Config::clearModuleList==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Config::clearModuleList==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Config::clearModuleList==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Config::clearModuleList==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 85
                    [cpu] => 0
                    [mu] => 616
                    [pmu] => 0
                )

            [CRM_Core_Module::getAll==>CRM_Extension_System::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Module::getAll==>CRM_Extension_System::getMapper] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Extension_Mapper::getModules==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Extension_Mapper::getModules==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Extension_Mapper::getModules==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Extension_Mapper::getModules==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Extension_Mapper::getModules==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Extension_Mapper::getModules==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Extension_Mapper::getModules==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Extension_Mapper::getModules==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 97
                    [cpu] => 847
                    [mu] => 624
                    [pmu] => 0
                )

            [CRM_Extension_Mapper::getModules==>CRM_Core_DAO_Base::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 822
                    [cpu] => 0
                    [mu] => 7920
                    [pmu] => 3360
                )

            [DB_common::quoteSmart==>DB_mysqli::escapeSimple] => Array
                (
                    [ct] => 4437
                    [wt] => 9944
                    [cpu] => 15798
                    [mu] => 449904
                    [pmu] => 33280
                )

            [DB_DataObject::_quote==>DB_common::quoteSmart] => Array
                (
                    [ct] => 4437
                    [wt] => 24071
                    [cpu] => 25682
                    [mu] => 459632
                    [pmu] => 41216
                )

            [DB_DataObject::_build_condition==>DB_DataObject::_quote] => Array
                (
                    [ct] => 652
                    [wt] => 7333
                    [cpu] => 8450
                    [mu] => 36880
                    [pmu] => 0
                )

            [CRM_Extension_Mapper::getModules==>DB_DataObject::find] => Array
                (
                    [ct] => 3
                    [wt] => 3543
                    [cpu] => 2511
                    [mu] => 67640
                    [pmu] => 39016
                )

            [CRM_Extension_Mapper::getModules==>DB_DataObject::fetch] => Array
                (
                    [ct] => 69
                    [wt] => 683
                    [cpu] => 0
                    [mu] => 57336
                    [pmu] => 10648
                )

            [CRM_Extension_Mapper::getModules==>CRM_Core_Module::__construct] => Array
                (
                    [ct] => 66
                    [wt] => 69
                    [cpu] => 180
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Module::getAll==>CRM_Extension_Mapper::getModules] => Array
                (
                    [ct] => 1
                    [wt] => 1950
                    [cpu] => 1833
                    [mu] => 32000
                    [pmu] => 41088
                )

            [CRM_Core_Module::getAll==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_Module::getAll==>ts] => Array
                (
                    [ct] => 1
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 592
                    [pmu] => 0
                )

            [CRM_Core_Module::getAll==>CRM_Core_Module::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_Module::getAll==>CRM_Core_Config::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_Module::getAll==>CRM_Core_Config_MagicMerge::__get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_System_DrupalBase::getModules==>db_query] => Array
                (
                    [ct] => 1
                    [wt] => 6279
                    [cpu] => 701
                    [mu] => 109376
                    [pmu] => 94728
                )

            [CRM_Utils_System_DrupalBase::getModules==>CRM_Utils_String::unserialize] => Array
                (
                    [ct] => 76
                    [wt] => 39598
                    [cpu] => 39101
                    [mu] => 335704
                    [pmu] => 149712
                )

            [CRM_Utils_System_DrupalBase::getModules==>_ts] => Array
                (
                    [ct] => 152
                    [wt] => 2122
                    [cpu] => 2370
                    [mu] => 102568
                    [pmu] => 36208
                )

            [CRM_Utils_System_DrupalBase::getModules==>CRM_Core_Module::__construct] => Array
                (
                    [ct] => 76
                    [wt] => 68
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [xKerman\Restricted\ExpressionParser::parse@1==>xKerman\Restricted\BooleanHandler::handle] => Array
                (
                    [ct] => 9
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 3984
                    [pmu] => 0
                )

            [xKerman\Restricted\ExpressionParser::parse@3==>xKerman\Restricted\Source::match] => Array
                (
                    [ct] => 88
                    [wt] => 101
                    [cpu] => 1000
                    [mu] => 38504
                    [pmu] => 2712
                )

            [xKerman\Restricted\ExpressionParser::parse@3==>xKerman\Restricted\StringHandler::handle] => Array
                (
                    [ct] => 48
                    [wt] => 244
                    [cpu] => 998
                    [mu] => 21160
                    [pmu] => 2392
                )

            [xKerman\Restricted\ArrayHandler::parseKey==>xKerman\Restricted\ExpressionParser::parse@3] => Array
                (
                    [ct] => 44
                    [wt] => 286
                    [cpu] => 1000
                    [mu] => 36448
                    [pmu] => 5416
                )

            [xKerman\Restricted\ArrayHandler::handle@2==>xKerman\Restricted\ArrayHandler::parseKey] => Array
                (
                    [ct] => 44
                    [wt] => 375
                    [cpu] => 1000
                    [mu] => 19912
                    [pmu] => 5480
                )

            [xKerman\Restricted\ArrayHandler::handle@2==>xKerman\Restricted\ExpressionParser::parse@3] => Array
                (
                    [ct] => 44
                    [wt] => 421
                    [cpu] => 998
                    [mu] => 37432
                    [pmu] => 1048
                )

            [xKerman\Restricted\ArrayHandler::handle@2==>xKerman\Restricted\Source::consume] => Array
                (
                    [ct] => 8
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 176
                )

            [xKerman\Restricted\ExpressionParser::parse@2==>xKerman\Restricted\ArrayHandler::handle@2] => Array
                (
                    [ct] => 8
                    [wt] => 943
                    [cpu] => 1998
                    [mu] => 15008
                    [pmu] => 7552
                )

            [xKerman\Restricted\ExpressionParser::parse@1==>xKerman\Restricted\NullHandler::handle] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 2088
                    [pmu] => 0
                )

            [xKerman\Restricted\ExpressionParser::parse@3==>xKerman\Restricted\IntegerHandler::handle] => Array
                (
                    [ct] => 40
                    [wt] => 33
                    [cpu] => 0
                    [mu] => 15640
                    [pmu] => 0
                )

            [CRM_Core_Module::getAll==>CRM_Utils_System_DrupalBase::getModules] => Array
                (
                    [ct] => 1
                    [wt] => 48726
                    [cpu] => 42172
                    [mu] => 271312
                    [pmu] => 305960
                )

            [CRM_Core_Config::clearModuleList==>CRM_Core_Module::getAll] => Array
                (
                    [ct] => 1
                    [wt] => 50750
                    [cpu] => 44005
                    [mu] => 192776
                    [pmu] => 347048
                )

            [CRM_Core_Invoke::rebuildMenuAndCaches==>CRM_Core_Config::clearModuleList] => Array
                (
                    [ct] => 1
                    [wt] => 54267
                    [cpu] => 45711
                    [mu] => 194232
                    [pmu] => 355160
                )

            [CRM_Core_Invoke::rebuildMenuAndCaches==>CRM_Extension_System::singleton] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Invoke::rebuildMenuAndCaches==>CRM_Extension_System::getClassLoader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Extension_ClassLoader::unregister==>Composer\Autoload\ClassLoader::unregister] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Extension_ClassLoader::refresh==>CRM_Extension_ClassLoader::unregister] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => -9440
                    [pmu] => 0
                )

            [CRM_Extension_ClassLoader::refresh==>CRM_Extension_ClassLoader::getCacheFile] => Array
                (
                    [ct] => 1
                    [wt] => 45
                    [cpu] => 0
                    [mu] => 840
                    [pmu] => 0
                )

            [CRM_Extension_ClassLoader::buildClassLoader==>Composer\Autoload\ClassLoader::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [CRM_Extension_Manager::getStatuses==>CRM_Extension_System::getCompatibilityInfo] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Extension_Container_Collection::getKeys==>CRM_Extension_Container_Collection::getKeysToContainer] => Array
                (
                    [ct] => 1
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [CRM_Extension_Manager::getStatuses==>CRM_Extension_Container_Collection::getKeys] => Array
                (
                    [ct] => 1
                    [wt] => 27
                    [cpu] => 1001
                    [mu] => 3864
                    [pmu] => 0
                )

            [CRM_Extension_Manager::getStatuses==>CRM_Core_DAO::executeQuery] => Array
                (
                    [ct] => 1
                    [wt] => 796
                    [cpu] => 295
                    [mu] => 18064
                    [pmu] => 0
                )

            [CRM_Extension_Manager::getStatuses==>DB_DataObject::fetch] => Array
                (
                    [ct] => 23
                    [wt] => 160
                    [cpu] => 0
                    [mu] => 18224
                    [pmu] => 0
                )

            [CRM_Extension_Manager::getStatuses==>CRM_Extension_Container_Collection::getPath] => Array
                (
                    [ct] => 22
                    [wt] => 445
                    [cpu] => 279
                    [mu] => 2792
                    [pmu] => 0
                )

            [CRM_Extension_ClassLoader::buildClassLoader==>CRM_Extension_Manager::getStatuses] => Array
                (
                    [ct] => 1
                    [wt] => 1731
                    [cpu] => 1575
                    [mu] => 8536
                    [pmu] => 0
                )

            [CRM_Extension_ClassLoader::buildClassLoader==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Extension_ClassLoader::buildClassLoader==>CRM_Extension_Mapper::keyToInfo] => Array
                (
                    [ct] => 21
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Extension_ClassLoader::buildClassLoader==>CRM_Extension_Mapper::keyToBasePath] => Array
                (
                    [ct] => 21
                    [wt] => 414
                    [cpu] => 997
                    [mu] => 2696
                    [pmu] => 0
                )

            [CRM_Extension_ClassLoader::loadExtension==>Composer\Autoload\ClassLoader::addPsr4] => Array
                (
                    [ct] => 21
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 3424
                    [pmu] => 0
                )

            [CRM_Extension_ClassLoader::loadExtension==>CRM_Utils_File::addTrailingSlash] => Array
                (
                    [ct] => 17
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Extension_ClassLoader::loadExtension==>Composer\Autoload\ClassLoader::add] => Array
                (
                    [ct] => 17
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 2672
                    [pmu] => 0
                )

            [CRM_Extension_ClassLoader::buildClassLoader==>CRM_Extension_ClassLoader::loadExtension] => Array
                (
                    [ct] => 21
                    [wt] => 170
                    [cpu] => 0
                    [mu] => 11232
                    [pmu] => 0
                )

            [CRM_Extension_ClassLoader::register==>CRM_Extension_ClassLoader::buildClassLoader] => Array
                (
                    [ct] => 1
                    [wt] => 2438
                    [cpu] => 2572
                    [mu] => 21816
                    [pmu] => 0
                )

            [CRM_Extension_ClassLoader::refresh==>CRM_Extension_ClassLoader::register] => Array
                (
                    [ct] => 1
                    [wt] => 2765
                    [cpu] => 2572
                    [mu] => 26784
                    [pmu] => 0
                )

            [CRM_Core_Invoke::rebuildMenuAndCaches==>CRM_Extension_ClassLoader::refresh] => Array
                (
                    [ct] => 1
                    [wt] => 3002
                    [cpu] => 2572
                    [mu] => 14352
                    [pmu] => 0
                )

            [CRM_Core_Invoke::rebuildMenuAndCaches==>CRM_Extension_System::getMixinLoader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::run==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::run==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::run==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::run==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::run==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::run==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::run==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::run==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 169
                    [cpu] => 0
                    [mu] => 624
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::run==>CRM_Extension_System::getMapper] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::run==>CRM_Extension_System::getManager] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Extension_MixinScanner::__construct==>Civi::paths] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Extension_MixinScanner::__construct==>Civi\Core\Paths::getVariable] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::run==>CRM_Extension_MixinScanner::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 2240
                    [pmu] => 0
                )

            [CRM_Extension_MixinScanner::getInstalledKeys==>CRM_Extension_Manager::getStatuses] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Extension_MixinScanner::scan==>CRM_Extension_MixinScanner::getInstalledKeys] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 5216
                    [pmu] => 0
                )

            [CRM_Extension_MixinScanner::scan==>CRM_Extension_Mapper::keyToBasePath] => Array
                (
                    [ct] => 21
                    [wt] => 488
                    [cpu] => 1001
                    [mu] => 2680
                    [pmu] => 0
                )

            [CRM_Extension_MixinScanner::createMixInfo==>CRM_Extension_Info::loadFromFile] => Array
                (
                    [ct] => 21
                    [wt] => 4211
                    [cpu] => 5001
                    [mu] => 145856
                    [pmu] => 0
                )

            [CRM_Extension_MixinScanner::scan==>CRM_Extension_MixinScanner::createMixInfo] => Array
                (
                    [ct] => 21
                    [wt] => 4368
                    [cpu] => 5001
                    [mu] => 146760
                    [pmu] => 0
                )

            [CRM_Extension_MixinScanner::scan==>CRM_Extension_MixinScanner::addMixInfo] => Array
                (
                    [ct] => 21
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 1920
                    [pmu] => 0
                )

            [CRM_Extension_MixinScanner::scan==>CRM_Extension_MixinScanner::findFunctionFiles] => Array
                (
                    [ct] => 44
                    [wt] => 831
                    [cpu] => 0
                    [mu] => 9912
                    [pmu] => 0
                )

            [CRM_Extension_MixinScanner::scan==>CRM_Extension_MixinScanner::addFunctionFiles] => Array
                (
                    [ct] => 44
                    [wt] => 2977
                    [cpu] => 3227
                    [mu] => 13672
                    [pmu] => 331984
                )

            [CRM_Extension_MixinScanner::scan==>Civi::paths] => Array
                (
                    [ct] => 2
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Extension_MixinScanner::scan==>Civi\Core\Paths::getPath] => Array
                (
                    [ct] => 2
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 1880
                    [pmu] => 0
                )

            [CRM_Extension_MixinScanner::relativize==>CRM_Utils_File::isChildPath] => Array
                (
                    [ct] => 13
                    [wt] => 245
                    [cpu] => 0
                    [mu] => 23888
                    [pmu] => 0
                )

            [CRM_Extension_MixinScanner::relativize==>CRM_Utils_File::relativize] => Array
                (
                    [ct] => 13
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 1320
                    [pmu] => 0
                )

            [CRM_Extension_MixinScanner::findFunctionFiles==>CRM_Extension_MixinScanner::relativize] => Array
                (
                    [ct] => 13
                    [wt] => 304
                    [cpu] => 0
                    [mu] => 2600
                    [pmu] => 0
                )

            [CRM_Extension_MixinScanner::loadFunctionFileHeader==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Extension_MixinScanner::loadFunctionFileHeader==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Extension_MixinScanner::loadFunctionFileHeader==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Extension_MixinScanner::loadFunctionFileHeader==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 35
                    [cpu] => 0
                    [mu] => 760
                    [pmu] => 0
                )

            [CRM_Extension_MixinScanner::loadFunctionFileHeader==>Civi\Api4\Utils\ReflectionUtils::parseDocBlock] => Array
                (
                    [ct] => 13
                    [wt] => 281
                    [cpu] => 0
                    [mu] => 47096
                    [pmu] => 0
                )

            [CRM_Extension_MixinScanner::addFunctionFiles==>CRM_Extension_MixinScanner::loadFunctionFileHeader] => Array
                (
                    [ct] => 13
                    [wt] => 2839
                    [cpu] => 3227
                    [mu] => 87936
                    [pmu] => 331984
                )

            [CRM_Extension_MixinScanner::build==>CRM_Extension_MixinScanner::scan] => Array
                (
                    [ct] => 1
                    [wt] => 8958
                    [cpu] => 9229
                    [mu] => 36232
                    [pmu] => 331984
                )

            [CRM_Extension_MixinScanner::compile==>CRM_Extension_MixinScanner::{closure}] => Array
                (
                    [ct] => 22
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Extension_MixinScanner::compile==>CRM_Extension_MixinScanner::satisfies] => Array
                (
                    [ct] => 57
                    [wt] => 91
                    [cpu] => 205
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Extension_MixinScanner::build==>CRM_Extension_MixinScanner::compile] => Array
                (
                    [ct] => 1
                    [wt] => 235
                    [cpu] => 205
                    [mu] => 2504
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::run==>CRM_Extension_MixinScanner::build] => Array
                (
                    [ct] => 1
                    [wt] => 9200
                    [cpu] => 9434
                    [mu] => 32184
                    [pmu] => 331984
                )

            [CRM_Extension_MixinLoader::run==>CRM_Utils_Cache_CacheWrapper::set] => Array
                (
                    [ct] => 2
                    [wt] => 401
                    [cpu] => 326
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::run==>CRM_Extension_BootCache::lock] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Invoke::rebuildMenuAndCaches==>CRM_Extension_MixinLoader::run] => Array
                (
                    [ct] => 1
                    [wt] => 9895
                    [cpu] => 9760
                    [mu] => 42360
                    [pmu] => 331984
                )

            [CRM_Core_Invoke::rebuildMenuAndCaches==>CRM_Utils_Request::retrieve] => Array
                (
                    [ct] => 2
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Config::cleanup==>CRM_Core_Config_MagicMerge::__get] => Array
                (
                    [ct] => 6
                    [wt] => 145
                    [cpu] => 0
                    [mu] => 1632
                    [pmu] => 0
                )

            [CRM_Utils_File::cleanDir==>CRM_Utils_File::try_unlink] => Array
                (
                    [ct] => 55
                    [wt] => 2833
                    [cpu] => 2697
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Utils_File::cleanDir@3==>CRM_Utils_File::try_unlink] => Array
                (
                    [ct] => 8
                    [wt] => 418
                    [cpu] => 1002
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Utils_File::cleanDir@2==>CRM_Utils_File::cleanDir@3] => Array
                (
                    [ct] => 8
                    [wt] => 803
                    [cpu] => 1002
                    [mu] => 2768
                    [pmu] => 0
                )

            [CRM_Utils_File::cleanDir@1==>CRM_Utils_File::cleanDir@2] => Array
                (
                    [ct] => 8
                    [wt] => 1208
                    [cpu] => 1476
                    [mu] => 3320
                    [pmu] => 0
                )

            [CRM_Utils_File::cleanDir@1==>CRM_Utils_File::try_unlink] => Array
                (
                    [ct] => 1
                    [wt] => 36
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Utils_File::cleanDir==>CRM_Utils_File::cleanDir@1] => Array
                (
                    [ct] => 1
                    [wt] => 1407
                    [cpu] => 1476
                    [mu] => 3176
                    [pmu] => 0
                )

            [CRM_Core_Config::cleanup==>CRM_Utils_File::cleanDir] => Array
                (
                    [ct] => 1
                    [wt] => 1858
                    [cpu] => 1476
                    [mu] => 4848
                    [pmu] => 0
                )

            [CRM_Core_Config::cleanup==>CRM_Utils_File::createDir] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_Config::cleanup==>CRM_Utils_File::restrictAccess] => Array
                (
                    [ct] => 4
                    [wt] => 161
                    [cpu] => 0
                    [mu] => 1080
                    [pmu] => 0
                )

            [CRM_Core_Config::cleanupCaches==>CRM_Core_Config::cleanup] => Array
                (
                    [ct] => 1
                    [wt] => 2292
                    [cpu] => 1476
                    [mu] => 8152
                    [pmu] => 0
                )

            [CRM_Core_Config::clearDBCache==>CRM_Core_DAO::executeQuery] => Array
                (
                    [ct] => 8
                    [wt] => 127321
                    [cpu] => 4314
                    [mu] => 4560
                    [pmu] => 0
                )

            [CRM_Core_Config::clearDBCache==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 9
                    [wt] => 171
                    [cpu] => 230
                    [mu] => -16256
                    [pmu] => 0
                )

            [DB_DataObject::_query==>DB_mysqli::affectedRows] => Array
                (
                    [ct] => 773
                    [wt] => 2358
                    [cpu] => 261
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi\Core\Container::createPrevNextCache==>Civi::settings] => Array
                (
                    [ct] => 1
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\Container::createPrevNextCache==>Civi\Core\SettingsBag::get] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\Container::createPrevNextCache==>CRM_Utils_Cache::getCacheDriver] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Core\Container::createPrevNextCache==>Symfony\Component\DependencyInjection\Container::has] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getPrevnext_Driver_RedisService==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getPrevnext_Driver_RedisService==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getPrevnext_Driver_RedisService==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getPrevnext_Driver_RedisService==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 117
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getPrevnext_Driver_RedisService==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getPrevnext_Driver_RedisService==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getPrevnext_Driver_RedisService==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getPrevnext_Driver_RedisService==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 400
                    [cpu] => 668
                    [mu] => 696
                    [pmu] => 0
                )

            [Civi\Core\Container::createCacheConfig==>CRM_Utils_Cache::getCacheDriver] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Core\Container::createCacheConfig==>CRM_Utils_Cache::getCacheSettings] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 960
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCacheConfigService==>Civi\Core\Container::createCacheConfig] => Array
                (
                    [ct] => 1
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 2808
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getPrevnext_Driver_RedisService==>CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCacheConfigService] => Array
                (
                    [ct] => 1
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 3160
                    [pmu] => 0
                )

            [CRM_Core_PrevNextCache_Redis::__construct==>CRM_Utils_Cache_Redis::connect] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getPrevnext_Driver_RedisService==>CRM_Core_PrevNextCache_Redis::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 1320
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\Container::make@1==>CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getPrevnext_Driver_RedisService] => Array
                (
                    [ct] => 1
                    [wt] => 616
                    [cpu] => 668
                    [mu] => 10920
                    [pmu] => 0
                )

            [Civi\Core\Container::createPrevNextCache==>Symfony\Component\DependencyInjection\Container::get@1] => Array
                (
                    [ct] => 1
                    [wt] => 625
                    [cpu] => 668
                    [mu] => 11584
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getPrevnextService==>Civi\Core\Container::createPrevNextCache] => Array
                (
                    [ct] => 1
                    [wt] => 670
                    [cpu] => 668
                    [mu] => 14904
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\Container::make==>CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getPrevnextService] => Array
                (
                    [ct] => 1
                    [wt] => 677
                    [cpu] => 668
                    [mu] => 15552
                    [pmu] => 0
                )

            [CRM_Core_Config::clearDBCache==>Civi::service] => Array
                (
                    [ct] => 1
                    [wt] => 702
                    [cpu] => 668
                    [mu] => 16168
                    [pmu] => 0
                )

            [CRM_Core_Config::clearDBCache==>CRM_Core_PrevNextCache_Redis::deleteItem] => Array
                (
                    [ct] => 1
                    [wt] => 251
                    [cpu] => 201
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_Config::clearTempTables==>CRM_Core_DAO::executeQuery] => Array
                (
                    [ct] => 1
                    [wt] => 1780
                    [cpu] => 234
                    [mu] => 17760
                    [pmu] => 0
                )

            [CRM_Core_Config::clearTempTables==>DB_DataObject::fetch] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_Config::clearDBCache==>CRM_Core_Config::clearTempTables] => Array
                (
                    [ct] => 1
                    [wt] => 1790
                    [cpu] => 234
                    [mu] => 18976
                    [pmu] => 0
                )

            [CRM_Core_Config::cleanupCaches==>CRM_Core_Config::clearDBCache] => Array
                (
                    [ct] => 1
                    [wt] => 130345
                    [cpu] => 5647
                    [mu] => 21208
                    [pmu] => 0
                )

            [CRM_Core_Config::cleanupCaches==>Civi::cache] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi::container==>Civi\Core\Container::singleton] => Array
                (
                    [ct] => 108
                    [wt] => 115
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi\Core\Event\ServiceListener::__invoke==>Civi::container] => Array
                (
                    [ct] => 5
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 1184
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getMetadataFlushService==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getMetadataFlushService==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getMetadataFlushService==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getMetadataFlushService==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 100
                    [cpu] => 0
                    [mu] => 760
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\Container::make==>CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getMetadataFlushService] => Array
                (
                    [ct] => 1
                    [wt] => 117
                    [cpu] => 0
                    [mu] => 3456
                    [pmu] => 0
                )

            [Civi\Core\Event\ServiceListener::__invoke==>Symfony\Component\DependencyInjection\Container::get] => Array
                (
                    [ct] => 5
                    [wt] => 5327
                    [cpu] => 4618
                    [mu] => 94768
                    [pmu] => 0
                )

            [Civi\Core\MetadataFlush::onClearMetadata==>Civi\Core\Container::singleton] => Array
                (
                    [ct] => 46
                    [wt] => 47
                    [cpu] => 86
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Core\MetadataFlush::onClearMetadata==>Symfony\Component\DependencyInjection\Container::has] => Array
                (
                    [ct] => 46
                    [wt] => 93
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Core\MetadataFlush::onClearMetadata==>Civi::resources] => Array
                (
                    [ct] => 46
                    [wt] => 340
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Resources::resetCacheCode==>CRM_Utils_String::createRandom] => Array
                (
                    [ct] => 47
                    [wt] => 219
                    [cpu] => 0
                    [mu] => 2072
                    [pmu] => 0
                )

            [CRM_Core_Resources::setCacheCode==>Civi::settings] => Array
                (
                    [ct] => 47
                    [wt] => 695
                    [cpu] => 291
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi\Core\SettingsBag::set==>Civi\Core\SettingsBag::updateVirtual] => Array
                (
                    [ct] => 47
                    [wt] => 111
                    [cpu] => 193
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\SettingsBag::setDb==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 3
                    [wt] => 34
                    [cpu] => 220
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\SettingsBag::setDb==>_afform_civix_class_loader] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\SettingsBag::setDb==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\SettingsBag::setDb==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 3
                    [wt] => 53
                    [cpu] => 0
                    [mu] => 4664
                    [pmu] => 0
                )

            [Civi\Core\SettingsBag::setDb==>drupal_autoload_class] => Array
                (
                    [ct] => 3
                    [wt] => 855
                    [cpu] => 656
                    [mu] => 31472
                    [pmu] => 0
                )

            [Civi\Core\SettingsBag::setDb==>drupal_autoload_interface] => Array
                (
                    [ct] => 3
                    [wt] => 491
                    [cpu] => 316
                    [mu] => 624
                    [pmu] => 0
                )

            [Civi\Core\SettingsBag::setDb==>drupal_autoload_trait] => Array
                (
                    [ct] => 3
                    [wt] => 499
                    [cpu] => 324
                    [mu] => 608
                    [pmu] => 0
                )

            [Civi\Core\SettingsBag::setDb==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 3
                    [wt] => 3746
                    [cpu] => 2747
                    [mu] => 1480
                    [pmu] => 51024
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCiviApiKernelService==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCiviApiKernelService==>_afform_civix_class_loader] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCiviApiKernelService==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCiviApiKernelService==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 139
                    [cpu] => 908
                    [mu] => 952
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCiviApiKernelService==>Civi\API\Provider\MagicFunctionProvider::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Core\Container::createApiKernel==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 14
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\Container::createApiKernel==>_afform_civix_class_loader] => Array
                (
                    [ct] => 14
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\Container::createApiKernel==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 14
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\Container::createApiKernel==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 14
                    [wt] => 287
                    [cpu] => 0
                    [mu] => 2152
                    [pmu] => 0
                )

            [Civi\API\Subscriber\ChainSubscriber::getSubscribedEvents==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\API\Subscriber\ChainSubscriber::getSubscribedEvents==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\API\Subscriber\ChainSubscriber::getSubscribedEvents==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\API\Subscriber\ChainSubscriber::getSubscribedEvents==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 728
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::addSubscriber==>Civi\API\Subscriber\ChainSubscriber::getSubscribedEvents] => Array
                (
                    [ct] => 1
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 4024
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::addSubscriber==>Symfony\Component\EventDispatcher\EventDispatcher::addListener] => Array
                (
                    [ct] => 20
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 4016
                    [pmu] => 0
                )

            [Civi\Core\CiviEventDispatcher::addSubscriber==>Symfony\Component\EventDispatcher\EventDispatcher::addSubscriber] => Array
                (
                    [ct] => 12
                    [wt] => 164
                    [cpu] => 0
                    [mu] => 30368
                    [pmu] => 0
                )

            [Civi\Core\Container::createApiKernel==>Civi\Core\CiviEventDispatcher::addSubscriber] => Array
                (
                    [ct] => 10
                    [wt] => 175
                    [cpu] => 0
                    [mu] => 21352
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::addSubscriber==>Civi\API\Subscriber\TransactionSubscriber::getSubscribedEvents] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 2136
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::addSubscriber==>Civi\API\Subscriber\I18nSubscriber::getSubscribedEvents] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1760
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::addSubscriber==>Civi\API\Provider\MagicFunctionProvider::getSubscribedEvents] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1760
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::addSubscriber==>Civi\API\Subscriber\PermissionCheck::getSubscribedEvents] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1760
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::addSubscriber==>Civi\API\Subscriber\APIv3SchemaAdapter::getSubscribedEvents] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 2136
                    [pmu] => 0
                )

            [Civi\Core\Container::createApiKernel==>drupal_autoload_class] => Array
                (
                    [ct] => 4
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\Container::createApiKernel==>drupal_autoload_interface] => Array
                (
                    [ct] => 4
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\Container::createApiKernel==>drupal_autoload_trait] => Array
                (
                    [ct] => 4
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\Container::createApiKernel==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 4
                    [wt] => 630
                    [cpu] => 999
                    [mu] => 808
                    [pmu] => 0
                )

            [Civi\Core\Container::createApiKernel==>CRM_Utils_API_HTMLInputCoder::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 656
                    [pmu] => 0
                )

            [Civi\Core\Container::createApiKernel==>CRM_Utils_API_NullOutputCoder::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 640
                    [pmu] => 0
                )

            [Civi\Core\Container::createApiKernel==>CRM_Utils_API_ReloadOption::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 640
                    [pmu] => 0
                )

            [Civi\Core\Container::createApiKernel==>CRM_Utils_API_MatchOption::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 640
                    [pmu] => 0
                )

            [Civi\Core\Container::createApiKernel==>Civi\API\Subscriber\WrapperAdapter::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::addSubscriber==>Civi\API\Subscriber\WrapperAdapter::getSubscribedEvents] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 1760
                    [pmu] => 0
                )

            [Civi\Core\Container::createApiKernel==>Civi\API\Subscriber\DebugSubscriber::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::addSubscriber==>Civi\API\Subscriber\DebugSubscriber::getSubscribedEvents] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Core\Container::createApiKernel==>Civi\API\Kernel::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\Container::createApiKernel==>Civi\API\Provider\ReflectionProvider::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::addSubscriber==>Civi\API\Provider\ReflectionProvider::getSubscribedEvents] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 2512
                    [pmu] => 0
                )

            [Civi\API\Subscriber\DynamicFKAuthorization::__construct==>CRM_Core_DAO_AllCoreTables::convertEntityNameToCamel] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 1072
                    [pmu] => 0
                )

            [Civi\Core\Container::createApiKernel==>Civi\API\Subscriber\DynamicFKAuthorization::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 1296
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::addSubscriber==>Civi\API\Subscriber\DynamicFKAuthorization::getSubscribedEvents] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1760
                    [pmu] => 0
                )

            [Civi\Core\Container::createApiKernel==>Civi\API\Kernel::setApiProviders] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCiviApiKernelService==>Civi\Core\Container::createApiKernel] => Array
                (
                    [ct] => 1
                    [wt] => 1396
                    [cpu] => 999
                    [mu] => 36000
                    [pmu] => 0
                )

            [Civi\API\Kernel::registerApiProvider==>Civi\API\Kernel::getDispatcher] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::addSubscriber==>Civi\Api4\Provider\ActionObjectProvider::getSubscribedEvents] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1760
                    [pmu] => 0
                )

            [Civi\API\Kernel::registerApiProvider==>Civi\Core\CiviEventDispatcher::addSubscriber] => Array
                (
                    [ct] => 2
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 3104
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCiviApiKernelService==>Civi\API\Kernel::registerApiProvider] => Array
                (
                    [ct] => 2
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 4432
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCiviFlexmailerApiOverridesService==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCiviFlexmailerApiOverridesService==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCiviFlexmailerApiOverridesService==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCiviFlexmailerApiOverridesService==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 53
                    [cpu] => 0
                    [mu] => 744
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCiviFlexmailerApiOverridesService==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCiviFlexmailerApiOverridesService==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCiviFlexmailerApiOverridesService==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCiviFlexmailerApiOverridesService==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [PathLoad\V0\Psr4Loader::loadClass==>PathLoad\V0\Psr4Loader::findRelativeClass] => Array
                (
                    [ct] => 585
                    [wt] => 486
                    [cpu] => 1004
                    [mu] => 584
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCiviFlexmailerApiOverridesService==>PathLoad\V0\PathLoad::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 1280
                    [pmu] => 0
                )

            [Civi\FlexMailer\Services::createApiOverrides==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\FlexMailer\Services::createApiOverrides==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\FlexMailer\Services::createApiOverrides==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\FlexMailer\Services::createApiOverrides==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 744
                    [pmu] => 0
                )

            [Civi\FlexMailer\Services::createApiOverrides==>Civi\API\Provider\AdhocProvider::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\FlexMailer\Services::createApiOverrides==>Civi\API\Provider\AdhocProvider::addAction] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1352
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCiviFlexmailerApiOverridesService==>Civi\FlexMailer\Services::createApiOverrides] => Array
                (
                    [ct] => 1
                    [wt] => 39
                    [cpu] => 0
                    [mu] => 5432
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCiviApiKernelService==>CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCiviFlexmailerApiOverridesService] => Array
                (
                    [ct] => 1
                    [wt] => 155
                    [cpu] => 0
                    [mu] => 13104
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::addSubscriber==>Civi\API\Provider\AdhocProvider::getSubscribedEvents] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 2512
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\Container::make==>CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCiviApiKernelService] => Array
                (
                    [ct] => 1
                    [wt] => 1765
                    [cpu] => 1907
                    [mu] => 57936
                    [pmu] => 0
                )

            [civicrm_api3==>Civi::service] => Array
                (
                    [ct] => 52
                    [wt] => 2202
                    [cpu] => 1907
                    [mu] => 58528
                    [pmu] => 0
                )

            [Civi\API\Kernel::runSafe==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\API\Kernel::runSafe==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi\API\Kernel::runSafe==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\API\Kernel::runSafe==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Civi\API\Request::create==>Civi\API\Request::getNextId] => Array
                (
                    [ct] => 57
                    [wt] => 85
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\API\Request::normalizeEntityName==>CRM_Utils_String::munge] => Array
                (
                    [ct] => 207
                    [wt] => 639
                    [cpu] => 0
                    [mu] => 768
                    [pmu] => 0
                )

            [Civi\API\Request::normalizeEntityName==>CRM_Core_DAO_AllCoreTables::convertEntityNameToCamel] => Array
                (
                    [ct] => 207
                    [wt] => 848
                    [cpu] => 0
                    [mu] => 94168
                    [pmu] => 0
                )

            [Civi\API\Request::create==>Civi\API\Request::normalizeEntityName] => Array
                (
                    [ct] => 57
                    [wt] => 1112
                    [cpu] => 0
                    [mu] => 3448
                    [pmu] => 0
                )

            [Civi\API\Request::normalizeActionName==>CRM_Utils_String::munge] => Array
                (
                    [ct] => 57
                    [wt] => 96
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\API\Request::create==>Civi\API\Request::normalizeActionName] => Array
                (
                    [ct] => 57
                    [wt] => 301
                    [cpu] => 0
                    [mu] => 1200
                    [pmu] => 0
                )

            [Civi\API\Kernel::runSafe==>Civi\API\Request::create] => Array
                (
                    [ct] => 48
                    [wt] => 1876
                    [cpu] => 0
                    [mu] => 23864
                    [pmu] => 0
                )

            [_civicrm_api3_initialize==>CRM_Core_ClassLoader::singleton] => Array
                (
                    [ct] => 57
                    [wt] => 126
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [_civicrm_api3_initialize==>CRM_Core_ClassLoader::register] => Array
                (
                    [ct] => 57
                    [wt] => 74
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [_civicrm_api3_initialize==>CRM_Core_Config::singleton] => Array
                (
                    [ct] => 57
                    [wt] => 131
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi\API\Kernel::boot==>_civicrm_api3_initialize] => Array
                (
                    [ct] => 57
                    [wt] => 1162
                    [cpu] => 0
                    [mu] => 2432
                    [pmu] => 0
                )

            [Civi\API\Kernel::runRequest==>Civi\API\Kernel::boot] => Array
                (
                    [ct] => 73
                    [wt] => 2633
                    [cpu] => 1177
                    [mu] => 9768
                    [pmu] => 0
                )

            [Civi\API\Kernel::resolve==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\API\Kernel::resolve==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi\API\Kernel::resolve==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\API\Kernel::resolve==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 79
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Civi\API\Event\ResolveEvent::setApiRequest==>Civi\API\Event\Event::setApiRequest] => Array
                (
                    [ct] => 264
                    [wt] => 299
                    [cpu] => 746
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\API\Event\Event::__construct==>Civi\API\Event\ResolveEvent::setApiRequest] => Array
                (
                    [ct] => 132
                    [wt] => 735
                    [cpu] => 1054
                    [mu] => 1232
                    [pmu] => 0
                )

            [Civi\API\Event\ResolveEvent::__construct==>Civi\API\Event\Event::__construct] => Array
                (
                    [ct] => 132
                    [wt] => 1455
                    [cpu] => 2651
                    [mu] => 1880
                    [pmu] => 0
                )

            [Civi\API\Kernel::resolve==>Civi\API\Event\ResolveEvent::__construct] => Array
                (
                    [ct] => 132
                    [wt] => 2058
                    [cpu] => 2651
                    [mu] => 2512
                    [pmu] => 0
                )

            [Civi\Core\Event\ServiceListener::__invoke@1==>Civi::container] => Array
                (
                    [ct] => 18
                    [wt] => 67
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\Event\ServiceListener::__invoke@1==>Symfony\Component\DependencyInjection\Container::get] => Array
                (
                    [ct] => 18
                    [wt] => 1161
                    [cpu] => 2004
                    [mu] => 64400
                    [pmu] => 0
                )

            [Civi\Api4\Provider\ActionObjectProvider::onApiResolve==>Civi\API\Event\Event::getApiRequest] => Array
                (
                    [ct] => 194
                    [wt] => 203
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Core\Event\ServiceListener::__invoke@1==>Civi\Api4\Provider\ActionObjectProvider::onApiResolve] => Array
                (
                    [ct] => 46
                    [wt] => 245
                    [cpu] => 0
                    [mu] => 1264
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@1==>Civi\Core\Event\ServiceListener::__invoke@1] => Array
                (
                    [ct] => 603
                    [wt] => 148425
                    [cpu] => 143117
                    [mu] => 942016
                    [pmu] => 979264
                )

            [Civi\API\Provider\ReflectionProvider::onApiResolve==>Civi\API\Event\Event::getApiRequest] => Array
                (
                    [ct] => 64
                    [wt] => 53
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [_civicrm_api_get_camel_name==>Civi\API\Request::normalizeEntityName] => Array
                (
                    [ct] => 150
                    [wt] => 1564
                    [cpu] => 0
                    [mu] => 984
                    [pmu] => 0
                )

            [Civi\API\Provider\ReflectionProvider::getActionNames==>_civicrm_api_get_camel_name] => Array
                (
                    [ct] => 65
                    [wt] => 853
                    [cpu] => 0
                    [mu] => 1216
                    [pmu] => 0
                )

            [Civi\API\Provider\ReflectionProvider::onApiResolve==>Civi\API\Provider\ReflectionProvider::getActionNames] => Array
                (
                    [ct] => 64
                    [wt] => 1126
                    [cpu] => 1001
                    [mu] => 1912
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@1==>Civi\API\Provider\ReflectionProvider::onApiResolve] => Array
                (
                    [ct] => 48
                    [wt] => 1236
                    [cpu] => 1001
                    [mu] => 3648
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@1==>Civi\Api4\Provider\ActionObjectProvider::onApiResolve] => Array
                (
                    [ct] => 47
                    [wt] => 145
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\API\Provider\AdhocProvider::onApiResolve==>Civi\API\Event\Event::getApiRequest] => Array
                (
                    [ct] => 62
                    [wt] => 51
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\API\Provider\AdhocProvider::onApiResolve==>Civi\API\Provider\AdhocProvider::matchesRequest] => Array
                (
                    [ct] => 62
                    [wt] => 87
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@1==>Civi\API\Provider\AdhocProvider::onApiResolve] => Array
                (
                    [ct] => 47
                    [wt] => 380
                    [cpu] => 0
                    [mu] => 1944
                    [pmu] => 0
                )

            [Civi\API\Provider\MagicFunctionProvider::onApiResolve==>Civi\API\Event\Event::getApiRequest] => Array
                (
                    [ct] => 62
                    [wt] => 49
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\API\Provider\MagicFunctionProvider::resolve==>_civicrm_api_get_camel_name] => Array
                (
                    [ct] => 16
                    [wt] => 174
                    [cpu] => 0
                    [mu] => 880
                    [pmu] => 0
                )

            [_civicrm_api_get_entity_name_from_camel==>CRM_Core_DAO_AllCoreTables::convertEntityNameToLower] => Array
                (
                    [ct] => 444
                    [wt] => 2510
                    [cpu] => 1999
                    [mu] => 15608
                    [pmu] => 0
                )

            [Civi\API\Provider\MagicFunctionProvider::getFunctionName==>_civicrm_api_get_entity_name_from_camel] => Array
                (
                    [ct] => 12
                    [wt] => 143
                    [cpu] => 997
                    [mu] => 1576
                    [pmu] => 0
                )

            [Civi\API\Provider\MagicFunctionProvider::resolve==>Civi\API\Provider\MagicFunctionProvider::getFunctionName] => Array
                (
                    [ct] => 12
                    [wt] => 191
                    [cpu] => 997
                    [mu] => 2984
                    [pmu] => 0
                )

            [Civi\API\Provider\MagicFunctionProvider::resolve==>CRM_Utils_File::isIncludable] => Array
                (
                    [ct] => 13
                    [wt] => 2020
                    [cpu] => 354
                    [mu] => 1464
                    [pmu] => 0
                )

            [Civi\API\Provider\MagicFunctionProvider::resolve==>load::v3/Setting.php] => Array
                (
                    [ct] => 1
                    [wt] => 620
                    [cpu] => 362
                    [mu] => 60224
                    [pmu] => 0
                )

            [Civi\API\Provider\MagicFunctionProvider::onApiResolve==>Civi\API\Provider\MagicFunctionProvider::resolve] => Array
                (
                    [ct] => 62
                    [wt] => 6733
                    [cpu] => 4895
                    [mu] => 18632
                    [pmu] => 0
                )

            [Civi\API\Provider\MagicFunctionProvider::onApiResolve==>Civi\API\Event\ResolveEvent::setApiRequest] => Array
                (
                    [ct] => 62
                    [wt] => 217
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\API\Provider\MagicFunctionProvider::onApiResolve==>Civi\API\Event\ResolveEvent::setApiProvider] => Array
                (
                    [ct] => 62
                    [wt] => 72
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\API\Provider\MagicFunctionProvider::onApiResolve==>Symfony\Contracts\EventDispatcher\Event::stopPropagation] => Array
                (
                    [ct] => 62
                    [wt] => 96
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@1==>Civi\API\Provider\MagicFunctionProvider::onApiResolve] => Array
                (
                    [ct] => 47
                    [wt] => 5918
                    [cpu] => 3818
                    [mu] => 29504
                    [pmu] => 0
                )

            [Civi\API\Kernel::resolve==>Civi\Core\CiviEventDispatcher::dispatch@1] => Array
                (
                    [ct] => 51
                    [wt] => 388431
                    [cpu] => 378203
                    [mu] => 1123920
                    [pmu] => 0
                )

            [Civi\API\Kernel::resolve==>Civi\API\Event\Event::getApiRequest] => Array
                (
                    [ct] => 132
                    [wt] => 155
                    [cpu] => 2222
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\API\Kernel::resolve==>Civi\API\Event\Event::getApiProvider] => Array
                (
                    [ct] => 264
                    [wt] => 255
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\API\Kernel::runRequest==>Civi\API\Kernel::resolve] => Array
                (
                    [ct] => 73
                    [wt] => 1210329
                    [cpu] => 1194107
                    [mu] => 5700792
                    [pmu] => 4506656
                )

            [Civi\API\Kernel::authorize==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\API\Kernel::authorize==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi\API\Kernel::authorize==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\API\Kernel::authorize==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 88
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Civi\API\Kernel::authorize==>CRM_Core_Session::getLoggedInContactID] => Array
                (
                    [ct] => 125
                    [wt] => 3117
                    [cpu] => 2793
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\API\Event\Event::__construct==>Civi\API\Event\Event::setApiRequest] => Array
                (
                    [ct] => 250
                    [wt] => 273
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\API\Event\AuthorizeEvent::__construct==>Civi\API\Event\Event::__construct] => Array
                (
                    [ct] => 125
                    [wt] => 628
                    [cpu] => 0
                    [mu] => 1216
                    [pmu] => 0
                )

            [Civi\API\Event\AuthorizeEvent::setUser==>CRM_Core_Session::getLoggedInContactID] => Array
                (
                    [ct] => 125
                    [wt] => 1390
                    [cpu] => 1470
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\API\Event\AuthorizeEvent::__construct==>Civi\API\Event\AuthorizeEvent::setUser] => Array
                (
                    [ct] => 125
                    [wt] => 1881
                    [cpu] => 1470
                    [mu] => 1232
                    [pmu] => 0
                )

            [Civi\API\Kernel::authorize==>Civi\API\Event\AuthorizeEvent::__construct] => Array
                (
                    [ct] => 125
                    [wt] => 3452
                    [cpu] => 1983
                    [mu] => 3144
                    [pmu] => 0
                )

            [Civi\API\Provider\ReflectionProvider::onApiAuthorize==>Civi\API\Event\Event::getApiRequest] => Array
                (
                    [ct] => 125
                    [wt] => 107
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@1==>Civi\API\Provider\ReflectionProvider::onApiAuthorize] => Array
                (
                    [ct] => 47
                    [wt] => 271
                    [cpu] => 0
                    [mu] => 1296
                    [pmu] => 0
                )

            [Civi\API\Subscriber\DynamicFKAuthorization::onApiAuthorize==>Civi\API\Event\Event::getApiRequest] => Array
                (
                    [ct] => 124
                    [wt] => 116
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\API\Subscriber\DynamicFKAuthorization::onApiAuthorize==>CRM_Core_DAO_AllCoreTables::convertEntityNameToCamel] => Array
                (
                    [ct] => 56
                    [wt] => 166
                    [cpu] => 511
                    [mu] => 25272
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@1==>Civi\API\Subscriber\DynamicFKAuthorization::onApiAuthorize] => Array
                (
                    [ct] => 47
                    [wt] => 613
                    [cpu] => 511
                    [mu] => 1992
                    [pmu] => 0
                )

            [Civi\API\Provider\AdhocProvider::onApiAuthorize==>Civi\API\Event\Event::getApiRequest] => Array
                (
                    [ct] => 124
                    [wt] => 98
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\API\Provider\AdhocProvider::onApiAuthorize==>Civi\API\Provider\AdhocProvider::matchesRequest] => Array
                (
                    [ct] => 124
                    [wt] => 741
                    [cpu] => 606
                    [mu] => 1928
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@1==>Civi\API\Provider\AdhocProvider::onApiAuthorize] => Array
                (
                    [ct] => 47
                    [wt] => 406
                    [cpu] => 0
                    [mu] => 1944
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCivi_Api4_PermissionCheckService==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCivi_Api4_PermissionCheckService==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCivi_Api4_PermissionCheckService==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCivi_Api4_PermissionCheckService==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\Container::make==>CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCivi_Api4_PermissionCheckService] => Array
                (
                    [ct] => 1
                    [wt] => 36
                    [cpu] => 0
                    [mu] => 3488
                    [pmu] => 0
                )

            [Civi\Api4\Event\Subscriber\PermissionCheckSubscriber::onApiAuthorize==>Civi\API\Event\Event::getApiRequest] => Array
                (
                    [ct] => 124
                    [wt] => 148
                    [cpu] => 1494
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Core\Event\ServiceListener::__invoke@1==>Civi\Api4\Event\Subscriber\PermissionCheckSubscriber::onApiAuthorize] => Array
                (
                    [ct] => 46
                    [wt] => 269
                    [cpu] => 1003
                    [mu] => 1328
                    [pmu] => 0
                )

            [Civi\API\Subscriber\PermissionCheck::onApiAuthorize==>Civi\API\Event\Event::getApiRequest] => Array
                (
                    [ct] => 56
                    [wt] => 43
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\API\Subscriber\PermissionCheck::onApiAuthorize==>Civi\API\Event\AuthorizeEvent::authorize] => Array
                (
                    [ct] => 56
                    [wt] => 65
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\API\Subscriber\PermissionCheck::onApiAuthorize==>Symfony\Contracts\EventDispatcher\Event::stopPropagation] => Array
                (
                    [ct] => 56
                    [wt] => 56
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@1==>Civi\API\Subscriber\PermissionCheck::onApiAuthorize] => Array
                (
                    [ct] => 44
                    [wt] => 507
                    [cpu] => 0
                    [mu] => 2656
                    [pmu] => 0
                )

            [Civi\API\Kernel::authorize==>Civi\Core\CiviEventDispatcher::dispatch@1] => Array
                (
                    [ct] => 47
                    [wt] => 4760
                    [cpu] => 2820
                    [mu] => 14728
                    [pmu] => 0
                )

            [Civi\API\Kernel::authorize==>Civi\API\Event\AuthorizeEvent::isAuthorized] => Array
                (
                    [ct] => 125
                    [wt] => 125
                    [cpu] => 899
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\API\Kernel::runRequest==>Civi\API\Kernel::authorize] => Array
                (
                    [ct] => 73
                    [wt] => 14263
                    [cpu] => 6617
                    [mu] => 49656
                    [pmu] => 0
                )

            [Civi\API\Kernel::prepare==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\API\Kernel::prepare==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi\API\Kernel::prepare==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\API\Kernel::prepare==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Civi\API\Event\PrepareEvent::setApiRequest==>Civi\API\Event\Event::setApiRequest] => Array
                (
                    [ct] => 356
                    [wt] => 360
                    [cpu] => 0
                    [mu] => -19792
                    [pmu] => 0
                )

            [Civi\API\Event\Event::__construct==>Civi\API\Event\PrepareEvent::setApiRequest] => Array
                (
                    [ct] => 125
                    [wt] => 587
                    [cpu] => 909
                    [mu] => 1232
                    [pmu] => 0
                )

            [Civi\API\Kernel::prepare==>Civi\API\Event\Event::__construct] => Array
                (
                    [ct] => 121
                    [wt] => 1099
                    [cpu] => 1654
                    [mu] => 1864
                    [pmu] => 0
                )

            [Civi\API\Subscriber\DebugSubscriber::onApiPrepare==>Civi\API\Event\Event::getApiRequest] => Array
                (
                    [ct] => 125
                    [wt] => 110
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@1==>Civi\API\Subscriber\DebugSubscriber::onApiPrepare] => Array
                (
                    [ct] => 47
                    [wt] => 305
                    [cpu] => 0
                    [mu] => 1280
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getAfformAutocompleteSubscriberService==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getAfformAutocompleteSubscriberService==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getAfformAutocompleteSubscriberService==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getAfformAutocompleteSubscriberService==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 170
                    [cpu] => 1002
                    [mu] => 792
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getAfformAutocompleteSubscriberService==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getAfformAutocompleteSubscriberService==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getAfformAutocompleteSubscriberService==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getAfformAutocompleteSubscriberService==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getAfformAutocompleteSubscriberService==>PathLoad\V0\PathLoad::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\Container::make==>CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getAfformAutocompleteSubscriberService] => Array
                (
                    [ct] => 1
                    [wt] => 230
                    [cpu] => 1002
                    [mu] => 6968
                    [pmu] => 0
                )

            [Civi\Api4\Subscriber\AfformAutocompleteSubscriber::onApiPrepare==>Civi\API\Event\Event::getApiRequest] => Array
                (
                    [ct] => 125
                    [wt] => 98
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Core\Event\ServiceListener::__invoke@1==>Civi\Api4\Subscriber\AfformAutocompleteSubscriber::onApiPrepare] => Array
                (
                    [ct] => 46
                    [wt] => 216
                    [cpu] => 0
                    [mu] => 1296
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getAutocompleteFieldSubscriberService==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getAutocompleteFieldSubscriberService==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getAutocompleteFieldSubscriberService==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getAutocompleteFieldSubscriberService==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\Container::make==>CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getAutocompleteFieldSubscriberService] => Array
                (
                    [ct] => 1
                    [wt] => 50
                    [cpu] => 0
                    [mu] => 3488
                    [pmu] => 0
                )

            [Civi\Api4\Event\Subscriber\AutocompleteFieldSubscriber::onApiPrepare==>Civi\API\Event\Event::getApiRequest] => Array
                (
                    [ct] => 125
                    [wt] => 100
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Core\Event\ServiceListener::__invoke@1==>Civi\Api4\Event\Subscriber\AutocompleteFieldSubscriber::onApiPrepare] => Array
                (
                    [ct] => 46
                    [wt] => 246
                    [cpu] => 999
                    [mu] => 1328
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getEventAutocompleteProviderService==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getEventAutocompleteProviderService==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getEventAutocompleteProviderService==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getEventAutocompleteProviderService==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\Container::make==>CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getEventAutocompleteProviderService] => Array
                (
                    [ct] => 1
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 3488
                    [pmu] => 0
                )

            [Civi\Api4\Service\Autocomplete\EventAutocompleteProvider::onApiPrepare==>Civi\API\Event\Event::getApiRequest] => Array
                (
                    [ct] => 125
                    [wt] => 97
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Core\Event\ServiceListener::__invoke@1==>Civi\Api4\Service\Autocomplete\EventAutocompleteProvider::onApiPrepare] => Array
                (
                    [ct] => 46
                    [wt] => 190
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getHierarchicalEntitySubscriberService==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getHierarchicalEntitySubscriberService==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getHierarchicalEntitySubscriberService==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getHierarchicalEntitySubscriberService==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\Container::make==>CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getHierarchicalEntitySubscriberService] => Array
                (
                    [ct] => 1
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 4768
                    [pmu] => 0
                )

            [Civi\Api4\Event\Subscriber\HierarchicalEntitySubscriber::applies==>Civi\API\Event\Event::getApiRequest] => Array
                (
                    [ct] => 250
                    [wt] => 209
                    [cpu] => 1408
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Event\Subscriber\HierarchicalEntitySubscriber::onApiPrepare==>Civi\Api4\Event\Subscriber\HierarchicalEntitySubscriber::applies] => Array
                (
                    [ct] => 125
                    [wt] => 1746
                    [cpu] => 1001
                    [mu] => 4032
                    [pmu] => 0
                )

            [Civi\Core\Event\ServiceListener::__invoke@1==>Civi\Api4\Event\Subscriber\HierarchicalEntitySubscriber::onApiPrepare] => Array
                (
                    [ct] => 46
                    [wt] => 408
                    [cpu] => 0
                    [mu] => 2024
                    [pmu] => 0
                )

            [Civi\API\Subscriber\TransactionSubscriber::onApiPrepare==>Civi\API\Event\Event::getApiRequest] => Array
                (
                    [ct] => 125
                    [wt] => 92
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\API\Subscriber\TransactionSubscriber::onApiPrepare==>Civi\API\Event\Event::getApiProvider] => Array
                (
                    [ct] => 251
                    [wt] => 254
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\API\Subscriber\TransactionSubscriber::isTransactional==>Civi\API\Subscriber\TransactionSubscriber::isForceRollback] => Array
                (
                    [ct] => 57
                    [wt] => 102
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\API\Subscriber\TransactionSubscriber::onApiPrepare==>Civi\API\Subscriber\TransactionSubscriber::isTransactional] => Array
                (
                    [ct] => 125
                    [wt] => 1324
                    [cpu] => 2001
                    [mu] => 2024
                    [pmu] => 0
                )

            [Civi\API\Subscriber\TransactionSubscriber::onApiPrepare==>Civi\API\Subscriber\TransactionSubscriber::isForceRollback] => Array
                (
                    [ct] => 125
                    [wt] => 870
                    [cpu] => 1004
                    [mu] => 1328
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@1==>Civi\API\Subscriber\TransactionSubscriber::onApiPrepare] => Array
                (
                    [ct] => 47
                    [wt] => 1235
                    [cpu] => 2633
                    [mu] => 4048
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCivi_Api4_ValidateFieldsService==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCivi_Api4_ValidateFieldsService==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCivi_Api4_ValidateFieldsService==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCivi_Api4_ValidateFieldsService==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 48
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\Container::make==>CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCivi_Api4_ValidateFieldsService] => Array
                (
                    [ct] => 1
                    [wt] => 60
                    [cpu] => 0
                    [mu] => 3488
                    [pmu] => 0
                )

            [Civi\Api4\Event\Subscriber\ValidateFieldsSubscriber::onApiPrepare==>Civi\API\Event\Event::getApiRequest] => Array
                (
                    [ct] => 125
                    [wt] => 106
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Core\Event\ServiceListener::__invoke@1==>Civi\Api4\Event\Subscriber\ValidateFieldsSubscriber::onApiPrepare] => Array
                (
                    [ct] => 46
                    [wt] => 199
                    [cpu] => 0
                    [mu] => 1296
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCivi_Api4_IsCurrentService==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCivi_Api4_IsCurrentService==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCivi_Api4_IsCurrentService==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCivi_Api4_IsCurrentService==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\Container::make==>CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCivi_Api4_IsCurrentService] => Array
                (
                    [ct] => 1
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 3488
                    [pmu] => 0
                )

            [Civi\Api4\Event\Subscriber\IsCurrentSubscriber::onApiPrepare==>Civi\API\Event\Event::getApiRequest] => Array
                (
                    [ct] => 125
                    [wt] => 120
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Core\Event\ServiceListener::__invoke@1==>Civi\Api4\Event\Subscriber\IsCurrentSubscriber::onApiPrepare] => Array
                (
                    [ct] => 46
                    [wt] => 229
                    [cpu] => 1799
                    [mu] => 1296
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getContactAutocompleteProviderService==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getContactAutocompleteProviderService==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getContactAutocompleteProviderService==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getContactAutocompleteProviderService==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 39
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\Container::make==>CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getContactAutocompleteProviderService] => Array
                (
                    [ct] => 1
                    [wt] => 49
                    [cpu] => 0
                    [mu] => 3488
                    [pmu] => 0
                )

            [Civi\Api4\Service\Autocomplete\ContactAutocompleteProvider::on_civi_api_prepare==>Civi\API\Event\Event::getApiRequest] => Array
                (
                    [ct] => 125
                    [wt] => 106
                    [cpu] => 1002
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Core\Event\ServiceListener::__invoke@1==>Civi\Api4\Service\Autocomplete\ContactAutocompleteProvider::on_civi_api_prepare] => Array
                (
                    [ct] => 46
                    [wt] => 202
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [Civi\API\Subscriber\I18nSubscriber::onApiPrepare==>Civi\API\Event\Event::getApiRequest] => Array
                (
                    [ct] => 125
                    [wt] => 95
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@1==>Civi\API\Subscriber\I18nSubscriber::onApiPrepare] => Array
                (
                    [ct] => 47
                    [wt] => 354
                    [cpu] => 0
                    [mu] => 3048
                    [pmu] => 0
                )

            [Civi\API\Subscriber\APIv3SchemaAdapter::onApiPrepare==>Civi\API\Event\Event::getApiRequest] => Array
                (
                    [ct] => 121
                    [wt] => 109
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\API\Subscriber\APIv3SchemaAdapter::onApiPrepare==>_civicrm_api3_api_getfields] => Array
                (
                    [ct] => 53
                    [wt] => 33739
                    [cpu] => 29735
                    [mu] => 431920
                    [pmu] => 0
                )

            [Civi\API\Subscriber\APIv3SchemaAdapter::onApiPrepare==>_civicrm_api3_swap_out_aliases] => Array
                (
                    [ct] => 53
                    [wt] => 209
                    [cpu] => 0
                    [mu] => 19328
                    [pmu] => 0
                )

            [Civi\API\Subscriber\APIv3SchemaAdapter::onApiPrepare==>Civi\API\Event\PrepareEvent::setApiRequest] => Array
                (
                    [ct] => 53
                    [wt] => 183
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@1==>Civi\API\Subscriber\APIv3SchemaAdapter::onApiPrepare] => Array
                (
                    [ct] => 43
                    [wt] => 1007
                    [cpu] => 637
                    [mu] => 34616
                    [pmu] => 0
                )

            [Civi\API\Subscriber\WrapperAdapter::onApiPrepare==>Civi\API\Event\Event::getApiRequest] => Array
                (
                    [ct] => 125
                    [wt] => 100
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Utils_Hook::apiWrappers==>CRM_Utils_Hook::singleton] => Array
                (
                    [ct] => 182
                    [wt] => 301
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi\Core\CiviEventDispatcher::dispatch@2==>Civi\Core\CiviEventDispatcher::bindPatterns] => Array
                (
                    [ct] => 218
                    [wt] => 355
                    [cpu] => 1997
                    [mu] => 1600
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::dispatch@2==>Symfony\Component\EventDispatcher\EventDispatcher::getListeners] => Array
                (
                    [ct] => 218
                    [wt] => 345
                    [cpu] => 0
                    [mu] => 1168
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@2==>Symfony\Contracts\EventDispatcher\Event::isPropagationStopped] => Array
                (
                    [ct] => 219
                    [wt] => 211
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Core\Event\HookStyleListener::__invoke==>CRM_Core_BAO_Translation::hook_civicrm_apiWrappers] => Array
                (
                    [ct] => 182
                    [wt] => 348
                    [cpu] => 0
                    [mu] => 1264
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@2==>Civi\Core\Event\HookStyleListener::__invoke] => Array
                (
                    [ct] => 97
                    [wt] => 2092
                    [cpu] => 2398
                    [mu] => 1296
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@2==>Civi\Core\CiviEventDispatcher::delegateToUF] => Array
                (
                    [ct] => 93
                    [wt] => 5475
                    [cpu] => 2428
                    [mu] => 55544
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::dispatch@2==>Symfony\Component\EventDispatcher\EventDispatcher::callListeners@2] => Array
                (
                    [ct] => 102
                    [wt] => 199469
                    [cpu] => 161819
                    [mu] => 206336
                    [pmu] => 313376
                )

            [Civi\Core\CiviEventDispatcher::dispatch@2==>Symfony\Component\EventDispatcher\EventDispatcher::dispatch@2] => Array
                (
                    [ct] => 218
                    [wt] => 200887
                    [cpu] => 161819
                    [mu] => 208264
                    [pmu] => 313376
                )

            [CRM_Utils_Hook::invoke==>Civi\Core\CiviEventDispatcher::dispatch@2] => Array
                (
                    [ct] => 88
                    [wt] => 8309
                    [cpu] => 2905
                    [mu] => 18024
                    [pmu] => 0
                )

            [CRM_Utils_Hook::apiWrappers==>CRM_Utils_Hook::invoke] => Array
                (
                    [ct] => 179
                    [wt] => 20760
                    [cpu] => 18997
                    [mu] => 188064
                    [pmu] => 0
                )

            [Civi\API\Subscriber\WrapperAdapter::getWrappers==>CRM_Utils_Hook::apiWrappers] => Array
                (
                    [ct] => 182
                    [wt] => 22676
                    [cpu] => 19993
                    [mu] => 38344
                    [pmu] => 0
                )

            [Civi\API\Subscriber\WrapperAdapter::onApiPrepare==>Civi\API\Subscriber\WrapperAdapter::getWrappers] => Array
                (
                    [ct] => 125
                    [wt] => 18658
                    [cpu] => 16166
                    [mu] => 98272
                    [pmu] => 0
                )

            [Civi\API\Subscriber\WrapperAdapter::onApiPrepare==>CRM_Utils_API_AbstractFieldCoder::fromApiInput] => Array
                (
                    [ct] => 114
                    [wt] => 520
                    [cpu] => 0
                    [mu] => 8920
                    [pmu] => 0
                )

            [Civi\API\Subscriber\WrapperAdapter::onApiPrepare==>CRM_Utils_API_ReloadOption::fromApiInput] => Array
                (
                    [ct] => 57
                    [wt] => 94
                    [cpu] => 1001
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\API\Subscriber\WrapperAdapter::onApiPrepare==>CRM_Utils_API_MatchOption::fromApiInput] => Array
                (
                    [ct] => 57
                    [wt] => 96
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\API\Subscriber\WrapperAdapter::onApiPrepare==>Civi\API\Event\PrepareEvent::setApiRequest] => Array
                (
                    [ct] => 125
                    [wt] => 582
                    [cpu] => 0
                    [mu] => -848
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@1==>Civi\API\Subscriber\WrapperAdapter::onApiPrepare] => Array
                (
                    [ct] => 47
                    [wt] => 8842
                    [cpu] => 5779
                    [mu] => 26464
                    [pmu] => 0
                )

            [Civi\API\Subscriber\APIv3SchemaAdapter::onApiPrepare_validate==>Civi\API\Event\Event::getApiRequest] => Array
                (
                    [ct] => 125
                    [wt] => 103
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\API\Subscriber\APIv3SchemaAdapter::onApiPrepare_validate==>_civicrm_api3_validate_fields] => Array
                (
                    [ct] => 49
                    [wt] => 313
                    [cpu] => 1004
                    [mu] => 8400
                    [pmu] => 0
                )

            [Civi\API\Subscriber\APIv3SchemaAdapter::onApiPrepare_validate==>Civi\API\Event\PrepareEvent::setApiRequest] => Array
                (
                    [ct] => 49
                    [wt] => 153
                    [cpu] => 0
                    [mu] => -18296
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@1==>Civi\API\Subscriber\APIv3SchemaAdapter::onApiPrepare_validate] => Array
                (
                    [ct] => 47
                    [wt] => 860
                    [cpu] => 1004
                    [mu] => 3936
                    [pmu] => 0
                )

            [Civi\API\Kernel::prepare==>Civi\Core\CiviEventDispatcher::dispatch@1] => Array
                (
                    [ct] => 43
                    [wt] => 36659
                    [cpu] => 30169
                    [mu] => 277360
                    [pmu] => 46208
                )

            [Civi\API\Kernel::prepare==>Civi\API\Event\Event::getApiProvider] => Array
                (
                    [ct] => 121
                    [wt] => 136
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\API\Kernel::prepare==>Civi\API\Event\Event::getApiRequest] => Array
                (
                    [ct] => 121
                    [wt] => 96
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\API\Kernel::runRequest==>Civi\API\Kernel::prepare] => Array
                (
                    [ct] => 73
                    [wt] => 569488
                    [cpu] => 496776
                    [mu] => 3332968
                    [pmu] => 46208
                )

            [CRM_Core_BAO_Setting::getSettingSpecification==>Civi\Core\SettingsMetadata::getMetadata] => Array
                (
                    [ct] => 47
                    [wt] => 120198
                    [cpu] => 117868
                    [mu] => -2731952
                    [pmu] => 3634400
                )

            [civicrm_api3_setting_getfields==>CRM_Core_BAO_Setting::getSettingSpecification] => Array
                (
                    [ct] => 47
                    [wt] => 120486
                    [cpu] => 117868
                    [mu] => -2732808
                    [pmu] => 3634400
                )

            [civicrm_api3_create_success==>_civicrm_api_get_entity_name_from_camel] => Array
                (
                    [ct] => 57
                    [wt] => 980
                    [cpu] => 1002
                    [mu] => 2472
                    [pmu] => 0
                )

            [civicrm_api3_create_success==>_civicrm_api_get_camel_name] => Array
                (
                    [ct] => 57
                    [wt] => 865
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [_civicrm_api3_deprecation_check==>_civicrm_api_get_entity_name_from_camel] => Array
                (
                    [ct] => 57
                    [wt] => 313
                    [cpu] => 0
                    [mu] => 2488
                    [pmu] => 0
                )

            [_civicrm_api3_deprecation_check==>_civicrm_api3_setting_deprecation] => Array
                (
                    [ct] => 47
                    [wt] => 70
                    [cpu] => 1000
                    [mu] => 568
                    [pmu] => 0
                )

            [civicrm_api3_create_success==>_civicrm_api3_deprecation_check] => Array
                (
                    [ct] => 57
                    [wt] => 838
                    [cpu] => 1000
                    [mu] => 7464
                    [pmu] => 0
                )

            [civicrm_api3_setting_getfields==>civicrm_api3_create_success] => Array
                (
                    [ct] => 47
                    [wt] => 3057
                    [cpu] => 3006
                    [mu] => 22920
                    [pmu] => 0
                )

            [Civi\API\Provider\MagicFunctionProvider::invoke==>civicrm_api3_setting_getfields] => Array
                (
                    [ct] => 45
                    [wt] => 121142
                    [cpu] => 117197
                    [mu] => -2680504
                    [pmu] => 3269192
                )

            [Civi\API\Kernel::runRequest==>Civi\API\Provider\MagicFunctionProvider::invoke] => Array
                (
                    [ct] => 6
                    [wt] => 477593
                    [cpu] => 450977
                    [mu] => 56008
                    [pmu] => 1013632
                )

            [Civi\API\Kernel::respond==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\API\Kernel::respond==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi\API\Kernel::respond==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\API\Kernel::respond==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Civi\API\Event\RespondEvent::__construct==>Civi\API\Event\Event::__construct] => Array
                (
                    [ct] => 125
                    [wt] => 896
                    [cpu] => 178
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\API\Kernel::respond==>Civi\API\Event\RespondEvent::__construct] => Array
                (
                    [ct] => 125
                    [wt] => 1616
                    [cpu] => 178
                    [mu] => 1216
                    [pmu] => 0
                )

            [Civi\API\Subscriber\WrapperAdapter::onApiRespond==>Civi\API\Event\Event::getApiRequest] => Array
                (
                    [ct] => 125
                    [wt] => 122
                    [cpu] => 1999
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\API\Subscriber\WrapperAdapter::onApiRespond==>Civi\API\Event\RespondEvent::getResponse] => Array
                (
                    [ct] => 125
                    [wt] => 114
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\API\Subscriber\WrapperAdapter::onApiRespond==>Civi\API\Subscriber\WrapperAdapter::getWrappers] => Array
                (
                    [ct] => 125
                    [wt] => 8220
                    [cpu] => 6534
                    [mu] => 41776
                    [pmu] => 0
                )

            [Civi\API\Subscriber\WrapperAdapter::onApiRespond==>CRM_Utils_API_MatchOption::toApiOutput] => Array
                (
                    [ct] => 57
                    [wt] => 76
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\API\Subscriber\WrapperAdapter::onApiRespond==>CRM_Utils_API_ReloadOption::toApiOutput] => Array
                (
                    [ct] => 57
                    [wt] => 125
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\API\Subscriber\WrapperAdapter::onApiRespond==>CRM_Utils_API_NullOutputCoder::toApiOutput] => Array
                (
                    [ct] => 57
                    [wt] => 178
                    [cpu] => 0
                    [mu] => 6112
                    [pmu] => 0
                )

            [Civi\API\Subscriber\WrapperAdapter::onApiRespond==>CRM_Utils_API_AbstractFieldCoder::toApiOutput] => Array
                (
                    [ct] => 57
                    [wt] => 359
                    [cpu] => 729
                    [mu] => 8856
                    [pmu] => 0
                )

            [Civi\API\Subscriber\WrapperAdapter::onApiRespond==>Civi\API\Event\RespondEvent::setResponse] => Array
                (
                    [ct] => 125
                    [wt] => 141
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@1==>Civi\API\Subscriber\WrapperAdapter::onApiRespond] => Array
                (
                    [ct] => 47
                    [wt] => 6858
                    [cpu] => 4671
                    [mu] => 5928
                    [pmu] => 0
                )

            [Civi\Api4\Event\Subscriber\HierarchicalEntitySubscriber::onApiRespond==>Civi\Api4\Event\Subscriber\HierarchicalEntitySubscriber::applies] => Array
                (
                    [ct] => 125
                    [wt] => 2203
                    [cpu] => 3406
                    [mu] => 664
                    [pmu] => 0
                )

            [Civi\Core\Event\ServiceListener::__invoke@1==>Civi\Api4\Event\Subscriber\HierarchicalEntitySubscriber::onApiRespond] => Array
                (
                    [ct] => 46
                    [wt] => 412
                    [cpu] => 0
                    [mu] => 1360
                    [pmu] => 0
                )

            [Civi\API\Subscriber\ChainSubscriber::onApiRespond==>Civi\API\Event\Event::getApiRequest] => Array
                (
                    [ct] => 125
                    [wt] => 104
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\API\Subscriber\ChainSubscriber::onApiRespond==>Civi\API\Event\RespondEvent::getResponse] => Array
                (
                    [ct] => 57
                    [wt] => 48
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\API\Subscriber\ChainSubscriber::onApiRespond==>Civi\API\Event\Event::getApiKernel] => Array
                (
                    [ct] => 56
                    [wt] => 77
                    [cpu] => 1001
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\API\Subscriber\ChainSubscriber::callNestedApi==>_civicrm_api_get_entity_name_from_camel] => Array
                (
                    [ct] => 56
                    [wt] => 398
                    [cpu] => 0
                    [mu] => 2464
                    [pmu] => 0
                )

            [Civi\API\Subscriber\ChainSubscriber::onApiRespond==>Civi\API\Subscriber\ChainSubscriber::callNestedApi] => Array
                (
                    [ct] => 56
                    [wt] => 639
                    [cpu] => 0
                    [mu] => 3128
                    [pmu] => 0
                )

            [Civi\API\Subscriber\ChainSubscriber::onApiRespond==>Civi\API\Event\RespondEvent::setResponse] => Array
                (
                    [ct] => 56
                    [wt] => 51
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@1==>Civi\API\Subscriber\ChainSubscriber::onApiRespond] => Array
                (
                    [ct] => 47
                    [wt] => 1376
                    [cpu] => 1001
                    [mu] => 23944
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getActivityLinksProviderService==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getActivityLinksProviderService==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getActivityLinksProviderService==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getActivityLinksProviderService==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 53
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\Container::make==>CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getActivityLinksProviderService] => Array
                (
                    [ct] => 1
                    [wt] => 65
                    [cpu] => 0
                    [mu] => 3488
                    [pmu] => 0
                )

            [Civi\Api4\Service\Links\ActivityLinksProvider::alterActivityLinksResult==>Civi\API\Event\Event::getApiRequest] => Array
                (
                    [ct] => 125
                    [wt] => 102
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Core\Event\ServiceListener::__invoke@1==>Civi\Api4\Service\Links\ActivityLinksProvider::alterActivityLinksResult] => Array
                (
                    [ct] => 46
                    [wt] => 228
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getContactLinksProviderService==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getContactLinksProviderService==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getContactLinksProviderService==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getContactLinksProviderService==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\Container::make==>CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getContactLinksProviderService] => Array
                (
                    [ct] => 1
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 3488
                    [pmu] => 0
                )

            [Civi\Api4\Service\Links\ContactLinksProvider::alterContactLinksResult==>Civi\API\Event\Event::getApiRequest] => Array
                (
                    [ct] => 125
                    [wt] => 103
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Core\Event\ServiceListener::__invoke@1==>Civi\Api4\Service\Links\ContactLinksProvider::alterContactLinksResult] => Array
                (
                    [ct] => 46
                    [wt] => 222
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getMailSettingsLinksProviderService==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getMailSettingsLinksProviderService==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getMailSettingsLinksProviderService==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getMailSettingsLinksProviderService==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 80
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getMailSettingsLinksProviderService==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 26
                    [cpu] => 1002
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getMailSettingsLinksProviderService==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getMailSettingsLinksProviderService==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getMailSettingsLinksProviderService==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getMailSettingsLinksProviderService==>PathLoad\V0\PathLoad::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\Container::make==>CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getMailSettingsLinksProviderService] => Array
                (
                    [ct] => 1
                    [wt] => 159
                    [cpu] => 1002
                    [mu] => 6968
                    [pmu] => 0
                )

            [Civi\Api4\Service\Links\MailSettingsLinksProvider::alterLinksResult==>Civi\API\Event\Event::getApiRequest] => Array
                (
                    [ct] => 125
                    [wt] => 98
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Core\Event\ServiceListener::__invoke@1==>Civi\Api4\Service\Links\MailSettingsLinksProvider::alterLinksResult] => Array
                (
                    [ct] => 46
                    [wt] => 215
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getMembershipLinksProviderService==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getMembershipLinksProviderService==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getMembershipLinksProviderService==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getMembershipLinksProviderService==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 73
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getMembershipLinksProviderService==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getMembershipLinksProviderService==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getMembershipLinksProviderService==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getMembershipLinksProviderService==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getMembershipLinksProviderService==>PathLoad\V0\PathLoad::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\Container::make==>CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getMembershipLinksProviderService] => Array
                (
                    [ct] => 1
                    [wt] => 121
                    [cpu] => 0
                    [mu] => 6968
                    [pmu] => 0
                )

            [Civi\Api4\Service\Links\MembershipLinksProvider::alterMembershipLinksResult==>Civi\API\Event\Event::getApiRequest] => Array
                (
                    [ct] => 125
                    [wt] => 127
                    [cpu] => 1002
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Core\Event\ServiceListener::__invoke@1==>Civi\Api4\Service\Links\MembershipLinksProvider::alterMembershipLinksResult] => Array
                (
                    [ct] => 46
                    [wt] => 232
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [Civi\API\Subscriber\TransactionSubscriber::onApiRespond==>Civi\API\Event\Event::getApiRequest] => Array
                (
                    [ct] => 125
                    [wt] => 91
                    [cpu] => 1003
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@1==>Civi\API\Subscriber\TransactionSubscriber::onApiRespond] => Array
                (
                    [ct] => 47
                    [wt] => 244
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getParticipantLinksProviderService==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getParticipantLinksProviderService==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getParticipantLinksProviderService==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getParticipantLinksProviderService==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 58
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getParticipantLinksProviderService==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getParticipantLinksProviderService==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getParticipantLinksProviderService==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getParticipantLinksProviderService==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getParticipantLinksProviderService==>PathLoad\V0\PathLoad::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\Container::make==>CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getParticipantLinksProviderService] => Array
                (
                    [ct] => 1
                    [wt] => 104
                    [cpu] => 0
                    [mu] => 6968
                    [pmu] => 0
                )

            [Civi\Api4\Service\Links\ParticipantLinksProvider::alterParticipantLinksResult==>Civi\API\Event\Event::getApiRequest] => Array
                (
                    [ct] => 125
                    [wt] => 99
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Core\Event\ServiceListener::__invoke@1==>Civi\Api4\Service\Links\ParticipantLinksProvider::alterParticipantLinksResult] => Array
                (
                    [ct] => 46
                    [wt] => 212
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [Civi\API\Subscriber\I18nSubscriber::onApiRespond==>Civi\API\Event\Event::getApiRequest] => Array
                (
                    [ct] => 125
                    [wt] => 99
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@1==>Civi\API\Subscriber\I18nSubscriber::onApiRespond] => Array
                (
                    [ct] => 47
                    [wt] => 220
                    [cpu] => 491
                    [mu] => 1280
                    [pmu] => 0
                )

            [Civi\API\Subscriber\DebugSubscriber::onApiRespond==>Civi\API\Event\Event::getApiRequest] => Array
                (
                    [ct] => 125
                    [wt] => 92
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\API\Subscriber\DebugSubscriber::onApiRespond==>Civi\API\Event\RespondEvent::getResponse] => Array
                (
                    [ct] => 125
                    [wt] => 101
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@1==>Civi\API\Subscriber\DebugSubscriber::onApiRespond] => Array
                (
                    [ct] => 47
                    [wt] => 421
                    [cpu] => 0
                    [mu] => 1944
                    [pmu] => 0
                )

            [Civi\API\Kernel::respond==>Civi\Core\CiviEventDispatcher::dispatch@1] => Array
                (
                    [ct] => 47
                    [wt] => 16882
                    [cpu] => 8344
                    [mu] => 56128
                    [pmu] => 0
                )

            [Civi\API\Kernel::respond==>Civi\API\Event\RespondEvent::getResponse] => Array
                (
                    [ct] => 125
                    [wt] => 95
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\API\Kernel::runRequest==>Civi\API\Kernel::respond] => Array
                (
                    [ct] => 73
                    [wt] => 31521
                    [cpu] => 30343
                    [mu] => 94352
                    [pmu] => 0
                )

            [Civi\API\Kernel::runSafe==>Civi\API\Kernel::runRequest] => Array
                (
                    [ct] => 7
                    [wt] => 510134
                    [cpu] => 477348
                    [mu] => 338360
                    [pmu] => 1013632
                )

            [Civi\API\Kernel::runSafe==>Civi\API\Kernel::formatResult] => Array
                (
                    [ct] => 48
                    [wt] => 91
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [civicrm_api3==>Civi\API\Kernel::runSafe] => Array
                (
                    [ct] => 47
                    [wt] => 201006
                    [cpu] => 177563
                    [mu] => -2403872
                    [pmu] => 3269192
                )

            [CRM_Core_BAO_Setting::validateSettingsInput==>civicrm_api3] => Array
                (
                    [ct] => 47
                    [wt] => 189200
                    [cpu] => 168755
                    [mu] => -2388992
                    [pmu] => 3634400
                )

            [Civi\Core\SettingsBag::setDb==>CRM_Core_BAO_Setting::validateSettingsInput] => Array
                (
                    [ct] => 47
                    [wt] => 189827
                    [cpu] => 168755
                    [mu] => -2350368
                    [pmu] => 3634400
                )

            [Civi\Core\SettingsBag::setDb==>CRM_Core_DAO_Base::__construct] => Array
                (
                    [ct] => 47
                    [wt] => 11723
                    [cpu] => 12326
                    [mu] => 122584
                    [pmu] => 0
                )

            [DB_DataObject::_build_condition==>DB_DataObject::_is_null] => Array
                (
                    [ct] => 681
                    [wt] => 1818
                    [cpu] => 549
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\SettingsBag::setDb==>DB_DataObject::find] => Array
                (
                    [ct] => 47
                    [wt] => 60057
                    [cpu] => 40387
                    [mu] => 848488
                    [pmu] => 0
                )

            [Civi\Core\SettingsBag::setDb==>CRM_Utils_String::unserialize] => Array
                (
                    [ct] => 47
                    [wt] => 2867
                    [cpu] => 154
                    [mu] => 54712
                    [pmu] => 0
                )

            [Civi\Core\SettingsBag::setDb==>CRM_Utils_System::isNull] => Array
                (
                    [ct] => 47
                    [wt] => 88
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi\Core\SettingsBag::setDb==>CRM_Core_Config::isUpgradeMode] => Array
                (
                    [ct] => 1
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_Time::getTime==>CRM_Utils_Time::time] => Array
                (
                    [ct] => 47
                    [wt] => 85
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\SettingsBag::setDb==>CRM_Utils_Time::getTime] => Array
                (
                    [ct] => 47
                    [wt] => 835
                    [cpu] => 143
                    [mu] => 13216
                    [pmu] => 0
                )

            [Civi\Core\SettingsBag::setDb==>CRM_Core_Session::singleton] => Array
                (
                    [ct] => 47
                    [wt] => 85
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [_registry_check_code==>Database::getConnection] => Array
                (
                    [ct] => 12
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [DatabaseConnection::getDriverClass==>DatabaseConnection_mysql::driver] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [DatabaseConnection::getDriverClass==>Database::loadDriverFile] => Array
                (
                    [ct] => 4
                    [wt] => 125
                    [cpu] => 0
                    [mu] => 1712
                    [pmu] => 0
                )

            [DatabaseConnection::select==>DatabaseConnection::getDriverClass] => Array
                (
                    [ct] => 60
                    [wt] => 138
                    [cpu] => 0
                    [mu] => 2696
                    [pmu] => 0
                )

            [Query::__construct==>DatabaseConnection::getKey] => Array
                (
                    [ct] => 204
                    [wt] => 247
                    [cpu] => 532
                    [mu] => 552
                    [pmu] => 0
                )

            [Query::__construct==>DatabaseConnection::getTarget] => Array
                (
                    [ct] => 204
                    [wt] => 181
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [SelectQuery::__construct==>Query::__construct] => Array
                (
                    [ct] => 60
                    [wt] => 716
                    [cpu] => 532
                    [mu] => 17144
                    [pmu] => 0
                )

            [SelectQuery::__construct==>DatabaseCondition::__construct] => Array
                (
                    [ct] => 120
                    [wt] => 111
                    [cpu] => 0
                    [mu] => 45688
                    [pmu] => 0
                )

            [SelectQuery::__construct==>SelectQuery::addJoin] => Array
                (
                    [ct] => 60
                    [wt] => 216
                    [cpu] => 0
                    [mu] => 45672
                    [pmu] => 0
                )

            [DatabaseConnection::select==>SelectQuery::__construct] => Array
                (
                    [ct] => 60
                    [wt] => 1753
                    [cpu] => 1519
                    [mu] => 147168
                    [pmu] => 0
                )

            [_registry_check_code==>DatabaseConnection::select] => Array
                (
                    [ct] => 12
                    [wt] => 528
                    [cpu] => 0
                    [mu] => 40336
                    [pmu] => 0
                )

            [SelectQuery::fields==>SelectQuery::addField] => Array
                (
                    [ct] => 12
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 9576
                    [pmu] => 0
                )

            [_registry_check_code==>SelectQuery::fields] => Array
                (
                    [ct] => 12
                    [wt] => 57
                    [cpu] => 0
                    [mu] => 10192
                    [pmu] => 0
                )

            [db_like==>Database::getConnection] => Array
                (
                    [ct] => 12
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [db_like==>DatabaseConnection::escapeLike] => Array
                (
                    [ct] => 12
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 1200
                    [pmu] => 0
                )

            [_registry_check_code==>db_like] => Array
                (
                    [ct] => 12
                    [wt] => 86
                    [cpu] => 0
                    [mu] => 2392
                    [pmu] => 0
                )

            [SelectQuery::condition==>DatabaseCondition::condition] => Array
                (
                    [ct] => 72
                    [wt] => 87
                    [cpu] => 0
                    [mu] => 27624
                    [pmu] => 0
                )

            [_registry_check_code==>SelectQuery::condition] => Array
                (
                    [ct] => 24
                    [wt] => 143
                    [cpu] => 247
                    [mu] => 10192
                    [pmu] => 0
                )

            [SelectQuery::preExecute==>SelectQuery::isPrepared] => Array
                (
                    [ct] => 60
                    [wt] => 64
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [SelectQuery::execute==>SelectQuery::preExecute] => Array
                (
                    [ct] => 60
                    [wt] => 372
                    [cpu] => 0
                    [mu] => 1168
                    [pmu] => 0
                )

            [DatabaseCondition::compile==>Query::uniqueIdentifier] => Array
                (
                    [ct] => 312
                    [wt] => 404
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [DatabaseCondition::compile==>DatabaseConnection_mysql::mapConditionOperator] => Array
                (
                    [ct] => 73
                    [wt] => 86
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [DatabaseCondition::compile==>DatabaseCondition::mapConditionOperator] => Array
                (
                    [ct] => 73
                    [wt] => 146
                    [cpu] => 0
                    [mu] => 28424
                    [pmu] => 0
                )

            [DatabaseCondition::compile==>Query::nextPlaceholder] => Array
                (
                    [ct] => 196
                    [wt] => 217
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [DatabaseConnection_mysql::escapeField==>DatabaseConnection::escapeField] => Array
                (
                    [ct] => 235
                    [wt] => 330
                    [cpu] => 186
                    [mu] => 1528
                    [pmu] => 0
                )

            [DatabaseConnection_mysql::escapeField==>DatabaseConnection_mysql::quoteIdentifier] => Array
                (
                    [ct] => 235
                    [wt] => 1773
                    [cpu] => 609
                    [mu] => 2120
                    [pmu] => 0
                )

            [DatabaseCondition::compile==>DatabaseConnection_mysql::escapeField] => Array
                (
                    [ct] => 73
                    [wt] => 945
                    [cpu] => 0
                    [mu] => 2616
                    [pmu] => 0
                )

            [SelectQuery::compile==>DatabaseCondition::compile] => Array
                (
                    [ct] => 120
                    [wt] => 4891
                    [cpu] => 1163
                    [mu] => 155808
                    [pmu] => 0
                )

            [SelectQuery::getArguments==>SelectQuery::compile] => Array
                (
                    [ct] => 60
                    [wt] => 5338
                    [cpu] => 1647
                    [mu] => 64264
                    [pmu] => 0
                )

            [SelectQuery::compiled==>DatabaseCondition::compiled] => Array
                (
                    [ct] => 240
                    [wt] => 252
                    [cpu] => 607
                    [mu] => 552
                    [pmu] => 0
                )

            [SelectQuery::arguments==>SelectQuery::compiled] => Array
                (
                    [ct] => 60
                    [wt] => 468
                    [cpu] => 1424
                    [mu] => 1168
                    [pmu] => 0
                )

            [SelectQuery::arguments==>DatabaseCondition::arguments] => Array
                (
                    [ct] => 120
                    [wt] => 129
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [SelectQuery::getArguments==>SelectQuery::arguments] => Array
                (
                    [ct] => 60
                    [wt] => 1095
                    [cpu] => 2220
                    [mu] => 24960
                    [pmu] => 0
                )

            [SelectQuery::execute==>SelectQuery::getArguments] => Array
                (
                    [ct] => 60
                    [wt] => 6810
                    [cpu] => 3867
                    [mu] => 89904
                    [pmu] => 0
                )

            [SelectQuery::__toString==>SelectQuery::compiled] => Array
                (
                    [ct] => 60
                    [wt] => 294
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [SelectQuery::__toString==>DatabaseConnection::makeComment] => Array
                (
                    [ct] => 60
                    [wt] => 63
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [DatabaseConnection_mysql::escapeAlias==>DatabaseConnection::escapeAlias] => Array
                (
                    [ct] => 132
                    [wt] => 142
                    [cpu] => 684
                    [mu] => 944
                    [pmu] => 0
                )

            [DatabaseConnection_mysql::escapeAlias==>DatabaseConnection_mysql::quoteIdentifier] => Array
                (
                    [ct] => 132
                    [wt] => 467
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [SelectQuery::__toString==>DatabaseConnection_mysql::escapeAlias] => Array
                (
                    [ct] => 132
                    [wt] => 1249
                    [cpu] => 684
                    [mu] => 2224
                    [pmu] => 0
                )

            [SelectQuery::__toString==>DatabaseConnection_mysql::escapeField] => Array
                (
                    [ct] => 12
                    [wt] => 85
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [SelectQuery::__toString==>DatabaseConnection::escapeTable] => Array
                (
                    [ct] => 60
                    [wt] => 76
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [SelectQuery::__toString==>DatabaseCondition::count] => Array
                (
                    [ct] => 120
                    [wt] => 113
                    [cpu] => 528
                    [mu] => 552
                    [pmu] => 0
                )

            [SelectQuery::__toString==>DatabaseCondition::__toString] => Array
                (
                    [ct] => 60
                    [wt] => 54
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [SelectQuery::execute==>SelectQuery::__toString] => Array
                (
                    [ct] => 60
                    [wt] => 3545
                    [cpu] => 1993
                    [mu] => 42520
                    [pmu] => 0
                )

            [SelectQuery::execute==>DatabaseConnection::query] => Array
                (
                    [ct] => 60
                    [wt] => 23480
                    [cpu] => 30238
                    [mu] => 1111632
                    [pmu] => 0
                )

            [_registry_check_code==>SelectQuery::execute] => Array
                (
                    [ct] => 12
                    [wt] => 5869
                    [cpu] => 4456
                    [mu] => 249392
                    [pmu] => 0
                )

            [_registry_check_code==>DatabaseStatementBase::fetchField] => Array
                (
                    [ct] => 12
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_ClassLoader::loadClass==>load::Contact/Utils.php] => Array
                (
                    [ct] => 1
                    [wt] => 1435
                    [cpu] => 744
                    [mu] => 158224
                    [pmu] => 0
                )

            [Civi\Core\SettingsBag::setDb==>CRM_Core_Session::get] => Array
                (
                    [ct] => 94
                    [wt] => 1007
                    [cpu] => 791
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_DAO::getFieldValue==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_DAO::getFieldValue==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_DAO::getFieldValue==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_DAO::getFieldValue==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_DAO::getFieldValue==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_DAO::getFieldValue==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_DAO::getFieldValue==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_DAO::getFieldValue==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 93
                    [cpu] => 0
                    [mu] => 624
                    [pmu] => 0
                )

            [CRM_Core_DAO::getFieldValue==>CRM_Core_DAO_Base::__construct] => Array
                (
                    [ct] => 126
                    [wt] => 26991
                    [cpu] => 20994
                    [mu] => 348440
                    [pmu] => 19984
                )

            [CRM_Core_DAO::getFieldValue==>DB_DataObject::selectAdd] => Array
                (
                    [ct] => 252
                    [wt] => 646
                    [cpu] => 0
                    [mu] => 92688
                    [pmu] => 0
                )

            [CRM_Core_DAO::getFieldValue==>DB_DataObject::find] => Array
                (
                    [ct] => 126
                    [wt] => 98008
                    [cpu] => 95446
                    [mu] => 2273584
                    [pmu] => 142192
                )

            [CRM_Contact_BAO_Contact_Utils::isContactId==>CRM_Core_DAO::getFieldValue] => Array
                (
                    [ct] => 47
                    [wt] => 22994
                    [cpu] => 19735
                    [mu] => 531800
                    [pmu] => 0
                )

            [CRM_Contact_BAO_Contact_Utils::isContactId==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 15
                    [wt] => 229
                    [cpu] => 0
                    [mu] => -257672
                    [pmu] => 0
                )

            [Civi\Core\SettingsBag::setDb==>CRM_Contact_BAO_Contact_Utils::isContactId] => Array
                (
                    [ct] => 47
                    [wt] => 23519
                    [cpu] => 19735
                    [mu] => 134440
                    [pmu] => 0
                )

            [CRM_Core_DAO_Base::keys==>CRM_Core_DAO_Base::getEntityDefinition] => Array
                (
                    [ct] => 3620
                    [wt] => 73943
                    [cpu] => 50508
                    [mu] => 568
                    [pmu] => 1024
                )

            [CRM_Core_DAO_Base::keys==>Civi\Schema\EntityRepository::{closure}] => Array
                (
                    [ct] => 3554
                    [wt] => 495686
                    [cpu] => 366695
                    [mu] => 38948648
                    [pmu] => 11136
                )

            [CRM_Core_DAO::getFirstPrimaryKey==>CRM_Core_DAO_Base::keys] => Array
                (
                    [ct] => 3620
                    [wt] => 599581
                    [cpu] => 439823
                    [mu] => 2816448
                    [pmu] => 12416
                )

            [CRM_Core_DAO::save==>CRM_Core_DAO::getFirstPrimaryKey] => Array
                (
                    [ct] => 598
                    [wt] => 202366
                    [cpu] => 147583
                    [mu] => 2448
                    [pmu] => 12672
                )

            [CRM_Core_DAO::save==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_DAO::save==>_afform_civix_class_loader] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_DAO::save==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_DAO::save==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 94
                    [cpu] => 0
                    [mu] => 856
                    [pmu] => 0
                )

            [CRM_Core_DAO::save==>Civi\Core\DAO\Event\PreUpdate::__construct] => Array
                (
                    [ct] => 598
                    [wt] => 746
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_DAO::save==>Civi::dispatcher] => Array
                (
                    [ct] => 1196
                    [wt] => 6074
                    [cpu] => 1708
                    [mu] => 536
                    [pmu] => 0
                )

            [CRM_Core_DAO::save==>Civi\Core\CiviEventDispatcher::dispatch@1] => Array
                (
                    [ct] => 80
                    [wt] => 30978
                    [cpu] => 14717
                    [mu] => 15264
                    [pmu] => 0
                )

            [DB_DataObject::update==>DB_DataObject::_connect] => Array
                (
                    [ct] => 342
                    [wt] => 1866
                    [cpu] => 2090
                    [mu] => 552
                    [pmu] => 0
                )

            [DB_DataObject::update==>CRM_Core_DAO::table] => Array
                (
                    [ct] => 171
                    [wt] => 3073
                    [cpu] => 3007
                    [mu] => 1442344
                    [pmu] => 2336
                )

            [CRM_Core_DAO::sequenceKey==>CRM_Core_DAO::getFirstPrimaryKey] => Array
                (
                    [ct] => 660
                    [wt] => 208755
                    [cpu] => 232191
                    [mu] => 568
                    [pmu] => 0
                )

            [DB_DataObject::update==>CRM_Core_DAO::sequenceKey] => Array
                (
                    [ct] => 171
                    [wt] => 31347
                    [cpu] => 33967
                    [mu] => 65480
                    [pmu] => 0
                )

            [DB_DataObject::update==>DB_mysqli::quoteIdentifier] => Array
                (
                    [ct] => 1089
                    [wt] => 1552
                    [cpu] => 836
                    [mu] => 44128
                    [pmu] => 0
                )

            [DB_DataObject::update==>DB_DataObject::_is_null] => Array
                (
                    [ct] => 657
                    [wt] => 1169
                    [cpu] => 996
                    [mu] => 552
                    [pmu] => 0
                )

            [DB_DataObject::update==>DB_DataObject::_quote] => Array
                (
                    [ct] => 408
                    [wt] => 3731
                    [cpu] => 4394
                    [mu] => 51880
                    [pmu] => 0
                )

            [DB_DataObject::update==>DB_DataObject::_build_condition] => Array
                (
                    [ct] => 171
                    [wt] => 4523
                    [cpu] => 5751
                    [mu] => 141056
                    [pmu] => 0
                )

            [DB_DataObject::update==>DB_DataObject::tableName] => Array
                (
                    [ct] => 171
                    [wt] => 172
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [DB_DataObject::update==>DB_DataObject::_query] => Array
                (
                    [ct] => 171
                    [wt] => 347327
                    [cpu] => 111534
                    [mu] => 64576
                    [pmu] => 0
                )

            [DB_DataObject::update==>PEAR::isError] => Array
                (
                    [ct] => 171
                    [wt] => 232
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [DB_DataObject::update==>DB_DataObject::_clear_cache] => Array
                (
                    [ct] => 145
                    [wt] => 424
                    [cpu] => 72
                    [mu] => 7760
                    [pmu] => 0
                )

            [CRM_Core_DAO::save==>DB_DataObject::update] => Array
                (
                    [ct] => 109
                    [wt] => 274210
                    [cpu] => 107506
                    [mu] => 304024
                    [pmu] => 2336
                )

            [CRM_Core_DAO::save==>Civi\Core\DAO\Event\PostUpdate::__construct] => Array
                (
                    [ct] => 598
                    [wt] => 928
                    [cpu] => 232
                    [mu] => 568
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@1==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@1==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@1==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@1==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 52
                    [cpu] => 190
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@1==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@1==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@1==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@1==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 396
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [CRM_Core_DAO::singleValueQuery==>CRM_Core_DAO::composeQuery] => Array
                (
                    [ct] => 138
                    [wt] => 7378
                    [cpu] => 1432
                    [mu] => 140984
                    [pmu] => 0
                )

            [CRM_Core_DAO::singleValueQuery==>CRM_Core_DAO::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 84
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [DB_common::modifyQuery==>Civi\Core\CiviEventDispatcher::dispatch@2] => Array
                (
                    [ct] => 107
                    [wt] => 1726
                    [cpu] => 2252
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_DAO::singleValueQuery==>CRM_Core_DAO::query] => Array
                (
                    [ct] => 138
                    [wt] => 237464
                    [cpu] => 49998
                    [mu] => 1824792
                    [pmu] => 11648
                )

            [DB_DataObject::getDatabaseResult==>DB_DataObject::_connect] => Array
                (
                    [ct] => 138
                    [wt] => 761
                    [cpu] => 157
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_DAO::singleValueQuery==>DB_DataObject::getDatabaseResult] => Array
                (
                    [ct] => 138
                    [wt] => 1454
                    [cpu] => 157
                    [mu] => 1200
                    [pmu] => 0
                )

            [CRM_Core_DAO::singleValueQuery==>DB_result::fetchRow] => Array
                (
                    [ct] => 110
                    [wt] => 1032
                    [cpu] => 221
                    [mu] => 7936
                    [pmu] => 0
                )

            [CRM_Core_DAO::singleValueQuery==>DB_DataObject::free] => Array
                (
                    [ct] => 138
                    [wt] => 964
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_BAO_RecurringEntity::getParentFor==>CRM_Core_DAO::singleValueQuery] => Array
                (
                    [ct] => 109
                    [wt] => 80748
                    [cpu] => 40176
                    [mu] => 1800336
                    [pmu] => 11648
                )

            [CRM_Core_BAO_RecurringEntity::getEntitiesFor==>CRM_Core_BAO_RecurringEntity::getParentFor] => Array
                (
                    [ct] => 109
                    [wt] => 81643
                    [cpu] => 40176
                    [mu] => -36304
                    [pmu] => 11648
                )

            [CRM_Core_BAO_RecurringEntity::triggerUpdate==>CRM_Core_BAO_RecurringEntity::getEntitiesFor] => Array
                (
                    [ct] => 109
                    [wt] => 82192
                    [cpu] => 40176
                    [mu] => -35640
                    [pmu] => 11648
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@1==>CRM_Core_BAO_RecurringEntity::triggerUpdate] => Array
                (
                    [ct] => 40
                    [wt] => 28838
                    [cpu] => 14445
                    [mu] => 10096
                    [pmu] => 0
                )

            [CRM_Core_DAO::save==>CRM_Core_DAO::clearDbColumnValueCache] => Array
                (
                    [ct] => 109
                    [wt] => 501
                    [cpu] => 0
                    [mu] => -1744
                    [pmu] => 0
                )

            [CRM_Core_DAO::save==>DB_DataObject::free] => Array
                (
                    [ct] => 598
                    [wt] => 3444
                    [cpu] => 718
                    [mu] => -834168
                    [pmu] => 0
                )

            [CRM_Utils_Hook::postSave==>CRM_Core_DAO_Base::getTableName] => Array
                (
                    [ct] => 598
                    [wt] => 16302
                    [cpu] => 2558
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_Hook::postSave==>CRM_Utils_Hook::singleton] => Array
                (
                    [ct] => 598
                    [wt] => 1228
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@1==>Civi\Core\CiviEventDispatcher::delegateToUF] => Array
                (
                    [ct] => 275
                    [wt] => 14487
                    [cpu] => 9098
                    [mu] => 143440
                    [pmu] => 0
                )

            [CRM_Utils_Hook::invoke==>Civi\Core\CiviEventDispatcher::dispatch@1] => Array
                (
                    [ct] => 211
                    [wt] => 65248
                    [cpu] => 52678
                    [mu] => 177104
                    [pmu] => 0
                )

            [CRM_Utils_Hook::postSave==>CRM_Utils_Hook::invoke] => Array
                (
                    [ct] => 598
                    [wt] => 61679
                    [cpu] => 15182
                    [mu] => 565032
                    [pmu] => 0
                )

            [CRM_Core_DAO::save==>CRM_Utils_Hook::postSave] => Array
                (
                    [ct] => 598
                    [wt] => 84891
                    [cpu] => 18490
                    [mu] => 75016
                    [pmu] => 0
                )

            [Civi\Core\SettingsBag::setDb==>CRM_Core_DAO::save] => Array
                (
                    [ct] => 47
                    [wt] => 162793
                    [cpu] => 62036
                    [mu] => -751248
                    [pmu] => 0
                )

            [Civi\Core\SettingsBag::set==>Civi\Core\SettingsBag::setDb] => Array
                (
                    [ct] => 47
                    [wt] => 461450
                    [cpu] => 308825
                    [mu] => -2552160
                    [pmu] => 3685424
                )

            [Civi\Core\SettingsBag::set==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 47
                    [wt] => 397
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_Resources::setCacheCode==>Civi\Core\SettingsBag::set] => Array
                (
                    [ct] => 47
                    [wt] => 462630
                    [cpu] => 309018
                    [mu] => -2758472
                    [pmu] => 3685424
                )

            [CRM_Core_Resources::resetCacheCode==>CRM_Core_Resources::setCacheCode] => Array
                (
                    [ct] => 47
                    [wt] => 463785
                    [cpu] => 309309
                    [mu] => -2757256
                    [pmu] => 3685424
                )

            [CRM_Core_Resources::resetCacheCode==>CRM_Core_Config::singleton] => Array
                (
                    [ct] => 47
                    [wt] => 137
                    [cpu] => 273
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Resources::resetCacheCode==>CRM_Core_Config_MagicMerge::__get] => Array
                (
                    [ct] => 47
                    [wt] => 153
                    [cpu] => 422
                    [mu] => 568
                    [pmu] => 0
                )

            [db_merge==>Database::getConnection] => Array
                (
                    [ct] => 48
                    [wt] => 239
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [DatabaseConnection::merge==>DatabaseConnection::getDriverClass] => Array
                (
                    [ct] => 48
                    [wt] => 125
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [MergeQuery::__construct==>Query::__construct] => Array
                (
                    [ct] => 48
                    [wt] => 1003
                    [cpu] => 846
                    [mu] => 12840
                    [pmu] => 0
                )

            [MergeQuery::__construct==>DatabaseCondition::__construct] => Array
                (
                    [ct] => 48
                    [wt] => 135
                    [cpu] => 597
                    [mu] => 18616
                    [pmu] => 0
                )

            [DatabaseConnection::merge==>MergeQuery::__construct] => Array
                (
                    [ct] => 48
                    [wt] => 1743
                    [cpu] => 2407
                    [mu] => 56328
                    [pmu] => 0
                )

            [db_merge==>DatabaseConnection::merge] => Array
                (
                    [ct] => 48
                    [wt] => 2423
                    [cpu] => 3323
                    [mu] => 72920
                    [pmu] => 0
                )

            [variable_set==>db_merge] => Array
                (
                    [ct] => 47
                    [wt] => 3072
                    [cpu] => 3323
                    [mu] => 90320
                    [pmu] => 0
                )

            [MergeQuery::condition==>DatabaseCondition::condition] => Array
                (
                    [ct] => 49
                    [wt] => 129
                    [cpu] => 0
                    [mu] => 18976
                    [pmu] => 0
                )

            [MergeQuery::key==>MergeQuery::condition] => Array
                (
                    [ct] => 49
                    [wt] => 327
                    [cpu] => 0
                    [mu] => 19576
                    [pmu] => 0
                )

            [variable_set==>MergeQuery::key] => Array
                (
                    [ct] => 47
                    [wt] => 556
                    [cpu] => 0
                    [mu] => 37088
                    [pmu] => 0
                )

            [variable_set==>MergeQuery::fields] => Array
                (
                    [ct] => 47
                    [wt] => 84
                    [cpu] => 390
                    [mu] => 18208
                    [pmu] => 0
                )

            [MergeQuery::execute==>DatabaseCondition::count] => Array
                (
                    [ct] => 48
                    [wt] => 62
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [MergeQuery::execute==>DatabaseConnection::select] => Array
                (
                    [ct] => 48
                    [wt] => 1800
                    [cpu] => 1519
                    [mu] => 133800
                    [pmu] => 0
                )

            [MergeQuery::execute==>SelectQuery::condition] => Array
                (
                    [ct] => 48
                    [wt] => 243
                    [cpu] => 0
                    [mu] => 18600
                    [pmu] => 0
                )

            [MergeQuery::execute==>SelectQuery::addExpression] => Array
                (
                    [ct] => 48
                    [wt] => 114
                    [cpu] => 0
                    [mu] => 36648
                    [pmu] => 0
                )

            [DatabaseCondition::compile@1==>Query::uniqueIdentifier] => Array
                (
                    [ct] => 144
                    [wt] => 125
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [DatabaseCondition::compile@1==>DatabaseConnection_mysql::mapConditionOperator] => Array
                (
                    [ct] => 98
                    [wt] => 118
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [DatabaseCondition::compile@1==>DatabaseCondition::mapConditionOperator] => Array
                (
                    [ct] => 98
                    [wt] => 284
                    [cpu] => 0
                    [mu] => 37416
                    [pmu] => 0
                )

            [DatabaseCondition::compile@1==>Query::nextPlaceholder] => Array
                (
                    [ct] => 98
                    [wt] => 129
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [DatabaseCondition::compile@1==>DatabaseConnection_mysql::escapeField] => Array
                (
                    [ct] => 98
                    [wt] => 1933
                    [cpu] => 924
                    [mu] => 568
                    [pmu] => 0
                )

            [DatabaseCondition::compile==>DatabaseCondition::compile@1] => Array
                (
                    [ct] => 96
                    [wt] => 4894
                    [cpu] => 924
                    [mu] => 283296
                    [pmu] => 0
                )

            [DatabaseCondition::compile==>DatabaseCondition::__toString] => Array
                (
                    [ct] => 96
                    [wt] => 118
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [DatabaseCondition::compile==>DatabaseCondition::arguments] => Array
                (
                    [ct] => 96
                    [wt] => 92
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [MergeQuery::execute==>SelectQuery::execute] => Array
                (
                    [ct] => 48
                    [wt] => 29106
                    [cpu] => 32309
                    [mu] => 934856
                    [pmu] => 0
                )

            [MergeQuery::execute==>DatabaseStatementBase::fetchField] => Array
                (
                    [ct] => 48
                    [wt] => 139
                    [cpu] => 0
                    [mu] => 1320
                    [pmu] => 0
                )

            [DatabaseConnection::update==>DatabaseConnection::getDriverClass] => Array
                (
                    [ct] => 48
                    [wt] => 118
                    [cpu] => 0
                    [mu] => 616
                    [pmu] => 0
                )

            [UpdateQuery::__construct==>Query::__construct] => Array
                (
                    [ct] => 48
                    [wt] => 631
                    [cpu] => 191
                    [mu] => 12840
                    [pmu] => 0
                )

            [UpdateQuery::__construct==>DatabaseCondition::__construct] => Array
                (
                    [ct] => 48
                    [wt] => 57
                    [cpu] => 0
                    [mu] => 18616
                    [pmu] => 0
                )

            [DatabaseConnection::update==>UpdateQuery::__construct] => Array
                (
                    [ct] => 48
                    [wt] => 1092
                    [cpu] => 276
                    [mu] => 56328
                    [pmu] => 0
                )

            [MergeQuery::execute==>DatabaseConnection::update] => Array
                (
                    [ct] => 48
                    [wt] => 1653
                    [cpu] => 276
                    [mu] => 69912
                    [pmu] => 0
                )

            [MergeQuery::execute==>UpdateQuery::fields] => Array
                (
                    [ct] => 48
                    [wt] => 62
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [UpdateQuery::condition==>DatabaseCondition::condition] => Array
                (
                    [ct] => 48
                    [wt] => 80
                    [cpu] => 0
                    [mu] => 18600
                    [pmu] => 0
                )

            [MergeQuery::execute==>UpdateQuery::condition] => Array
                (
                    [ct] => 48
                    [wt] => 255
                    [cpu] => 0
                    [mu] => 19216
                    [pmu] => 0
                )

            [UpdateQuery::execute==>DatabaseCondition::count] => Array
                (
                    [ct] => 48
                    [wt] => 46
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [UpdateQuery::execute==>DatabaseCondition::compile] => Array
                (
                    [ct] => 48
                    [wt] => 2881
                    [cpu] => 456
                    [mu] => 61312
                    [pmu] => 0
                )

            [UpdateQuery::execute==>DatabaseCondition::arguments] => Array
                (
                    [ct] => 48
                    [wt] => 45
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [UpdateQuery_mysql::__toString==>DatabaseConnection_mysql::escapeField] => Array
                (
                    [ct] => 52
                    [wt] => 516
                    [cpu] => 186
                    [mu] => 1528
                    [pmu] => 0
                )

            [UpdateQuery::__toString==>DatabaseConnection::makeComment] => Array
                (
                    [ct] => 48
                    [wt] => 49
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [UpdateQuery::__toString==>DatabaseConnection::escapeTable] => Array
                (
                    [ct] => 48
                    [wt] => 78
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [UpdateQuery::__toString==>DatabaseCondition::count] => Array
                (
                    [ct] => 48
                    [wt] => 42
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [UpdateQuery::__toString==>DatabaseCondition::compile] => Array
                (
                    [ct] => 48
                    [wt] => 155
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [UpdateQuery::__toString==>DatabaseCondition::__toString] => Array
                (
                    [ct] => 48
                    [wt] => 45
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [UpdateQuery_mysql::__toString==>UpdateQuery::__toString] => Array
                (
                    [ct] => 48
                    [wt] => 1172
                    [cpu] => 0
                    [mu] => 30984
                    [pmu] => 0
                )

            [UpdateQuery::execute==>UpdateQuery_mysql::__toString] => Array
                (
                    [ct] => 48
                    [wt] => 2107
                    [cpu] => 329
                    [mu] => 30256
                    [pmu] => 0
                )

            [UpdateQuery::execute==>DatabaseConnection::query] => Array
                (
                    [ct] => 48
                    [wt] => 83067
                    [cpu] => 12985
                    [mu] => 111736
                    [pmu] => 0
                )

            [MergeQuery::execute==>UpdateQuery::execute] => Array
                (
                    [ct] => 48
                    [wt] => 89165
                    [cpu] => 13770
                    [mu] => 74928
                    [pmu] => 0
                )

            [variable_set==>MergeQuery::execute] => Array
                (
                    [ct] => 47
                    [wt] => 120840
                    [cpu] => 47084
                    [mu] => 377976
                    [pmu] => 0
                )

            [cache_clear_all==>_cache_get_object] => Array
                (
                    [ct] => 47
                    [wt] => 120
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [db_delete==>Database::getConnection] => Array
                (
                    [ct] => 48
                    [wt] => 164
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [DatabaseConnection::delete==>DatabaseConnection::getDriverClass] => Array
                (
                    [ct] => 48
                    [wt] => 105
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [DeleteQuery::__construct==>Query::__construct] => Array
                (
                    [ct] => 48
                    [wt] => 676
                    [cpu] => 199
                    [mu] => 12840
                    [pmu] => 0
                )

            [DeleteQuery::__construct==>DatabaseCondition::__construct] => Array
                (
                    [ct] => 48
                    [wt] => 64
                    [cpu] => 0
                    [mu] => 18616
                    [pmu] => 0
                )

            [DatabaseConnection::delete==>DeleteQuery::__construct] => Array
                (
                    [ct] => 48
                    [wt] => 1123
                    [cpu] => 199
                    [mu] => 56328
                    [pmu] => 0
                )

            [db_delete==>DatabaseConnection::delete] => Array
                (
                    [ct] => 48
                    [wt] => 1612
                    [cpu] => 199
                    [mu] => 66776
                    [pmu] => 0
                )

            [DrupalDatabaseCache::clear==>db_delete] => Array
                (
                    [ct] => 47
                    [wt] => 2094
                    [cpu] => 199
                    [mu] => 84320
                    [pmu] => 0
                )

            [DeleteQuery::condition==>DatabaseCondition::condition] => Array
                (
                    [ct] => 49
                    [wt] => 96
                    [cpu] => 0
                    [mu] => 18976
                    [pmu] => 0
                )

            [DrupalDatabaseCache::clear==>DeleteQuery::condition] => Array
                (
                    [ct] => 47
                    [wt] => 246
                    [cpu] => 0
                    [mu] => 18840
                    [pmu] => 0
                )

            [DeleteQuery::execute==>DatabaseCondition::count] => Array
                (
                    [ct] => 48
                    [wt] => 44
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [DeleteQuery::execute==>DatabaseCondition::compile] => Array
                (
                    [ct] => 48
                    [wt] => 2406
                    [cpu] => 0
                    [mu] => 180840
                    [pmu] => 0
                )

            [DeleteQuery::execute==>DatabaseCondition::arguments] => Array
                (
                    [ct] => 48
                    [wt] => 42
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [DeleteQuery::__toString==>DatabaseConnection::makeComment] => Array
                (
                    [ct] => 48
                    [wt] => 46
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [DeleteQuery::__toString==>DatabaseConnection::escapeTable] => Array
                (
                    [ct] => 48
                    [wt] => 52
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [DeleteQuery::__toString==>DatabaseCondition::count] => Array
                (
                    [ct] => 48
                    [wt] => 40
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [DeleteQuery::__toString==>DatabaseCondition::compile] => Array
                (
                    [ct] => 48
                    [wt] => 177
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [DeleteQuery::__toString==>DatabaseCondition::__toString] => Array
                (
                    [ct] => 48
                    [wt] => 49
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [DeleteQuery::execute==>DeleteQuery::__toString] => Array
                (
                    [ct] => 48
                    [wt] => 1128
                    [cpu] => 477
                    [mu] => 13024
                    [pmu] => 0
                )

            [DeleteQuery::execute==>DatabaseConnection::query] => Array
                (
                    [ct] => 48
                    [wt] => 18712
                    [cpu] => 13096
                    [mu] => 130008
                    [pmu] => 0
                )

            [DrupalDatabaseCache::clear==>DeleteQuery::execute] => Array
                (
                    [ct] => 47
                    [wt] => 20070
                    [cpu] => 12544
                    [mu] => 27800
                    [pmu] => 0
                )

            [cache_clear_all==>DrupalDatabaseCache::clear] => Array
                (
                    [ct] => 47
                    [wt] => 23069
                    [cpu] => 12983
                    [mu] => 10632
                    [pmu] => 0
                )

            [variable_set==>cache_clear_all] => Array
                (
                    [ct] => 47
                    [wt] => 23607
                    [cpu] => 12983
                    [mu] => 11824
                    [pmu] => 0
                )

            [_drupal_flush_css_js==>variable_set] => Array
                (
                    [ct] => 47
                    [wt] => 149433
                    [cpu] => 63780
                    [mu] => 42584
                    [pmu] => 0
                )

            [CRM_Utils_System_DrupalBase::clearResourceCache==>_drupal_flush_css_js] => Array
                (
                    [ct] => 47
                    [wt] => 149726
                    [cpu] => 63780
                    [mu] => 44720
                    [pmu] => 0
                )

            [CRM_Core_Resources::resetCacheCode==>CRM_Utils_System_DrupalBase::clearResourceCache] => Array
                (
                    [ct] => 47
                    [wt] => 150053
                    [cpu] => 63780
                    [mu] => 45368
                    [pmu] => 0
                )

            [Civi\Core\MetadataFlush::onClearMetadata==>CRM_Core_Resources::resetCacheCode] => Array
                (
                    [ct] => 46
                    [wt] => 601796
                    [cpu] => 366882
                    [mu] => -2714544
                    [pmu] => 3685424
                )

            [Civi\Core\Event\ServiceListener::__invoke==>Civi\Core\MetadataFlush::onClearMetadata] => Array
                (
                    [ct] => 46
                    [wt] => 602988
                    [cpu] => 366968
                    [mu] => -2711952
                    [pmu] => 3685424
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>Civi\Core\Event\ServiceListener::__invoke] => Array
                (
                    [ct] => 1387
                    [wt] => 3276629
                    [cpu] => 2937718
                    [mu] => 8789488
                    [pmu] => 7878704
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getSpecGathererService==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 70
                    [wt] => 67
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getSpecGathererService==>_afform_civix_class_loader] => Array
                (
                    [ct] => 70
                    [wt] => 60
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getSpecGathererService==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 70
                    [wt] => 56
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getSpecGathererService==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 89
                    [wt] => 2493
                    [cpu] => 2003
                    [mu] => 11096
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getSpecGathererService==>drupal_autoload_class] => Array
                (
                    [ct] => 27
                    [wt] => 113
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getSpecGathererService==>drupal_autoload_interface] => Array
                (
                    [ct] => 27
                    [wt] => 86
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getSpecGathererService==>drupal_autoload_trait] => Array
                (
                    [ct] => 27
                    [wt] => 86
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getSpecGathererService==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 27
                    [wt] => 1021
                    [cpu] => 618
                    [mu] => 1120
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getSpecGathererService==>Civi\Api4\Service\Spec\SpecGatherer::addSpecProvider] => Array
                (
                    [ct] => 69
                    [wt] => 69
                    [cpu] => 0
                    [mu] => 8880
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getSpecGathererService==>PathLoad\V0\PathLoad::loadClass] => Array
                (
                    [ct] => 19
                    [wt] => 389
                    [cpu] => 997
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\Container::make==>CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getSpecGathererService] => Array
                (
                    [ct] => 1
                    [wt] => 5159
                    [cpu] => 4618
                    [mu] => 24280
                    [pmu] => 0
                )

            [Civi\Core\Event\ServiceListener::__invoke==>Civi\Api4\Service\Spec\SpecGatherer::onClearMetadata] => Array
                (
                    [ct] => 46
                    [wt] => 1226
                    [cpu] => 184
                    [mu] => -2167016
                    [pmu] => 0
                )

            [CRM_Core_Config::cleanupCaches==>CRM_Utils_Cache_CacheWrapper::clear] => Array
                (
                    [ct] => 1
                    [wt] => 39953
                    [cpu] => 28316
                    [mu] => 540344
                    [pmu] => 473904
                )

            [CRM_Core_DAO_AllCoreTables::flush==>Civi\Schema\EntityRepository::flush] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => -19080
                    [pmu] => 0
                )

            [CRM_Core_Config::cleanupCaches==>CRM_Core_DAO_AllCoreTables::flush] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => -18448
                    [pmu] => 0
                )

            [CRM_Utils_Cache::singleton==>CRM_Utils_Cache::getCacheDriver] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_Cache::singleton==>CRM_Utils_Cache::getCacheSettings] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 944
                    [pmu] => 0
                )

            [CRM_Utils_Cache::singleton==>CRM_Utils_Array::value] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Utils_Cache::singleton==>CRM_Utils_Cache_Redis::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_System::flushCache==>CRM_Utils_Cache::singleton] => Array
                (
                    [ct] => 14
                    [wt] => 62
                    [cpu] => 0
                    [mu] => 3648
                    [pmu] => 0
                )

            [CRM_Utils_System::flushCache==>CRM_Utils_Cache_Redis::flush] => Array
                (
                    [ct] => 14
                    [wt] => 1744
                    [cpu] => 1345
                    [mu] => 1320
                    [pmu] => 0
                )

            [CRM_Utils_System::flushCache==>Civi\Core\Container::isContainerBooted] => Array
                (
                    [ct] => 28
                    [wt] => 50
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_System::flushCache==>Civi::cache] => Array
                (
                    [ct] => 140
                    [wt] => 1411
                    [cpu] => 218
                    [mu] => 11384
                    [pmu] => 0
                )

            [CRM_Utils_Cache_CacheWrapper::clear==>CRM_Utils_Cache_Redis::clear] => Array
                (
                    [ct] => 44
                    [wt] => 7218
                    [cpu] => 5632
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_System::flushCache==>CRM_Utils_Cache_CacheWrapper::flush] => Array
                (
                    [ct] => 140
                    [wt] => 30931
                    [cpu] => 21694
                    [mu] => -34632
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCache_CommunityMessagesService==>CRM_Utils_Cache::create] => Array
                (
                    [ct] => 1
                    [wt] => 38
                    [cpu] => 0
                    [mu] => 1656
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\Container::make==>CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCache_CommunityMessagesService] => Array
                (
                    [ct] => 1
                    [wt] => 45
                    [cpu] => 0
                    [mu] => 1584
                    [pmu] => 0
                )

            [CRM_Utils_Cache::cleanKey==>CRM_Utils_Cache::{closure}] => Array
                (
                    [ct] => 31
                    [wt] => 79
                    [cpu] => 0
                    [mu] => 1544
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCache_GroupsService==>CRM_Utils_Cache::create] => Array
                (
                    [ct] => 1
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 2384
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\Container::make==>CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCache_GroupsService] => Array
                (
                    [ct] => 1
                    [wt] => 46
                    [cpu] => 0
                    [mu] => 2232
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCache_NavigationService==>CRM_Utils_Cache::create] => Array
                (
                    [ct] => 1
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 1744
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\Container::make==>CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCache_NavigationService] => Array
                (
                    [ct] => 1
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 1672
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCache_CustomDataService==>CRM_Utils_Cache::create] => Array
                (
                    [ct] => 1
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 1792
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\Container::make==>CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCache_CustomDataService] => Array
                (
                    [ct] => 1
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 1672
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCache_ContactTypesService==>CRM_Utils_Cache::create] => Array
                (
                    [ct] => 1
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 1744
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\Container::make==>CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCache_ContactTypesService] => Array
                (
                    [ct] => 1
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 1672
                    [pmu] => 0
                )

            [CRM_Utils_System::flushCache==>CRM_Utils_Cache_CacheWrapper::clear] => Array
                (
                    [ct] => 28
                    [wt] => 237359
                    [cpu] => 156832
                    [mu] => -14822752
                    [pmu] => 1409368
                )

            [Civi\Core\SettingsMetadata::getFullMetadata==>CRM_Utils_File::addTrailingSlash] => Array
                (
                    [ct] => 15
                    [wt] => 40
                    [cpu] => 0
                    [mu] => 1784
                    [pmu] => 0
                )

            [CRM_Utils_Hook::alterSettingsFolders==>CRM_Utils_Hook::singleton] => Array
                (
                    [ct] => 15
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@1==>CRM_Extension_MixinLoader::{closure}] => Array
                (
                    [ct] => 114
                    [wt] => 39492
                    [cpu] => 36468
                    [mu] => 65848
                    [pmu] => 0
                )

            [birthdays_civicrm_alterSettingsFolders==>_birthdays_civix_civicrm_alterSettingsFolders] => Array
                (
                    [ct] => 15
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 992
                    [pmu] => 0
                )

            [CRM_Utils_Hook::runHooks==>birthdays_civicrm_alterSettingsFolders] => Array
                (
                    [ct] => 15
                    [wt] => 85
                    [cpu] => 0
                    [mu] => 1624
                    [pmu] => 0
                )

            [cpz_custom_civicrm_alterSettingsFolders==>_cpz_custom_civix_civicrm_alterSettingsFolders] => Array
                (
                    [ct] => 15
                    [wt] => 182
                    [cpu] => 509
                    [mu] => 600
                    [pmu] => 0
                )

            [CRM_Utils_Hook::runHooks==>cpz_custom_civicrm_alterSettingsFolders] => Array
                (
                    [ct] => 15
                    [wt] => 242
                    [cpu] => 509
                    [mu] => 1232
                    [pmu] => 0
                )

            [CRM_Utils_Hook::alterSettingsFolders==>CRM_Utils_Hook::invoke] => Array
                (
                    [ct] => 15
                    [wt] => 6699
                    [cpu] => 1554
                    [mu] => 25912
                    [pmu] => 0
                )

            [Civi\Core\SettingsMetadata::getFullMetadata==>CRM_Utils_Hook::alterSettingsFolders] => Array
                (
                    [ct] => 15
                    [wt] => 6836
                    [cpu] => 1554
                    [mu] => 13992
                    [pmu] => 0
                )

            [Civi\Core\SettingsMetadata::loadSettingsMetadata==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Core\SettingsMetadata::loadSettingsMetadata==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Core\SettingsMetadata::loadSettingsMetadata==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Core\SettingsMetadata::loadSettingsMetadata==>CRM_Utils_System::version] => Array
                (
                    [ct] => 15
                    [wt] => 107
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Core\SettingsMetadata::loadSettingsMetaDataFolders==>Civi\Core\SettingsMetadata::loadSettingsMetadata] => Array
                (
                    [ct] => 90
                    [wt] => 48036
                    [cpu] => 46099
                    [mu] => 162248
                    [pmu] => 160664
                )

            [Civi\Core\SettingsMetadata::{closure}==>ts] => Array
                (
                    [ct] => 435
                    [wt] => 1222
                    [cpu] => 2002
                    [mu] => 70696
                    [pmu] => 1840
                )

            [Civi\Core\SettingsMetadata::loadSettingsMetadata==>Civi\Core\SettingsMetadata::{closure}] => Array
                (
                    [ct] => 15
                    [wt] => 2418
                    [cpu] => 4003
                    [mu] => 459736
                    [pmu] => 8992
                )

            [CRM_Recaptcha_ExtensionUtil::ts==>ts] => Array
                (
                    [ct] => 60
                    [wt] => 245
                    [cpu] => 1002
                    [mu] => 4376
                    [pmu] => 0
                )

            [Civi\Core\SettingsMetadata::loadSettingsMetadata==>CRM_Recaptcha_ExtensionUtil::ts] => Array
                (
                    [ct] => 60
                    [wt] => 431
                    [cpu] => 2003
                    [mu] => 24000
                    [pmu] => 0
                )

            [Civi\Core\SettingsMetadata::getFullMetadata==>Civi\Core\SettingsMetadata::loadSettingsMetaDataFolders] => Array
                (
                    [ct] => 15
                    [wt] => 50183
                    [cpu] => 48102
                    [mu] => 29112
                    [pmu] => 179024
                )

            [CRM_Utils_Hook::alterSettingsMetaData==>CRM_Utils_Hook::singleton] => Array
                (
                    [ct] => 15
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@1==>Civi\Core\Event\HookStyleListener::__invoke] => Array
                (
                    [ct] => 249
                    [wt] => 6095
                    [cpu] => 5792
                    [mu] => 102992
                    [pmu] => 0
                )

            [CRM_Utils_Hook::alterSettingsMetaData==>CRM_Utils_Hook::invoke] => Array
                (
                    [ct] => 15
                    [wt] => 4494
                    [cpu] => 4005
                    [mu] => 125000
                    [pmu] => 0
                )

            [Civi\Core\SettingsMetadata::getFullMetadata==>CRM_Utils_Hook::alterSettingsMetaData] => Array
                (
                    [ct] => 15
                    [wt] => 4627
                    [cpu] => 4005
                    [mu] => 114040
                    [pmu] => 0
                )

            [CRM_Utils_Cache_CacheWrapper::set==>CRM_Utils_Cache_Redis::set] => Array
                (
                    [ct] => 19
                    [wt] => 11515
                    [cpu] => 18037
                    [mu] => 568
                    [pmu] => 1245728
                )

            [Civi\Core\SettingsMetadata::getFullMetadata==>CRM_Utils_Cache_CacheWrapper::set] => Array
                (
                    [ct] => 15
                    [wt] => 10662
                    [cpu] => 15955
                    [mu] => 1216
                    [pmu] => 1230344
                )

            [CRM_Utils_System::flushCache==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 6
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_System::flushCache==>_afform_civix_class_loader] => Array
                (
                    [ct] => 6
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_System::flushCache==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 6
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_System::flushCache==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 6
                    [wt] => 155
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Civi\Core\ClassScanner::cache==>CRM_Utils_Cache::create] => Array
                (
                    [ct] => 1
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 1568
                    [pmu] => 0
                )

            [Civi\Core\ClassScanner::cache==>CRM_Utils_Cache_ArrayCache::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_System::flushCache==>Civi\Core\ClassScanner::cache] => Array
                (
                    [ct] => 14
                    [wt] => 98
                    [cpu] => 0
                    [mu] => 2288
                    [pmu] => 0
                )

            [CRM_Utils_System::flushCache==>CRM_Utils_Cache_ArrayCache::flush] => Array
                (
                    [ct] => 14
                    [wt] => 352
                    [cpu] => 0
                    [mu] => -816592
                    [pmu] => 0
                )

            [CRM_Utils_System::flushCache==>CRM_Extension_System::singleton] => Array
                (
                    [ct] => 14
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_System::flushCache==>CRM_Extension_System::getCache] => Array
                (
                    [ct] => 14
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_System::flushCache==>drupal_autoload_class] => Array
                (
                    [ct] => 5
                    [wt] => 730
                    [cpu] => 377
                    [mu] => 608
                    [pmu] => 0
                )

            [CRM_Utils_System::flushCache==>drupal_autoload_interface] => Array
                (
                    [ct] => 5
                    [wt] => 500
                    [cpu] => 287
                    [mu] => 624
                    [pmu] => 0
                )

            [CRM_Utils_System::flushCache==>drupal_autoload_trait] => Array
                (
                    [ct] => 5
                    [wt] => 481
                    [cpu] => 299
                    [mu] => 608
                    [pmu] => 0
                )

            [CRM_Utils_System::flushCache==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 5
                    [wt] => 2344
                    [cpu] => 871
                    [mu] => 1584
                    [pmu] => 0
                )

            [CRM_Cxn_CiviCxnHttp::singleton==>Civi::settings] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Cxn_CiviCxnHttp::singleton==>Civi\Core\SettingsBag::get] => Array
                (
                    [ct] => 1
                    [wt] => 140
                    [cpu] => 0
                    [mu] => 13608
                    [pmu] => 0
                )

            [CRM_Utils_Cache::create==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_Cache::create==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Utils_Cache::create==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_ClassLoader::loadClass==>load::Cache/SqlGroup.php] => Array
                (
                    [ct] => 1
                    [wt] => 1695
                    [cpu] => 199
                    [mu] => 38480
                    [pmu] => 0
                )

            [CRM_Utils_Cache_SqlGroup::__construct==>CRM_Utils_Array::value] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_Cache::create==>CRM_Utils_Cache_SqlGroup::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1200
                    [pmu] => 0
                )

            [CRM_Cxn_CiviCxnHttp::singleton==>CRM_Utils_Cache::create] => Array
                (
                    [ct] => 1
                    [wt] => 2727
                    [cpu] => 536
                    [mu] => 4648
                    [pmu] => 0
                )

            [CRM_Cxn_CiviCxnHttp::singleton==>CRM_Cxn_CiviCxnHttp::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_System::flushCache==>CRM_Cxn_CiviCxnHttp::singleton] => Array
                (
                    [ct] => 14
                    [wt] => 2921
                    [cpu] => 536
                    [mu] => 20272
                    [pmu] => 0
                )

            [CRM_Utils_System::flushCache==>CRM_Cxn_CiviCxnHttp::getCache] => Array
                (
                    [ct] => 14
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_Cache_SqlGroup::flush==>CRM_Utils_Cache::cleanKey] => Array
                (
                    [ct] => 14
                    [wt] => 338
                    [cpu] => 0
                    [mu] => 1464
                    [pmu] => 0
                )

            [CRM_Utils_Cache_SqlGroup::where==>CRM_Core_DAO::escapeString] => Array
                (
                    [ct] => 14
                    [wt] => 324
                    [cpu] => 0
                    [mu] => 1128
                    [pmu] => 0
                )

            [CRM_Utils_Cache_SqlGroup::flush==>CRM_Utils_Cache_SqlGroup::where] => Array
                (
                    [ct] => 14
                    [wt] => 432
                    [cpu] => 127
                    [mu] => 7248
                    [pmu] => 0
                )

            [CRM_Utils_Cache_SqlGroup::flush==>CRM_Core_DAO::executeQuery] => Array
                (
                    [ct] => 14
                    [wt] => 7491
                    [cpu] => 4312
                    [mu] => 2808
                    [pmu] => 0
                )

            [CRM_Utils_Cache_SqlGroup::flush==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 14
                    [wt] => 155
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_Cache_SqlGroup::clear==>CRM_Utils_Cache_SqlGroup::flush] => Array
                (
                    [ct] => 14
                    [wt] => 8625
                    [cpu] => 4439
                    [mu] => 1488
                    [pmu] => 0
                )

            [CRM_Utils_Cache_CacheWrapper::clear==>CRM_Utils_Cache_SqlGroup::clear] => Array
                (
                    [ct] => 14
                    [wt] => 8672
                    [cpu] => 4439
                    [mu] => 2120
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCache_FieldsService==>CRM_Utils_Cache::create] => Array
                (
                    [ct] => 1
                    [wt] => 40
                    [cpu] => 0
                    [mu] => 1768
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\Container::make==>CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCache_FieldsService] => Array
                (
                    [ct] => 1
                    [wt] => 46
                    [cpu] => 0
                    [mu] => 1616
                    [pmu] => 0
                )

            [CRM_Core_Config::isPermitCacheFlushMode==>CRM_Core_Config::singleton] => Array
                (
                    [ct] => 14
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Config::isPermitCacheFlushMode==>CRM_Core_Config_MagicMerge::__get] => Array
                (
                    [ct] => 14
                    [wt] => 142
                    [cpu] => 44
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_ACL_BAO_Cache::resetCache==>CRM_Core_Config::isPermitCacheFlushMode] => Array
                (
                    [ct] => 14
                    [wt] => 305
                    [cpu] => 44
                    [mu] => 1856
                    [pmu] => 0
                )

            [CRM_ACL_BAO_Cache::resetCache==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_ACL_BAO_Cache::resetCache==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_ACL_BAO_Cache::resetCache==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_ACL_BAO_Cache::resetCache==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_ACL_BAO_Cache::resetCache==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_ACL_BAO_Cache::resetCache==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_ACL_BAO_Cache::resetCache==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_ACL_BAO_Cache::resetCache==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 301
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CRM_Contact_BAO_GroupContactCache::smartGroupCacheTimeout==>CRM_Core_Config::singleton] => Array
                (
                    [ct] => 14
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Contact_BAO_GroupContactCache::smartGroupCacheTimeout==>CRM_Core_Config_MagicMerge::__isset] => Array
                (
                    [ct] => 14
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [CRM_Contact_BAO_GroupContactCache::smartGroupCacheTimeout==>CRM_Core_Config_MagicMerge::__get] => Array
                (
                    [ct] => 28
                    [wt] => 2620
                    [cpu] => 347
                    [mu] => 170120
                    [pmu] => 0
                )

            [CRM_Contact_BAO_GroupContactCache::getCacheInvalidDateTime==>CRM_Contact_BAO_GroupContactCache::smartGroupCacheTimeout] => Array
                (
                    [ct] => 14
                    [wt] => 2831
                    [cpu] => 347
                    [mu] => 172136
                    [pmu] => 0
                )

            [CRM_ACL_BAO_Cache::resetCache==>CRM_Contact_BAO_GroupContactCache::getCacheInvalidDateTime] => Array
                (
                    [ct] => 14
                    [wt] => 3239
                    [cpu] => 347
                    [mu] => 176384
                    [pmu] => 0
                )

            [CRM_ACL_BAO_Cache::resetCache==>CRM_Core_DAO::singleValueQuery] => Array
                (
                    [ct] => 14
                    [wt] => 6842
                    [cpu] => 6974
                    [mu] => 1912
                    [pmu] => 0
                )

            [CRM_ACL_BAO_Cache::flushACLContactCache==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_ACL_BAO_Cache::flushACLContactCache==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_ACL_BAO_Cache::flushACLContactCache==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_ACL_BAO_Cache::flushACLContactCache==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_ACL_BAO_Cache::flushACLContactCache==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_ACL_BAO_Cache::flushACLContactCache==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_ACL_BAO_Cache::flushACLContactCache==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_ACL_BAO_Cache::flushACLContactCache==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 134
                    [cpu] => 0
                    [mu] => 640
                    [pmu] => 0
                )

            [CRM_Core_Transaction::isActive==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Transaction::isActive==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Transaction::isActive==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Transaction::isActive==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 712
                    [pmu] => 0
                )

            [Civi\Core\Transaction\Manager::singleton==>CRM_Core_DAO::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Core\Transaction\Manager::singleton==>Civi\Core\Transaction\Manager::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_Transaction::isActive==>Civi\Core\Transaction\Manager::singleton] => Array
                (
                    [ct] => 14
                    [wt] => 43
                    [cpu] => 0
                    [mu] => 2360
                    [pmu] => 0
                )

            [CRM_Core_Transaction::isActive==>Civi\Core\Transaction\Manager::getFrame] => Array
                (
                    [ct] => 14
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_ACL_BAO_Cache::flushACLContactCache==>CRM_Core_Transaction::isActive] => Array
                (
                    [ct] => 14
                    [wt] => 200
                    [cpu] => 0
                    [mu] => 6200
                    [pmu] => 0
                )

            [CRM_ACL_BAO_Cache::flushACLContactCache==>CRM_Core_DAO::singleValueQuery] => Array
                (
                    [ct] => 14
                    [wt] => 162615
                    [cpu] => 3762
                    [mu] => -1208
                    [pmu] => 0
                )

            [CRM_ACL_BAO_Cache::resetCache==>CRM_ACL_BAO_Cache::flushACLContactCache] => Array
                (
                    [ct] => 14
                    [wt] => 163135
                    [cpu] => 3762
                    [mu] => 10344
                    [pmu] => 0
                )

            [CRM_Utils_System::flushCache==>CRM_ACL_BAO_Cache::resetCache] => Array
                (
                    [ct] => 14
                    [wt] => 174103
                    [cpu] => 11127
                    [mu] => 206792
                    [pmu] => 0
                )

            [CRM_Utils_System::flushCache==>Civi::service] => Array
                (
                    [ct] => 14
                    [wt] => 207
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi\Core\AssetBuilder::clear==>Civi\Core\AssetBuilder::getCachePath] => Array
                (
                    [ct] => 23
                    [wt] => 502
                    [cpu] => 0
                    [mu] => 3512
                    [pmu] => 0
                )

            [Civi\Core\AssetBuilder::clear==>CRM_Utils_File::cleanDir] => Array
                (
                    [ct] => 23
                    [wt] => 6067
                    [cpu] => 3717
                    [mu] => -1064
                    [pmu] => 0
                )

            [CRM_Utils_System::flushCache==>Civi\Core\AssetBuilder::clear] => Array
                (
                    [ct] => 14
                    [wt] => 5398
                    [cpu] => 3569
                    [mu] => 1320
                    [pmu] => 0
                )

            [CRM_Core_OptionGroup::flushAll==>CRM_Utils_Cache::singleton] => Array
                (
                    [ct] => 81
                    [wt] => 141
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_OptionGroup::flushAll==>CRM_Utils_Cache_Redis::flush] => Array
                (
                    [ct] => 81
                    [wt] => 10346
                    [cpu] => 10882
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_System::flushCache==>CRM_Core_OptionGroup::flushAll] => Array
                (
                    [ct] => 14
                    [wt] => 3355
                    [cpu] => 5256
                    [mu] => -6688
                    [pmu] => 0
                )

            [CRM_Core_ClassLoader::loadClass==>load::Utils/PseudoConstant.php] => Array
                (
                    [ct] => 1
                    [wt] => 848
                    [cpu] => 454
                    [mu] => 19560
                    [pmu] => 0
                )

            [CRM_Utils_PseudoConstant::findConstantsByClass==>CRM_Utils_Array::collect] => Array
                (
                    [ct] => 8
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 12496
                    [pmu] => 0
                )

            [CRM_Utils_PseudoConstant::findConstants==>CRM_Utils_PseudoConstant::findConstantsByClass] => Array
                (
                    [ct] => 4
                    [wt] => 653
                    [cpu] => 545
                    [mu] => 8304
                    [pmu] => 0
                )

            [CRM_Utils_PseudoConstant::findConstantsByClass==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 3
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Utils_PseudoConstant::findConstantsByClass==>_afform_civix_class_loader] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Utils_PseudoConstant::findConstantsByClass==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Utils_PseudoConstant::findConstantsByClass==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 3
                    [wt] => 48
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [CRM_Utils_PseudoConstant::findConstantsByClass==>drupal_autoload_class] => Array
                (
                    [ct] => 3
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_PseudoConstant::findConstantsByClass==>drupal_autoload_interface] => Array
                (
                    [ct] => 3
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Utils_PseudoConstant::findConstantsByClass==>drupal_autoload_trait] => Array
                (
                    [ct] => 3
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_PseudoConstant::findConstantsByClass==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 3
                    [wt] => 426
                    [cpu] => 545
                    [mu] => 760
                    [pmu] => 0
                )

            [CRM_Utils_PseudoConstant::flushAll==>CRM_Utils_PseudoConstant::findConstants] => Array
                (
                    [ct] => 14
                    [wt] => 726
                    [cpu] => 545
                    [mu] => 27136
                    [pmu] => 0
                )

            [CRM_Utils_PseudoConstant::flushConstant==>CRM_Utils_PseudoConstant::findConstantClass] => Array
                (
                    [ct] => 253
                    [wt] => 398
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Utils_PseudoConstant::flushConstant==>CRM_Core_PseudoConstant::flush] => Array
                (
                    [ct] => 140
                    [wt] => 230
                    [cpu] => 0
                    [mu] => 776
                    [pmu] => 0
                )

            [CRM_Utils_PseudoConstant::flushConstant==>_civicrm_api_get_entity_name_from_camel] => Array
                (
                    [ct] => 252
                    [wt] => 1994
                    [cpu] => 0
                    [mu] => 9208
                    [pmu] => 0
                )

            [CRM_Core_OptionGroup::flushValues==>CRM_Core_I18n::getLocale] => Array
                (
                    [ct] => 504
                    [wt] => 531
                    [cpu] => 28
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_OptionGroup::flushValues==>CRM_Core_OptionGroup::createCacheKey] => Array
                (
                    [ct] => 504
                    [wt] => 2061
                    [cpu] => 116
                    [mu] => 44040
                    [pmu] => 0
                )

            [CRM_Core_OptionGroup::flushValues==>CRM_Utils_Cache::singleton] => Array
                (
                    [ct] => 504
                    [wt] => 545
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_Cache_Redis::delete==>CRM_Utils_Cache::assertValidKey] => Array
                (
                    [ct] => 505
                    [wt] => 2447
                    [cpu] => 71
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_OptionGroup::flushValues==>CRM_Utils_Cache_Redis::delete] => Array
                (
                    [ct] => 504
                    [wt] => 48151
                    [cpu] => 41600
                    [mu] => 1200
                    [pmu] => 0
                )

            [CRM_Core_OptionGroup::flush==>CRM_Core_OptionGroup::flushValues] => Array
                (
                    [ct] => 504
                    [wt] => 56112
                    [cpu] => 42122
                    [mu] => 49552
                    [pmu] => 0
                )

            [CRM_Utils_PseudoConstant::flushConstant==>CRM_Core_OptionGroup::flush] => Array
                (
                    [ct] => 252
                    [wt] => 57574
                    [cpu] => 42228
                    [mu] => 6728
                    [pmu] => 0
                )

            [CRM_Utils_PseudoConstant::flushAll==>CRM_Utils_PseudoConstant::flushConstant] => Array
                (
                    [ct] => 252
                    [wt] => 65316
                    [cpu] => 44217
                    [mu] => 19672
                    [pmu] => 0
                )

            [CRM_Utils_PseudoConstant::flushConstant==>CRM_Contribute_PseudoConstant::flush] => Array
                (
                    [ct] => 84
                    [wt] => 131
                    [cpu] => 0
                    [mu] => 904
                    [pmu] => 0
                )

            [CRM_Core_PseudoConstant::flush==>CRM_Core_OptionGroup::flushAll] => Array
                (
                    [ct] => 67
                    [wt] => 7804
                    [cpu] => 5674
                    [mu] => -2448
                    [pmu] => 0
                )

            [CRM_Member_PseudoConstant::flush==>CRM_Core_PseudoConstant::flush] => Array
                (
                    [ct] => 28
                    [wt] => 2657
                    [cpu] => 1851
                    [mu] => -368
                    [pmu] => 0
                )

            [CRM_Utils_PseudoConstant::flushConstant==>CRM_Member_PseudoConstant::flush] => Array
                (
                    [ct] => 28
                    [wt] => 2787
                    [cpu] => 1851
                    [mu] => 504
                    [pmu] => 0
                )

            [CRM_Utils_PseudoConstant::flushAll==>CRM_Core_PseudoConstant::flush] => Array
                (
                    [ct] => 14
                    [wt] => 1921
                    [cpu] => 943
                    [mu] => -216
                    [pmu] => 0
                )

            [CRM_Utils_System::flushCache==>CRM_Utils_PseudoConstant::flushAll] => Array
                (
                    [ct] => 14
                    [wt] => 68637
                    [cpu] => 45705
                    [mu] => 20024
                    [pmu] => 0
                )

            [CRM_Utils_System::flushCache==>Civi::dispatcher] => Array
                (
                    [ct] => 14
                    [wt] => 102
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi\Core\CiviEventDispatcher::dispatch==>Civi\Core\Event\GenericHookEvent::create] => Array
                (
                    [ct] => 15
                    [wt] => 249
                    [cpu] => 64
                    [mu] => 3824
                    [pmu] => 0
                )

            [CRM_Utils_System::flushCache==>Civi\Core\CiviEventDispatcher::dispatch] => Array
                (
                    [ct] => 14
                    [wt] => 561
                    [cpu] => 64
                    [mu] => 4240
                    [pmu] => 0
                )

            [CRM_Core_Config::cleanupCaches==>CRM_Utils_System::flushCache] => Array
                (
                    [ct] => 1
                    [wt] => 50139
                    [cpu] => 29617
                    [mu] => 181104
                    [pmu] => 225544
                )

            [CRM_Core_Config::cleanupCaches==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Config::cleanupCaches==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Config::cleanupCaches==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Config::cleanupCaches==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 184
                    [cpu] => 0
                    [mu] => 712
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOEntity::delete==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOEntity::delete==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOEntity::delete==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOEntity::delete==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 166
                    [cpu] => 0
                    [mu] => 744
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractEntity::getEntityName==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractEntity::getEntityName==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractEntity::getEntityName==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractEntity::getEntityName==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 728
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractEntity::getEntityName==>Civi\Api4\Utils\CoreUtil::stripNamespace] => Array
                (
                    [ct] => 54511
                    [wt] => 55441
                    [cpu] => 76245
                    [mu] => 2195744
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOEntity::delete==>Civi\Api4\Generic\AbstractEntity::getEntityName] => Array
                (
                    [ct] => 1
                    [wt] => 36
                    [cpu] => 0
                    [mu] => 3888
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractAction::__construct==>Civi\Api4\Utils\CoreUtil::stripNamespace] => Array
                (
                    [ct] => 400
                    [wt] => 484
                    [cpu] => 616
                    [mu] => 9136
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractAction::__construct==>Civi\API\Request::getNextId] => Array
                (
                    [ct] => 200
                    [wt] => 274
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOEntity::delete==>Civi\Api4\Generic\AbstractAction::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 1936
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOEntity::delete==>Civi\Api4\Generic\AbstractAction::setCheckPermissions] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [CRM_Core_Config::cleanupCaches==>Civi\Api4\Generic\DAOEntity::delete] => Array
                (
                    [ct] => 1
                    [wt] => 238
                    [cpu] => 0
                    [mu] => 10072
                    [pmu] => 0
                )

            [Civi\Api4\Utils\CoreUtil::getOperators==>CRM_Core_DAO::acceptedSQLOperators] => Array
                (
                    [ct] => 68
                    [wt] => 82
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractQueryAction::addWhere==>Civi\Api4\Utils\CoreUtil::getOperators] => Array
                (
                    [ct] => 63
                    [wt] => 417
                    [cpu] => 0
                    [mu] => 85416
                    [pmu] => 0
                )

            [CRM_Core_Config::cleanupCaches==>Civi\Api4\Generic\AbstractQueryAction::addWhere] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 2648
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractAction::execute==>Civi::service] => Array
                (
                    [ct] => 66
                    [wt] => 492
                    [cpu] => 914
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractAction::getMagicProperties==>Civi\Api4\Utils\ReflectionUtils::findStandardProperties] => Array
                (
                    [ct] => 96
                    [wt] => 188
                    [cpu] => 0
                    [mu] => 2584
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractAction::paramExists==>Civi\Api4\Generic\AbstractAction::getMagicProperties] => Array
                (
                    [ct] => 3716
                    [wt] => 4478
                    [cpu] => 5083
                    [mu] => 7752
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractAction::__call==>Civi\Api4\Generic\AbstractAction::paramExists] => Array
                (
                    [ct] => 3716
                    [wt] => 14387
                    [cpu] => 12420
                    [mu] => 7520
                    [pmu] => 1632
                )

            [Civi\Api4\Generic\AbstractAction::offsetGet==>Civi\Api4\Generic\AbstractAction::__call] => Array
                (
                    [ct] => 1224
                    [wt] => 8307
                    [cpu] => 8882
                    [mu] => 84320
                    [pmu] => 0
                )

            [Civi\API\Kernel::boot==>Civi\Api4\Generic\AbstractAction::offsetGet] => Array
                (
                    [ct] => 68
                    [wt] => 1387
                    [cpu] => 1177
                    [mu] => 11512
                    [pmu] => 0
                )

            [Civi\Api4\Provider\ActionObjectProvider::onApiResolve==>Civi\Api4\Generic\AbstractAction::getEntityName] => Array
                (
                    [ct] => 68
                    [wt] => 72
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Provider\ActionObjectProvider::getEntities==>Civi::cache] => Array
                (
                    [ct] => 2813
                    [wt] => 15297
                    [cpu] => 6992
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Api4\Provider\ActionObjectProvider::getEntities==>CRM_Utils_Cache_CacheWrapper::get] => Array
                (
                    [ct] => 2813
                    [wt] => 32684
                    [cpu] => 35961
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Core\ClassScanner::get==>Civi\Core\ClassScanner::cache] => Array
                (
                    [ct] => 45
                    [wt] => 130
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\ClassScanner::get==>CRM_Utils_Cache_ArrayCache::get] => Array
                (
                    [ct] => 90
                    [wt] => 1503
                    [cpu] => 1168
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\ClassScanner::scanCoreClasses==>Civi\Core\ClassScanner::cache] => Array
                (
                    [ct] => 14
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 648
                    [pmu] => 0
                )

            [Civi\Core\ClassScanner::scanCoreClasses==>CRM_Utils_Cache_ArrayCache::get] => Array
                (
                    [ct] => 14
                    [wt] => 502
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Core\ClassScanner::scanCoreClasses==>Civi::paths] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi\Core\ClassScanner::scanCoreClasses==>Civi\Core\Paths::getPath] => Array
                (
                    [ct] => 1
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 1056
                    [pmu] => 0
                )

            [Civi\Core\ClassScanner::scanFolders==>CRM_Utils_File::addTrailingSlash] => Array
                (
                    [ct] => 27
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\ClassScanner::scanFolders==>CRM_Utils_File::findFiles] => Array
                (
                    [ct] => 20
                    [wt] => 56424
                    [cpu] => 54963
                    [mu] => 432312
                    [pmu] => 0
                )

            [Civi\Core\ClassScanner::scanFolders==>CRM_Utils_File::relativize] => Array
                (
                    [ct] => 2477
                    [wt] => 3180
                    [cpu] => 2995
                    [mu] => 157048
                    [pmu] => 0
                )

            [Civi\Core\ClassScanner::scanFolders==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 904
                    [wt] => 877
                    [cpu] => 999
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\ClassScanner::scanFolders==>_afform_civix_class_loader] => Array
                (
                    [ct] => 904
                    [wt] => 764
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\ClassScanner::scanFolders==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 904
                    [wt] => 771
                    [cpu] => 1009
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\ClassScanner::scanFolders==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1047
                    [wt] => 27020
                    [cpu] => 24746
                    [mu] => 105864
                    [pmu] => 12552
                )

            [Civi\Core\ClassScanner::scanFolders==>Civi\Core\ClassScanner::getRelevantInterfaces] => Array
                (
                    [ct] => 1134
                    [wt] => 2291
                    [cpu] => 999
                    [mu] => 460312
                    [pmu] => 0
                )

            [Civi\Core\ClassScanner::scanCoreClasses==>Civi\Core\ClassScanner::scanFolders] => Array
                (
                    [ct] => 3
                    [wt] => 166283
                    [cpu] => 165917
                    [mu] => 141552
                    [pmu] => 19008
                )

            [Civi\Core\ClassScanner::scanFolders==>drupal_autoload_class] => Array
                (
                    [ct] => 526
                    [wt] => 2299
                    [cpu] => 5000
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\ClassScanner::scanFolders==>drupal_autoload_interface] => Array
                (
                    [ct] => 526
                    [wt] => 1943
                    [cpu] => 1001
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\ClassScanner::scanFolders==>drupal_autoload_trait] => Array
                (
                    [ct] => 526
                    [wt] => 1898
                    [cpu] => 4003
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\ClassScanner::scanFolders==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 526
                    [wt] => 82244
                    [cpu] => 88150
                    [mu] => 65392
                    [pmu] => 6456
                )

            [Civi\Core\ClassScanner::scanFolders==>PathLoad\V0\PathLoad::loadClass] => Array
                (
                    [ct] => 143
                    [wt] => 2122
                    [cpu] => 2003
                    [mu] => 568
                    [pmu] => 0
                )

            [Composer\Autoload\includeFile==>drupal_autoload_class] => Array
                (
                    [ct] => 4
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Composer\Autoload\includeFile==>drupal_autoload_interface] => Array
                (
                    [ct] => 4
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Composer\Autoload\includeFile==>drupal_autoload_trait] => Array
                (
                    [ct] => 4
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Composer\Autoload\includeFile==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 4
                    [wt] => 115
                    [cpu] => 0
                    [mu] => 616
                    [pmu] => 0
                )

            [Civi\Core\ClassScanner::scanCoreClasses==>CRM_Utils_Cache_ArrayCache::set] => Array
                (
                    [ct] => 1
                    [wt] => 47
                    [cpu] => 0
                    [mu] => 1336
                    [pmu] => 0
                )

            [Civi\Core\ClassScanner::scanClasses==>Civi\Core\ClassScanner::scanCoreClasses] => Array
                (
                    [ct] => 14
                    [wt] => 166979
                    [cpu] => 165917
                    [mu] => 143024
                    [pmu] => 19008
                )

            [CRM_Utils_Hook::scanClasses==>CRM_Utils_Hook::singleton] => Array
                (
                    [ct] => 14
                    [wt] => 55
                    [cpu] => 241
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}==>Civi\Core\ClassScanner::cache] => Array
                (
                    [ct] => 156
                    [wt] => 142
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}==>CRM_Utils_Cache_ArrayCache::get] => Array
                (
                    [ct] => 156
                    [wt] => 1230
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}==>CRM_Utils_File::addTrailingSlash] => Array
                (
                    [ct] => 12
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 1720
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}==>Civi\Core\ClassScanner::scanFolders] => Array
                (
                    [ct] => 24
                    [wt] => 34450
                    [cpu] => 32969
                    [mu] => 37000
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}==>CRM_Utils_Cache_ArrayCache::set] => Array
                (
                    [ct] => 12
                    [wt] => 193
                    [cpu] => 996
                    [mu] => 1208
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}==>Civi\Core\Event\GenericHookEvent::__set] => Array
                (
                    [ct] => 156
                    [wt] => 285
                    [cpu] => 0
                    [mu] => -2936064
                    [pmu] => 0
                )

            [Composer\Autoload\includeFile==>PathLoad\V0\PathLoad::loadClass] => Array
                (
                    [ct] => 3
                    [wt] => 44
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_File::findFiles==>CRM_Utils_File::relativize] => Array
                (
                    [ct] => 434
                    [wt] => 629
                    [cpu] => 1001
                    [mu] => 23512
                    [pmu] => 0
                )

            [flexmailer_civicrm_scanClasses==>CRM_Utils_File::findFiles] => Array
                (
                    [ct] => 14
                    [wt] => 11119
                    [cpu] => 9220
                    [mu] => 82864
                    [pmu] => 0
                )

            [CRM_Utils_Hook::runHooks==>flexmailer_civicrm_scanClasses] => Array
                (
                    [ct] => 14
                    [wt] => 11463
                    [cpu] => 10219
                    [mu] => 30744
                    [pmu] => 0
                )

            [CRM_Utils_Hook::scanClasses==>CRM_Utils_Hook::invoke] => Array
                (
                    [ct] => 13
                    [wt] => 52490
                    [cpu] => 47117
                    [mu] => 334264
                    [pmu] => 0
                )

            [Civi\Core\ClassScanner::scanClasses==>CRM_Utils_Hook::scanClasses] => Array
                (
                    [ct] => 14
                    [wt] => 54748
                    [cpu] => 48995
                    [mu] => 350016
                    [pmu] => 0
                )

            [Civi\Core\ClassScanner::buildIndex==>Civi\Core\ClassScanner::scanClasses] => Array
                (
                    [ct] => 14
                    [wt] => 221836
                    [cpu] => 214912
                    [mu] => 493720
                    [pmu] => 19008
                )

            [Civi\Core\ClassScanner::buildIndex==>Civi\Core\ClassScanner::getRelevantInterfaces] => Array
                (
                    [ct] => 6846
                    [wt] => 18318
                    [cpu] => 22006
                    [mu] => 5030272
                    [pmu] => 0
                )

            [Civi\Core\ClassScanner::getRelevantInterfaces==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 29
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Core\ClassScanner::getRelevantInterfaces==>_afform_civix_class_loader] => Array
                (
                    [ct] => 29
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Core\ClassScanner::getRelevantInterfaces==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 29
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Core\ClassScanner::getRelevantInterfaces==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 58
                    [wt] => 1473
                    [cpu] => 0
                    [mu] => 4248
                    [pmu] => 0
                )

            [Civi\Core\ClassScanner::getRelevantInterfaces==>drupal_autoload_class] => Array
                (
                    [ct] => 29
                    [wt] => 123
                    [cpu] => 1002
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\ClassScanner::getRelevantInterfaces==>drupal_autoload_interface] => Array
                (
                    [ct] => 29
                    [wt] => 95
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Core\ClassScanner::getRelevantInterfaces==>drupal_autoload_trait] => Array
                (
                    [ct] => 29
                    [wt] => 98
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\ClassScanner::getRelevantInterfaces==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 29
                    [wt] => 52
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Core\ClassScanner::getRelevantInterfaces==>PathLoad\V0\PathLoad::loadClass] => Array
                (
                    [ct] => 29
                    [wt] => 421
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Core\ClassScanner::buildIndex==>CRM_Utils_Cache_ArrayCache::flush] => Array
                (
                    [ct] => 14
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\ClassScanner::buildIndex==>CRM_Utils_Cache_ArrayCache::set] => Array
                (
                    [ct] => 448
                    [wt] => 4599
                    [cpu] => 4008
                    [mu] => 37976
                    [pmu] => 0
                )

            [Civi\Core\ClassScanner::get==>Civi\Core\ClassScanner::buildIndex] => Array
                (
                    [ct] => 14
                    [wt] => 256581
                    [cpu] => 250922
                    [mu] => 1351488
                    [pmu] => 19008
                )

            [Civi\Core\ClassScanner::get==>CRM_Utils_Cache_ArrayCache::set] => Array
                (
                    [ct] => 14
                    [wt] => 149
                    [cpu] => 0
                    [mu] => 36408
                    [pmu] => 0
                )

            [Civi\Core\ClassScanner::filterLiveClasses==>Civi\Core\ClassScanner::Civi\Core\{closure}] => Array
                (
                    [ct] => 6660
                    [wt] => 13659
                    [cpu] => 4022
                    [mu] => 639944
                    [pmu] => 0
                )

            [Civi\Core\ClassScanner::get==>Civi\Core\ClassScanner::filterLiveClasses] => Array
                (
                    [ct] => 45
                    [wt] => 24180
                    [cpu] => 9574
                    [mu] => 556696
                    [pmu] => 0
                )

            [Civi\Api4\Provider\ActionObjectProvider::getEntities==>Civi\Core\ClassScanner::get] => Array
                (
                    [ct] => 45
                    [wt] => 283419
                    [cpu] => 261664
                    [mu] => 1630184
                    [pmu] => 19008
                )

            [Civi\Api4\Generic\AbstractEntity::getInfo==>Civi\Api4\Generic\AbstractEntity::getEntityName] => Array
                (
                    [ct] => 9180
                    [wt] => 34168
                    [cpu] => 33689
                    [mu] => 370680
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractEntity::getEntityTitle==>Civi\Api4\Generic\AbstractEntity::getEntityName] => Array
                (
                    [ct] => 17820
                    [wt] => 57620
                    [cpu] => 63923
                    [mu] => 717720
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractEntity::getDaoName==>Civi\Api4\Generic\AbstractEntity::getEntityName] => Array
                (
                    [ct] => 26820
                    [wt] => 80564
                    [cpu] => 88753
                    [mu] => 1080960
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractEntity::getDaoName==>CRM_Core_DAO_AllCoreTables::getDAONameForEntity] => Array
                (
                    [ct] => 26820
                    [wt] => 9316890
                    [cpu] => 9347151
                    [mu] => 600
                    [pmu] => 633272
                )

            [Civi\Api4\Generic\AbstractEntity::getEntityTitle==>Civi\Api4\Generic\AbstractEntity::getDaoName] => Array
                (
                    [ct] => 17820
                    [wt] => 6325725
                    [cpu] => 6317592
                    [mu] => 1928
                    [pmu] => 604416
                )

            [CRM_Core_DAO_Base::getEntityInfo==>CRM_Core_DAO_Base::getEntityDefinition] => Array
                (
                    [ct] => 40590
                    [wt] => 668110
                    [cpu] => 650292
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_DAO_Base::getEntityInfo==>Civi\Schema\EntityRepository::{closure}] => Array
                (
                    [ct] => 38790
                    [wt] => 403884
                    [cpu] => 421170
                    [mu] => 14606744
                    [pmu] => 0
                )

            [CRM_Core_DAO_Base::getEntityTitle==>CRM_Core_DAO_Base::getEntityInfo] => Array
                (
                    [ct] => 16155
                    [wt] => 543120
                    [cpu] => 503838
                    [mu] => 6103104
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractEntity::getEntityTitle==>CRM_Core_DAO_Base::getEntityTitle] => Array
                (
                    [ct] => 16020
                    [wt] => 581814
                    [cpu] => 545627
                    [mu] => 6052992
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractEntity::getInfo==>Civi\Api4\Generic\AbstractEntity::getEntityTitle] => Array
                (
                    [ct] => 17820
                    [wt] => 7086727
                    [cpu] => 7052139
                    [mu] => 793536
                    [pmu] => 604416
                )

            [Civi\Api4\Generic\AbstractEntity::getInfo==>Civi\Api4\Utils\CoreUtil::stripNamespace] => Array
                (
                    [ct] => 13500
                    [wt] => 15954
                    [cpu] => 19987
                    [mu] => 540584
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractEntity::getInfo==>Civi\Api4\Generic\AbstractEntity::getDaoName] => Array
                (
                    [ct] => 9000
                    [wt] => 3173194
                    [cpu] => 3192071
                    [mu] => 600
                    [pmu] => 28856
                )

            [CRM_Core_DAO_Base::getEntityPaths==>CRM_Core_DAO_Base::getEntityDefinition] => Array
                (
                    [ct] => 8145
                    [wt] => 137435
                    [cpu] => 139010
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_DAO_Base::getEntityPaths==>Civi\Schema\EntityRepository::{closure}] => Array
                (
                    [ct] => 3240
                    [wt] => 3621
                    [cpu] => 4977
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractEntity::getInfo==>CRM_Core_DAO_Base::getEntityPaths] => Array
                (
                    [ct] => 8145
                    [wt] => 169328
                    [cpu] => 170984
                    [mu] => 3176
                    [pmu] => 0
                )

            [CRM_Core_DAO_Base::getEntityIcon==>CRM_Core_DAO_Base::getEntityInfo] => Array
                (
                    [ct] => 8145
                    [wt] => 240630
                    [cpu] => 245516
                    [mu] => 3063088
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractEntity::getInfo==>CRM_Core_DAO_Base::getEntityIcon] => Array
                (
                    [ct] => 8145
                    [wt] => 262410
                    [cpu] => 263899
                    [mu] => 1216
                    [pmu] => 0
                )

            [CRM_Core_DAO_Base::getLabelField==>CRM_Core_DAO_Base::getEntityInfo] => Array
                (
                    [ct] => 8145
                    [wt] => 226498
                    [cpu] => 230721
                    [mu] => 3063088
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractEntity::getInfo==>CRM_Core_DAO_Base::getLabelField] => Array
                (
                    [ct] => 8145
                    [wt] => 245828
                    [cpu] => 244937
                    [mu] => 1216
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractEntity::getInfo==>CRM_Core_DAO_Base::getTableName] => Array
                (
                    [ct] => 8145
                    [wt] => 144077
                    [cpu] => 166459
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractEntity::getInfo==>CRM_Core_DAO_Base::fields] => Array
                (
                    [ct] => 8145
                    [wt] => 354935
                    [cpu] => 380056
                    [mu] => 94412408
                    [pmu] => 2847008
                )

            [CRM_Core_DAO_Base::indices==>CRM_Core_DAO_Base::getEntityDefinition] => Array
                (
                    [ct] => 8145
                    [wt] => 127374
                    [cpu] => 124607
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_DAO_Base::indices==>Civi\Schema\EntityRepository::{closure}] => Array
                (
                    [ct] => 9180
                    [wt] => 610377
                    [cpu] => 622136
                    [mu] => 49469968
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractEntity::getInfo==>CRM_Core_DAO_Base::indices] => Array
                (
                    [ct] => 8145
                    [wt] => 838367
                    [cpu] => 844085
                    [mu] => 62704656
                    [pmu] => 15328
                )

            [CRM_Utils_Array::{closure}@1==>CRM_Utils_Array::{closure}@2] => Array
                (
                    [ct] => 54905
                    [wt] => 107670
                    [cpu] => 133748
                    [mu] => 5624
                    [pmu] => 0
                )

            [CRM_Utils_Array::{closure}@2==>CRM_Utils_Array::{closure}@3] => Array
                (
                    [ct] => 16163
                    [wt] => 34967
                    [cpu] => 37011
                    [mu] => 4992
                    [pmu] => 0
                )

            [CRM_Utils_Array::{closure}==>CRM_Utils_Array::{closure}@1] => Array
                (
                    [ct] => 12533
                    [wt] => 203095
                    [cpu] => 214421
                    [mu] => 1040992
                    [pmu] => 0
                )

            [CRM_Utils_Array::findAll==>CRM_Utils_Array::{closure}] => Array
                (
                    [ct] => 8284
                    [wt] => 244413
                    [cpu] => 250124
                    [mu] => 1041608
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractEntity::getInfo==>CRM_Utils_Array::findAll] => Array
                (
                    [ct] => 8280
                    [wt] => 241459
                    [cpu] => 246671
                    [mu] => 8189120
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractEntity::getInfo==>Civi\Api4\Utils\ReflectionUtils::getTraits] => Array
                (
                    [ct] => 9180
                    [wt] => 30408
                    [cpu] => 33954
                    [mu] => 1354184
                    [pmu] => 0
                )

            [Civi\Api4\Utils\ReflectionUtils::getCodeDocs==>CRM_Utils_String::pluralize] => Array
                (
                    [ct] => 24544
                    [wt] => 36443
                    [cpu] => 41377
                    [mu] => 1758048
                    [pmu] => 208
                )

            [Civi\Api4\Utils\ReflectionUtils::getCodeDocs==>Civi\Api4\Utils\ReflectionUtils::parseDocBlock] => Array
                (
                    [ct] => 10731
                    [wt] => 158235
                    [cpu] => 169242
                    [mu] => 15193064
                    [pmu] => 7632
                )

            [Civi\Api4\Generic\AbstractEntity::getInfo==>Civi\Api4\Utils\ReflectionUtils::getCodeDocs] => Array
                (
                    [ct] => 9180
                    [wt] => 250794
                    [cpu] => 252215
                    [mu] => 9090288
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractEntity::getInfo==>CRM_Utils_String::convertStringToSnakeCase] => Array
                (
                    [ct] => 50940
                    [wt] => 70195
                    [cpu] => 83044
                    [mu] => 116864
                    [pmu] => 0
                )

            [CRM_Core_DAO_Base::getEntityDescription==>CRM_Core_DAO_Base::getEntityInfo] => Array
                (
                    [ct] => 8145
                    [wt] => 248779
                    [cpu] => 242802
                    [mu] => 3063104
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractEntity::getInfo==>CRM_Core_DAO_Base::getEntityDescription] => Array
                (
                    [ct] => 8145
                    [wt] => 270158
                    [cpu] => 264812
                    [mu] => 1232
                    [pmu] => 0
                )

            [Civi\Api4\Provider\ActionObjectProvider::getEntities==>Civi\Api4\Generic\AbstractEntity::getInfo] => Array
                (
                    [ct] => 5400
                    [wt] => 8252611
                    [cpu] => 8234775
                    [mu] => 25114296
                    [pmu] => 3065936
                )

            [Civi\Api4\Generic\AbstractEntity::getInfo==>CRM_Core_DAO::unSerializeField] => Array
                (
                    [ct] => 2160
                    [wt] => 5365
                    [cpu] => 9017
                    [mu] => 900224
                    [pmu] => 0
                )

            [Civi\Api4\ActivityContact::getInfo==>Civi\Api4\Generic\AbstractEntity::getInfo] => Array
                (
                    [ct] => 45
                    [wt] => 70123
                    [cpu] => 69964
                    [mu] => 285496
                    [pmu] => 7376
                )

            [Civi\Api4\ActivityContact::getInfo==>Civi\Api4\Generic\AbstractEntity::getEntityName] => Array
                (
                    [ct] => 45
                    [wt] => 156
                    [cpu] => 0
                    [mu] => 2384
                    [pmu] => 0
                )

            [Civi\Api4\ActivityContact::getInfo==>Civi::entity] => Array
                (
                    [ct] => 45
                    [wt] => 355
                    [cpu] => 0
                    [mu] => 4872
                    [pmu] => 0
                )

            [Civi\Schema\EntityProvider::getFields==>Civi\Schema\EntityProvider::getMetaProvider] => Array
                (
                    [ct] => 315
                    [wt] => 4029
                    [cpu] => 4001
                    [mu] => 18224
                    [pmu] => 0
                )

            [Civi\Schema\EntityProvider::getFields==>Civi\Schema\SqlEntityMetadata::getFields] => Array
                (
                    [ct] => 315
                    [wt] => 15050
                    [cpu] => 11004
                    [mu] => 1121624
                    [pmu] => 0
                )

            [Civi\Api4\ActivityContact::getInfo==>Civi\Schema\EntityProvider::getFields] => Array
                (
                    [ct] => 45
                    [wt] => 2878
                    [cpu] => 4001
                    [mu] => 151640
                    [pmu] => 0
                )

            [Civi\Api4\Provider\ActionObjectProvider::getEntities==>Civi\Api4\ActivityContact::getInfo] => Array
                (
                    [ct] => 45
                    [wt] => 74280
                    [cpu] => 73965
                    [mu] => 363528
                    [pmu] => 7376
                )

            [Civi\Api4\Generic\AbstractEntity::getEntityTitle==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 16
                    [wt] => 36
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractEntity::getEntityTitle==>_afform_civix_class_loader] => Array
                (
                    [ct] => 16
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractEntity::getEntityTitle==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 16
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractEntity::getEntityTitle==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 16
                    [wt] => 1057
                    [cpu] => 3002
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractEntity::getEntityTitle==>drupal_autoload_class] => Array
                (
                    [ct] => 16
                    [wt] => 170
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractEntity::getEntityTitle==>drupal_autoload_interface] => Array
                (
                    [ct] => 16
                    [wt] => 100
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractEntity::getEntityTitle==>drupal_autoload_trait] => Array
                (
                    [ct] => 16
                    [wt] => 96
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractEntity::getEntityTitle==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 16
                    [wt] => 3550
                    [cpu] => 4998
                    [mu] => 1544
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractEntity::getInfo==>Civi\Api4\Contact::getDaoName] => Array
                (
                    [ct] => 180
                    [wt] => 189
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Contact::getInfo==>Civi\Api4\Generic\AbstractEntity::getInfo] => Array
                (
                    [ct] => 180
                    [wt] => 233076
                    [cpu] => 234889
                    [mu] => 1365352
                    [pmu] => 160464
                )

            [Civi\Api4\Contact::getInfo==>Civi\Api4\Generic\AbstractEntity::getEntityName] => Array
                (
                    [ct] => 180
                    [wt] => 659
                    [cpu] => 0
                    [mu] => 7424
                    [pmu] => 0
                )

            [Civi\Api4\Provider\ActionObjectProvider::getEntities==>Civi\Api4\Contact::getInfo] => Array
                (
                    [ct] => 180
                    [wt] => 274676
                    [cpu] => 267366
                    [mu] => 1265272
                    [pmu] => 173240
                )

            [Civi\Api4\ContactType::getInfo==>Civi\Api4\Generic\AbstractEntity::getInfo] => Array
                (
                    [ct] => 45
                    [wt] => 68110
                    [cpu] => 66449
                    [mu] => 319280
                    [pmu] => 0
                )

            [Civi\Api4\ContactType::getInfo==>Civi\Api4\Generic\AbstractEntity::getEntityName] => Array
                (
                    [ct] => 45
                    [wt] => 155
                    [cpu] => 0
                    [mu] => 2384
                    [pmu] => 0
                )

            [Civi\Api4\ContactType::getInfo==>Civi::entity] => Array
                (
                    [ct] => 45
                    [wt] => 388
                    [cpu] => 0
                    [mu] => 4872
                    [pmu] => 0
                )

            [Civi\Api4\ContactType::getInfo==>Civi\Schema\EntityProvider::getFields] => Array
                (
                    [ct] => 45
                    [wt] => 4169
                    [cpu] => 6006
                    [mu] => 251848
                    [pmu] => 0
                )

            [Civi\Api4\Provider\ActionObjectProvider::getEntities==>Civi\Api4\ContactType::getInfo] => Array
                (
                    [ct] => 45
                    [wt] => 73489
                    [cpu] => 72455
                    [mu] => 330464
                    [pmu] => 0
                )

            [Civi\Api4\DashboardContact::getInfo==>Civi\Api4\Generic\AbstractEntity::getInfo] => Array
                (
                    [ct] => 45
                    [wt] => 66781
                    [cpu] => 71213
                    [mu] => 261640
                    [pmu] => 24840
                )

            [Civi\Api4\DashboardContact::getInfo==>Civi\Api4\Generic\AbstractEntity::getEntityName] => Array
                (
                    [ct] => 45
                    [wt] => 157
                    [cpu] => 0
                    [mu] => 2744
                    [pmu] => 0
                )

            [Civi\Api4\DashboardContact::getInfo==>Civi::entity] => Array
                (
                    [ct] => 45
                    [wt] => 335
                    [cpu] => 0
                    [mu] => 4872
                    [pmu] => 0
                )

            [Civi\Api4\DashboardContact::getInfo==>Civi\Schema\EntityProvider::getFields] => Array
                (
                    [ct] => 45
                    [wt] => 3379
                    [cpu] => 3000
                    [mu] => 186704
                    [pmu] => 0
                )

            [Civi\Api4\Provider\ActionObjectProvider::getEntities==>Civi\Api4\DashboardContact::getInfo] => Array
                (
                    [ct] => 45
                    [wt] => 71467
                    [cpu] => 74213
                    [mu] => 323616
                    [pmu] => 24840
                )

            [Civi\Api4\Generic\AbstractEntity::getEntityTitle==>CRM_Utils_String::pluralize] => Array
                (
                    [ct] => 765
                    [wt] => 1285
                    [cpu] => 3002
                    [mu] => 54944
                    [pmu] => 0
                )

            [Civi\Api4\EntityFile::getInfo==>Civi\Api4\Generic\AbstractEntity::getInfo] => Array
                (
                    [ct] => 45
                    [wt] => 66299
                    [cpu] => 69987
                    [mu] => 205688
                    [pmu] => 11936
                )

            [Civi\Api4\EntityFile::getInfo==>Civi\Api4\Generic\AbstractEntity::getEntityName] => Array
                (
                    [ct] => 45
                    [wt] => 153
                    [cpu] => 0
                    [mu] => 2384
                    [pmu] => 0
                )

            [Civi\Api4\EntityFile::getInfo==>Civi::entity] => Array
                (
                    [ct] => 45
                    [wt] => 365
                    [cpu] => 2001
                    [mu] => 4872
                    [pmu] => 0
                )

            [Civi\Api4\EntityFile::getInfo==>Civi\Schema\EntityProvider::getFields] => Array
                (
                    [ct] => 45
                    [wt] => 2509
                    [cpu] => 2000
                    [mu] => 102088
                    [pmu] => 0
                )

            [Civi\Api4\Provider\ActionObjectProvider::getEntities==>Civi\Api4\EntityFile::getInfo] => Array
                (
                    [ct] => 45
                    [wt] => 70014
                    [cpu] => 73988
                    [mu] => 314792
                    [pmu] => 11936
                )

            [Civi\Api4\EntitySet::getEntityTitle==>ts] => Array
                (
                    [ct] => 90
                    [wt] => 196
                    [cpu] => 0
                    [mu] => 6312
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractEntity::getInfo==>Civi\Api4\EntitySet::getEntityTitle] => Array
                (
                    [ct] => 90
                    [wt] => 421
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [Civi\Api4\EntitySet::getInfo==>Civi\Api4\Generic\AbstractEntity::getInfo] => Array
                (
                    [ct] => 45
                    [wt] => 18855
                    [cpu] => 15999
                    [mu] => 88016
                    [pmu] => 7840
                )

            [Civi\Api4\Provider\ActionObjectProvider::getEntities==>Civi\Api4\EntitySet::getInfo] => Array
                (
                    [ct] => 45
                    [wt] => 19042
                    [cpu] => 15999
                    [mu] => 60944
                    [pmu] => 7840
                )

            [Civi\Api4\EntityTag::getInfo==>Civi\Api4\Generic\AbstractEntity::getInfo] => Array
                (
                    [ct] => 45
                    [wt] => 66854
                    [cpu] => 69989
                    [mu] => 256192
                    [pmu] => 13088
                )

            [Civi\Api4\EntityTag::getInfo==>Civi\Api4\Generic\AbstractEntity::getEntityName] => Array
                (
                    [ct] => 45
                    [wt] => 155
                    [cpu] => 0
                    [mu] => 2384
                    [pmu] => 0
                )

            [Civi\Api4\EntityTag::getInfo==>Civi::entity] => Array
                (
                    [ct] => 45
                    [wt] => 235
                    [cpu] => 998
                    [mu] => 4872
                    [pmu] => 0
                )

            [Civi\Api4\EntityTag::getInfo==>Civi\Schema\EntityProvider::getFields] => Array
                (
                    [ct] => 45
                    [wt] => 2225
                    [cpu] => 0
                    [mu] => 116488
                    [pmu] => 0
                )

            [Civi\Api4\Provider\ActionObjectProvider::getEntities==>Civi\Api4\EntityTag::getInfo] => Array
                (
                    [ct] => 45
                    [wt] => 70095
                    [cpu] => 71989
                    [mu] => 348016
                    [pmu] => 13088
                )

            [Civi\Api4\ExampleData::getInfo==>Civi\Api4\Generic\AbstractEntity::getInfo] => Array
                (
                    [ct] => 45
                    [wt] => 51365
                    [cpu] => 52982
                    [mu] => 89144
                    [pmu] => 7312
                )

            [Civi\Api4\Provider\ActionObjectProvider::getEntities==>Civi\Api4\ExampleData::getInfo] => Array
                (
                    [ct] => 45
                    [wt] => 51568
                    [cpu] => 52982
                    [mu] => 62072
                    [pmu] => 7312
                )

            [Civi\Api4\Extension::getInfo==>Civi\Api4\Generic\AbstractEntity::getInfo] => Array
                (
                    [ct] => 45
                    [wt] => 67748
                    [cpu] => 65919
                    [mu] => 265488
                    [pmu] => 2760
                )

            [Civi\Api4\Extension::getInfo==>ts] => Array
                (
                    [ct] => 90
                    [wt] => 115
                    [cpu] => 0
                    [mu] => 6296
                    [pmu] => 0
                )

            [Civi\Api4\Provider\ActionObjectProvider::getEntities==>Civi\Api4\Extension::getInfo] => Array
                (
                    [ct] => 45
                    [wt] => 68256
                    [cpu] => 65919
                    [mu] => 233256
                    [pmu] => 2760
                )

            [Civi\Api4\Group::getInfo==>Civi\Api4\Generic\AbstractEntity::getInfo] => Array
                (
                    [ct] => 45
                    [wt] => 77599
                    [cpu] => 76838
                    [mu] => 311064
                    [pmu] => 47824
                )

            [Civi\Api4\Provider\ActionObjectProvider::getEntities==>Civi\Api4\Group::getInfo] => Array
                (
                    [ct] => 45
                    [wt] => 77812
                    [cpu] => 76838
                    [mu] => 277152
                    [pmu] => 47824
                )

            [Civi\Api4\GroupContact::getInfo==>Civi\Api4\Generic\AbstractEntity::getInfo] => Array
                (
                    [ct] => 45
                    [wt] => 68658
                    [cpu] => 68961
                    [mu] => 288432
                    [pmu] => 12896
                )

            [Civi\Api4\GroupContact::getInfo==>ts] => Array
                (
                    [ct] => 90
                    [wt] => 163
                    [cpu] => 999
                    [mu] => 6296
                    [pmu] => 0
                )

            [Civi\Api4\Provider\ActionObjectProvider::getEntities==>Civi\Api4\GroupContact::getInfo] => Array
                (
                    [ct] => 45
                    [wt] => 69195
                    [cpu] => 69960
                    [mu] => 305944
                    [pmu] => 12896
                )

            [Civi\Api4\GroupNesting::getInfo==>Civi\Api4\Generic\AbstractEntity::getInfo] => Array
                (
                    [ct] => 45
                    [wt] => 61307
                    [cpu] => 66960
                    [mu] => 154368
                    [pmu] => 13720
                )

            [Civi\Api4\GroupNesting::getInfo==>ts] => Array
                (
                    [ct] => 90
                    [wt] => 200
                    [cpu] => 0
                    [mu] => 6296
                    [pmu] => 0
                )

            [Civi\Api4\Provider\ActionObjectProvider::getEntities==>Civi\Api4\GroupNesting::getInfo] => Array
                (
                    [ct] => 45
                    [wt] => 61862
                    [cpu] => 66960
                    [mu] => 187064
                    [pmu] => 13720
                )

            [Civi\Api4\GroupOrganization::getInfo==>Civi\Api4\Generic\AbstractEntity::getInfo] => Array
                (
                    [ct] => 45
                    [wt] => 64687
                    [cpu] => 58988
                    [mu] => 261672
                    [pmu] => 12896
                )

            [Civi\Api4\GroupOrganization::getInfo==>Civi\Api4\Generic\AbstractEntity::getEntityName] => Array
                (
                    [ct] => 45
                    [wt] => 181
                    [cpu] => 999
                    [mu] => 2744
                    [pmu] => 0
                )

            [Civi\Api4\GroupOrganization::getInfo==>Civi::entity] => Array
                (
                    [ct] => 45
                    [wt] => 313
                    [cpu] => 0
                    [mu] => 4872
                    [pmu] => 0
                )

            [Civi\Api4\GroupOrganization::getInfo==>Civi\Schema\EntityProvider::getFields] => Array
                (
                    [ct] => 45
                    [wt] => 2245
                    [cpu] => 999
                    [mu] => 116504
                    [pmu] => 0
                )

            [Civi\Api4\Provider\ActionObjectProvider::getEntities==>Civi\Api4\GroupOrganization::getInfo] => Array
                (
                    [ct] => 45
                    [wt] => 68046
                    [cpu] => 60986
                    [mu] => 340568
                    [pmu] => 12896
                )

            [Civi\Api4\GroupSubscription::getEntityTitle==>ts] => Array
                (
                    [ct] => 90
                    [wt] => 179
                    [cpu] => 0
                    [mu] => 6312
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractEntity::getInfo==>Civi\Api4\GroupSubscription::getEntityTitle] => Array
                (
                    [ct] => 90
                    [wt] => 414
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [Civi\Api4\GroupSubscription::getInfo==>Civi\Api4\Generic\AbstractEntity::getInfo] => Array
                (
                    [ct] => 45
                    [wt] => 18987
                    [cpu] => 21953
                    [mu] => 98456
                    [pmu] => 8152
                )

            [Civi\Api4\Provider\ActionObjectProvider::getEntities==>Civi\Api4\GroupSubscription::getInfo] => Array
                (
                    [ct] => 45
                    [wt] => 19176
                    [cpu] => 21953
                    [mu] => 71400
                    [pmu] => 8152
                )

            [Civi\Api4\Household::getEntityTitle==>ts] => Array
                (
                    [ct] => 90
                    [wt] => 208
                    [cpu] => 0
                    [mu] => 6312
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractEntity::getInfo==>Civi\Api4\Household::getEntityTitle] => Array
                (
                    [ct] => 90
                    [wt] => 452
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [Civi\Api4\Utils\ReflectionUtils::getCodeDocs@1==>CRM_Utils_String::pluralize] => Array
                (
                    [ct] => 286
                    [wt] => 387
                    [cpu] => 998
                    [mu] => 21112
                    [pmu] => 0
                )

            [Civi\Api4\Utils\ReflectionUtils::getCodeDocs@1==>Civi\Api4\Utils\ReflectionUtils::parseDocBlock] => Array
                (
                    [ct] => 139
                    [wt] => 2705
                    [cpu] => 1998
                    [mu] => 332368
                    [pmu] => 0
                )

            [Civi\Api4\Utils\ReflectionUtils::getCodeDocs==>Civi\Api4\Utils\ReflectionUtils::getCodeDocs@1] => Array
                (
                    [ct] => 139
                    [wt] => 4397
                    [cpu] => 2996
                    [mu] => 274184
                    [pmu] => 0
                )

            [CRM_Contact_BAO_ContactType::getAllContactTypes==>Civi::cache] => Array
                (
                    [ct] => 794
                    [wt] => 6461
                    [cpu] => 3109
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Contact_BAO_ContactType::getAllContactTypes==>CRM_Utils_Cache_CacheWrapper::get] => Array
                (
                    [ct] => 794
                    [wt] => 15619
                    [cpu] => 19653
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Contact_BAO_ContactType::getAllContactTypes==>CRM_Utils_SQL_Select::from] => Array
                (
                    [ct] => 14
                    [wt] => 129
                    [cpu] => 0
                    [mu] => 5960
                    [pmu] => 0
                )

            [CRM_Utils_SQL_Select::orderBy==>CRM_Utils_SQL_BaseParamQuery::interpolate] => Array
                (
                    [ct] => 238
                    [wt] => 217
                    [cpu] => 242
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Contact_BAO_ContactType::getAllContactTypes==>CRM_Utils_SQL_Select::orderBy] => Array
                (
                    [ct] => 14
                    [wt] => 137
                    [cpu] => 0
                    [mu] => 17432
                    [pmu] => 0
                )

            [CRM_Utils_SQL_Select::toSQL==>CRM_Utils_Array::crmArraySortByField] => Array
                (
                    [ct] => 103
                    [wt] => 1192
                    [cpu] => 246
                    [mu] => 43224
                    [pmu] => 0
                )

            [CRM_Utils_Array::collect==>CRM_Utils_Array::value] => Array
                (
                    [ct] => 238
                    [wt] => 285
                    [cpu] => 423
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Utils_SQL_Select::toSQL==>CRM_Utils_Array::collect] => Array
                (
                    [ct] => 103
                    [wt] => 988
                    [cpu] => 524
                    [mu] => 39896
                    [pmu] => 0
                )

            [CRM_Contact_BAO_ContactType::getAllContactTypes==>CRM_Utils_SQL_Select::toSQL] => Array
                (
                    [ct] => 14
                    [wt] => 370
                    [cpu] => 101
                    [mu] => 8832
                    [pmu] => 0
                )

            [CRM_Contact_BAO_ContactType::getAllContactTypes==>CRM_Core_DAO::executeQuery] => Array
                (
                    [ct] => 14
                    [wt] => 13490
                    [cpu] => 5369
                    [mu] => 240984
                    [pmu] => 0
                )

            [CRM_Core_DAO::fetchAll==>DB_DataObject::fetch] => Array
                (
                    [ct] => 13146
                    [wt] => 155422
                    [cpu] => 157625
                    [mu] => 32714808
                    [pmu] => 355928
                )

            [CRM_Core_DAO::table==>CRM_Core_DAO::fields] => Array
                (
                    [ct] => 13044
                    [wt] => 10235
                    [cpu] => 8871
                    [mu] => 417960
                    [pmu] => 0
                )

            [DB_DataObject::toArray==>CRM_Core_DAO::table] => Array
                (
                    [ct] => 13044
                    [wt] => 36970
                    [cpu] => 31396
                    [mu] => 1168
                    [pmu] => 0
                )

            [CRM_Core_DAO::fetchAll==>DB_DataObject::toArray] => Array
                (
                    [ct] => 13044
                    [wt] => 125135
                    [cpu] => 102166
                    [mu] => 15223768
                    [pmu] => 0
                )

            [CRM_Contact_BAO_ContactType::getAllContactTypes==>CRM_Core_DAO::fetchAll] => Array
                (
                    [ct] => 14
                    [wt] => 2787
                    [cpu] => 631
                    [mu] => -108280
                    [pmu] => 0
                )

            [CRM_Core_DAO::formatFieldValues==>CRM_Core_DAO_Base::fields] => Array
                (
                    [ct] => 5557
                    [wt] => 49452
                    [cpu] => 56008
                    [mu] => 123037472
                    [pmu] => 198112
                )

            [CRM_Core_DAO::formatFieldValues==>CRM_Core_DAO::formatFieldValue] => Array
                (
                    [ct] => 161703
                    [wt] => 149633
                    [cpu] => 180796
                    [mu] => 333032
                    [pmu] => 6920
                )

            [CRM_Contact_BAO_ContactType::getAllContactTypes==>CRM_Core_DAO::formatFieldValues] => Array
                (
                    [ct] => 112
                    [wt] => 4467
                    [cpu] => 1322
                    [mu] => 874752
                    [pmu] => 12776
                )

            [CRM_Contact_BAO_ContactType::getAllContactTypes==>CRM_Utils_Cache_CacheWrapper::set] => Array
                (
                    [ct] => 14
                    [wt] => 3431
                    [cpu] => 9215
                    [mu] => 5848
                    [pmu] => 0
                )

            [CRM_Contact_BAO_ContactType::getContactType==>CRM_Contact_BAO_ContactType::getAllContactTypes] => Array
                (
                    [ct] => 135
                    [wt] => 37011
                    [cpu] => 30424
                    [mu] => 272056
                    [pmu] => 12776
                )

            [CRM_Contact_BAO_ContactType::getContactType==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 14
                    [wt] => 191
                    [cpu] => 55
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Api4\Contact::getInfo==>CRM_Contact_BAO_ContactType::getContactType] => Array
                (
                    [ct] => 135
                    [wt] => 37969
                    [cpu] => 31477
                    [mu] => 133760
                    [pmu] => 12776
                )

            [Civi\Api4\Contact::getInfo==>ts] => Array
                (
                    [ct] => 135
                    [wt] => 578
                    [cpu] => 0
                    [mu] => 9344
                    [pmu] => 0
                )

            [Civi\Api4\Individual::getEntityTitle==>ts] => Array
                (
                    [ct] => 90
                    [wt] => 214
                    [cpu] => 0
                    [mu] => 6312
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractEntity::getInfo==>Civi\Api4\Individual::getEntityTitle] => Array
                (
                    [ct] => 90
                    [wt] => 478
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [CRM_Core_DAO_Base::loadSchemaFields==>CRM_Utils_Type::getValidTypes] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Api4\Organization::getEntityTitle==>ts] => Array
                (
                    [ct] => 90
                    [wt] => 268
                    [cpu] => 1002
                    [mu] => 6312
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractEntity::getInfo==>Civi\Api4\Organization::getEntityTitle] => Array
                (
                    [ct] => 90
                    [wt] => 573
                    [cpu] => 1002
                    [mu] => 1264
                    [pmu] => 0
                )

            [Civi\Api4\Permission::getInfo==>Civi\Api4\Generic\AbstractEntity::getInfo] => Array
                (
                    [ct] => 45
                    [wt] => 54416
                    [cpu] => 53449
                    [mu] => 144584
                    [pmu] => 0
                )

            [Civi\Api4\Provider\ActionObjectProvider::getEntities==>Civi\Api4\Permission::getInfo] => Array
                (
                    [ct] => 45
                    [wt] => 54650
                    [cpu] => 53449
                    [mu] => 95912
                    [pmu] => 0
                )

            [Civi\Api4\Generic\BasicEntity::getInfo==>Civi\Api4\Generic\AbstractEntity::getInfo] => Array
                (
                    [ct] => 45
                    [wt] => 51982
                    [cpu] => 53101
                    [mu] => 125504
                    [pmu] => 17608
                )

            [Civi\Api4\Provider\ActionObjectProvider::getEntities==>Civi\Api4\Generic\BasicEntity::getInfo] => Array
                (
                    [ct] => 45
                    [wt] => 52223
                    [cpu] => 53101
                    [mu] => 92688
                    [pmu] => 17608
                )

            [Civi\Api4\RelationshipCache::getInfo==>Civi\Api4\Generic\AbstractEntity::getInfo] => Array
                (
                    [ct] => 45
                    [wt] => 75325
                    [cpu] => 74023
                    [mu] => 341024
                    [pmu] => 30224
                )

            [Civi\Api4\RelationshipCache::getInfo==>ts] => Array
                (
                    [ct] => 135
                    [wt] => 223
                    [cpu] => 0
                    [mu] => 9192
                    [pmu] => 0
                )

            [Civi\Api4\RelationshipCache::getInfo==>CRM_Core_Component::isEnabled] => Array
                (
                    [ct] => 45
                    [wt] => 2199
                    [cpu] => 2001
                    [mu] => 26648
                    [pmu] => 0
                )

            [Civi\Api4\Provider\ActionObjectProvider::getEntities==>Civi\Api4\RelationshipCache::getInfo] => Array
                (
                    [ct] => 45
                    [wt] => 78425
                    [cpu] => 78017
                    [mu] => 343880
                    [pmu] => 30224
                )

            [Civi\Api4\UFJoin::getInfo==>Civi\Api4\Generic\AbstractEntity::getInfo] => Array
                (
                    [ct] => 45
                    [wt] => 68546
                    [cpu] => 68840
                    [mu] => 164128
                    [pmu] => 16224
                )

            [Civi\Api4\UFJoin::getInfo==>Civi\Api4\Generic\AbstractEntity::getEntityName] => Array
                (
                    [ct] => 45
                    [wt] => 162
                    [cpu] => 0
                    [mu] => 2024
                    [pmu] => 0
                )

            [Civi\Api4\UFJoin::getInfo==>Civi::entity] => Array
                (
                    [ct] => 45
                    [wt] => 416
                    [cpu] => 113
                    [mu] => 4872
                    [pmu] => 0
                )

            [Civi\Api4\UFJoin::getInfo==>Civi\Schema\EntityProvider::getFields] => Array
                (
                    [ct] => 45
                    [wt] => 3951
                    [cpu] => 3000
                    [mu] => 201088
                    [pmu] => 0
                )

            [Civi\Api4\Provider\ActionObjectProvider::getEntities==>Civi\Api4\UFJoin::getInfo] => Array
                (
                    [ct] => 45
                    [wt] => 73842
                    [cpu] => 71953
                    [mu] => 251632
                    [pmu] => 16224
                )

            [Civi\Api4\WorkflowMessage::getInfo==>Civi\Api4\Generic\AbstractEntity::getInfo] => Array
                (
                    [ct] => 45
                    [wt] => 52658
                    [cpu] => 56760
                    [mu] => 130184
                    [pmu] => 1880
                )

            [Civi\Api4\Provider\ActionObjectProvider::getEntities==>Civi\Api4\WorkflowMessage::getInfo] => Array
                (
                    [ct] => 45
                    [wt] => 52879
                    [cpu] => 56760
                    [mu] => 103128
                    [pmu] => 1880
                )

            [Civi\Api4\EntityFinancialAccount::getInfo==>Civi\Api4\Generic\AbstractEntity::getInfo] => Array
                (
                    [ct] => 90
                    [wt] => 136906
                    [cpu] => 142787
                    [mu] => 559976
                    [pmu] => 18248
                )

            [Civi\Api4\Provider\ActionObjectProvider::getEntities==>Civi\Api4\EntityFinancialAccount::getInfo] => Array
                (
                    [ct] => 45
                    [wt] => 70258
                    [cpu] => 76809
                    [mu] => 251400
                    [pmu] => 18248
                )

            [Civi\Api4\EntityFinancialTrxn::getInfo==>Civi\Api4\Generic\AbstractEntity::getInfo] => Array
                (
                    [ct] => 90
                    [wt] => 135953
                    [cpu] => 137426
                    [mu] => 318208
                    [pmu] => 14384
                )

            [Civi\Api4\Provider\ActionObjectProvider::getEntities==>Civi\Api4\EntityFinancialTrxn::getInfo] => Array
                (
                    [ct] => 45
                    [wt] => 69438
                    [cpu] => 68088
                    [mu] => 159032
                    [pmu] => 14384
                )

            [CRM_Extension_MixinLoader::{closure}==>CRM_Grant_ExtensionUtil::ts] => Array
                (
                    [ct] => 4199
                    [wt] => 19742
                    [cpu] => 22273
                    [mu] => 1583104
                    [pmu] => 0
                )

            [CRM_Core_DAO_Base::getEntityInfo==>CRM_Extension_MixinLoader::{closure}] => Array
                (
                    [ct] => 1760
                    [wt] => 32852
                    [cpu] => 27019
                    [mu] => 664992
                    [pmu] => 0
                )

            [CRM_Core_DAO_Base::getEntityPaths==>CRM_Extension_MixinLoader::{closure}] => Array
                (
                    [ct] => 176
                    [wt] => 203
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_DAO_Base::loadSchemaFields==>CRM_Extension_MixinLoader::{closure}] => Array
                (
                    [ct] => 5
                    [wt] => 3143
                    [cpu] => 1998
                    [mu] => 24904
                    [pmu] => 0
                )

            [CRM_Core_DAO_Base::indices==>CRM_Extension_MixinLoader::{closure}] => Array
                (
                    [ct] => 528
                    [wt] => 29706
                    [cpu] => 34568
                    [mu] => 1261432
                    [pmu] => 0
                )

            [Civi\Api4\Afform::getInfo==>Civi\Api4\Generic\AbstractEntity::getInfo] => Array
                (
                    [ct] => 90
                    [wt] => 104703
                    [cpu] => 101759
                    [mu] => 364888
                    [pmu] => 0
                )

            [Civi\Api4\Provider\ActionObjectProvider::getEntities==>Civi\Api4\Afform::getInfo] => Array
                (
                    [ct] => 45
                    [wt] => 51161
                    [cpu] => 48988
                    [mu] => 134416
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}==>CRM_Afform_ExtensionUtil::ts] => Array
                (
                    [ct] => 1347
                    [wt] => 6855
                    [cpu] => 6001
                    [mu] => 508960
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}==>CRM_Search_ExtensionUtil::ts] => Array
                (
                    [ct] => 6281
                    [wt] => 27313
                    [cpu] => 26987
                    [mu] => 2365040
                    [pmu] => 0
                )

            [Civi\Api4\Provider\ActionObjectProvider::getEntities==>Civi\Core\Event\GenericHookEvent::create] => Array
                (
                    [ct] => 45
                    [wt] => 704
                    [cpu] => 0
                    [mu] => 58560
                    [pmu] => 0
                )

            [Civi\Api4\Provider\ActionObjectProvider::getEntities==>Civi::dispatcher] => Array
                (
                    [ct] => 45
                    [wt] => 493
                    [cpu] => 1002
                    [mu] => 568
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\Container::make==>CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getCustomEntityProviderService] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 704
                    [pmu] => 0
                )

            [Civi\Api4\Provider\CustomEntityProvider::addCustomEntities==>Civi\Api4\CustomValue::getInfo] => Array
                (
                    [ct] => 45
                    [wt] => 51
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [CRM_Core_BAO_CustomGroup::loadAll==>CRM_Core_I18n::getLocale] => Array
                (
                    [ct] => 50
                    [wt] => 118
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [CRM_Core_BAO_CustomGroup::loadAll==>Civi::cache] => Array
                (
                    [ct] => 95
                    [wt] => 1507
                    [cpu] => 1003
                    [mu] => 552
                    [pmu] => 552
                )

            [CRM_Core_BAO_CustomGroup::loadAll==>CRM_Utils_Cache_CacheWrapper::get] => Array
                (
                    [ct] => 50
                    [wt] => 19946
                    [cpu] => 31841
                    [mu] => 568
                    [pmu] => 1088
                )

            [CRM_Core_DAO::getSupportedFields==>CRM_Core_DAO_Base::fields] => Array
                (
                    [ct] => 223
                    [wt] => 10442
                    [cpu] => 10521
                    [mu] => 2505248
                    [pmu] => 89312
                )

            [CRM_Core_BAO_Domain::version==>CRM_Core_BAO_Domain::getDomain] => Array
                (
                    [ct] => 453
                    [wt] => 895
                    [cpu] => 151
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_DAO::getSupportedFields==>CRM_Core_BAO_Domain::version] => Array
                (
                    [ct] => 223
                    [wt] => 1424
                    [cpu] => 2275
                    [mu] => 1200
                    [pmu] => 0
                )

            [CRM_Core_DAO_Base::getExtensionName==>CRM_Core_DAO_Base::getEntityDefinition] => Array
                (
                    [ct] => 223
                    [wt] => 4750
                    [cpu] => 2643
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_DAO::getSupportedFields==>CRM_Core_DAO_Base::getExtensionName] => Array
                (
                    [ct] => 223
                    [wt] => 5730
                    [cpu] => 4492
                    [mu] => 1216
                    [pmu] => 0
                )

            [CRM_Core_DAO::getSupportedFields==>CRM_Utils_System::version] => Array
                (
                    [ct] => 212
                    [wt] => 1532
                    [cpu] => 1995
                    [mu] => 568
                    [pmu] => 560
                )

            [CRM_Core_BAO_CustomGroup::loadAll==>CRM_Core_DAO::getSupportedFields] => Array
                (
                    [ct] => 45
                    [wt] => 6741
                    [cpu] => 1831
                    [mu] => 1117344
                    [pmu] => 80600
                )

            [CRM_Core_BAO_CustomGroup::loadAll==>CRM_Utils_SQL_Select::from] => Array
                (
                    [ct] => 45
                    [wt] => 550
                    [cpu] => 270
                    [mu] => 17848
                    [pmu] => 0
                )

            [CRM_Utils_SQL_Select::join==>CRM_Utils_SQL_BaseParamQuery::interpolate] => Array
                (
                    [ct] => 45
                    [wt] => 71
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_BAO_CustomGroup::loadAll==>CRM_Utils_SQL_Select::join] => Array
                (
                    [ct] => 45
                    [wt] => 294
                    [cpu] => 0
                    [mu] => 18120
                    [pmu] => 0
                )

            [CRM_Core_BAO_CustomGroup::loadAll==>CRM_Utils_SQL_Select::select] => Array
                (
                    [ct] => 45
                    [wt] => 3078
                    [cpu] => 609
                    [mu] => 60688
                    [pmu] => 0
                )

            [CRM_Core_BAO_CustomGroup::loadAll==>CRM_Utils_SQL_Select::orderBy] => Array
                (
                    [ct] => 45
                    [wt] => 746
                    [cpu] => 539
                    [mu] => 85168
                    [pmu] => 0
                )

            [CRM_Utils_Array::crmArraySortByField==>CRM_Utils_Array::{closure}] => Array
                (
                    [ct] => 135
                    [wt] => 404
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_SQL_Select::execute==>CRM_Utils_SQL_Select::toSQL] => Array
                (
                    [ct] => 88
                    [wt] => 3364
                    [cpu] => 669
                    [mu] => 113040
                    [pmu] => 0
                )

            [CRM_Utils_SQL_Select::execute==>CRM_Core_DAO::executeQuery] => Array
                (
                    [ct] => 88
                    [wt] => 230108
                    [cpu] => 55293
                    [mu] => 3299256
                    [pmu] => 45456
                )

            [CRM_Core_BAO_CustomGroup::loadAll==>CRM_Utils_SQL_Select::execute] => Array
                (
                    [ct] => 45
                    [wt] => 170464
                    [cpu] => 30573
                    [mu] => 2459560
                    [pmu] => 45456
                )

            [CRM_Core_BAO_CustomGroup::loadAll==>CRM_Core_DAO::fetchAll] => Array
                (
                    [ct] => 45
                    [wt] => 166958
                    [cpu] => 156007
                    [mu] => 13760128
                    [pmu] => 356328
                )

            [CRM_Core_BAO_CustomGroup::loadAll==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 45
                    [wt] => 709
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_BAO_CustomGroup::loadAll==>CRM_Utils_Array::filterByPrefix] => Array
                (
                    [ct] => 4590
                    [wt] => 63855
                    [cpu] => 65276
                    [mu] => 23721688
                    [pmu] => 0
                )

            [CRM_Core_DAO::unSerializeField==>CRM_Utils_Array::explodePadded] => Array
                (
                    [ct] => 675
                    [wt] => 1374
                    [cpu] => 1001
                    [mu] => 331768
                    [pmu] => 3816
                )

            [CRM_Core_DAO::formatFieldValue==>CRM_Core_DAO::unSerializeField] => Array
                (
                    [ct] => 675
                    [wt] => 3200
                    [cpu] => 3989
                    [mu] => 332400
                    [pmu] => 5608
                )

            [CRM_Core_BAO_CustomGroup::loadAll==>CRM_Core_DAO::formatFieldValues] => Array
                (
                    [ct] => 5445
                    [wt] => 443024
                    [cpu] => 438914
                    [mu] => 122397160
                    [pmu] => 326064
                )

            [CRM_Core_BAO_CustomGroup::loadAll==>CRM_Utils_Cache_CacheWrapper::set] => Array
                (
                    [ct] => 45
                    [wt] => 38198
                    [cpu] => 43228
                    [mu] => 17488
                    [pmu] => 166856
                )

            [CRM_Core_BAO_CustomGroup::getAll==>CRM_Core_BAO_CustomGroup::loadAll] => Array
                (
                    [ct] => 50
                    [wt] => 949328
                    [cpu] => 807566
                    [mu] => 30893752
                    [pmu] => 979104
                )

            [Civi\Api4\Provider\CustomEntityProvider::addCustomEntities==>CRM_Core_BAO_CustomGroup::getAll] => Array
                (
                    [ct] => 45
                    [wt] => 931024
                    [cpu] => 787292
                    [mu] => 15992440
                    [pmu] => 979264
                )

            [CRM_Contact_BAO_ContactType::basicTypeInfo==>CRM_Contact_BAO_ContactType::getAllContactTypes] => Array
                (
                    [ct] => 654
                    [wt] => 15112
                    [cpu] => 9983
                    [mu] => 26760
                    [pmu] => 0
                )

            [CRM_Contact_BAO_ContactType::basicTypeInfo==>CRM_Contact_BAO_ContactType::{closure}] => Array
                (
                    [ct] => 5232
                    [wt] => 5476
                    [cpu] => 5663
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Contact_BAO_ContactType::basicTypes==>CRM_Contact_BAO_ContactType::basicTypeInfo] => Array
                (
                    [ct] => 547
                    [wt] => 27718
                    [cpu] => 18357
                    [mu] => 207568
                    [pmu] => 0
                )

            [CRM_Core_BAO_CustomGroup::getEntityFromExtends==>CRM_Contact_BAO_ContactType::basicTypes] => Array
                (
                    [ct] => 90
                    [wt] => 6068
                    [cpu] => 1032
                    [mu] => 36400
                    [pmu] => 0
                )

            [Civi\Api4\Provider\CustomEntityProvider::addCustomEntities==>CRM_Core_BAO_CustomGroup::getEntityFromExtends] => Array
                (
                    [ct] => 135
                    [wt] => 6572
                    [cpu] => 1268
                    [mu] => 3256
                    [pmu] => 0
                )

            [Civi\Api4\Provider\CustomEntityProvider::addCustomEntities==>CRM_Core_DAO_AllCoreTables::getDAONameForEntity] => Array
                (
                    [ct] => 135
                    [wt] => 54107
                    [cpu] => 43905
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Provider\CustomEntityProvider::addCustomEntities==>CRM_Core_DAO_Base::getEntityTitle] => Array
                (
                    [ct] => 135
                    [wt] => 6522
                    [cpu] => 6947
                    [mu] => 51360
                    [pmu] => 0
                )

            [Civi\Api4\Provider\CustomEntityProvider::addCustomEntities==>ts] => Array
                (
                    [ct] => 135
                    [wt] => 391
                    [cpu] => 0
                    [mu] => 9264
                    [pmu] => 0
                )

            [Civi\Api4\Provider\CustomEntityProvider::addCustomEntities==>Civi\Core\Event\GenericHookEvent::__get] => Array
                (
                    [ct] => 135
                    [wt] => 228
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Core\Event\ServiceListener::__invoke@1==>Civi\Api4\Provider\CustomEntityProvider::addCustomEntities] => Array
                (
                    [ct] => 2
                    [wt] => 55125
                    [cpu] => 47466
                    [mu] => 849784
                    [pmu] => 979264
                )

            [Symfony\Component\DependencyInjection\Container::make==>CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getLegacyEntityScannerService] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 704
                    [pmu] => 0
                )

            [Civi\Api4\Service\LegacyEntityScanner::findClasses==>Civi::dispatcher] => Array
                (
                    [ct] => 45
                    [wt] => 418
                    [cpu] => 2033
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Api4\Service\LegacyEntityScanner::findClasses==>Civi\Core\CiviEventDispatcher::getDispatchPolicy] => Array
                (
                    [ct] => 45
                    [wt] => 69
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\LegacyEntityScanner::findClasses==>CRM_Utils_File::addTrailingSlash] => Array
                (
                    [ct] => 990
                    [wt] => 1402
                    [cpu] => 3003
                    [mu] => -6976
                    [pmu] => 0
                )

            [Civi\Api4\Service\LegacyEntityScanner::findClasses==>CRM_Extension_System::singleton] => Array
                (
                    [ct] => 45
                    [wt] => 90
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Service\LegacyEntityScanner::findClasses==>CRM_Extension_System::getMapper] => Array
                (
                    [ct] => 45
                    [wt] => 64
                    [cpu] => 999
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Service\LegacyEntityScanner::findClasses==>CRM_Extension_Mapper::getActiveModuleFiles] => Array
                (
                    [ct] => 45
                    [wt] => 117
                    [cpu] => 1001
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\LegacyEntityScanner::getEntitiesFromClasses==>Civi\Api4\Service\LegacyEntityScanner::findClasses] => Array
                (
                    [ct] => 45
                    [wt] => 34403
                    [cpu] => 34365
                    [mu] => 355896
                    [pmu] => 0
                )

            [Civi\Api4\Service\LegacyEntityScanner::getEntitiesFromClasses==>Civi\Api4\Generic\AbstractEntity::getInfo] => Array
                (
                    [ct] => 2520
                    [wt] => 3702822
                    [cpu] => 3705189
                    [mu] => 9235512
                    [pmu] => 0
                )

            [Civi\Api4\Service\LegacyEntityScanner::getEntitiesFromClasses==>Civi\Core\Event\GenericHookEvent::__isset] => Array
                (
                    [ct] => 2655
                    [wt] => 3733
                    [cpu] => 4003
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\LegacyEntityScanner::getEntitiesFromClasses==>Civi\Core\Event\GenericHookEvent::__get] => Array
                (
                    [ct] => 2880
                    [wt] => 3216
                    [cpu] => 4003
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\LegacyEntityScanner::getEntitiesFromClasses==>Civi\Api4\Afform::getInfo] => Array
                (
                    [ct] => 45
                    [wt] => 53969
                    [cpu] => 52771
                    [mu] => 133800
                    [pmu] => 0
                )

            [Civi\Api4\Service\LegacyEntityScanner::getEntitiesFromClasses==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 5
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\LegacyEntityScanner::getEntitiesFromClasses==>_afform_civix_class_loader] => Array
                (
                    [ct] => 5
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\LegacyEntityScanner::getEntitiesFromClasses==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 5
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\LegacyEntityScanner::getEntitiesFromClasses==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 10
                    [wt] => 1160
                    [cpu] => 5009
                    [mu] => 1272
                    [pmu] => 0
                )

            [Civi\Api4\Service\LegacyEntityScanner::getEntitiesFromClasses==>drupal_autoload_class] => Array
                (
                    [ct] => 5
                    [wt] => 44
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Service\LegacyEntityScanner::getEntitiesFromClasses==>drupal_autoload_interface] => Array
                (
                    [ct] => 5
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\LegacyEntityScanner::getEntitiesFromClasses==>drupal_autoload_trait] => Array
                (
                    [ct] => 5
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Service\LegacyEntityScanner::getEntitiesFromClasses==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 5
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\LegacyEntityScanner::getEntitiesFromClasses==>PathLoad\V0\PathLoad::loadClass] => Array
                (
                    [ct] => 5
                    [wt] => 136
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [CRM_OAuth_ExtensionUtil::ts==>ts] => Array
                (
                    [ct] => 355
                    [wt] => 4179
                    [cpu] => 2374
                    [mu] => 26248
                    [pmu] => 0
                )

            [CRM_OAuth_DAO_OAuthClient::getEntityTitle==>CRM_OAuth_ExtensionUtil::ts] => Array
                (
                    [ct] => 90
                    [wt] => 1737
                    [cpu] => 1373
                    [mu] => 38128
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractEntity::getEntityTitle==>CRM_OAuth_DAO_OAuthClient::getEntityTitle] => Array
                (
                    [ct] => 90
                    [wt] => 2106
                    [cpu] => 1373
                    [mu] => 4952
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractEntity::getInfo==>CRM_Core_DAO::getEntityPaths] => Array
                (
                    [ct] => 135
                    [wt] => 222
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractEntity::getInfo==>CRM_Core_DAO::getEntityIcon] => Array
                (
                    [ct] => 135
                    [wt] => 203
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractEntity::getInfo==>CRM_Core_DAO::getLabelField] => Array
                (
                    [ct] => 135
                    [wt] => 173
                    [cpu] => 1003
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractEntity::getInfo==>CRM_Core_DAO::getTableName] => Array
                (
                    [ct] => 135
                    [wt] => 236
                    [cpu] => 997
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_OAuth_DAO_OAuthClient::fields==>CRM_OAuth_ExtensionUtil::ts] => Array
                (
                    [ct] => 19
                    [wt] => 657
                    [cpu] => 0
                    [mu] => 8608
                    [pmu] => 0
                )

            [CRM_OAuth_DAO_OAuthClient::fields==>CRM_Core_DAO_AllCoreTables::invoke] => Array
                (
                    [ct] => 1
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractEntity::getInfo==>CRM_OAuth_DAO_OAuthClient::fields] => Array
                (
                    [ct] => 45
                    [wt] => 870
                    [cpu] => 0
                    [mu] => 10488
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractEntity::getInfo==>CRM_OAuth_DAO_OAuthClient::indices] => Array
                (
                    [ct] => 45
                    [wt] => 54
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractEntity::getInfo==>CRM_Core_DAO::getEntityDescription] => Array
                (
                    [ct] => 135
                    [wt] => 211
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_OAuth_DAO_OAuthContactToken::getEntityTitle==>CRM_OAuth_ExtensionUtil::ts] => Array
                (
                    [ct] => 90
                    [wt] => 686
                    [cpu] => 1001
                    [mu] => 34552
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractEntity::getEntityTitle==>CRM_OAuth_DAO_OAuthContactToken::getEntityTitle] => Array
                (
                    [ct] => 90
                    [wt] => 961
                    [cpu] => 1001
                    [mu] => 1376
                    [pmu] => 0
                )

            [CRM_OAuth_DAO_OAuthContactToken::fields==>CRM_OAuth_ExtensionUtil::ts] => Array
                (
                    [ct] => 32
                    [wt] => 1220
                    [cpu] => 1001
                    [mu] => 14264
                    [pmu] => 0
                )

            [CRM_OAuth_DAO_OAuthContactToken::fields==>CRM_Core_DAO_AllCoreTables::invoke] => Array
                (
                    [ct] => 1
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractEntity::getInfo==>CRM_OAuth_DAO_OAuthContactToken::fields] => Array
                (
                    [ct] => 45
                    [wt] => 1454
                    [cpu] => 1001
                    [mu] => 15768
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractEntity::getInfo==>CRM_OAuth_DAO_OAuthContactToken::indices] => Array
                (
                    [ct] => 45
                    [wt] => 66
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\OAuthSessionToken::getEntityTitle==>ts] => Array
                (
                    [ct] => 90
                    [wt] => 306
                    [cpu] => 0
                    [mu] => 6312
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractEntity::getInfo==>Civi\Api4\OAuthSessionToken::getEntityTitle] => Array
                (
                    [ct] => 90
                    [wt] => 601
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [CRM_OAuth_DAO_OAuthSysToken::getEntityTitle==>CRM_OAuth_ExtensionUtil::ts] => Array
                (
                    [ct] => 90
                    [wt] => 709
                    [cpu] => 996
                    [mu] => 34552
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractEntity::getEntityTitle==>CRM_OAuth_DAO_OAuthSysToken::getEntityTitle] => Array
                (
                    [ct] => 90
                    [wt] => 1035
                    [cpu] => 1988
                    [mu] => 1376
                    [pmu] => 0
                )

            [CRM_OAuth_DAO_OAuthSysToken::fields==>CRM_OAuth_ExtensionUtil::ts] => Array
                (
                    [ct] => 30
                    [wt] => 165
                    [cpu] => 0
                    [mu] => 11848
                    [pmu] => 0
                )

            [CRM_OAuth_DAO_OAuthSysToken::fields==>CRM_Core_DAO_AllCoreTables::invoke] => Array
                (
                    [ct] => 1
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractEntity::getInfo==>CRM_OAuth_DAO_OAuthSysToken::fields] => Array
                (
                    [ct] => 45
                    [wt] => 395
                    [cpu] => 0
                    [mu] => 13408
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractEntity::getInfo==>CRM_OAuth_DAO_OAuthSysToken::indices] => Array
                (
                    [ct] => 45
                    [wt] => 61
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Service\LegacyEntityScanner::getEntitiesFromClasses==>Civi\Api4\EntityFinancialAccount::getInfo] => Array
                (
                    [ct] => 45
                    [wt] => 67070
                    [cpu] => 65978
                    [mu] => 239312
                    [pmu] => 0
                )

            [Civi\Api4\Service\LegacyEntityScanner::getEntitiesFromClasses==>Civi\Api4\EntityFinancialTrxn::getInfo] => Array
                (
                    [ct] => 45
                    [wt] => 66953
                    [cpu] => 69338
                    [mu] => 148200
                    [pmu] => 0
                )

            [Civi\Core\Event\ServiceListener::__invoke@1==>Civi\Api4\Service\LegacyEntityScanner::getEntitiesFromClasses] => Array
                (
                    [ct] => 2
                    [wt] => 203264
                    [cpu] => 202655
                    [mu] => 223424
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\Container::make==>CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getSKEntitySubscriberService] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 824
                    [pmu] => 0
                )

            [Civi\Api4\Event\Subscriber\SKEntitySubscriber::on_civi_api4_entityTypes==>_getSearchKitEntityDisplays] => Array
                (
                    [ct] => 45
                    [wt] => 57216
                    [cpu] => 41655
                    [mu] => 763360
                    [pmu] => 0
                )

            [Civi\Api4\Event\Subscriber\SKEntitySubscriber::on_civi_api4_entityTypes==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 45
                    [wt] => 827
                    [cpu] => 247
                    [mu] => -756480
                    [pmu] => 0
                )

            [Civi\Core\Event\ServiceListener::__invoke@1==>Civi\Api4\Event\Subscriber\SKEntitySubscriber::on_civi_api4_entityTypes] => Array
                (
                    [ct] => 2
                    [wt] => 2313
                    [cpu] => 2417
                    [mu] => -888
                    [pmu] => 0
                )

            [Civi\Api4\Provider\ActionObjectProvider::getEntities==>Civi\Core\CiviEventDispatcher::dispatch@1] => Array
                (
                    [ct] => 31
                    [wt] => 3530786
                    [cpu] => 3406476
                    [mu] => 13571800
                    [pmu] => 979264
                )

            [Civi\Api4\Provider\ActionObjectProvider::getEntities==>Civi\Api4\Provider\ActionObjectProvider::fillEntityDefaults] => Array
                (
                    [ct] => 45
                    [wt] => 6149
                    [cpu] => 1103
                    [mu] => 926552
                    [pmu] => 0
                )

            [Civi\Api4\Provider\ActionObjectProvider::getEntities==>CRM_Utils_Cache_CacheWrapper::set] => Array
                (
                    [ct] => 45
                    [wt] => 53238
                    [cpu] => 52226
                    [mu] => 600
                    [pmu] => 41160
                )

            [Civi\Api4\Provider\ActionObjectProvider::onApiResolve==>Civi\Api4\Provider\ActionObjectProvider::getEntities] => Array
                (
                    [ct] => 68
                    [wt] => 1201668
                    [cpu] => 1189507
                    [mu] => 5646880
                    [pmu] => 4506656
                )

            [Civi\Api4\Provider\ActionObjectProvider::onApiResolve==>Civi\API\Event\ResolveEvent::setApiRequest] => Array
                (
                    [ct] => 68
                    [wt] => 217
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Provider\ActionObjectProvider::onApiResolve==>Civi\API\Event\ResolveEvent::setApiProvider] => Array
                (
                    [ct] => 68
                    [wt] => 75
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Provider\ActionObjectProvider::onApiResolve==>Symfony\Contracts\EventDispatcher\Event::stopPropagation] => Array
                (
                    [ct] => 68
                    [wt] => 91
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Core\Event\ServiceListener::__invoke==>Civi\Api4\Provider\ActionObjectProvider::onApiResolve] => Array
                (
                    [ct] => 86
                    [wt] => 1203517
                    [cpu] => 1190506
                    [mu] => 5622904
                    [pmu] => 4506656
                )

            [Civi\API\Kernel::resolve==>Civi\Core\CiviEventDispatcher::dispatch] => Array
                (
                    [ct] => 75
                    [wt] => 831185
                    [cpu] => 822205
                    [mu] => 4552432
                    [pmu] => 4506656
                )

            [Civi\API\Provider\ReflectionProvider::onApiAuthorize==>Civi\Api4\Generic\AbstractAction::offsetExists] => Array
                (
                    [ct] => 68
                    [wt] => 131
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>Civi\API\Provider\ReflectionProvider::onApiAuthorize] => Array
                (
                    [ct] => 72
                    [wt] => 714
                    [cpu] => 530
                    [mu] => 2656
                    [pmu] => 0
                )

            [Civi\API\Subscriber\DynamicFKAuthorization::onApiAuthorize==>Civi\Api4\Generic\AbstractAction::offsetGet] => Array
                (
                    [ct] => 68
                    [wt] => 741
                    [cpu] => 0
                    [mu] => 5528
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>Civi\API\Subscriber\DynamicFKAuthorization::onApiAuthorize] => Array
                (
                    [ct] => 71
                    [wt] => 1285
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractAction::offsetGet==>Civi\Api4\Generic\AbstractAction::getEntityName] => Array
                (
                    [ct] => 129
                    [wt] => 124
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\API\Provider\AdhocProvider::matchesRequest==>Civi\Api4\Generic\AbstractAction::offsetGet] => Array
                (
                    [ct] => 68
                    [wt] => 401
                    [cpu] => 606
                    [mu] => 8880
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>Civi\API\Provider\AdhocProvider::onApiAuthorize] => Array
                (
                    [ct] => 71
                    [wt] => 1207
                    [cpu] => 1314
                    [mu] => 1960
                    [pmu] => 0
                )

            [Civi\Api4\Event\Subscriber\PermissionCheckSubscriber::onApiAuthorize==>Civi\Api4\Generic\AbstractAction::offsetGet] => Array
                (
                    [ct] => 68
                    [wt] => 616
                    [cpu] => 0
                    [mu] => 5528
                    [pmu] => 0
                )

            [Civi\Api4\Event\Subscriber\PermissionCheckSubscriber::onApiAuthorize==>Civi\Api4\Generic\AbstractAction::__call] => Array
                (
                    [ct] => 68
                    [wt] => 428
                    [cpu] => 0
                    [mu] => 6072
                    [pmu] => 0
                )

            [Civi\Api4\Event\Subscriber\PermissionCheckSubscriber::onApiAuthorize==>Civi\API\Event\AuthorizeEvent::authorize] => Array
                (
                    [ct] => 68
                    [wt] => 79
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Event\Subscriber\PermissionCheckSubscriber::onApiAuthorize==>Symfony\Contracts\EventDispatcher\Event::stopPropagation] => Array
                (
                    [ct] => 68
                    [wt] => 66
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Core\Event\ServiceListener::__invoke==>Civi\Api4\Event\Subscriber\PermissionCheckSubscriber::onApiAuthorize] => Array
                (
                    [ct] => 78
                    [wt] => 2339
                    [cpu] => 1463
                    [mu] => 3416
                    [pmu] => 0
                )

            [Civi\API\Kernel::authorize==>Civi\Core\CiviEventDispatcher::dispatch] => Array
                (
                    [ct] => 72
                    [wt] => 8950
                    [cpu] => 4366
                    [mu] => 10880
                    [pmu] => 0
                )

            [Civi\API\Subscriber\DebugSubscriber::onApiPrepare==>Civi\Api4\Generic\AbstractAction::offsetExists] => Array
                (
                    [ct] => 68
                    [wt] => 78
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractAction::getParams==>Civi\Api4\Generic\AbstractAction::getMagicProperties] => Array
                (
                    [ct] => 204
                    [wt] => 192
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractAction::offsetGet==>Civi\Api4\Generic\AbstractAction::getParams] => Array
                (
                    [ct] => 204
                    [wt] => 1813
                    [cpu] => 717
                    [mu] => 142288
                    [pmu] => 0
                )

            [Civi\API\Subscriber\DebugSubscriber::onApiPrepare==>Civi\Api4\Generic\AbstractAction::offsetGet] => Array
                (
                    [ct] => 68
                    [wt] => 939
                    [cpu] => 2271
                    [mu] => 53832
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>Civi\API\Subscriber\DebugSubscriber::onApiPrepare] => Array
                (
                    [ct] => 72
                    [wt] => 1679
                    [cpu] => 2271
                    [mu] => 3288
                    [pmu] => 0
                )

            [Civi\Core\Event\ServiceListener::__invoke==>Civi\Api4\Subscriber\AfformAutocompleteSubscriber::onApiPrepare] => Array
                (
                    [ct] => 79
                    [wt] => 421
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Core\Event\ServiceListener::__invoke==>Civi\Api4\Event\Subscriber\AutocompleteFieldSubscriber::onApiPrepare] => Array
                (
                    [ct] => 79
                    [wt] => 366
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Core\Event\ServiceListener::__invoke==>Civi\Api4\Service\Autocomplete\EventAutocompleteProvider::onApiPrepare] => Array
                (
                    [ct] => 79
                    [wt] => 346
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Event\Subscriber\HierarchicalEntitySubscriber::applies==>Civi\Api4\Generic\AbstractAction::offsetGet] => Array
                (
                    [ct] => 136
                    [wt] => 1569
                    [cpu] => 2999
                    [mu] => 10424
                    [pmu] => 0
                )

            [Civi\Core\Event\ServiceListener::__invoke==>Civi\Api4\Event\Subscriber\HierarchicalEntitySubscriber::onApiPrepare] => Array
                (
                    [ct] => 79
                    [wt] => 1862
                    [cpu] => 1623
                    [mu] => 3336
                    [pmu] => 0
                )

            [Civi\API\Subscriber\TransactionSubscriber::isTransactional==>Civi\Api4\Generic\AbstractAction::offsetGet] => Array
                (
                    [ct] => 68
                    [wt] => 573
                    [cpu] => 0
                    [mu] => 5528
                    [pmu] => 0
                )

            [Civi\API\Subscriber\TransactionSubscriber::isForceRollback==>Civi\Api4\Generic\AbstractAction::offsetGet] => Array
                (
                    [ct] => 68
                    [wt] => 573
                    [cpu] => 0
                    [mu] => 5528
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>Civi\API\Subscriber\TransactionSubscriber::onApiPrepare] => Array
                (
                    [ct] => 72
                    [wt] => 2904
                    [cpu] => 2663
                    [mu] => 10592
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractAction::getParamDefaults==>Civi\Api4\Generic\AbstractAction::reflect] => Array
                (
                    [ct] => 135
                    [wt] => 403
                    [cpu] => 0
                    [mu] => 13464
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractAction::getParamDefaults==>Civi\Api4\Generic\AbstractAction::getMagicProperties] => Array
                (
                    [ct] => 135
                    [wt] => 137
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractAction::getParamInfo==>Civi\Api4\Generic\AbstractAction::getParamDefaults] => Array
                (
                    [ct] => 134
                    [wt] => 2086
                    [cpu] => 0
                    [mu] => 107768
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractAction::getParamInfo==>Civi\Api4\Generic\AbstractAction::getEntityName] => Array
                (
                    [ct] => 134
                    [wt] => 118
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractAction::getParamInfo==>Civi\Api4\Generic\AbstractAction::getActionName] => Array
                (
                    [ct] => 134
                    [wt] => 120
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractAction::getParamInfo==>Civi\Api4\Generic\AbstractAction::reflect] => Array
                (
                    [ct] => 134
                    [wt] => 137
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractAction::getParamInfo==>Civi\Api4\Utils\ReflectionUtils::getCodeDocs] => Array
                (
                    [ct] => 1546
                    [wt] => 42338
                    [cpu] => 35151
                    [mu] => 1825040
                    [pmu] => 8184
                )

            [Civi\Schema\EntityMetadataBase::getOptionGroupParams==>CRM_Core_DAO::getFieldValue] => Array
                (
                    [ct] => 268
                    [wt] => 25549
                    [cpu] => 20770
                    [mu] => 584400
                    [pmu] => 0
                )

            [Civi\Schema\EntityMetadataBase::getOptionGroupParams==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 28
                    [wt] => 315
                    [cpu] => 0
                    [mu] => -481464
                    [pmu] => 0
                )

            [Civi\Schema\EntityMetadataBase::getOptionGroupParams==>CRM_Core_BAO_Domain::version] => Array
                (
                    [ct] => 134
                    [wt] => 994
                    [cpu] => 1002
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Schema\EntityMetadataBase::getOptionGroupParams==>CRM_Core_OptionGroup::isDomainOptionGroup] => Array
                (
                    [ct] => 134
                    [wt] => 362
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Schema\EntityMetadataBase::getOptions==>Civi\Schema\EntityMetadataBase::getOptionGroupParams] => Array
                (
                    [ct] => 134
                    [wt] => 30358
                    [cpu] => 24971
                    [mu] => 174496
                    [pmu] => 0
                )

            [Civi\Schema\EntityProvider::getSupportedFields==>Civi\Schema\EntityProvider::getMetaProvider] => Array
                (
                    [ct] => 96
                    [wt] => 920
                    [cpu] => 33
                    [mu] => 5976
                    [pmu] => 0
                )

            [Civi\Schema\EntityProvider::getSupportedFields==>Civi\Schema\SqlEntityMetadata::getFields] => Array
                (
                    [ct] => 96
                    [wt] => 13315
                    [cpu] => 9897
                    [mu] => 887248
                    [pmu] => 0
                )

            [Civi\Schema\EntityProvider::getMeta==>Civi\Schema\EntityProvider::getMetaProvider] => Array
                (
                    [ct] => 187
                    [wt] => 1803
                    [cpu] => 1001
                    [mu] => 11056
                    [pmu] => 0
                )

            [Civi\Schema\SqlEntityMetadata::getProperty==>Civi\Schema\EntityMetadataBase::getEntity] => Array
                (
                    [ct] => 149
                    [wt] => 837
                    [cpu] => 885
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Schema\EntityProvider::getMeta==>Civi\Schema\SqlEntityMetadata::getProperty] => Array
                (
                    [ct] => 187
                    [wt] => 5602
                    [cpu] => 3694
                    [mu] => 22432
                    [pmu] => 0
                )

            [Civi\Schema\EntityProvider::getSupportedFields==>Civi\Schema\EntityProvider::getMeta] => Array
                (
                    [ct] => 96
                    [wt] => 2204
                    [cpu] => 1886
                    [mu] => 2528
                    [pmu] => 0
                )

            [Civi\Schema\EntityProvider::getSupportedFields==>CRM_Core_BAO_Domain::version] => Array
                (
                    [ct] => 91
                    [wt] => 419
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Schema\EntityProvider::getSupportedFields==>Civi\Schema\EntityProvider::Civi\Schema\{closure}] => Array
                (
                    [ct] => 1470
                    [wt] => 2615
                    [cpu] => 1291
                    [mu] => 59360
                    [pmu] => 0
                )

            [Civi\Schema\EntityMetadataBase::getSqlOptions==>Civi\Schema\EntityProvider::getSupportedFields] => Array
                (
                    [ct] => 43
                    [wt] => 12169
                    [cpu] => 2298
                    [mu] => 465072
                    [pmu] => 0
                )

            [Civi\Schema\EntityMetadataBase::getSqlOptions==>CRM_Utils_SQL_Select::from] => Array
                (
                    [ct] => 43
                    [wt] => 318
                    [cpu] => 0
                    [mu] => 17096
                    [pmu] => 0
                )

            [Civi\Schema\EntityMetadataBase::getSqlOptions==>CRM_Utils_SQL_Select::select] => Array
                (
                    [ct] => 258
                    [wt] => 1027
                    [cpu] => 582
                    [mu] => 97592
                    [pmu] => 0
                )

            [CRM_Core_SelectValues::optionAttributes==>ts] => Array
                (
                    [ct] => 8
                    [wt] => 74
                    [cpu] => 0
                    [mu] => 1064
                    [pmu] => 0
                )

            [Civi\Schema\EntityMetadataBase::getSqlOptions==>CRM_Core_SelectValues::optionAttributes] => Array
                (
                    [ct] => 43
                    [wt] => 163
                    [cpu] => 0
                    [mu] => 2112
                    [pmu] => 0
                )

            [Civi\Schema\EntityMetadataBase::getSqlOptions==>CRM_Utils_SQL_Select::orderBy] => Array
                (
                    [ct] => 43
                    [wt] => 297
                    [cpu] => 0
                    [mu] => 49088
                    [pmu] => 0
                )

            [Civi\Schema\EntityMetadataBase::getSqlOptions==>CRM_Utils_SQL_Select::where] => Array
                (
                    [ct] => 43
                    [wt] => 210
                    [cpu] => 0
                    [mu] => 16752
                    [pmu] => 0
                )

            [Civi\Schema\EntityMetadataBase::getSqlOptions==>CRM_Utils_SQL_Select::execute] => Array
                (
                    [ct] => 43
                    [wt] => 63784
                    [cpu] => 25639
                    [mu] => 918112
                    [pmu] => 0
                )

            [Civi\Schema\EntityMetadataBase::getSqlOptions==>CRM_Core_DAO::fetchAll] => Array
                (
                    [ct] => 43
                    [wt] => 151455
                    [cpu] => 136235
                    [mu] => 1302656
                    [pmu] => 0
                )

            [Civi\Schema\EntityMetadataBase::getSqlOptions==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 43
                    [wt] => 482
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Utils_Schema::getDataType==>CRM_Utils_Schema::getCrmTypeFromSqlType] => Array
                (
                    [ct] => 17414
                    [wt] => 18608
                    [cpu] => 26968
                    [mu] => 543160
                    [pmu] => 0
                )

            [CRM_Utils_Schema::getDataType==>CRM_Utils_Type::typeToString] => Array
                (
                    [ct] => 17414
                    [wt] => 14247
                    [cpu] => 16420
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Schema\EntityMetadataBase::getSqlOptions==>CRM_Utils_Schema::getDataType] => Array
                (
                    [ct] => 16684
                    [wt] => 86529
                    [cpu] => 94940
                    [mu] => 1848
                    [pmu] => 0
                )

            [Civi\Schema\EntityMetadataBase::getSqlOptions==>CRM_Utils_Cache_CacheWrapper::set] => Array
                (
                    [ct] => 43
                    [wt] => 20837
                    [cpu] => 33122
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Contact_BAO_Contact::buildOptions==>CRM_Core_DAO::buildOptions] => Array
                (
                    [ct] => 134
                    [wt] => 569434
                    [cpu] => 507838
                    [mu] => 2910416
                    [pmu] => 42256
                )

            [Civi\Api4\Generic\AbstractAction::getLanguageOptions==>CRM_Contact_BAO_Contact::buildOptions] => Array
                (
                    [ct] => 134
                    [wt] => 570287
                    [cpu] => 508837
                    [mu] => 2547672
                    [pmu] => 42256
                )

            [Civi\Api4\Generic\AbstractAction::getLanguageOptions==>Civi::settings] => Array
                (
                    [ct] => 134
                    [wt] => 1797
                    [cpu] => 2775
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractAction::getLanguageOptions==>Civi\Core\SettingsBag::get] => Array
                (
                    [ct] => 134
                    [wt] => 814
                    [cpu] => 2001
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractAction::getParamInfo==>Civi\Api4\Generic\AbstractAction::getLanguageOptions] => Array
                (
                    [ct] => 134
                    [wt] => 575343
                    [cpu] => 515414
                    [mu] => 2904448
                    [pmu] => 42256
                )

            [Civi\Api4\Event\Subscriber\ValidateFieldsSubscriber::onApiPrepare==>Civi\Api4\Generic\AbstractAction::getParamInfo] => Array
                (
                    [ct] => 68
                    [wt] => 514938
                    [cpu] => 448003
                    [mu] => 3193048
                    [pmu] => 46208
                )

            [Civi\Api4\Event\Subscriber\ValidateFieldsSubscriber::onApiPrepare==>Civi\Api4\Generic\AbstractAction::__call] => Array
                (
                    [ct] => 623
                    [wt] => 4316
                    [cpu] => 3457
                    [mu] => 42208
                    [pmu] => 0
                )

            [Civi\Api4\Event\Subscriber\ValidateFieldsSubscriber::onApiPrepare==>Civi\Api4\Event\Subscriber\ValidateFieldsSubscriber::checkType] => Array
                (
                    [ct] => 688
                    [wt] => 1604
                    [cpu] => 0
                    [mu] => 18912
                    [pmu] => 0
                )

            [Civi\Api4\Event\Subscriber\ValidateFieldsSubscriber::checkType==>CRM_Utils_Rule::integer] => Array
                (
                    [ct] => 134
                    [wt] => 133
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Core\Event\ServiceListener::__invoke==>Civi\Api4\Event\Subscriber\ValidateFieldsSubscriber::onApiPrepare] => Array
                (
                    [ct] => 79
                    [wt] => 524929
                    [cpu] => 454338
                    [mu] => 3122240
                    [pmu] => 46208
                )

            [Civi\Api4\Event\Subscriber\IsCurrentSubscriber::onApiPrepare==>Civi\Api4\Generic\AbstractAction::offsetGet] => Array
                (
                    [ct] => 68
                    [wt] => 739
                    [cpu] => 1000
                    [mu] => 5528
                    [pmu] => 0
                )

            [Civi\Core\Event\ServiceListener::__invoke==>Civi\Api4\Event\Subscriber\IsCurrentSubscriber::onApiPrepare] => Array
                (
                    [ct] => 79
                    [wt] => 1522
                    [cpu] => 1000
                    [mu] => 1328
                    [pmu] => 0
                )

            [Civi\Core\Event\ServiceListener::__invoke==>Civi\Api4\Service\Autocomplete\ContactAutocompleteProvider::on_civi_api_prepare] => Array
                (
                    [ct] => 79
                    [wt] => 450
                    [cpu] => 1002
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\API\Subscriber\I18nSubscriber::onApiPrepare==>Civi\Api4\Generic\AbstractAction::offsetGet] => Array
                (
                    [ct] => 136
                    [wt] => 1354
                    [cpu] => 1000
                    [mu] => 57400
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>Civi\API\Subscriber\I18nSubscriber::onApiPrepare] => Array
                (
                    [ct] => 72
                    [wt] => 1957
                    [cpu] => 1844
                    [mu] => 46536
                    [pmu] => 0
                )

            [Civi\API\Subscriber\APIv3SchemaAdapter::onApiPrepare==>Civi\Api4\Generic\AbstractAction::offsetGet] => Array
                (
                    [ct] => 68
                    [wt] => 566
                    [cpu] => 1719
                    [mu] => 5496
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>Civi\API\Subscriber\APIv3SchemaAdapter::onApiPrepare] => Array
                (
                    [ct] => 72
                    [wt] => 34955
                    [cpu] => 32130
                    [mu] => 437472
                    [pmu] => 0
                )

            [Civi\API\Subscriber\WrapperAdapter::getWrappers==>Civi\Api4\Generic\AbstractAction::offsetExists] => Array
                (
                    [ct] => 136
                    [wt] => 311
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\API\Subscriber\WrapperAdapter::getWrappers==>Civi\Api4\Generic\AbstractAction::offsetGet] => Array
                (
                    [ct] => 340
                    [wt] => 1078
                    [cpu] => 1709
                    [mu] => 7672
                    [pmu] => 0
                )

            [Civi\API\Subscriber\WrapperAdapter::getWrappers==>Civi\Api4\Generic\AbstractAction::offsetSet] => Array
                (
                    [ct] => 68
                    [wt] => 142
                    [cpu] => 0
                    [mu] => 26168
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>Civi\API\Subscriber\WrapperAdapter::onApiPrepare] => Array
                (
                    [ct] => 72
                    [wt] => 12102
                    [cpu] => 11390
                    [mu] => 34536
                    [pmu] => 0
                )

            [Civi\API\Subscriber\APIv3SchemaAdapter::onApiPrepare_validate==>Civi\Api4\Generic\AbstractAction::offsetGet] => Array
                (
                    [ct] => 68
                    [wt] => 687
                    [cpu] => 1002
                    [mu] => 5528
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>Civi\API\Subscriber\APIv3SchemaAdapter::onApiPrepare_validate] => Array
                (
                    [ct] => 72
                    [wt] => 1205
                    [cpu] => 1002
                    [mu] => 2560
                    [pmu] => 0
                )

            [Civi\API\Kernel::prepare==>Civi\Core\CiviEventDispatcher::dispatch] => Array
                (
                    [ct] => 72
                    [wt] => 576355
                    [cpu] => 499871
                    [mu] => 3455560
                    [pmu] => 0
                )

            [Civi\Api4\Provider\ActionObjectProvider::getResultClass==>Civi\Api4\Utils\ReflectionUtils::getCodeDocs] => Array
                (
                    [ct] => 5
                    [wt] => 115
                    [cpu] => 0
                    [mu] => 8520
                    [pmu] => 0
                )

            [Civi\Api4\Provider\ActionObjectProvider::invoke==>Civi\Api4\Provider\ActionObjectProvider::getResultClass] => Array
                (
                    [ct] => 66
                    [wt] => 438
                    [cpu] => 1000
                    [mu] => 8768
                    [pmu] => 0
                )

            [Civi\Api4\Provider\ActionObjectProvider::invoke==>Civi\Api4\Generic\AbstractAction::getActionName] => Array
                (
                    [ct] => 66
                    [wt] => 71
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Provider\ActionObjectProvider::invoke==>Civi\Api4\Generic\AbstractAction::getEntityName] => Array
                (
                    [ct] => 66
                    [wt] => 59
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAODeleteAction::_run==>Civi\Api4\Generic\AbstractAction::getParamDefaults] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 1296
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractBatchAction::getSelect==>Civi\Api4\Generic\AbstractAction::getEntityName] => Array
                (
                    [ct] => 62
                    [wt] => 56
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Utils\CoreUtil::getInfoItem==>Civi::service] => Array
                (
                    [ct] => 2745
                    [wt] => 16020
                    [cpu] => 5493
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi\Api4\Utils\CoreUtil::getInfoItem==>Civi\Api4\Provider\ActionObjectProvider::getEntities] => Array
                (
                    [ct] => 2745
                    [wt] => 14087144
                    [cpu] => 13865054
                    [mu] => 43557512
                    [pmu] => 41160
                )

            [Civi\Api4\Generic\AbstractBatchAction::getSelect==>Civi\Api4\Utils\CoreUtil::getInfoItem] => Array
                (
                    [ct] => 62
                    [wt] => 1723
                    [cpu] => 2011
                    [mu] => 1880
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractBatchAction::getBatchAction==>Civi\Api4\Generic\AbstractBatchAction::getSelect] => Array
                (
                    [ct] => 1
                    [wt] => 55
                    [cpu] => 0
                    [mu] => 3240
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractBatchAction::getBatchAction==>Civi\Api4\Generic\AbstractAction::getEntityName] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\API\Request::create==>Civi\Api4\Utils\CoreUtil::getApiClass] => Array
                (
                    [ct] => 195
                    [wt] => 567
                    [cpu] => 0
                    [mu] => 9928
                    [pmu] => 0
                )

            [Civi\API\Request::create==>Civi\Api4\Utils\CoreUtil::getInfoItem] => Array
                (
                    [ct] => 195
                    [wt] => 5809
                    [cpu] => 6505
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOEntity::get==>Civi\Api4\Generic\AbstractEntity::getEntityName] => Array
                (
                    [ct] => 8
                    [wt] => 58
                    [cpu] => 0
                    [mu] => 872
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOEntity::get==>Civi\Api4\Generic\AbstractAction::__construct] => Array
                (
                    [ct] => 8
                    [wt] => 132
                    [cpu] => 0
                    [mu] => 904
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOEntity::get==>Civi\Api4\Generic\AbstractAction::setCheckPermissions] => Array
                (
                    [ct] => 8
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\API\Request::create==>Civi\Api4\Generic\DAOEntity::get] => Array
                (
                    [ct] => 6
                    [wt] => 178
                    [cpu] => 0
                    [mu] => 5432
                    [pmu] => 0
                )

            [Civi\API\Request::create==>Civi\Api4\Generic\AbstractAction::setVersion] => Array
                (
                    [ct] => 195
                    [wt] => 270
                    [cpu] => 1000
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\API\Request::create==>Civi\Api4\Generic\AbstractAction::setCheckPermissions] => Array
                (
                    [ct] => 129
                    [wt] => 111
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractAction::__call==>Civi\Api4\Generic\AbstractAction::getParamInfo] => Array
                (
                    [ct] => 139
                    [wt] => 112753
                    [cpu] => 112372
                    [mu] => 1308856
                    [pmu] => 5648
                )

            [Civi\Api4\Generic\AbstractAction::__call==>Civi\Api4\Utils\ReflectionUtils::castTypeSoftly] => Array
                (
                    [ct] => 139
                    [wt] => 282
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\API\Request::create==>Civi\Api4\Generic\AbstractAction::__call] => Array
                (
                    [ct] => 138
                    [wt] => 112586
                    [cpu] => 110372
                    [mu] => 1217184
                    [pmu] => 5648
                )

            [Civi\Api4\Generic\AbstractBatchAction::getBatchAction==>Civi\API\Request::create] => Array
                (
                    [ct] => 1
                    [wt] => 2040
                    [cpu] => 1999
                    [mu] => 28424
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractBatchAction::getBatchRecords==>Civi\Api4\Generic\AbstractBatchAction::getBatchAction] => Array
                (
                    [ct] => 1
                    [wt] => 2109
                    [cpu] => 1999
                    [mu] => 33000
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractAction::execute@1==>Civi::service] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\API\Kernel::runRequest@1==>Civi\API\Kernel::boot] => Array
                (
                    [ct] => 46
                    [wt] => 1497
                    [cpu] => 249
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi\API\Kernel::runRequest@1==>Civi\API\Kernel::resolve] => Array
                (
                    [ct] => 46
                    [wt] => 11107
                    [cpu] => 8565
                    [mu] => 50848
                    [pmu] => 0
                )

            [Civi\API\Kernel::runRequest@1==>Civi\API\Kernel::authorize] => Array
                (
                    [ct] => 46
                    [wt] => 7800
                    [cpu] => 7449
                    [mu] => 14288
                    [pmu] => 0
                )

            [Civi\Api4\Event\Subscriber\HierarchicalEntitySubscriber::applies==>Civi\Api4\Generic\AbstractAction::getEntityName] => Array
                (
                    [ct] => 10
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Utils\CoreUtil::isType==>Civi\Api4\Utils\CoreUtil::getInfoItem] => Array
                (
                    [ct] => 136
                    [wt] => 4183
                    [cpu] => 457
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Event\Subscriber\HierarchicalEntitySubscriber::applies==>Civi\Api4\Utils\CoreUtil::isType] => Array
                (
                    [ct] => 10
                    [wt] => 516
                    [cpu] => 0
                    [mu] => 1248
                    [pmu] => 0
                )

            [Civi\Api4\Event\Subscriber\ValidateFieldsSubscriber::onApiPrepare==>Civi\Api4\Generic\DAOGetAction::getJoin] => Array
                (
                    [ct] => 4
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CRM_Core_BAO_Translation::hook_civicrm_apiWrappers==>Civi\Api4\Generic\AbstractAction::__call] => Array
                (
                    [ct] => 4
                    [wt] => 36
                    [cpu] => 0
                    [mu] => 888
                    [pmu] => 0
                )

            [Civi\API\Kernel::runRequest@1==>Civi\API\Kernel::prepare] => Array
                (
                    [ct] => 44
                    [wt] => 19101
                    [cpu] => 15500
                    [mu] => 73280
                    [pmu] => 0
                )

            [Civi\Api4\Provider\ActionObjectProvider::invoke@1==>Civi\Api4\Provider\ActionObjectProvider::getResultClass] => Array
                (
                    [ct] => 1
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 2312
                    [pmu] => 0
                )

            [Civi\Api4\Provider\ActionObjectProvider::invoke@1==>Civi\Api4\Generic\AbstractAction::getActionName] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Provider\ActionObjectProvider::invoke@1==>Civi\Api4\Generic\AbstractAction::getEntityName] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOGetAction::getBaoName==>Civi\Api4\Generic\AbstractAction::getEntityName] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Utils\CoreUtil::getBAOFromApiName==>CRM_Core_DAO_AllCoreTables::getDAONameForEntity] => Array
                (
                    [ct] => 115
                    [wt] => 49091
                    [cpu] => 50008
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Utils\CoreUtil::getBAOFromApiName==>CRM_Core_DAO_AllCoreTables::getBAOClassName] => Array
                (
                    [ct] => 115
                    [wt] => 425
                    [cpu] => 0
                    [mu] => 6800
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOGetAction::getBaoName==>Civi\Api4\Utils\CoreUtil::getBAOFromApiName] => Array
                (
                    [ct] => 4
                    [wt] => 2146
                    [cpu] => 3000
                    [mu] => 2136
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOGetAction::_run==>Civi\Api4\Generic\DAOGetAction::getBaoName] => Array
                (
                    [ct] => 3
                    [wt] => 1692
                    [cpu] => 2002
                    [mu] => 3392
                    [pmu] => 0
                )

            [CRM_Core_DAO::tableHasBeenAdded==>CRM_Utils_System::version] => Array
                (
                    [ct] => 5
                    [wt] => 40
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_DAO::tableHasBeenAdded==>CRM_Core_BAO_Domain::version] => Array
                (
                    [ct] => 5
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOGetAction::_run==>CRM_Core_DAO::tableHasBeenAdded] => Array
                (
                    [ct] => 3
                    [wt] => 69
                    [cpu] => 0
                    [mu] => 1832
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractGetAction::setDefaultWhereClause==>Civi\Api4\Generic\AbstractGetAction::_itemsToGet] => Array
                (
                    [ct] => 3
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractAction::entityFields==>Civi\Api4\Generic\AbstractAction::getEntityName] => Array
                (
                    [ct] => 65
                    [wt] => 59
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractAction::entityFields==>Civi\Api4\Generic\AbstractAction::getActionName] => Array
                (
                    [ct] => 65
                    [wt] => 53
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOEntity::getFields==>Civi\Api4\Generic\AbstractEntity::getEntityName] => Array
                (
                    [ct] => 65
                    [wt] => 364
                    [cpu] => 0
                    [mu] => 3184
                    [pmu] => 0
                )

            [Civi\Api4\Generic\BasicGetAction::__construct==>Civi\Api4\Generic\AbstractAction::__construct] => Array
                (
                    [ct] => 68
                    [wt] => 1045
                    [cpu] => 1010
                    [mu] => 3896
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOEntity::getFields==>Civi\Api4\Generic\BasicGetAction::__construct] => Array
                (
                    [ct] => 65
                    [wt] => 1341
                    [cpu] => 4012
                    [mu] => 1248
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOEntity::getFields==>Civi\Api4\Generic\AbstractAction::setCheckPermissions] => Array
                (
                    [ct] => 65
                    [wt] => 78
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\API\Request::create==>Civi\Api4\Generic\DAOEntity::getFields] => Array
                (
                    [ct] => 65
                    [wt] => 2475
                    [cpu] => 4012
                    [mu] => 34912
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractAction::entityFields==>Civi\API\Request::create] => Array
                (
                    [ct] => 65
                    [wt] => 113553
                    [cpu] => 109377
                    [mu] => 1217992
                    [pmu] => 5648
                )

            [Civi\Api4\Generic\BasicGetFieldsAction::_run==>Civi\Api4\Generic\AbstractAction::getEntityName] => Array
                (
                    [ct] => 65
                    [wt] => 75
                    [cpu] => 1001
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Generic\BasicGetFieldsAction::_run==>Civi\Api4\Generic\BasicGetFieldsAction::getAction] => Array
                (
                    [ct] => 65
                    [wt] => 122
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Generic\BasicGetFieldsAction::_run==>Civi\API\Request::create] => Array
                (
                    [ct] => 65
                    [wt] => 5071
                    [cpu] => 8005
                    [mu] => 63040
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOGetFieldsAction::getRecords==>Civi\Api4\Generic\AbstractGetAction::_itemsToGet] => Array
                (
                    [ct] => 64
                    [wt] => 140
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOGetFieldsAction::getRecords==>Civi\Api4\Generic\AbstractAction::getEntityName] => Array
                (
                    [ct] => 128
                    [wt] => 123
                    [cpu] => 1000
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOGetFieldsAction::getRecords==>Civi\Api4\Utils\CoreUtil::getInfoItem] => Array
                (
                    [ct] => 64
                    [wt] => 1729
                    [cpu] => 3001
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOGetFieldsAction::getRecords==>Civi::container] => Array
                (
                    [ct] => 64
                    [wt] => 296
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOGetFieldsAction::getRecords==>Symfony\Component\DependencyInjection\Container::get] => Array
                (
                    [ct] => 64
                    [wt] => 108
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOGetFieldsAction::getRecords==>Civi\Api4\Generic\DAOGetFieldsAction::formatValues] => Array
                (
                    [ct] => 64
                    [wt] => 126
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOGetFieldsAction::getRecords==>Civi\Api4\Generic\BasicGetFieldsAction::getAction] => Array
                (
                    [ct] => 64
                    [wt] => 60
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Utils\CoreUtil::getTableName==>Civi\Api4\Utils\CoreUtil::getInfoItem] => Array
                (
                    [ct] => 57
                    [wt] => 1592
                    [cpu] => 999
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\RequestSpec::__construct==>Civi\Api4\Utils\CoreUtil::getTableName] => Array
                (
                    [ct] => 53
                    [wt] => 1620
                    [cpu] => 999
                    [mu] => 1248
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\RequestSpec::__construct] => Array
                (
                    [ct] => 52
                    [wt] => 1842
                    [cpu] => 999
                    [mu] => 1912
                    [pmu] => 0
                )

            [Civi\Api4\Utils\CoreUtil::isContact==>CRM_Contact_BAO_ContactType::basicTypes] => Array
                (
                    [ct] => 337
                    [wt] => 16429
                    [cpu] => 14970
                    [mu] => 127296
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::addCoreFields==>Civi\Api4\Utils\CoreUtil::isContact] => Array
                (
                    [ct] => 53
                    [wt] => 3444
                    [cpu] => 4005
                    [mu] => 1248
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::addCoreFields==>Civi::entity] => Array
                (
                    [ct] => 53
                    [wt] => 234
                    [cpu] => 0
                    [mu] => 5656
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::addCoreFields==>Civi\Schema\EntityProvider::getMeta] => Array
                (
                    [ct] => 53
                    [wt] => 1404
                    [cpu] => 1001
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::addCoreFields==>CRM_Core_DAO_AllCoreTables::getBAOClassName] => Array
                (
                    [ct] => 53
                    [wt] => 172
                    [cpu] => 0
                    [mu] => 3456
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::addCoreFields==>Civi\Schema\EntityProvider::getSupportedFields] => Array
                (
                    [ct] => 53
                    [wt] => 11056
                    [cpu] => 15013
                    [mu] => 428008
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::addCoreFields==>Civi\Api4\Service\Spec\SpecGatherer::setDynamicFk] => Array
                (
                    [ct] => 730
                    [wt] => 849
                    [cpu] => 2041
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecFormatter::arrayToField==>CRM_Utils_Schema::getDataType] => Array
                (
                    [ct] => 730
                    [wt] => 4899
                    [cpu] => 4998
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\FieldSpec::getValidDataTypes==>CRM_Utils_Type::dataTypes] => Array
                (
                    [ct] => 740
                    [wt] => 789
                    [cpu] => 0
                    [mu] => 278824
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\FieldSpec::setDataType==>Civi\Api4\Service\Spec\FieldSpec::getValidDataTypes] => Array
                (
                    [ct] => 740
                    [wt] => 3312
                    [cpu] => 4990
                    [mu] => 794528
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\FieldSpec::__construct==>Civi\Api4\Service\Spec\FieldSpec::setDataType] => Array
                (
                    [ct] => 740
                    [wt] => 5539
                    [cpu] => 5988
                    [mu] => 1928
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecFormatter::arrayToField==>Civi\Api4\Service\Spec\FieldSpec::__construct] => Array
                (
                    [ct] => 730
                    [wt] => 7224
                    [cpu] => 7987
                    [mu] => 2592
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecFormatter::arrayToField==>Civi\Api4\Service\Spec\FieldSpec::setColumnName] => Array
                (
                    [ct] => 730
                    [wt] => 608
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecFormatter::arrayToField==>Civi\Api4\Service\Spec\FieldSpec::setType] => Array
                (
                    [ct] => 730
                    [wt] => 608
                    [cpu] => 999
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecFormatter::arrayToField==>Civi\Api4\Service\Spec\FieldSpec::setRequired] => Array
                (
                    [ct] => 730
                    [wt] => 601
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecFormatter::arrayToField==>Civi\Api4\Service\Spec\FieldSpec::setNullable] => Array
                (
                    [ct] => 730
                    [wt] => 570
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecFormatter::arrayToField==>Civi\Api4\Service\Spec\FieldSpec::setTitle] => Array
                (
                    [ct] => 730
                    [wt] => 577
                    [cpu] => 1001
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecFormatter::arrayToField==>Civi\Api4\Service\Spec\FieldSpec::setLabel] => Array
                (
                    [ct] => 730
                    [wt] => 628
                    [cpu] => 2001
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecFormatter::arrayToField==>Civi\Api4\Service\Spec\FieldSpec::setLocalizable] => Array
                (
                    [ct] => 730
                    [wt] => 577
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecFormatter::arrayToField==>Civi\Api4\Service\Spec\FieldSpec::setReadonly] => Array
                (
                    [ct] => 730
                    [wt] => 618
                    [cpu] => 2004
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecFormatter::arrayToField==>Civi\Api4\Service\Spec\FieldSpec::setSerialize] => Array
                (
                    [ct] => 730
                    [wt] => 704
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecFormatter::arrayToField==>Civi\Api4\Service\Spec\FieldSpec::setDescription] => Array
                (
                    [ct] => 730
                    [wt] => 714
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecFormatter::arrayToField==>Civi\Api4\Service\Spec\FieldSpec::setDeprecated] => Array
                (
                    [ct] => 730
                    [wt] => 622
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecFormatter::setInputTypeAndAttrs==>Civi\Api4\Service\Spec\FieldSpec::setInputType] => Array
                (
                    [ct] => 730
                    [wt] => 648
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecFormatter::setInputTypeAndAttrs==>Civi\Api4\Service\Spec\FieldSpec::setInputAttrs] => Array
                (
                    [ct] => 730
                    [wt] => 612
                    [cpu] => 1003
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecFormatter::arrayToField==>Civi\Api4\Service\Spec\SpecFormatter::setInputTypeAndAttrs] => Array
                (
                    [ct] => 730
                    [wt] => 13138
                    [cpu] => 11599
                    [mu] => -2663080
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecFormatter::arrayToField==>Civi\Api4\Service\Spec\FieldSpec::setPermission] => Array
                (
                    [ct] => 730
                    [wt] => 651
                    [cpu] => 1001
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::addCoreFields==>Civi\Api4\Service\Spec\SpecFormatter::arrayToField] => Array
                (
                    [ct] => 730
                    [wt] => 65059
                    [cpu] => 57209
                    [mu] => -2268640
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\RequestSpec::addFieldSpec==>Civi\Api4\Service\Spec\FieldSpec::getEntity] => Array
                (
                    [ct] => 740
                    [wt] => 645
                    [cpu] => 1001
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\RequestSpec::addFieldSpec==>Civi\Api4\Service\Spec\FieldSpec::getTableName] => Array
                (
                    [ct] => 740
                    [wt] => 677
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\RequestSpec::addFieldSpec==>Civi\Api4\Service\Spec\FieldSpec::setTableName] => Array
                (
                    [ct] => 740
                    [wt] => 559
                    [cpu] => 1002
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::addCoreFields==>Civi\Api4\Service\Spec\RequestSpec::addFieldSpec] => Array
                (
                    [ct] => 730
                    [wt] => 5804
                    [cpu] => 8005
                    [mu] => 52280
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecFormatter::setInputTypeAndAttrs==>CRM_Utils_String::convertStringToSnakeCase] => Array
                (
                    [ct] => 325
                    [wt] => 670
                    [cpu] => 1999
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecFormatter::arrayToField==>Civi\Api4\Service\Spec\FieldSpec::setFkEntity] => Array
                (
                    [ct] => 111
                    [wt] => 119
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecFormatter::arrayToField==>Civi\Api4\Service\Spec\FieldSpec::setFkColumn] => Array
                (
                    [ct] => 111
                    [wt] => 92
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecFormatter::arrayToField==>Civi\Api4\Utils\FormattingUtil::convertDataType] => Array
                (
                    [ct] => 194
                    [wt] => 280
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecFormatter::arrayToField==>Civi\Api4\Service\Spec\FieldSpec::setDefaultValue] => Array
                (
                    [ct] => 194
                    [wt] => 171
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [CRM_Core_DAO::commonRetrieve==>CRM_Core_DAO_Base::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 155
                    [cpu] => 0
                    [mu] => 2720
                    [pmu] => 0
                )

            [CRM_Core_DAO::copyValues==>CRM_Core_DAO::getFirstPrimaryKey] => Array
                (
                    [ct] => 552
                    [wt] => 198449
                    [cpu] => 69455
                    [mu] => 1200
                    [pmu] => 0
                )

            [CRM_Core_DAO::copyValues==>CRM_Core_DAO_Base::fields] => Array
                (
                    [ct] => 552
                    [wt] => 6679
                    [cpu] => 2481
                    [mu] => 8802936
                    [pmu] => 0
                )

            [CRM_Core_DAO::commonRetrieve==>CRM_Core_DAO::copyValues] => Array
                (
                    [ct] => 1
                    [wt] => 227
                    [cpu] => 996
                    [mu] => 2496
                    [pmu] => 0
                )

            [CRM_Core_DAO::commonRetrieve==>DB_DataObject::find] => Array
                (
                    [ct] => 1
                    [wt] => 1500
                    [cpu] => 597
                    [mu] => 17912
                    [pmu] => 0
                )

            [CRM_Core_DAO::commonRetrieve==>CRM_Core_DAO::storeValues] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 6192
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecFormatter::setLegacyDateFormat==>CRM_Core_DAO::commonRetrieve] => Array
                (
                    [ct] => 1
                    [wt] => 1916
                    [cpu] => 1593
                    [mu] => 23832
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecFormatter::setLegacyDateFormat==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => -16632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecFormatter::setInputTypeAndAttrs==>Civi\Api4\Service\Spec\SpecFormatter::setLegacyDateFormat] => Array
                (
                    [ct] => 4
                    [wt] => 1950
                    [cpu] => 1593
                    [mu] => 8528
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecFormatter::arrayToField==>Civi\Api4\Service\Spec\FieldSpec::setOptionsCallback] => Array
                (
                    [ct] => 167
                    [wt] => 174
                    [cpu] => 998
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecFormatter::arrayToField==>CRM_Core_SelectValues::optionAttributes] => Array
                (
                    [ct] => 166
                    [wt] => 212
                    [cpu] => 1001
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecFormatter::arrayToField==>Civi\Api4\Service\Spec\FieldSpec::setSuffixes] => Array
                (
                    [ct] => 167
                    [wt] => 165
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\SpecGatherer::addCoreFields] => Array
                (
                    [ct] => 52
                    [wt] => 96438
                    [cpu] => 92566
                    [mu] => -5067944
                    [pmu] => 0
                )

            [Civi\Api4\Utils\CoreUtil::getCustomGroupExtends==>CRM_Contact_BAO_ContactType::basicTypes] => Array
                (
                    [ct] => 53
                    [wt] => 2848
                    [cpu] => 2997
                    [mu] => 20528
                    [pmu] => 0
                )

            [CRM_Core_BAO_CustomGroup::getCustomGroupExtendsOptions==>ts] => Array
                (
                    [ct] => 1284
                    [wt] => 3011
                    [cpu] => 2169
                    [mu] => 82744
                    [pmu] => 0
                )

            [CRM_Core_BAO_CustomGroup::getCustomGroupExtendsOptions==>CRM_Contact_BAO_ContactType::basicTypeInfo] => Array
                (
                    [ct] => 107
                    [wt] => 4783
                    [cpu] => 1739
                    [mu] => 40832
                    [pmu] => 0
                )

            [CRM_Core_BAO_CustomGroup::getCustomGroupExtendsOptions==>CRM_Core_DAO::getFieldValue] => Array
                (
                    [ct] => 107
                    [wt] => 15499
                    [cpu] => 14375
                    [mu] => 280888
                    [pmu] => 0
                )

            [CRM_Core_BAO_CustomGroup::getCustomGroupExtendsOptions==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 57
                    [wt] => 773
                    [cpu] => 203
                    [mu] => -240440
                    [pmu] => 0
                )

            [CRM_Core_BAO_OptionValue::getOptionValuesArray==>Civi::cache] => Array
                (
                    [ct] => 320
                    [wt] => 2050
                    [cpu] => 2274
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_BAO_OptionValue::getOptionValuesArray==>CRM_Utils_Cache_CacheWrapper::has] => Array
                (
                    [ct] => 160
                    [wt] => 20184
                    [cpu] => 37316
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_BAO_OptionValue::getOptionValuesArray==>CRM_Core_DAO_Base::__construct] => Array
                (
                    [ct] => 86
                    [wt] => 19855
                    [cpu] => 3422
                    [mu] => 153320
                    [pmu] => 0
                )

            [CRM_Core_BAO_OptionValue::getOptionValuesArray==>DB_DataObject::orderBy] => Array
                (
                    [ct] => 86
                    [wt] => 291
                    [cpu] => 0
                    [mu] => 65928
                    [pmu] => 0
                )

            [CRM_Core_BAO_OptionValue::getOptionValuesArray==>DB_DataObject::find] => Array
                (
                    [ct] => 86
                    [wt] => 76356
                    [cpu] => 44397
                    [mu] => 1451592
                    [pmu] => 0
                )

            [CRM_Core_BAO_OptionValue::getOptionValuesArray==>DB_DataObject::fetch] => Array
                (
                    [ct] => 344
                    [wt] => 4783
                    [cpu] => 1419
                    [mu] => 791296
                    [pmu] => 0
                )

            [CRM_Core_BAO_OptionValue::getOptionValuesArray==>CRM_Core_DAO::storeValues] => Array
                (
                    [ct] => 258
                    [wt] => 4095
                    [cpu] => 1219
                    [mu] => 3757064
                    [pmu] => 0
                )

            [CRM_Core_BAO_OptionValue::getOptionValuesArray==>CRM_Utils_Cache_CacheWrapper::set] => Array
                (
                    [ct] => 86
                    [wt] => 17488
                    [cpu] => 24357
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_BAO_CustomGroup::getCustomGroupExtendsOptions==>CRM_Core_BAO_OptionValue::getOptionValuesArray] => Array
                (
                    [ct] => 107
                    [wt] => 84241
                    [cpu] => 65143
                    [mu] => 283392
                    [pmu] => 0
                )

            [CRM_Core_BAO_CustomGroup::getCustomGroupExtendsOptions==>Civi\Api4\Utils\CoreUtil::getInfoItem] => Array
                (
                    [ct] => 1605
                    [wt] => 42882
                    [cpu] => 22175
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Utils\CoreUtil::getCustomGroupExtends==>CRM_Core_BAO_CustomGroup::getCustomGroupExtendsOptions] => Array
                (
                    [ct] => 53
                    [wt] => 127342
                    [cpu] => 92984
                    [mu] => 615536
                    [pmu] => 0
                )

            [CRM_Core_BAO_CustomGroup::getExtendsEntityColumnIdOptions==>CRM_Core_DAO::getFieldValue] => Array
                (
                    [ct] => 53
                    [wt] => 11647
                    [cpu] => 10651
                    [mu] => 281144
                    [pmu] => 0
                )

            [CRM_Core_BAO_CustomGroup::getExtendsEntityColumnIdOptions==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 57
                    [wt] => 624
                    [cpu] => 50
                    [mu] => -240440
                    [pmu] => 0
                )

            [CRM_Core_BAO_CustomGroup::getExtendsEntityColumnIdOptions==>CRM_Core_BAO_OptionValue::getOptionValuesArray] => Array
                (
                    [ct] => 53
                    [wt] => 65931
                    [cpu] => 51102
                    [mu] => 273984
                    [pmu] => 0
                )

            [CRM_Core_BAO_OptionValue::getOptionValuesArray==>CRM_Utils_Cache_CacheWrapper::get] => Array
                (
                    [ct] => 74
                    [wt] => 568
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_BAO_CustomGroup::getExtendsEntityColumnIdOptions==>CRM_Core_BAO_CustomGroup::getCustomGroupExtendsOptions] => Array
                (
                    [ct] => 53
                    [wt] => 30539
                    [cpu] => 13071
                    [mu] => 463016
                    [pmu] => 0
                )

            [CRM_Core_BAO_CustomGroup::getExtendsEntityColumnIdOptions==>CRM_Core_BAO_CustomGroup::{closure}] => Array
                (
                    [ct] => 3180
                    [wt] => 2781
                    [cpu] => 3401
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Utils\CoreUtil::getCustomGroupExtends==>CRM_Core_BAO_CustomGroup::getExtendsEntityColumnIdOptions] => Array
                (
                    [ct] => 53
                    [wt] => 117705
                    [cpu] => 81009
                    [mu] => 343856
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::addCustomFields==>Civi\Api4\Utils\CoreUtil::getCustomGroupExtends] => Array
                (
                    [ct] => 53
                    [wt] => 248842
                    [cpu] => 176990
                    [mu] => 834008
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\SpecGatherer::addCustomFields] => Array
                (
                    [ct] => 52
                    [wt] => 247981
                    [cpu] => 175991
                    [mu] => 305520
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\RequestSpec::getFields] => Array
                (
                    [ct] => 52
                    [wt] => 62
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\FieldSpec::setDefaultValue] => Array
                (
                    [ct] => 724
                    [wt] => 574
                    [cpu] => 744
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\ActionSchedule\MappingBase::applies] => Array
                (
                    [ct] => 416
                    [wt] => 367
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\SearchSegmentExtraFieldProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 70
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\Provider\SearchSegmentExtraFieldProvider::modifySpec==>Civi\Api4\Service\Spec\RequestSpec::getEntity] => Array
                (
                    [ct] => 3
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [civicrm_api4==>Civi\API\Request::create] => Array
                (
                    [ct] => 62
                    [wt] => 7772
                    [cpu] => 4190
                    [mu] => 81904
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractAction::execute@2==>Civi::service] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\API\Kernel::runRequest@2==>Civi\API\Kernel::boot] => Array
                (
                    [ct] => 3
                    [wt] => 88
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi\API\Kernel::runRequest@2==>Civi\API\Kernel::resolve] => Array
                (
                    [ct] => 3
                    [wt] => 1444
                    [cpu] => 1540
                    [mu] => 4248
                    [pmu] => 0
                )

            [Civi\API\Kernel::runRequest@2==>Civi\API\Kernel::authorize] => Array
                (
                    [ct] => 3
                    [wt] => 514
                    [cpu] => 590
                    [mu] => 1240
                    [pmu] => 0
                )

            [Civi\API\Kernel::runRequest@2==>Civi\API\Kernel::prepare] => Array
                (
                    [ct] => 3
                    [wt] => 26943
                    [cpu] => 21189
                    [mu] => 396648
                    [pmu] => 0
                )

            [Civi\Api4\Provider\ActionObjectProvider::invoke@2==>Civi\Api4\Provider\ActionObjectProvider::getResultClass] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Provider\ActionObjectProvider::invoke@2==>Civi\Api4\Generic\AbstractAction::getActionName] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Provider\ActionObjectProvider::invoke@2==>Civi\Api4\Generic\AbstractAction::getEntityName] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOGetAction::_run@1==>Civi\Api4\Generic\DAOGetAction::getBaoName] => Array
                (
                    [ct] => 1
                    [wt] => 485
                    [cpu] => 998
                    [mu] => 640
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOGetAction::_run@1==>CRM_Core_DAO::tableHasBeenAdded] => Array
                (
                    [ct] => 1
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractGetAction::setDefaultWhereClause@1==>Civi\Api4\Generic\AbstractGetAction::_itemsToGet] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractAction::entityFields@1==>Civi\Api4\Generic\AbstractAction::getEntityName] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractAction::entityFields@1==>Civi\Api4\Generic\AbstractAction::getActionName] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractAction::entityFields@1==>Civi\API\Request::create] => Array
                (
                    [ct] => 1
                    [wt] => 1825
                    [cpu] => 2002
                    [mu] => 19184
                    [pmu] => 0
                )

            [Civi\Api4\Generic\BasicGetFieldsAction::_run@1==>Civi\Api4\Generic\AbstractAction::getEntityName] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Generic\BasicGetFieldsAction::_run@1==>Civi\Api4\Generic\BasicGetFieldsAction::getAction] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Generic\BasicGetFieldsAction::_run@1==>Civi\API\Request::create] => Array
                (
                    [ct] => 1
                    [wt] => 66
                    [cpu] => 0
                    [mu] => 1536
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOGetFieldsAction::getRecords@1==>Civi\Api4\Generic\AbstractGetAction::_itemsToGet] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOGetFieldsAction::getRecords@1==>Civi\Api4\Generic\AbstractAction::getEntityName] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOGetFieldsAction::getRecords@1==>Civi\Api4\Utils\CoreUtil::getInfoItem] => Array
                (
                    [ct] => 1
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOGetFieldsAction::getRecords@1==>Civi::container] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOGetFieldsAction::getRecords@1==>Symfony\Component\DependencyInjection\Container::get] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOGetFieldsAction::getRecords@1==>Civi\Api4\Generic\DAOGetFieldsAction::formatValues] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOGetFieldsAction::getRecords@1==>Civi\Api4\Generic\BasicGetFieldsAction::getAction] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\RequestSpec::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 33
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Schema\SqlEntityMetadata::getFields==>CRM_Extension_MixinLoader::{closure}] => Array
                (
                    [ct] => 16
                    [wt] => 1409
                    [cpu] => 1998
                    [mu] => 48336
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\SpecGatherer::addCoreFields] => Array
                (
                    [ct] => 1
                    [wt] => 736
                    [cpu] => 998
                    [mu] => 7528
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\SpecGatherer::addCustomFields] => Array
                (
                    [ct] => 1
                    [wt] => 1279
                    [cpu] => 999
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\RequestSpec::getFields] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\FieldSpec::setDefaultValue] => Array
                (
                    [ct] => 6
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\ActionSchedule\MappingBase::applies] => Array
                (
                    [ct] => 8
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\SearchSegmentExtraFieldProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\ACLCreationSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\ActionScheduleSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\ActivitySpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\AddressCreationSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\AddressGetSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\Provider\ContactGetSpecProvider::applies==>Civi\Api4\Utils\CoreUtil::isContact] => Array
                (
                    [ct] => 53
                    [wt] => 2962
                    [cpu] => 5330
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\ContactGetSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 47
                    [cpu] => 0
                    [mu] => 1296
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\ContactTypeCreationSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\CustomFieldCreationSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\CustomValueSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\DAOFieldsCallbackAdapterSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\Provider\DAOFieldsCallbackAdapterSpecProvider::modifySpec==>Civi\Api4\Service\Spec\RequestSpec::getEntity] => Array
                (
                    [ct] => 53
                    [wt] => 61
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\Provider\DAOFieldsCallbackAdapterSpecProvider::modifySpec==>Civi\Api4\Utils\CoreUtil::isContact] => Array
                (
                    [ct] => 53
                    [wt] => 2363
                    [cpu] => 2002
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\Provider\DAOFieldsCallbackAdapterSpecProvider::modifySpec==>Civi\Schema\EntityRepository::getEntity] => Array
                (
                    [ct] => 53
                    [wt] => 224
                    [cpu] => 928
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\DAOFieldsCallbackAdapterSpecProvider::modifySpec] => Array
                (
                    [ct] => 1
                    [wt] => 79
                    [cpu] => 0
                    [mu] => 2720
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\DashboardCreationSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\DefaultLocationTypeProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\DomainCreationSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\DomainGetSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\EmailCreationSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\EmailGetSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\Provider\EmailGetSpecProvider::modifySpec==>Civi\Api4\Service\Spec\RequestSpec::getFields] => Array
                (
                    [ct] => 4
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\Provider\EmailGetSpecProvider::modifySpec==>Civi\Api4\Service\Spec\FieldSpec::getInputType] => Array
                (
                    [ct] => 34
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\EmailGetSpecProvider::modifySpec] => Array
                (
                    [ct] => 1
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 2024
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\EntityBatchCreationSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\EntityTagCreationSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\Provider\EntityTagFilterSpecProvider::applies==>Civi\Api4\Utils\CoreUtil::isContact] => Array
                (
                    [ct] => 4
                    [wt] => 230
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CRM_Core_OptionGroup::values==>Civi::settings] => Array
                (
                    [ct] => 4
                    [wt] => 60
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_OptionGroup::values==>Civi\Core\SettingsBag::get] => Array
                (
                    [ct] => 4
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_Type::validate==>CRM_Utils_Rule::mysqlOrderBy] => Array
                (
                    [ct] => 4
                    [wt] => 37
                    [cpu] => 0
                    [mu] => 2408
                    [pmu] => 0
                )

            [CRM_Core_OptionGroup::values==>CRM_Core_DAO::executeQuery] => Array
                (
                    [ct] => 4
                    [wt] => 4910
                    [cpu] => 1626
                    [mu] => 86960
                    [pmu] => 0
                )

            [CRM_Core_OptionGroup::valuesCommon==>DB_DataObject::fetch] => Array
                (
                    [ct] => 81
                    [wt] => 665
                    [cpu] => 350
                    [mu] => 72344
                    [pmu] => 0
                )

            [CRM_Core_OptionGroup::values==>CRM_Core_OptionGroup::valuesCommon] => Array
                (
                    [ct] => 4
                    [wt] => 828
                    [cpu] => 350
                    [mu] => -49680
                    [pmu] => 0
                )

            [CRM_Utils_Hook::optionValues==>CRM_Utils_Hook::singleton] => Array
                (
                    [ct] => 4
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_Hook::optionValues==>CRM_Utils_Hook::invoke] => Array
                (
                    [ct] => 3
                    [wt] => 449
                    [cpu] => 332
                    [mu] => 4616
                    [pmu] => 0
                )

            [CRM_Core_OptionGroup::values==>CRM_Utils_Hook::optionValues] => Array
                (
                    [ct] => 4
                    [wt] => 627
                    [cpu] => 533
                    [mu] => 4016
                    [pmu] => 0
                )

            [CRM_Core_OptionGroup::values==>CRM_Utils_Cache_CacheWrapper::set] => Array
                (
                    [ct] => 4
                    [wt] => 903
                    [cpu] => 1424
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\Provider\EntityTagFilterSpecProvider::applies==>CRM_Core_OptionGroup::values] => Array
                (
                    [ct] => 4
                    [wt] => 4401
                    [cpu] => 4705
                    [mu] => 26896
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\Provider\EntityTagFilterSpecProvider::applies==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 2
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\EntityTagFilterSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 2711
                    [cpu] => 2141
                    [mu] => 15040
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\FieldCurrencySpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\FieldDomainIdSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\FileGetSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\GetActionDefaultsProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\RequestSpec::getFieldByName==>Civi\Api4\Service\Spec\FieldSpec::getName] => Array
                (
                    [ct] => 104
                    [wt] => 102
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\Provider\GetActionDefaultsProvider::modifySpec==>Civi\Api4\Service\Spec\RequestSpec::getFieldByName] => Array
                (
                    [ct] => 12
                    [wt] => 332
                    [cpu] => 0
                    [mu] => 1296
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\GetActionDefaultsProvider::modifySpec] => Array
                (
                    [ct] => 1
                    [wt] => 97
                    [cpu] => 0
                    [mu] => 1992
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\GroupContactCreationSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\GroupGetSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\Provider\HierarchicalEntitySpecProvider::applies==>Civi\Api4\Utils\CoreUtil::isType] => Array
                (
                    [ct] => 4
                    [wt] => 177
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\HierarchicalEntitySpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 53
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\IMCreationSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\IsCurrentFieldSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\MailingGetSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\Provider\ManagedEntitySpecProvider::applies==>Civi\Api4\Utils\CoreUtil::getApiClass] => Array
                (
                    [ct] => 4
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 824
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\Provider\ManagedEntitySpecProvider::applies==>Civi\Api4\Utils\ReflectionUtils::getTraits] => Array
                (
                    [ct] => 4
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 1760
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\ManagedEntitySpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 2072
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\Provider\ManagedEntitySpecProvider::modifySpec==>Civi\Api4\Service\Spec\RequestSpec::getEntity] => Array
                (
                    [ct] => 9
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\Provider\ManagedEntitySpecProvider::modifySpec==>Civi\Api4\Service\Spec\FieldSpec::__construct] => Array
                (
                    [ct] => 9
                    [wt] => 125
                    [cpu] => 562
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\Provider\ManagedEntitySpecProvider::modifySpec==>ts] => Array
                (
                    [ct] => 27
                    [wt] => 186
                    [cpu] => 0
                    [mu] => 2312
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\Provider\ManagedEntitySpecProvider::modifySpec==>Civi\Api4\Service\Spec\FieldSpec::setLabel] => Array
                (
                    [ct] => 9
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\Provider\ManagedEntitySpecProvider::modifySpec==>Civi\Api4\Service\Spec\FieldSpec::setTitle] => Array
                (
                    [ct] => 9
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\Provider\ManagedEntitySpecProvider::modifySpec==>Civi\Api4\Service\Spec\FieldSpec::setColumnName] => Array
                (
                    [ct] => 9
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\Provider\ManagedEntitySpecProvider::modifySpec==>Civi\Api4\Service\Spec\FieldSpec::setDescription] => Array
                (
                    [ct] => 9
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\Provider\ManagedEntitySpecProvider::modifySpec==>Civi\Api4\Service\Spec\FieldSpec::setType] => Array
                (
                    [ct] => 9
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\Provider\ManagedEntitySpecProvider::modifySpec==>Civi\Api4\Service\Spec\FieldSpec::setReadonly] => Array
                (
                    [ct] => 9
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\Provider\ManagedEntitySpecProvider::modifySpec==>Civi\Api4\Service\Spec\FieldSpec::setSqlRenderer] => Array
                (
                    [ct] => 9
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\Provider\ManagedEntitySpecProvider::modifySpec==>Civi\Api4\Service\Spec\RequestSpec::addFieldSpec] => Array
                (
                    [ct] => 9
                    [wt] => 71
                    [cpu] => 0
                    [mu] => 952
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\Provider\ManagedEntitySpecProvider::modifySpec==>Civi\Api4\Service\Spec\FieldSpec::setOptionsCallback] => Array
                (
                    [ct] => 3
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\ManagedEntitySpecProvider::modifySpec] => Array
                (
                    [ct] => 1
                    [wt] => 362
                    [cpu] => 562
                    [mu] => 11624
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\MessageTemplateGetSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\NavigationSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\NoteCreationSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\OptionGroupCreationSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\OptionValueCreationSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\PhoneCreationSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\RelationshipCacheSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\RelationshipTypeCreationSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\SortableEntitySpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\TagCreationSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\TitleFieldSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\UFFieldCreationSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\CampaignCreationSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\ContributionCreationSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\ContributionGetSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\ContributionRecurCreationSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\FinancialItemCreationSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\FinancialTrxnCreationSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\PaymentProcessorCreationSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\PaymentProcessorTypeCreationSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\PriceFieldValueCreationSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\EventCreationSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\EventGetSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\MembershipCreationSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\MembershipGetSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\MembershipStatusGetSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\MembershipTypeCreationSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\SKEntitySpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\SearchDisplayCreationSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\SearchSegmentSpecProvider::applies] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\Provider\SearchSegmentSpecProvider::modifySpec==>Civi\Api4\Service\Spec\RequestSpec::getFieldByName] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\Provider\SearchSegmentSpecProvider::modifySpec==>Civi\Api4\Service\Spec\FieldSpec::setRequired] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec@1==>Civi\Api4\Service\Spec\Provider\SearchSegmentSpecProvider::modifySpec] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 2024
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getAllFields@1==>Civi\Api4\Service\Spec\SpecGatherer::getSpec@1] => Array
                (
                    [ct] => 1
                    [wt] => 5871
                    [cpu] => 4700
                    [mu] => 91432
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getAllFields@1==>Civi\Api4\Service\Spec\RequestSpec::getValuesUsed] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getCacheKey==>Civi::settings] => Array
                (
                    [ct] => 65
                    [wt] => 876
                    [cpu] => 997
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getCacheKey==>Civi\Core\SettingsBag::get] => Array
                (
                    [ct] => 65
                    [wt] => 324
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getAllFields@1==>Civi\Api4\Service\Spec\SpecGatherer::getCacheKey] => Array
                (
                    [ct] => 1
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 2136
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getAllFields@1==>Civi\Api4\Service\Spec\RequestSpec::rewind] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getAllFields@1==>Civi\Api4\Service\Spec\RequestSpec::valid] => Array
                (
                    [ct] => 10
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getAllFields@1==>Civi\Api4\Service\Spec\RequestSpec::current] => Array
                (
                    [ct] => 9
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getAllFields@1==>Civi\Api4\Service\Spec\FieldSpec::getName] => Array
                (
                    [ct] => 9
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\FieldSpec::toArray==>class@anonymous::getPublicVars] => Array
                (
                    [ct] => 740
                    [wt] => 2511
                    [cpu] => 2001
                    [mu] => 3872264
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getAllFields@1==>Civi\Api4\Service\Spec\FieldSpec::toArray] => Array
                (
                    [ct] => 9
                    [wt] => 199
                    [cpu] => 0
                    [mu] => 55032
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getAllFields@1==>Civi\Api4\Service\Spec\RequestSpec::next] => Array
                (
                    [ct] => 9
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOGetFieldsAction::getRecords@1==>Civi\Api4\Service\Spec\SpecGatherer::getAllFields@1] => Array
                (
                    [ct] => 1
                    [wt] => 6236
                    [cpu] => 4700
                    [mu] => 154904
                    [pmu] => 0
                )

            [Civi\Api4\Generic\BasicGetFieldsAction::_run@1==>Civi\Api4\Generic\DAOGetFieldsAction::getRecords@1] => Array
                (
                    [ct] => 1
                    [wt] => 6304
                    [cpu] => 4700
                    [mu] => 130024
                    [pmu] => 0
                )

            [Civi\Api4\Generic\BasicGetFieldsAction::fields==>ts] => Array
                (
                    [ct] => 4224
                    [wt] => 7205
                    [cpu] => 7004
                    [mu] => 270888
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOGetFieldsAction::fields==>Civi\Api4\Generic\BasicGetFieldsAction::fields] => Array
                (
                    [ct] => 130
                    [wt] => 13050
                    [cpu] => 12973
                    [mu] => 748688
                    [pmu] => 0
                )

            [Civi\Api4\Generic\BasicGetFieldsAction::formatResults==>Civi\Api4\Generic\DAOGetFieldsAction::fields] => Array
                (
                    [ct] => 130
                    [wt] => 13575
                    [cpu] => 12973
                    [mu] => 915752
                    [pmu] => 0
                )

            [Civi\Api4\Generic\BasicGetFieldsAction::formatResults==>Civi\Api4\Generic\AbstractAction::getEntityName] => Array
                (
                    [ct] => 893
                    [wt] => 802
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Generic\BasicGetFieldsAction::formatResults==>Civi\Api4\Generic\BasicGetFieldsAction::formatOptionList] => Array
                (
                    [ct] => 893
                    [wt] => 4066
                    [cpu] => 2965
                    [mu] => 4472
                    [pmu] => 22240
                )

            [Civi\Api4\Generic\BasicGetFieldsAction::_run@1==>Civi\Api4\Generic\BasicGetFieldsAction::formatResults] => Array
                (
                    [ct] => 1
                    [wt] => 721
                    [cpu] => 998
                    [mu] => 33264
                    [pmu] => 0
                )

            [Civi\Api4\Generic\BasicGetAction::filterArray==>Civi\Api4\Generic\AbstractAction::__call] => Array
                (
                    [ct] => 67
                    [wt] => 794
                    [cpu] => 0
                    [mu] => 4888
                    [pmu] => 0
                )

            [Civi\Api4\Generic\BasicGetAction::evaluateFilters==>Civi\Api4\Generic\AbstractAction::__call] => Array
                (
                    [ct] => 943
                    [wt] => 5498
                    [cpu] => 7999
                    [mu] => 60952
                    [pmu] => 576
                )

            [Civi\Api4\Generic\BasicGetAction::filterCompare==>Civi\Api4\Generic\BasicGetAction::compareValues] => Array
                (
                    [ct] => 943
                    [wt] => 992
                    [cpu] => 999
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Generic\BasicGetAction::walkFilters@1==>Civi\Api4\Generic\BasicGetAction::filterCompare] => Array
                (
                    [ct] => 943
                    [wt] => 3388
                    [cpu] => 999
                    [mu] => 1264
                    [pmu] => 256
                )

            [Civi\Api4\Generic\BasicGetAction::walkFilters==>Civi\Api4\Generic\BasicGetAction::walkFilters@1] => Array
                (
                    [ct] => 943
                    [wt] => 5629
                    [cpu] => 2001
                    [mu] => 1928
                    [pmu] => 512
                )

            [Civi\Api4\Generic\BasicGetAction::evaluateFilters==>Civi\Api4\Generic\BasicGetAction::walkFilters] => Array
                (
                    [ct] => 943
                    [wt] => 8075
                    [cpu] => 7994
                    [mu] => 2592
                    [pmu] => 568
                )

            [Civi\Api4\Generic\BasicGetAction::filterArray==>Civi\Api4\Generic\BasicGetAction::evaluateFilters] => Array
                (
                    [ct] => 943
                    [wt] => 17917
                    [cpu] => 20997
                    [mu] => 358488
                    [pmu] => 1216
                )

            [Civi\Api4\Generic\BasicGetAction::queryArray==>Civi\Api4\Generic\BasicGetAction::filterArray] => Array
                (
                    [ct] => 67
                    [wt] => 20837
                    [cpu] => 23996
                    [mu] => 121496
                    [pmu] => 1216
                )

            [Civi\Api4\Generic\BasicGetAction::sortArray==>Civi\Api4\Generic\AbstractAction::__call] => Array
                (
                    [ct] => 67
                    [wt] => 422
                    [cpu] => 0
                    [mu] => 4872
                    [pmu] => 0
                )

            [Civi\Api4\Generic\BasicGetAction::queryArray==>Civi\Api4\Generic\BasicGetAction::sortArray] => Array
                (
                    [ct] => 67
                    [wt] => 684
                    [cpu] => 0
                    [mu] => 1248
                    [pmu] => 0
                )

            [Civi\Api4\Generic\BasicGetAction::queryArray==>Civi\Api4\Generic\AbstractAction::__call] => Array
                (
                    [ct] => 67
                    [wt] => 450
                    [cpu] => 1003
                    [mu] => 4872
                    [pmu] => 0
                )

            [Civi\Api4\Generic\BasicGetAction::limitArray==>Civi\Api4\Generic\AbstractAction::__call] => Array
                (
                    [ct] => 134
                    [wt] => 794
                    [cpu] => 999
                    [mu] => 9160
                    [pmu] => 0
                )

            [Civi\Api4\Generic\BasicGetAction::queryArray==>Civi\Api4\Generic\BasicGetAction::limitArray] => Array
                (
                    [ct] => 67
                    [wt] => 1176
                    [cpu] => 999
                    [mu] => 1248
                    [pmu] => 0
                )

            [Civi\Api4\Generic\BasicGetAction::selectArray==>Civi\Api4\Generic\AbstractAction::__call] => Array
                (
                    [ct] => 144
                    [wt] => 781
                    [cpu] => 0
                    [mu] => 9816
                    [pmu] => 2136
                )

            [Civi\Api4\Generic\BasicGetAction::selectArray==>Civi\Api4\Generic\BasicGetAction::Civi\Api4\Generic\Traits\{closure}] => Array
                (
                    [ct] => 31774
                    [wt] => 28554
                    [cpu] => 31012
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Generic\BasicGetAction::queryArray==>Civi\Api4\Generic\BasicGetAction::selectArray] => Array
                (
                    [ct] => 67
                    [wt] => 78173
                    [cpu] => 77875
                    [mu] => 2388760
                    [pmu] => 65848
                )

            [Civi\Api4\Generic\BasicGetFieldsAction::_run@1==>Civi\Api4\Generic\BasicGetAction::queryArray] => Array
                (
                    [ct] => 1
                    [wt] => 1082
                    [cpu] => 999
                    [mu] => 36376
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractAction::entityFields@1==>Civi\Api4\Generic\BasicGetFieldsAction::_run@1] => Array
                (
                    [ct] => 1
                    [wt] => 8201
                    [cpu] => 6697
                    [mu] => 198928
                    [pmu] => 0
                )

            [Civi\Api4\Generic\Result::indexBy==>Civi\Api4\Generic\Result::count] => Array
                (
                    [ct] => 67
                    [wt] => 103
                    [cpu] => 998
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractAction::entityFields@1==>Civi\Api4\Generic\Result::indexBy] => Array
                (
                    [ct] => 1
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 1912
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractGetAction::setDefaultWhereClause@1==>Civi\Api4\Generic\AbstractAction::entityFields@1] => Array
                (
                    [ct] => 1
                    [wt] => 10066
                    [cpu] => 8699
                    [mu] => 196976
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOGetAction::_run@1==>Civi\Api4\Generic\AbstractGetAction::setDefaultWhereClause@1] => Array
                (
                    [ct] => 1
                    [wt] => 10085
                    [cpu] => 8699
                    [mu] => 179288
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractGetAction::expandSelectClauseWildcards==>Civi\Api4\Generic\AbstractGetAction::Civi\Api4\Generic\Traits\{closure}] => Array
                (
                    [ct] => 24
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractGetAction::expandSelectClauseWildcards==>Civi\Api4\Generic\AbstractAction::entityFields@1] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Utils\SelectUtil::getMatchingFields==>Civi\Api4\Utils\SelectUtil::Civi\Api4\Utils\{closure}] => Array
                (
                    [ct] => 13
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractGetAction::expandSelectClauseWildcards==>Civi\Api4\Utils\SelectUtil::getMatchingFields] => Array
                (
                    [ct] => 2
                    [wt] => 50
                    [cpu] => 0
                    [mu] => 2048
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOGetAction::_run@1==>Civi\Api4\Generic\AbstractGetAction::expandSelectClauseWildcards] => Array
                (
                    [ct] => 1
                    [wt] => 64
                    [cpu] => 0
                    [mu] => 4952
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOGetAction::getObjects==>Civi\Api4\Generic\AbstractAction::__call] => Array
                (
                    [ct] => 14
                    [wt] => 131
                    [cpu] => 0
                    [mu] => 1480
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4SelectQuery::__construct==>Civi\Api4\Query\Api4Query::__construct] => Array
                (
                    [ct] => 4
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4SelectQuery::getEntity==>Civi\Api4\Generic\AbstractAction::getEntityName] => Array
                (
                    [ct] => 23
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4SelectQuery::__construct==>Civi\Api4\Query\Api4SelectQuery::getEntity] => Array
                (
                    [ct] => 20
                    [wt] => 76
                    [cpu] => 0
                    [mu] => 1264
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4SelectQuery::__construct==>Civi\Api4\Utils\CoreUtil::getInfoItem] => Array
                (
                    [ct] => 8
                    [wt] => 272
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4Query::getGroupBy==>Civi\Api4\Generic\AbstractAction::__call] => Array
                (
                    [ct] => 8
                    [wt] => 57
                    [cpu] => 0
                    [mu] => 1096
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4Query::isAggregateQuery==>Civi\Api4\Query\Api4Query::getGroupBy] => Array
                (
                    [ct] => 4
                    [wt] => 45
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4Query::getSelect==>Civi\Api4\Generic\AbstractAction::__call] => Array
                (
                    [ct] => 7
                    [wt] => 47
                    [cpu] => 0
                    [mu] => 1032
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4Query::isAggregateQuery==>Civi\Api4\Query\Api4Query::getSelect] => Array
                (
                    [ct] => 4
                    [wt] => 38
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 0
                )

            [Civi\Api4\Query\SqlExpression::__construct==>Civi\Api4\Query\SqlField::initialize] => Array
                (
                    [ct] => 1484
                    [wt] => 1746
                    [cpu] => 1490
                    [mu] => 558568
                    [pmu] => 18424
                )

            [Civi\Api4\Query\SqlExpression::convert==>Civi\Api4\Query\SqlExpression::__construct] => Array
                (
                    [ct] => 1484
                    [wt] => 5986
                    [cpu] => 4311
                    [mu] => 559216
                    [pmu] => 24248
                )

            [Civi\Api4\Query\Api4Query::isAggregateQuery==>Civi\Api4\Query\SqlExpression::convert] => Array
                (
                    [ct] => 15
                    [wt] => 160
                    [cpu] => 0
                    [mu] => 10280
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4SelectQuery::__construct==>Civi\Api4\Query\Api4Query::isAggregateQuery] => Array
                (
                    [ct] => 4
                    [wt] => 317
                    [cpu] => 0
                    [mu] => 5136
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4SelectQuery::__construct==>Civi\Api4\Generic\AbstractAction::entityFields@1] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4Query::getCheckPermissions==>Civi\Api4\Generic\AbstractAction::__call] => Array
                (
                    [ct] => 48
                    [wt] => 305
                    [cpu] => 998
                    [mu] => 4440
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4Query::addSpecField==>Civi\Api4\Query\Api4Query::getCheckPermissions] => Array
                (
                    [ct] => 44
                    [wt] => 362
                    [cpu] => 0
                    [mu] => 1264
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4SelectQuery::__construct==>Civi\Api4\Query\Api4Query::addSpecField] => Array
                (
                    [ct] => 44
                    [wt] => 500
                    [cpu] => 0
                    [mu] => 119480
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4SelectQuery::__construct==>Civi\Api4\Utils\CoreUtil::getTableName] => Array
                (
                    [ct] => 4
                    [wt] => 181
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4SelectQuery::__construct==>CRM_Utils_SQL_Select::from] => Array
                (
                    [ct] => 4
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 2120
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4Query::getWhere==>Civi\Api4\Generic\AbstractAction::__call] => Array
                (
                    [ct] => 12
                    [wt] => 85
                    [cpu] => 0
                    [mu] => 1352
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4SelectQuery::fillEntityValues==>Civi\Api4\Query\Api4Query::getWhere] => Array
                (
                    [ct] => 4
                    [wt] => 42
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4SelectQuery::__construct==>Civi\Api4\Query\Api4SelectQuery::fillEntityValues] => Array
                (
                    [ct] => 4
                    [wt] => 157
                    [cpu] => 996
                    [mu] => 4768
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4SelectQuery::__construct==>Civi\Api4\Query\Api4Query::getWhere] => Array
                (
                    [ct] => 4
                    [wt] => 38
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4SelectQuery::getAclClause==>Civi\Api4\Query\Api4Query::getCheckPermissions] => Array
                (
                    [ct] => 4
                    [wt] => 56
                    [cpu] => 998
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4SelectQuery::__construct==>Civi\Api4\Query\Api4SelectQuery::getAclClause] => Array
                (
                    [ct] => 4
                    [wt] => 69
                    [cpu] => 998
                    [mu] => 1264
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4SelectQuery::__construct==>CRM_Utils_SQL_Select::where] => Array
                (
                    [ct] => 4
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4Query::getJoin==>Civi\Api4\Generic\DAOGetAction::getJoin] => Array
                (
                    [ct] => 4
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4SelectQuery::addExplicitJoins==>Civi\Api4\Query\Api4Query::getJoin] => Array
                (
                    [ct] => 4
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4SelectQuery::__construct==>Civi\Api4\Query\Api4SelectQuery::addExplicitJoins] => Array
                (
                    [ct] => 4
                    [wt] => 39
                    [cpu] => 0
                    [mu] => 1896
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOGetAction::getObjects==>Civi\Api4\Query\Api4SelectQuery::__construct] => Array
                (
                    [ct] => 4
                    [wt] => 1997
                    [cpu] => 1994
                    [mu] => 155464
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4SelectQuery::buildSelectClause==>Civi\Api4\Query\Api4Query::getSelect] => Array
                (
                    [ct] => 3
                    [wt] => 33
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4SelectQuery::buildSelectClause==>Civi\Api4\Query\Api4SelectQuery::getEntity] => Array
                (
                    [ct] => 3
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4SelectQuery::buildSelectClause==>Civi\Api4\Utils\CoreUtil::getInfoItem] => Array
                (
                    [ct] => 3
                    [wt] => 93
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4SelectQuery::buildSelectClause==>Civi\Api4\Query\Api4SelectQuery::Civi\Api4\Query\{closure}] => Array
                (
                    [ct] => 17
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4SelectQuery::buildSelectClause==>Civi\Api4\Query\SqlExpression::convert] => Array
                (
                    [ct] => 14
                    [wt] => 118
                    [cpu] => 0
                    [mu] => 8440
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4SelectQuery::buildSelectClause==>Civi\Api4\Query\SqlExpression::getFields] => Array
                (
                    [ct] => 14
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4SelectQuery::buildSelectClause==>Civi\Api4\Query\Api4SelectQuery::getField] => Array
                (
                    [ct] => 14
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4SelectQuery::buildSelectClause==>Civi\Api4\Query\SqlExpression::getAlias] => Array
                (
                    [ct] => 14
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4SelectQuery::buildSelectClause==>Civi\Api4\Query\SqlExpression::getExpr] => Array
                (
                    [ct] => 28
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Query\SqlField::render==>Civi\Api4\Query\Api4SelectQuery::getField] => Array
                (
                    [ct] => 18
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Query\SqlField::render==>Civi\Api4\Query\SqlExpression::getAlias] => Array
                (
                    [ct] => 14
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4SelectQuery::buildSelectClause==>Civi\Api4\Query\SqlField::render] => Array
                (
                    [ct] => 14
                    [wt] => 108
                    [cpu] => 0
                    [mu] => 2656
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4SelectQuery::buildSelectClause==>CRM_Utils_SQL_Select::select] => Array
                (
                    [ct] => 14
                    [wt] => 67
                    [cpu] => 0
                    [mu] => 6976
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4Query::getSql==>Civi\Api4\Query\Api4SelectQuery::buildSelectClause] => Array
                (
                    [ct] => 3
                    [wt] => 860
                    [cpu] => 999
                    [mu] => 15024
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4SelectQuery::buildWhereClause==>Civi\Api4\Query\Api4Query::getWhere] => Array
                (
                    [ct] => 4
                    [wt] => 40
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4Query::getSql==>Civi\Api4\Query\Api4SelectQuery::buildWhereClause] => Array
                (
                    [ct] => 3
                    [wt] => 5213
                    [cpu] => 2396
                    [mu] => 196688
                    [pmu] => 186424
                )

            [Civi\Api4\Query\Api4Query::getOrderBy==>Civi\Api4\Generic\AbstractAction::__call] => Array
                (
                    [ct] => 3
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 776
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4SelectQuery::buildOrderBy==>Civi\Api4\Query\Api4Query::getOrderBy] => Array
                (
                    [ct] => 3
                    [wt] => 42
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4Query::getExpression==>Civi\Api4\Query\SqlExpression::convert] => Array
                (
                    [ct] => 4
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 2824
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4Query::getExpression==>Civi\Api4\Query\SqlExpression::getFields] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4Query::getExpression==>Civi\Api4\Query\Api4SelectQuery::getField] => Array
                (
                    [ct] => 4
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4SelectQuery::buildOrderBy==>Civi\Api4\Query\Api4Query::getExpression] => Array
                (
                    [ct] => 1
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 3048
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4SelectQuery::renderExpr==>Civi\Api4\Query\SqlExpression::getExpr] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4SelectQuery::renderExpr==>Civi\Api4\Query\SqlField::render] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4SelectQuery::buildOrderBy==>Civi\Api4\Query\Api4SelectQuery::renderExpr] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 1896
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4SelectQuery::buildOrderBy==>CRM_Utils_SQL_Select::orderBy] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1712
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4Query::getSql==>Civi\Api4\Query\Api4SelectQuery::buildOrderBy] => Array
                (
                    [ct] => 3
                    [wt] => 101
                    [cpu] => 0
                    [mu] => 8392
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4Query::getLimit==>Civi\Api4\Generic\AbstractAction::__call] => Array
                (
                    [ct] => 3
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 776
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4Query::buildLimit==>Civi\Api4\Query\Api4Query::getLimit] => Array
                (
                    [ct] => 3
                    [wt] => 35
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4Query::getOffset==>Civi\Api4\Generic\AbstractAction::__call] => Array
                (
                    [ct] => 3
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 776
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4Query::buildLimit==>Civi\Api4\Query\Api4Query::getOffset] => Array
                (
                    [ct] => 3
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4Query::getSql==>Civi\Api4\Query\Api4Query::buildLimit] => Array
                (
                    [ct] => 3
                    [wt] => 90
                    [cpu] => 0
                    [mu] => 3176
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4Query::buildGroupBy==>Civi\Api4\Query\Api4Query::getGroupBy] => Array
                (
                    [ct] => 3
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4Query::getSql==>Civi\Api4\Query\Api4Query::buildGroupBy] => Array
                (
                    [ct] => 3
                    [wt] => 43
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4Query::getHaving==>Civi\Api4\Generic\AbstractAction::__call] => Array
                (
                    [ct] => 4
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 840
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4SelectQuery::buildHavingClause==>Civi\Api4\Query\Api4Query::getHaving] => Array
                (
                    [ct] => 3
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 1248
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4Query::getSql==>Civi\Api4\Query\Api4SelectQuery::buildHavingClause] => Array
                (
                    [ct] => 3
                    [wt] => 45
                    [cpu] => 0
                    [mu] => 1896
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4Query::getSql==>CRM_Utils_SQL_Select::toSQL] => Array
                (
                    [ct] => 3
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 1680
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4Query::getResults==>Civi\Api4\Query\Api4Query::getSql] => Array
                (
                    [ct] => 3
                    [wt] => 6466
                    [cpu] => 3395
                    [mu] => 225432
                    [pmu] => 186424
                )

            [Civi\Api4\Query\Api4Query::debug==>Civi\Api4\Generic\AbstractAction::__call] => Array
                (
                    [ct] => 4
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 840
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4Query::getResults==>Civi\Api4\Query\Api4Query::debug] => Array
                (
                    [ct] => 3
                    [wt] => 38
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4Query::getResults==>CRM_Core_DAO::executeQuery] => Array
                (
                    [ct] => 3
                    [wt] => 5902
                    [cpu] => 2419
                    [mu] => 49088
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4Query::getResults==>DB_DataObject::fetch] => Array
                (
                    [ct] => 65
                    [wt] => 846
                    [cpu] => 746
                    [mu] => 63600
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4SelectQuery::run==>Civi\Api4\Query\Api4Query::getResults] => Array
                (
                    [ct] => 3
                    [wt] => 13662
                    [cpu] => 6560
                    [mu] => 301552
                    [pmu] => 186424
                )

            [Civi\Api4\Query\Api4SelectQuery::run==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 3
                    [wt] => 46
                    [cpu] => 0
                    [mu] => -33080
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOGetAction::getObjects==>Civi\Api4\Query\Api4SelectQuery::run] => Array
                (
                    [ct] => 3
                    [wt] => 22809
                    [cpu] => 15560
                    [mu] => 265784
                    [pmu] => 186424
                )

            [Civi\Api4\Generic\DAOGetAction::getObjects==>CRM_Utils_API_HTMLInputCoder::singleton] => Array
                (
                    [ct] => 3
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOGetAction::getObjects==>CRM_Utils_API_HTMLInputCoder::decodeRows] => Array
                (
                    [ct] => 3
                    [wt] => 2713
                    [cpu] => 2995
                    [mu] => 2920
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOGetAction::_run@1==>Civi\Api4\Generic\DAOGetAction::getObjects] => Array
                (
                    [ct] => 1
                    [wt] => 1881
                    [cpu] => 1782
                    [mu] => 75264
                    [pmu] => 0
                )

            [Civi\Api4\Provider\ActionObjectProvider::invoke@2==>Civi\Api4\Generic\DAOGetAction::_run@1] => Array
                (
                    [ct] => 1
                    [wt] => 12560
                    [cpu] => 11479
                    [mu] => 232880
                    [pmu] => 0
                )

            [Civi\Api4\Provider\ActionObjectProvider::handleChains==>Civi\Api4\Generic\AbstractAction::__call] => Array
                (
                    [ct] => 68
                    [wt] => 986
                    [cpu] => 0
                    [mu] => 4952
                    [pmu] => 0
                )

            [Civi\Api4\Provider\ActionObjectProvider::invoke@2==>Civi\Api4\Provider\ActionObjectProvider::handleChains] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 1296
                    [pmu] => 0
                )

            [Civi\API\Kernel::runRequest@2==>Civi\Api4\Provider\ActionObjectProvider::invoke@2] => Array
                (
                    [ct] => 1
                    [wt] => 12595
                    [cpu] => 11479
                    [mu] => 237168
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>Civi\API\Subscriber\WrapperAdapter::onApiRespond] => Array
                (
                    [ct] => 72
                    [wt] => 3892
                    [cpu] => 5421
                    [mu] => 11544
                    [pmu] => 0
                )

            [Civi\Core\Event\ServiceListener::__invoke==>Civi\Api4\Event\Subscriber\HierarchicalEntitySubscriber::onApiRespond] => Array
                (
                    [ct] => 79
                    [wt] => 2348
                    [cpu] => 3406
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\API\Subscriber\ChainSubscriber::onApiRespond==>Civi\Api4\Generic\AbstractAction::offsetGet] => Array
                (
                    [ct] => 68
                    [wt] => 595
                    [cpu] => 0
                    [mu] => 5496
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>Civi\API\Subscriber\ChainSubscriber::onApiRespond] => Array
                (
                    [ct] => 72
                    [wt] => 1245
                    [cpu] => 1003
                    [mu] => 3936
                    [pmu] => 0
                )

            [Civi\Api4\Service\Links\ActivityLinksProvider::alterActivityLinksResult==>Civi\Api4\Generic\AbstractAction::offsetGet] => Array
                (
                    [ct] => 68
                    [wt] => 580
                    [cpu] => 802
                    [mu] => 5528
                    [pmu] => 0
                )

            [Civi\Api4\Service\Links\ActivityLinksProvider::alterActivityLinksResult==>Civi\Api4\Generic\AbstractAction::getEntityName] => Array
                (
                    [ct] => 68
                    [wt] => 87
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Core\Event\ServiceListener::__invoke==>Civi\Api4\Service\Links\ActivityLinksProvider::alterActivityLinksResult] => Array
                (
                    [ct] => 79
                    [wt] => 1480
                    [cpu] => 802
                    [mu] => 2024
                    [pmu] => 0
                )

            [Civi\Api4\Service\Links\ContactLinksProvider::alterContactLinksResult==>Civi\Api4\Generic\AbstractAction::offsetGet] => Array
                (
                    [ct] => 68
                    [wt] => 646
                    [cpu] => 2805
                    [mu] => 5528
                    [pmu] => 0
                )

            [Civi\Core\Event\ServiceListener::__invoke==>Civi\Api4\Service\Links\ContactLinksProvider::alterContactLinksResult] => Array
                (
                    [ct] => 79
                    [wt] => 1380
                    [cpu] => 3734
                    [mu] => 1328
                    [pmu] => 0
                )

            [Civi\Api4\Service\Links\MailSettingsLinksProvider::alterLinksResult==>Civi\Api4\Generic\AbstractAction::offsetGet] => Array
                (
                    [ct] => 68
                    [wt] => 559
                    [cpu] => 0
                    [mu] => 5528
                    [pmu] => 0
                )

            [Civi\Core\Event\ServiceListener::__invoke==>Civi\Api4\Service\Links\MailSettingsLinksProvider::alterLinksResult] => Array
                (
                    [ct] => 79
                    [wt] => 1117
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [Civi\Api4\Service\Links\MembershipLinksProvider::alterMembershipLinksResult==>Civi\Api4\Generic\AbstractAction::offsetGet] => Array
                (
                    [ct] => 68
                    [wt] => 585
                    [cpu] => 0
                    [mu] => 5528
                    [pmu] => 0
                )

            [Civi\Api4\Service\Links\MembershipLinksProvider::alterMembershipLinksResult==>Civi\Api4\Generic\AbstractAction::getEntityName] => Array
                (
                    [ct] => 68
                    [wt] => 60
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Core\Event\ServiceListener::__invoke==>Civi\Api4\Service\Links\MembershipLinksProvider::alterMembershipLinksResult] => Array
                (
                    [ct] => 79
                    [wt] => 1519
                    [cpu] => 1002
                    [mu] => 2024
                    [pmu] => 0
                )

            [Civi\API\Subscriber\TransactionSubscriber::onApiRespond==>Civi\Api4\Generic\AbstractAction::offsetGet] => Array
                (
                    [ct] => 68
                    [wt] => 89
                    [cpu] => 0
                    [mu] => 2776
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>Civi\API\Subscriber\TransactionSubscriber::onApiRespond] => Array
                (
                    [ct] => 72
                    [wt] => 4130
                    [cpu] => 2357
                    [mu] => 12648
                    [pmu] => 0
                )

            [Civi\Api4\Service\Links\ParticipantLinksProvider::alterParticipantLinksResult==>Civi\Api4\Generic\AbstractAction::offsetGet] => Array
                (
                    [ct] => 68
                    [wt] => 581
                    [cpu] => 997
                    [mu] => 5528
                    [pmu] => 0
                )

            [Civi\Api4\Service\Links\ParticipantLinksProvider::alterParticipantLinksResult==>Civi\Api4\Generic\AbstractAction::getEntityName] => Array
                (
                    [ct] => 68
                    [wt] => 52
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Core\Event\ServiceListener::__invoke==>Civi\Api4\Service\Links\ParticipantLinksProvider::alterParticipantLinksResult] => Array
                (
                    [ct] => 79
                    [wt] => 1329
                    [cpu] => 997
                    [mu] => 2024
                    [pmu] => 0
                )

            [Civi\API\Subscriber\I18nSubscriber::onApiRespond==>Civi\Api4\Generic\AbstractAction::offsetGet] => Array
                (
                    [ct] => 68
                    [wt] => 71
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>Civi\API\Subscriber\I18nSubscriber::onApiRespond] => Array
                (
                    [ct] => 72
                    [wt] => 553
                    [cpu] => 0
                    [mu] => 1296
                    [pmu] => 0
                )

            [Civi\API\Subscriber\DebugSubscriber::onApiRespond==>Civi\Api4\Generic\AbstractAction::offsetExists] => Array
                (
                    [ct] => 68
                    [wt] => 85
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\API\Subscriber\DebugSubscriber::onApiRespond==>Civi\Api4\Generic\AbstractAction::offsetGet] => Array
                (
                    [ct] => 68
                    [wt] => 1021
                    [cpu] => 0
                    [mu] => 52504
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>Civi\API\Subscriber\DebugSubscriber::onApiRespond] => Array
                (
                    [ct] => 72
                    [wt] => 2026
                    [cpu] => 2003
                    [mu] => 1960
                    [pmu] => 0
                )

            [Civi\API\Kernel::respond==>Civi\Core\CiviEventDispatcher::dispatch] => Array
                (
                    [ct] => 72
                    [wt] => 28728
                    [cpu] => 28458
                    [mu] => 39376
                    [pmu] => 0
                )

            [Civi\API\Kernel::runRequest@2==>Civi\API\Kernel::respond] => Array
                (
                    [ct] => 3
                    [wt] => 1066
                    [cpu] => 0
                    [mu] => 18448
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractAction::execute@2==>Civi\API\Kernel::runRequest@2] => Array
                (
                    [ct] => 1
                    [wt] => 14025
                    [cpu] => 12478
                    [mu] => 258576
                    [pmu] => 0
                )

            [civicrm_api4==>Civi\Api4\Generic\AbstractAction::execute@2] => Array
                (
                    [ct] => 1
                    [wt] => 14040
                    [cpu] => 12478
                    [mu] => 259840
                    [pmu] => 0
                )

            [civicrm_api4==>CRM_Utils_Rule::integer] => Array
                (
                    [ct] => 62
                    [wt] => 90
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\Provider\SearchSegmentExtraFieldProvider::getSets==>civicrm_api4] => Array
                (
                    [ct] => 1
                    [wt] => 16100
                    [cpu] => 14484
                    [mu] => 281280
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\Provider\SearchSegmentExtraFieldProvider::modifySpec==>Civi\Api4\Service\Spec\Provider\SearchSegmentExtraFieldProvider::getSets] => Array
                (
                    [ct] => 3
                    [wt] => 16130
                    [cpu] => 14484
                    [mu] => 237368
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\SearchSegmentExtraFieldProvider::modifySpec] => Array
                (
                    [ct] => 3
                    [wt] => 16164
                    [cpu] => 14484
                    [mu] => 238408
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\ACLCreationSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 70
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\ActionScheduleSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 58
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\ActivitySpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 65
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\AddressCreationSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 59
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\AddressGetSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 69
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\ContactGetSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 3155
                    [cpu] => 5330
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\ContactTypeCreationSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 72
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\CustomFieldCreationSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 60
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\CustomValueSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 85
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\DAOFieldsCallbackAdapterSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 57
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\DAOFieldsCallbackAdapterSpecProvider::modifySpec] => Array
                (
                    [ct] => 52
                    [wt] => 3148
                    [cpu] => 2930
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\DashboardCreationSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 119
                    [cpu] => 923
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\DefaultLocationTypeProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 63
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\DomainCreationSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 68
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\DomainGetSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 58
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\EmailCreationSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 61
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\EmailGetSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 56
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\EmailGetSpecProvider::modifySpec] => Array
                (
                    [ct] => 3
                    [wt] => 101
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\EntityBatchCreationSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 74
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\EntityTagCreationSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 74
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\EntityTagFilterSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 2070
                    [cpu] => 2564
                    [mu] => 6000
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\FieldCurrencySpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 62
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\FieldDomainIdSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 53
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\FileGetSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 63
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\GetActionDefaultsProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 59
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\Provider\GetActionDefaultsProvider::modifySpec==>Civi\Api4\Service\Spec\FieldSpec::setDefaultValue] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\GetActionDefaultsProvider::modifySpec] => Array
                (
                    [ct] => 3
                    [wt] => 271
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\GroupContactCreationSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 68
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\GroupGetSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 72
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\HierarchicalEntitySpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 199
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\IMCreationSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 52
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\IsCurrentFieldSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 68
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\Provider\IsCurrentFieldSpecProvider::modifySpec==>Civi\Api4\Service\Spec\RequestSpec::getEntity] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\Provider\IsCurrentFieldSpecProvider::modifySpec==>Civi\Api4\Service\Spec\FieldSpec::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\Provider\IsCurrentFieldSpecProvider::modifySpec==>ts] => Array
                (
                    [ct] => 3
                    [wt] => 57
                    [cpu] => 0
                    [mu] => 776
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\Provider\IsCurrentFieldSpecProvider::modifySpec==>Civi\Api4\Service\Spec\FieldSpec::setLabel] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\Provider\IsCurrentFieldSpecProvider::modifySpec==>Civi\Api4\Service\Spec\FieldSpec::setTitle] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\Provider\IsCurrentFieldSpecProvider::modifySpec==>Civi\Api4\Service\Spec\FieldSpec::setColumnName] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\Provider\IsCurrentFieldSpecProvider::modifySpec==>Civi\Api4\Service\Spec\FieldSpec::setDescription] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\Provider\IsCurrentFieldSpecProvider::modifySpec==>Civi\Api4\Service\Spec\FieldSpec::setType] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\Provider\IsCurrentFieldSpecProvider::modifySpec==>Civi\Api4\Service\Spec\FieldSpec::getEntity] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\Provider\IsCurrentFieldSpecProvider::modifySpec==>Civi\Api4\Service\Spec\Provider\IsCurrentFieldSpecProvider::getRenderer] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\Provider\IsCurrentFieldSpecProvider::modifySpec==>Civi\Api4\Service\Spec\FieldSpec::setSqlRenderer] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\Provider\IsCurrentFieldSpecProvider::modifySpec==>Civi\Api4\Service\Spec\RequestSpec::addFieldSpec] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\IsCurrentFieldSpecProvider::modifySpec] => Array
                (
                    [ct] => 1
                    [wt] => 124
                    [cpu] => 0
                    [mu] => 10176
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\MailingGetSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 75
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\ManagedEntitySpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 126
                    [cpu] => 0
                    [mu] => 776
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\ManagedEntitySpecProvider::modifySpec] => Array
                (
                    [ct] => 2
                    [wt] => 307
                    [cpu] => 0
                    [mu] => 4472
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\MessageTemplateGetSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 58
                    [cpu] => 892
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\NavigationSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 77
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\NoteCreationSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 86
                    [cpu] => 915
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\OptionGroupCreationSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 58
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\OptionValueCreationSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 57
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\PhoneCreationSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 78
                    [cpu] => 999
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\RelationshipCacheSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 72
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\RelationshipTypeCreationSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 62
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\SortableEntitySpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 68
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\TagCreationSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 66
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\TitleFieldSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 174
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\UFFieldCreationSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 60
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\CampaignCreationSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 58
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\ContributionCreationSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 53
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\ContributionGetSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 63
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\ContributionRecurCreationSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 56
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\FinancialItemCreationSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 72
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\FinancialTrxnCreationSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 77
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\PaymentProcessorCreationSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 58
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\PaymentProcessorTypeCreationSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 76
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\PriceFieldValueCreationSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 68
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\EventCreationSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 47
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\EventGetSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 67
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\MembershipCreationSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 49
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\MembershipGetSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 65
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\MembershipStatusGetSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 78
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\MembershipTypeCreationSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 58
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\SKEntitySpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 85
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\SearchDisplayCreationSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 58
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getSpec==>Civi\Api4\Service\Spec\Provider\SearchSegmentSpecProvider::applies] => Array
                (
                    [ct] => 52
                    [wt] => 48
                    [cpu] => 1003
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getAllFields==>Civi\Api4\Service\Spec\SpecGatherer::getSpec] => Array
                (
                    [ct] => 52
                    [wt] => 391082
                    [cpu] => 311518
                    [mu] => -4479016
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getAllFields==>Civi\Api4\Service\Spec\RequestSpec::getValuesUsed] => Array
                (
                    [ct] => 52
                    [wt] => 57
                    [cpu] => 998
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getAllFields==>Civi\Api4\Service\Spec\SpecGatherer::getCacheKey] => Array
                (
                    [ct] => 64
                    [wt] => 1908
                    [cpu] => 997
                    [mu] => 16984
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getAllFields==>Civi\Api4\Service\Spec\RequestSpec::rewind] => Array
                (
                    [ct] => 52
                    [wt] => 94
                    [cpu] => 0
                    [mu] => 2264
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getAllFields==>Civi\Api4\Service\Spec\RequestSpec::valid] => Array
                (
                    [ct] => 783
                    [wt] => 721
                    [cpu] => 2001
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getAllFields==>Civi\Api4\Service\Spec\RequestSpec::current] => Array
                (
                    [ct] => 731
                    [wt] => 665
                    [cpu] => 2002
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getAllFields==>Civi\Api4\Service\Spec\FieldSpec::getName] => Array
                (
                    [ct] => 731
                    [wt] => 612
                    [cpu] => 1999
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getAllFields==>Civi\Api4\Service\Spec\FieldSpec::toArray] => Array
                (
                    [ct] => 731
                    [wt] => 16498
                    [cpu] => 15706
                    [mu] => 4369056
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecGatherer::getAllFields==>Civi\Api4\Service\Spec\RequestSpec::next] => Array
                (
                    [ct] => 731
                    [wt] => 762
                    [cpu] => 2002
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOGetFieldsAction::getRecords==>Civi\Api4\Service\Spec\SpecGatherer::getAllFields] => Array
                (
                    [ct] => 64
                    [wt] => 419653
                    [cpu] => 340217
                    [mu] => -15328
                    [pmu] => 0
                )

            [Civi\Api4\Generic\BasicGetFieldsAction::_run==>Civi\Api4\Generic\DAOGetFieldsAction::getRecords] => Array
                (
                    [ct] => 64
                    [wt] => 424061
                    [cpu] => 344218
                    [mu] => -2452552
                    [pmu] => 0
                )

            [Civi\Api4\Generic\BasicGetFieldsAction::_run==>Civi\Api4\Generic\BasicGetFieldsAction::formatResults] => Array
                (
                    [ct] => 65
                    [wt] => 26446
                    [cpu] => 22941
                    [mu] => 2546352
                    [pmu] => 32968
                )

            [Civi\Api4\Generic\BasicGetFieldsAction::_run==>Civi\Api4\Generic\BasicGetAction::queryArray] => Array
                (
                    [ct] => 65
                    [wt] => 100231
                    [cpu] => 103876
                    [mu] => 2410352
                    [pmu] => 64928
                )

            [Civi\Api4\Generic\AbstractAction::entityFields==>Civi\Api4\Generic\BasicGetFieldsAction::_run] => Array
                (
                    [ct] => 65
                    [wt] => 558776
                    [cpu] => 482044
                    [mu] => 2279104
                    [pmu] => 97896
                )

            [Civi\Api4\Generic\AbstractAction::entityFields==>Civi\Api4\Generic\Result::indexBy] => Array
                (
                    [ct] => 65
                    [wt] => 1179
                    [cpu] => 1997
                    [mu] => 58624
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractGetAction::setDefaultWhereClause==>Civi\Api4\Generic\AbstractAction::entityFields] => Array
                (
                    [ct] => 3
                    [wt] => 57777
                    [cpu] => 49694
                    [mu] => 667216
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractGetAction::setDefaultWhereClause==>Civi\Api4\Generic\AbstractGetAction::_whereContains] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1008
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOGetAction::addWhere==>Civi\Api4\Utils\CoreUtil::getOperators] => Array
                (
                    [ct] => 2
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 3256
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractGetAction::setDefaultWhereClause==>Civi\Api4\Generic\DAOGetAction::addWhere] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 2000
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOGetAction::_run==>Civi\Api4\Generic\AbstractGetAction::setDefaultWhereClause] => Array
                (
                    [ct] => 3
                    [wt] => 57871
                    [cpu] => 49694
                    [mu] => 614512
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOGetAction::_run==>Civi\Api4\Generic\AbstractGetAction::expandSelectClauseWildcards] => Array
                (
                    [ct] => 3
                    [wt] => 136
                    [cpu] => 1000
                    [mu] => 2944
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4SelectQuery::__construct==>Civi\Api4\Generic\AbstractAction::entityFields] => Array
                (
                    [ct] => 3
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4SelectQuery::fillEntityValues==>Civi\Api4\Query\Api4SelectQuery::getField] => Array
                (
                    [ct] => 2
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Utils\FormattingUtil::formatInputValue==>CRM_Utils_API_HTMLInputCoder::singleton] => Array
                (
                    [ct] => 396
                    [wt] => 425
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4SelectQuery::fillEntityValues==>Civi\Api4\Utils\FormattingUtil::formatInputValue] => Array
                (
                    [ct] => 2
                    [wt] => 52
                    [cpu] => 0
                    [mu] => 1264
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4Query::composeClause==>Civi\Api4\Utils\CoreUtil::getOperators] => Array
                (
                    [ct] => 3
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 4592
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4Query::composeClause==>Civi\Api4\Query\Api4Query::getExpression] => Array
                (
                    [ct] => 3
                    [wt] => 64
                    [cpu] => 0
                    [mu] => 2096
                    [pmu] => 0
                )

            [Civi\Api4\Query\SqlExpression::getType==>Civi\Api4\Utils\CoreUtil::stripNamespace] => Array
                (
                    [ct] => 3
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 704
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4Query::composeClause==>Civi\Api4\Query\SqlExpression::getType] => Array
                (
                    [ct] => 3
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 1352
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4Query::composeClause==>Civi\Api4\Query\SqlExpression::getFields] => Array
                (
                    [ct] => 6
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4Query::composeClause==>Civi\Api4\Query\Api4SelectQuery::getField] => Array
                (
                    [ct] => 3
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Utils\FormattingUtil::formatDateValue==>CRM_Core_OptionGroup::values] => Array
                (
                    [ct] => 1
                    [wt] => 2467
                    [cpu] => 1676
                    [mu] => 17200
                    [pmu] => 0
                )

            [Civi\Api4\Utils\FormattingUtil::formatDateValue==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Utils\FormattingUtil::formatInputValue==>Civi\Api4\Utils\FormattingUtil::formatDateValue] => Array
                (
                    [ct] => 1
                    [wt] => 2508
                    [cpu] => 1676
                    [mu] => 14608
                    [pmu] => 0
                )

            [CRM_Utils_API_HTMLInputCoder::getSkipFields==>CRM_Core_DAO::executeQuery] => Array
                (
                    [ct] => 1
                    [wt] => 647
                    [cpu] => 259
                    [mu] => 13792
                    [pmu] => 0
                )

            [CRM_Utils_API_HTMLInputCoder::getSkipFields==>DB_DataObject::fetch] => Array
                (
                    [ct] => 5
                    [wt] => 43
                    [cpu] => 0
                    [mu] => 5392
                    [pmu] => 0
                )

            [CRM_Utils_API_AbstractFieldCoder::isSkippedField==>CRM_Utils_API_HTMLInputCoder::getSkipFields] => Array
                (
                    [ct] => 2234
                    [wt] => 2652
                    [cpu] => 4030
                    [mu] => 166800
                    [pmu] => 186424
                )

            [CRM_Utils_API_AbstractFieldCoder::isSkippedField==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Utils\FormattingUtil::formatInputValue==>CRM_Utils_API_AbstractFieldCoder::isSkippedField] => Array
                (
                    [ct] => 276
                    [wt] => 2661
                    [cpu] => 3235
                    [mu] => 183512
                    [pmu] => 186424
                )

            [Civi\Api4\Utils\FormattingUtil::formatInputValue==>CRM_Utils_API_HTMLInputCoder::encodeValue] => Array
                (
                    [ct] => 200
                    [wt] => 308
                    [cpu] => 496
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4Query::composeClause==>Civi\Api4\Utils\FormattingUtil::formatInputValue] => Array
                (
                    [ct] => 3
                    [wt] => 3330
                    [cpu] => 1935
                    [mu] => 181912
                    [pmu] => 186424
                )

            [Civi\Api4\Query\Api4Query::composeClause==>Civi\Api4\Query\SqlField::render] => Array
                (
                    [ct] => 3
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_BAO_SchemaHandler::getInUseCollation==>CRM_Core_DAO::executeQuery] => Array
                (
                    [ct] => 1
                    [wt] => 1526
                    [cpu] => 461
                    [mu] => 18312
                    [pmu] => 0
                )

            [CRM_Core_BAO_SchemaHandler::getInUseCollation==>DB_DataObject::fetch] => Array
                (
                    [ct] => 1
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 6384
                    [pmu] => 0
                )

            [CRM_Core_BAO_SchemaHandler::databaseSupportsUTF8MB4==>CRM_Core_BAO_SchemaHandler::getInUseCollation] => Array
                (
                    [ct] => 1
                    [wt] => 1567
                    [cpu] => 461
                    [mu] => 23096
                    [pmu] => 0
                )

            [CRM_Core_BAO_SchemaHandler::databaseSupportsUTF8MB4==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => -17592
                    [pmu] => 0
                )

            [CRM_Utils_SQL::handleEmojiInQuery==>CRM_Core_BAO_SchemaHandler::databaseSupportsUTF8MB4] => Array
                (
                    [ct] => 4
                    [wt] => 1600
                    [cpu] => 461
                    [mu] => 3600
                    [pmu] => 0
                )

            [CRM_Core_DAO::createSQLFilter==>CRM_Utils_SQL::handleEmojiInQuery] => Array
                (
                    [ct] => 4
                    [wt] => 1626
                    [cpu] => 461
                    [mu] => 4232
                    [pmu] => 0
                )

            [CRM_Core_DAO::createSQLFilter==>CRM_Core_DAO::escapeString] => Array
                (
                    [ct] => 4
                    [wt] => 108
                    [cpu] => 0
                    [mu] => 736
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4Query::createSQLClause==>CRM_Core_DAO::createSQLFilter] => Array
                (
                    [ct] => 3
                    [wt] => 1714
                    [cpu] => 461
                    [mu] => 6472
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4Query::composeClause==>Civi\Api4\Query\Api4Query::createSQLClause] => Array
                (
                    [ct] => 3
                    [wt] => 1738
                    [cpu] => 461
                    [mu] => 7120
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4Query::treeWalkClauses==>Civi\Api4\Query\Api4Query::composeClause] => Array
                (
                    [ct] => 3
                    [wt] => 5281
                    [cpu] => 2396
                    [mu] => 195984
                    [pmu] => 186424
                )

            [Civi\Api4\Query\Api4SelectQuery::buildWhereClause==>Civi\Api4\Query\Api4Query::treeWalkClauses] => Array
                (
                    [ct] => 3
                    [wt] => 5299
                    [cpu] => 2396
                    [mu] => 194688
                    [pmu] => 186424
                )

            [Civi\Api4\Query\Api4SelectQuery::buildWhereClause==>CRM_Utils_SQL_Select::where] => Array
                (
                    [ct] => 3
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 2464
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOGetAction::_run==>Civi\Api4\Generic\DAOGetAction::getObjects] => Array
                (
                    [ct] => 3
                    [wt] => 26782
                    [cpu] => 19795
                    [mu] => 347240
                    [pmu] => 186424
                )

            [Civi\Api4\Provider\ActionObjectProvider::invoke@1==>Civi\Api4\Generic\DAOGetAction::_run] => Array
                (
                    [ct] => 1
                    [wt] => 41137
                    [cpu] => 31722
                    [mu] => 687832
                    [pmu] => 186424
                )

            [Civi\Api4\Provider\ActionObjectProvider::invoke@1==>Civi\Api4\Provider\ActionObjectProvider::handleChains] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\API\Kernel::runRequest@1==>Civi\Api4\Provider\ActionObjectProvider::invoke@1] => Array
                (
                    [ct] => 1
                    [wt] => 41197
                    [cpu] => 31722
                    [mu] => 691520
                    [pmu] => 186424
                )

            [Civi\API\Kernel::runRequest@1==>Civi\API\Kernel::respond] => Array
                (
                    [ct] => 46
                    [wt] => 17042
                    [cpu] => 8514
                    [mu] => 15016
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractAction::execute@1==>Civi\API\Kernel::runRequest@1] => Array
                (
                    [ct] => 1
                    [wt] => 42671
                    [cpu] => 33347
                    [mu] => 699120
                    [pmu] => 186424
                )

            [Civi\Api4\Generic\AbstractBatchAction::getBatchRecords==>Civi\Api4\Generic\AbstractAction::execute@1] => Array
                (
                    [ct] => 1
                    [wt] => 42688
                    [cpu] => 33347
                    [mu] => 700416
                    [pmu] => 186424
                )

            [Civi\Api4\Generic\DAODeleteAction::_run==>Civi\Api4\Generic\AbstractBatchAction::getBatchRecords] => Array
                (
                    [ct] => 1
                    [wt] => 44828
                    [cpu] => 35346
                    [mu] => 670216
                    [pmu] => 186424
                )

            [Civi\Api4\Generic\DAODeleteAction::_run==>Civi\Api4\Generic\AbstractAction::__call] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Civi\Api4\Provider\ActionObjectProvider::invoke==>Civi\Api4\Generic\DAODeleteAction::_run] => Array
                (
                    [ct] => 1
                    [wt] => 44862
                    [cpu] => 35346
                    [mu] => 672888
                    [pmu] => 186424
                )

            [Civi\Api4\Provider\ActionObjectProvider::invoke==>Civi\Api4\Provider\ActionObjectProvider::handleChains] => Array
                (
                    [ct] => 66
                    [wt] => 1400
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\API\Kernel::runRequest==>Civi\Api4\Provider\ActionObjectProvider::invoke] => Array
                (
                    [ct] => 66
                    [wt] => 11901802
                    [cpu] => 10900033
                    [mu] => -11507288
                    [pmu] => 3114392
                )

            [Civi\Api4\Generic\AbstractAction::execute==>Civi\API\Kernel::runRequest] => Array
                (
                    [ct] => 66
                    [wt] => 13709994
                    [cpu] => 12611791
                    [mu] => -2699816
                    [pmu] => 7667256
                )

            [CRM_Core_Config::cleanupCaches==>Civi\Api4\Generic\AbstractAction::execute] => Array
                (
                    [ct] => 1
                    [wt] => 884544
                    [cpu] => 866887
                    [mu] => 4821080
                    [pmu] => 4693080
                )

            [CRM_Core_Invoke::rebuildMenuAndCaches==>CRM_Core_Config::cleanupCaches] => Array
                (
                    [ct] => 1
                    [wt] => 1107781
                    [cpu] => 931943
                    [mu] => 5556296
                    [pmu] => 5392528
                )

            [CRM_Core_Menu::store==>CRM_Core_DAO::executeQuery] => Array
                (
                    [ct] => 1
                    [wt] => 18167
                    [cpu] => 519
                    [mu] => 808
                    [pmu] => 0
                )

            [CRM_Core_Menu::store==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 489
                    [wt] => 4722
                    [cpu] => 1840
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_Menu::store==>Civi::cache] => Array
                (
                    [ct] => 1
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [CRM_Utils_Cache_CacheWrapper::delete==>CRM_Utils_Cache_CacheWrapper::dispatchClearEvent] => Array
                (
                    [ct] => 1
                    [wt] => 74
                    [cpu] => 0
                    [mu] => 2248
                    [pmu] => 0
                )

            [CRM_Utils_Cache_CacheWrapper::delete==>CRM_Utils_Cache_Redis::delete] => Array
                (
                    [ct] => 1
                    [wt] => 336
                    [cpu] => 515
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Menu::store==>CRM_Utils_Cache_CacheWrapper::delete] => Array
                (
                    [ct] => 1
                    [wt] => 425
                    [cpu] => 515
                    [mu] => 1848
                    [pmu] => 0
                )

            [CRM_Utils_File::getFilesByExtension==>CRM_Utils_File::addTrailingSlash] => Array
                (
                    [ct] => 9
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [CRM_Core_Menu::xmlItems==>CRM_Utils_File::getFilesByExtension] => Array
                (
                    [ct] => 1
                    [wt] => 127
                    [cpu] => 0
                    [mu] => 3496
                    [pmu] => 0
                )

            [CRM_Core_Component::xmlMenu==>CRM_Core_Component::getComponents] => Array
                (
                    [ct] => 1
                    [wt] => 2827
                    [cpu] => 2412
                    [mu] => 2840
                    [pmu] => 0
                )

            [CRM_Core_Component::xmlMenu==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_Component_Info::_getMenuXMLPath==>CRM_Utils_File::addTrailingSlash] => Array
                (
                    [ct] => 8
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [CRM_Core_Component_Info::menuFiles==>CRM_Core_Component_Info::_getMenuXMLPath] => Array
                (
                    [ct] => 8
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 2400
                    [pmu] => 0
                )

            [CRM_Core_Component_Info::menuFiles==>CRM_Utils_File::getFilesByExtension] => Array
                (
                    [ct] => 8
                    [wt] => 253
                    [cpu] => 0
                    [mu] => 4968
                    [pmu] => 0
                )

            [CRM_Core_Component::xmlMenu==>CRM_Core_Component_Info::menuFiles] => Array
                (
                    [ct] => 8
                    [wt] => 320
                    [cpu] => 0
                    [mu] => 6640
                    [pmu] => 0
                )

            [CRM_Core_Menu::xmlItems==>CRM_Core_Component::xmlMenu] => Array
                (
                    [ct] => 1
                    [wt] => 3184
                    [cpu] => 2412
                    [mu] => 6272
                    [pmu] => 0
                )

            [CRM_Utils_Hook::xmlMenu==>CRM_Utils_Hook::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [_birthdays_civix_civicrm_xmlMenu==>_birthdays_civix_glob] => Array
                (
                    [ct] => 1
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 624
                    [pmu] => 0
                )

            [birthdays_civicrm_xmlMenu==>_birthdays_civix_civicrm_xmlMenu] => Array
                (
                    [ct] => 1
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 1200
                    [pmu] => 0
                )

            [CRM_Utils_Hook::runHooks==>birthdays_civicrm_xmlMenu] => Array
                (
                    [ct] => 1
                    [wt] => 36
                    [cpu] => 0
                    [mu] => 1816
                    [pmu] => 0
                )

            [_cpz_custom_civix_civicrm_xmlMenu==>_cpz_custom_civix_glob] => Array
                (
                    [ct] => 1
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 624
                    [pmu] => 0
                )

            [cpz_custom_civicrm_xmlMenu==>_cpz_custom_civix_civicrm_xmlMenu] => Array
                (
                    [ct] => 1
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 1200
                    [pmu] => 0
                )

            [CRM_Utils_Hook::runHooks==>cpz_custom_civicrm_xmlMenu] => Array
                (
                    [ct] => 1
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 1816
                    [pmu] => 0
                )

            [CRM_Utils_Hook::xmlMenu==>CRM_Utils_Hook::invoke] => Array
                (
                    [ct] => 1
                    [wt] => 5963
                    [cpu] => 2686
                    [mu] => 8712
                    [pmu] => 0
                )

            [CRM_Core_Menu::xmlItems==>CRM_Utils_Hook::xmlMenu] => Array
                (
                    [ct] => 1
                    [wt] => 5976
                    [cpu] => 2686
                    [mu] => 9064
                    [pmu] => 0
                )

            [CRM_Core_Menu::readXML==>CRM_Core_Config::singleton] => Array
                (
                    [ct] => 31
                    [wt] => 96
                    [cpu] => 130
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_Menu::read==>CRM_Core_Menu::readXML] => Array
                (
                    [ct] => 31
                    [wt] => 4205
                    [cpu] => 2711
                    [mu] => 634392
                    [pmu] => 136416
                )

            [CRM_Core_Menu::xmlItems==>CRM_Core_Menu::read] => Array
                (
                    [ct] => 31
                    [wt] => 21566
                    [cpu] => 14486
                    [mu] => 630112
                    [pmu] => 390392
                )

            [CRM_Utils_Hook::alterMenu==>CRM_Utils_Hook::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi\Api4\Afform::get==>Civi\Api4\Generic\BasicGetAction::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 62
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Afform::get==>Civi\Api4\Generic\AbstractAction::setCheckPermissions] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [afform_civicrm_alterMenu==>Civi\Api4\Afform::get] => Array
                (
                    [ct] => 1
                    [wt] => 59
                    [cpu] => 0
                    [mu] => 2312
                    [pmu] => 0
                )

            [afform_civicrm_alterMenu==>Civi\Api4\Generic\AbstractQueryAction::addWhere] => Array
                (
                    [ct] => 1
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 1336
                    [pmu] => 0
                )

            [afform_civicrm_alterMenu==>Civi\Api4\Generic\AbstractGetAction::addSelect] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 960
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@1==>Civi\Core\Event\ServiceListener::__invoke] => Array
                (
                    [ct] => 199
                    [wt] => 3784765
                    [cpu] => 3656215
                    [mu] => 14265600
                    [pmu] => 46208
                )

            [CRM_Utils_Hook::invoke@1==>Civi\Core\Event\GenericHookEvent::createOrdered] => Array
                (
                    [ct] => 10
                    [wt] => 154
                    [cpu] => 0
                    [mu] => 5944
                    [pmu] => 0
                )

            [CRM_Utils_Hook::invoke@1==>Civi::dispatcher] => Array
                (
                    [ct] => 10
                    [wt] => 63
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi\Core\CiviEventDispatcher::delegateToUF@1==>CRM_Utils_Hook::singleton] => Array
                (
                    [ct] => 3
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Core\CiviEventDispatcher::delegateToUF@1==>Civi\Core\Event\GenericHookEvent::getHookValues] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [CRM_Utils_Hook_DrupalBase::invokeViaUF@1==>CRM_Utils_Hook_DrupalBase::buildModuleList] => Array
                (
                    [ct] => 3
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Utils_Hook::runHooks@1==>CRM_Utils_Cache_CacheWrapper::get] => Array
                (
                    [ct] => 3
                    [wt] => 96
                    [cpu] => 997
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_Hook::runHooks@1==>cpz_civicrm_config_civicrm_fieldOptions] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_Hook_DrupalBase::invokeViaUF@1==>CRM_Utils_Hook::runHooks@1] => Array
                (
                    [ct] => 3
                    [wt] => 129
                    [cpu] => 997
                    [mu] => 1832
                    [pmu] => 0
                )

            [Civi\Core\CiviEventDispatcher::delegateToUF@1==>CRM_Utils_Hook_DrupalBase::invokeViaUF@1] => Array
                (
                    [ct] => 3
                    [wt] => 159
                    [cpu] => 997
                    [mu] => 3144
                    [pmu] => 0
                )

            [Civi\Core\CiviEventDispatcher::delegateToUF@1==>Civi\Core\Event\GenericHookEvent::addReturnValues] => Array
                (
                    [ct] => 3
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@2==>Civi\Core\CiviEventDispatcher::delegateToUF@1] => Array
                (
                    [ct] => 2
                    [wt] => 109
                    [cpu] => 0
                    [mu] => 6728
                    [pmu] => 0
                )

            [CRM_Utils_Hook::invoke@1==>Civi\Core\CiviEventDispatcher::dispatch@2] => Array
                (
                    [ct] => 7
                    [wt] => 2881
                    [cpu] => 3802
                    [mu] => 31744
                    [pmu] => 0
                )

            [CRM_Utils_Hook::invoke@1==>Civi\Core\Event\GenericHookEvent::getReturnValues] => Array
                (
                    [ct] => 10
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Utils_Hook::fieldOptions==>CRM_Utils_Hook::invoke@1] => Array
                (
                    [ct] => 5
                    [wt] => 1083
                    [cpu] => 3162
                    [mu] => 14864
                    [pmu] => 0
                )

            [CRM_Utils_Hook::apiWrappers==>CRM_Utils_Hook::invoke@1] => Array
                (
                    [ct] => 3
                    [wt] => 387
                    [cpu] => 0
                    [mu] => 3288
                    [pmu] => 0
                )

            [Civi\Api4\Generic\BasicGetAction::_run==>Civi\Api4\Generic\AbstractGetAction::expandSelectClauseWildcards] => Array
                (
                    [ct] => 1
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 688
                    [pmu] => 0
                )

            [CRM_Afform_AfformScanner::__construct==>Civi::cache] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getAfformScannerService==>CRM_Afform_AfformScanner::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 1248
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\Container::make==>CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getAfformScannerService] => Array
                (
                    [ct] => 1
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 2000
                    [pmu] => 0
                )

            [Civi\Api4\Action\Afform\Get::getRecords==>Civi::service] => Array
                (
                    [ct] => 1
                    [wt] => 52
                    [cpu] => 0
                    [mu] => 2616
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractGetAction::_isFieldSelected==>Civi\Api4\Generic\AbstractGetAction::_whereContains] => Array
                (
                    [ct] => 369
                    [wt] => 777
                    [cpu] => 2999
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Action\Afform\Get::getRecords==>Civi\Api4\Generic\AbstractGetAction::_isFieldSelected] => Array
                (
                    [ct] => 49
                    [wt] => 478
                    [cpu] => 0
                    [mu] => 19720
                    [pmu] => 0
                )

            [Civi\Api4\Action\Afform\Get::getRecords==>Civi\Api4\Generic\AbstractGetAction::_itemsToGet] => Array
                (
                    [ct] => 4
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [CRM_Afform_AfformScanner::isUseCachedPaths==>CRM_Core_Config::singleton] => Array
                (
                    [ct] => 243
                    [wt] => 476
                    [cpu] => 164
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Afform_AfformScanner::isUseCachedPaths==>CRM_Core_Config_MagicMerge::__get] => Array
                (
                    [ct] => 243
                    [wt] => 3136
                    [cpu] => 121
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Afform_AfformScanner::findFilePaths==>CRM_Afform_AfformScanner::isUseCachedPaths] => Array
                (
                    [ct] => 243
                    [wt] => 5374
                    [cpu] => 455
                    [mu] => 1864
                    [pmu] => 0
                )

            [CRM_Afform_AfformScanner::findFilePaths==>CRM_Utils_Cache_CacheWrapper::get] => Array
                (
                    [ct] => 241
                    [wt] => 39359
                    [cpu] => 40699
                    [mu] => 4337000
                    [pmu] => 41080
                )

            [CRM_Afform_AfformScanner::findFilePaths==>CRM_Extension_System::singleton] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Afform_AfformScanner::findFilePaths==>CRM_Extension_System::getMapper] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Afform_AfformScanner::findFilePaths==>CRM_Extension_Mapper::getModules] => Array
                (
                    [ct] => 2
                    [wt] => 3632
                    [cpu] => 1705
                    [mu] => 15736
                    [pmu] => 12352
                )

            [CRM_Afform_AfformScanner::findFilePaths==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 2
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Afform_AfformScanner::findFilePaths==>CRM_Extension_Mapper::keyToPath] => Array
                (
                    [ct] => 42
                    [wt] => 1546
                    [cpu] => 1999
                    [mu] => 5544
                    [pmu] => 0
                )

            [CRM_Afform_AfformScanner::findFilePaths==>Civi::paths] => Array
                (
                    [ct] => 2
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Afform_AfformScanner::findFilePaths==>Civi\Core\Paths::getPath] => Array
                (
                    [ct] => 2
                    [wt] => 50
                    [cpu] => 0
                    [mu] => 1848
                    [pmu] => 0
                )

            [CRM_Afform_AfformScanner::getSiteLocalPath==>Civi::paths] => Array
                (
                    [ct] => 2
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Afform_AfformScanner::getSiteLocalPath==>Civi\Core\Paths::getPath] => Array
                (
                    [ct] => 2
                    [wt] => 73
                    [cpu] => 0
                    [mu] => 1848
                    [pmu] => 0
                )

            [CRM_Afform_AfformScanner::findFilePaths==>CRM_Afform_AfformScanner::getSiteLocalPath] => Array
                (
                    [ct] => 2
                    [wt] => 97
                    [cpu] => 0
                    [mu] => 2072
                    [pmu] => 0
                )

            [CRM_Afform_AfformScanner::findFilePaths==>Civi\Core\Event\GenericHookEvent::create] => Array
                (
                    [ct] => 2
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 3160
                    [pmu] => 0
                )

            [CRM_Afform_AfformScanner::findFilePaths==>Civi::dispatcher] => Array
                (
                    [ct] => 2
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Afform_AfformScanner::findFilePaths==>Civi\Core\CiviEventDispatcher::dispatch@1] => Array
                (
                    [ct] => 2
                    [wt] => 35
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Afform_AfformScanner::findFilePaths==>CRM_Afform_AfformScanner::{closure}] => Array
                (
                    [ct] => 150
                    [wt] => 174
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Afform_AfformScanner::findFilePaths==>CRM_Afform_AfformScanner::appendFilePaths] => Array
                (
                    [ct] => 46
                    [wt] => 1572
                    [cpu] => 2016
                    [mu] => 60904
                    [pmu] => 16544
                )

            [CRM_Afform_AfformScanner::findFilePaths==>CRM_Utils_Cache_CacheWrapper::set] => Array
                (
                    [ct] => 2
                    [wt] => 563
                    [cpu] => 1315
                    [mu] => 584
                    [pmu] => 15384
                )

            [Civi\Api4\Action\Afform\Get::getRecords==>CRM_Afform_AfformScanner::findFilePaths] => Array
                (
                    [ct] => 1
                    [wt] => 4905
                    [cpu] => 4326
                    [mu] => 46584
                    [pmu] => 44280
                )

            [Civi\Api4\Action\Afform\Get::getRecords==>Civi\Core\Event\GenericHookEvent::create] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 1872
                    [pmu] => 0
                )

            [Civi\Api4\Action\Afform\Get::getRecords==>Civi::dispatcher] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Api4\Action\Afform\Get::getCustomGroupBlocks==>Civi\Core\Event\GenericHookEvent::__get] => Array
                (
                    [ct] => 4
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [CRM_Core_BAO_CustomGroup::getAll==>CRM_Core_BAO_CustomGroup::{closure}] => Array
                (
                    [ct] => 200
                    [wt] => 394
                    [cpu] => 152
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Api4\Action\Afform\Get::getCustomGroupBlocks==>CRM_Core_BAO_CustomGroup::getAll] => Array
                (
                    [ct] => 1
                    [wt] => 726
                    [cpu] => 781
                    [mu] => 61584
                    [pmu] => 21624
                )

            [Civi\Api4\Action\Afform\Get::getCustomGroupBlocks==>CRM_Afform_ExtensionUtil::ts] => Array
                (
                    [ct] => 19
                    [wt] => 937
                    [cpu] => 1002
                    [mu] => 2680
                    [pmu] => 14088
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@1==>Civi\Api4\Action\Afform\Get::getCustomGroupBlocks] => Array
                (
                    [ct] => 1
                    [wt] => 1755
                    [cpu] => 1783
                    [mu] => 76504
                    [pmu] => 36072
                )

            [Civi\Api4\Action\Afform\Get::getRecords==>Civi\Core\CiviEventDispatcher::dispatch@1] => Array
                (
                    [ct] => 1
                    [wt] => 1812
                    [cpu] => 1783
                    [mu] => 17256
                    [pmu] => 36072
                )

            [_afform_angular_module_name==>CRM_Utils_String::convertStringToCamel] => Array
                (
                    [ct] => 50
                    [wt] => 255
                    [cpu] => 0
                    [mu] => 26576
                    [pmu] => 0
                )

            [Civi\Api4\Action\Afform\Get::getRecords==>_afform_angular_module_name] => Array
                (
                    [ct] => 100
                    [wt] => 972
                    [cpu] => 0
                    [mu] => 7120
                    [pmu] => 0
                )

            [_afform_angular_module_name==>CRM_Utils_String::convertStringToDash] => Array
                (
                    [ct] => 50
                    [wt] => 358
                    [cpu] => 0
                    [mu] => 3288
                    [pmu] => 0
                )

            [CRM_Afform_AfformScanner::findFilePath==>CRM_Afform_AfformScanner::findFilePaths] => Array
                (
                    [ct] => 239
                    [wt] => 45480
                    [cpu] => 40769
                    [mu] => 4337000
                    [pmu] => 41080
                )

            [CRM_Afform_AfformScanner::getMeta==>CRM_Afform_AfformScanner::findFilePath] => Array
                (
                    [ct] => 239
                    [wt] => 48645
                    [cpu] => 41058
                    [mu] => 4351568
                    [pmu] => 41080
                )

            [CRM_Afform_AfformScanner::getMeta==>ts] => Array
                (
                    [ct] => 34
                    [wt] => 582
                    [cpu] => 109
                    [mu] => 2712
                    [pmu] => 0
                )

            [Civi\Api4\Action\Afform\Get::getRecords==>CRM_Afform_AfformScanner::getMeta] => Array
                (
                    [ct] => 50
                    [wt] => 34042
                    [cpu] => 26793
                    [mu] => 36536
                    [pmu] => 41080
                )

            [Civi\Api4\Action\Afform\Get::getRecords==>Civi\Api4\Action\Afform\Get::checkPermission] => Array
                (
                    [ct] => 50
                    [wt] => 69
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Afform_AfformScanner::getMeta==>CRM_OAuth_ExtensionUtil::ts] => Array
                (
                    [ct] => 4
                    [wt] => 162
                    [cpu] => 0
                    [mu] => 2200
                    [pmu] => 0
                )

            [CRM_Afform_AfformScanner::getMeta==>CRM_Grant_ExtensionUtil::ts] => Array
                (
                    [ct] => 2
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 1320
                    [pmu] => 0
                )

            [CRM_Campaign_ExtensionUtil::ts==>ts] => Array
                (
                    [ct] => 59
                    [wt] => 1802
                    [cpu] => 997
                    [mu] => 4312
                    [pmu] => 0
                )

            [CRM_Afform_AfformScanner::getMeta==>CRM_Campaign_ExtensionUtil::ts] => Array
                (
                    [ct] => 4
                    [wt] => 307
                    [cpu] => 0
                    [mu] => 2736
                    [pmu] => 0
                )

            [Civi\Api4\Generic\BasicGetAction::_run==>Civi\Api4\Action\Afform\Get::getRecords] => Array
                (
                    [ct] => 1
                    [wt] => 43281
                    [cpu] => 32902
                    [mu] => 105840
                    [pmu] => 121432
                )

            [Civi\Api4\Afform::getFields==>Civi\Api4\Generic\BasicGetAction::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Afform::getFields==>Civi\Api4\Generic\AbstractAction::setCheckPermissions] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\API\Request::create==>Civi\Api4\Afform::getFields] => Array
                (
                    [ct] => 1
                    [wt] => 52
                    [cpu] => 0
                    [mu] => 2792
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@1==>Civi\Core\CiviEventDispatcher::delegateToUF@1] => Array
                (
                    [ct] => 1
                    [wt] => 111
                    [cpu] => 997
                    [mu] => 1088
                    [pmu] => 0
                )

            [CRM_Utils_Hook::invoke@1==>Civi\Core\CiviEventDispatcher::dispatch@1] => Array
                (
                    [ct] => 3
                    [wt] => 388
                    [cpu] => 997
                    [mu] => 1264
                    [pmu] => 0
                )

            [Civi\API\Request::create==>Civi\Api4\Afform::get] => Array
                (
                    [ct] => 1
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 1032
                    [pmu] => 0
                )

            [Civi\Api4\Generic\BasicGetAction::getRecords==>Civi\Api4\Generic\AbstractAction::addCallbackToDebugOutput] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Afform::Civi\Api4\{closure}==>CRM_Afform_ExtensionUtil::ts] => Array
                (
                    [ct] => 22
                    [wt] => 990
                    [cpu] => 0
                    [mu] => 10248
                    [pmu] => 0
                )

            [Civi\Api4\Afform::Civi\Api4\{closure}==>Civi\Api4\Generic\BasicGetFieldsAction::getAction] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [CRM_Contact_BAO_ContactType::contactTypeInfo==>CRM_Contact_BAO_ContactType::getAllContactTypes] => Array
                (
                    [ct] => 1
                    [wt] => 38
                    [cpu] => 0
                    [mu] => 640
                    [pmu] => 0
                )

            [CRM_Contact_BAO_ContactType::contactTypePairs==>CRM_Contact_BAO_ContactType::contactTypeInfo] => Array
                (
                    [ct] => 1
                    [wt] => 50
                    [cpu] => 0
                    [mu] => 1264
                    [pmu] => 0
                )

            [Civi\Api4\Afform::Civi\Api4\{closure}==>CRM_Contact_BAO_ContactType::contactTypePairs] => Array
                (
                    [ct] => 1
                    [wt] => 62
                    [cpu] => 0
                    [mu] => 2288
                    [pmu] => 0
                )

            [CRM_Core_SelectValues::andOr==>ts] => Array
                (
                    [ct] => 2
                    [wt] => 45
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Civi\Api4\Afform::Civi\Api4\{closure}==>CRM_Core_SelectValues::andOr] => Array
                (
                    [ct] => 1
                    [wt] => 53
                    [cpu] => 0
                    [mu] => 1672
                    [pmu] => 0
                )

            [Civi\Api4\Generic\BasicGetAction::getRecords==>Civi\Api4\Afform::Civi\Api4\{closure}] => Array
                (
                    [ct] => 1
                    [wt] => 1236
                    [cpu] => 1001
                    [mu] => 18264
                    [pmu] => 0
                )

            [Civi\Api4\Generic\BasicGetFieldsAction::_run==>Civi\Api4\Generic\BasicGetAction::getRecords] => Array
                (
                    [ct] => 1
                    [wt] => 1253
                    [cpu] => 1001
                    [mu] => 19624
                    [pmu] => 0
                )

            [Civi\Api4\Generic\BasicGetFieldsAction::formatResults==>Civi\Api4\Generic\BasicGetFieldsAction::fields] => Array
                (
                    [ct] => 2
                    [wt] => 297
                    [cpu] => 1000
                    [mu] => 12072
                    [pmu] => 0
                )

            [Civi\Api4\Utils\CoreUtil::getOptionValueFields==>CRM_Core_DAO::getSupportedFields] => Array
                (
                    [ct] => 29
                    [wt] => 2364
                    [cpu] => 3996
                    [mu] => 220984
                    [pmu] => 0
                )

            [Civi\Api4\Utils\CoreUtil::getOptionValueFields==>CRM_Core_DAO::getFieldValue] => Array
                (
                    [ct] => 29
                    [wt] => 10152
                    [cpu] => 9149
                    [mu] => 181000
                    [pmu] => 22240
                )

            [Civi\Api4\Utils\CoreUtil::getOptionValueFields==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 9
                    [wt] => 118
                    [cpu] => 0
                    [mu] => -154360
                    [pmu] => 0
                )

            [Civi\Api4\Generic\BasicGetFieldsAction::formatOptionList==>Civi\Api4\Utils\CoreUtil::getOptionValueFields] => Array
                (
                    [ct] => 2
                    [wt] => 2903
                    [cpu] => 1963
                    [mu] => 4528
                    [pmu] => 22240
                )

            [Civi\Api4\Generic\BasicGetFieldsAction::formatResults==>Civi\Api4\Generic\BasicGetFieldsAction::setFieldSuffixes] => Array
                (
                    [ct] => 2
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Civi\Api4\Generic\BasicGetAction::formatRawValues==>Civi\Api4\Generic\AbstractAction::entityFields] => Array
                (
                    [ct] => 51
                    [wt] => 12064
                    [cpu] => 10570
                    [mu] => 89224
                    [pmu] => 88016
                )

            [Civi\Api4\Generic\BasicGetAction::formatRawValues==>Civi\Api4\Generic\AbstractGetAction::_isFieldSelected] => Array
                (
                    [ct] => 320
                    [wt] => 2080
                    [cpu] => 2999
                    [mu] => 120952
                    [pmu] => 0
                )

            [Civi\Api4\Generic\BasicGetAction::formatRawValues==>CRM_Core_SelectValues::optionAttributes] => Array
                (
                    [ct] => 50
                    [wt] => 71
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Generic\BasicGetAction::formatRawValues==>Civi\Api4\Generic\AbstractAction::getActionName] => Array
                (
                    [ct] => 50
                    [wt] => 65
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Utils\FormattingUtil::formatOutputValues==>Civi\Api4\Query\SqlExpression::convert] => Array
                (
                    [ct] => 1451
                    [wt] => 12074
                    [cpu] => 8275
                    [mu] => 813160
                    [pmu] => 33928
                )

            [Civi\Api4\Utils\FormattingUtil::formatOutputValues==>Civi\Api4\Query\SqlExpression::getFields] => Array
                (
                    [ct] => 1451
                    [wt] => 1464
                    [cpu] => 586
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Utils\FormattingUtil::formatOutputValues==>CRM_Utils_Array::first] => Array
                (
                    [ct] => 2902
                    [wt] => 2978
                    [cpu] => 3944
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Utils\FormattingUtil::formatOutputValues==>Civi\Api4\Utils\FormattingUtil::convertDataType] => Array
                (
                    [ct] => 1451
                    [wt] => 6115
                    [cpu] => 7193
                    [mu] => 162352
                    [pmu] => 0
                )

            [Civi\Api4\Utils\FormattingUtil::convertDataType==>Civi\Api4\Utils\FormattingUtil::convertDataType@1] => Array
                (
                    [ct] => 257
                    [wt] => 3556
                    [cpu] => 5923
                    [mu] => 124592
                    [pmu] => 0
                )

            [Civi\Api4\Generic\BasicGetAction::formatRawValues==>Civi\Api4\Utils\FormattingUtil::formatOutputValues] => Array
                (
                    [ct] => 50
                    [wt] => 15692
                    [cpu] => 12947
                    [mu] => 180960
                    [pmu] => 56056
                )

            [Civi\Api4\Generic\BasicGetAction::_run==>Civi\Api4\Generic\BasicGetAction::formatRawValues] => Array
                (
                    [ct] => 1
                    [wt] => 32120
                    [cpu] => 30516
                    [mu] => 193472
                    [pmu] => 144072
                )

            [Civi\Api4\Generic\BasicGetAction::_run==>Civi\Api4\Generic\BasicGetAction::queryArray] => Array
                (
                    [ct] => 1
                    [wt] => 1324
                    [cpu] => 1000
                    [mu] => 6000
                    [pmu] => 2136
                )

            [Civi\Api4\Provider\ActionObjectProvider::invoke==>Civi\Api4\Generic\BasicGetAction::_run] => Array
                (
                    [ct] => 1
                    [wt] => 76785
                    [cpu] => 64418
                    [mu] => 290800
                    [pmu] => 267640
                )

            [afform_civicrm_alterMenu==>Civi\Api4\Generic\AbstractAction::execute] => Array
                (
                    [ct] => 1
                    [wt] => 81507
                    [cpu] => 70079
                    [mu] => 145696
                    [pmu] => 313848
                )

            [afform_civicrm_alterMenu==>Civi\Api4\Generic\Result::indexBy] => Array
                (
                    [ct] => 1
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 1264
                    [pmu] => 0
                )

            [CRM_Utils_Hook::runHooks==>afform_civicrm_alterMenu] => Array
                (
                    [ct] => 1
                    [wt] => 81670
                    [cpu] => 70079
                    [mu] => 96424
                    [pmu] => 313848
                )

            [CRM_Extension_MixinLoader::Civi\Mixin\SettingAdminV1\{closure}==>Civi\Mixin\SettingAdminV1\About::getPath] => Array
                (
                    [ct] => 6
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 968
                    [pmu] => 0
                )

            [Civi\Mixin\SettingAdminV1\About::getRoute==>Civi\Mixin\SettingAdminV1\About::getPageTitle] => Array
                (
                    [ct] => 3
                    [wt] => 105
                    [cpu] => 0
                    [mu] => 2168
                    [pmu] => 0
                )

            [Civi\Mixin\SettingAdminV1\About::getRoute==>Civi\Mixin\SettingAdminV1\About::getPerm] => Array
                (
                    [ct] => 3
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 728
                    [pmu] => 0
                )

            [Civi\Mixin\SettingAdminV1\About::getRoute==>_ts] => Array
                (
                    [ct] => 3
                    [wt] => 93
                    [cpu] => 0
                    [mu] => 1872
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::Civi\Mixin\SettingAdminV1\{closure}==>Civi\Mixin\SettingAdminV1\About::getRoute] => Array
                (
                    [ct] => 3
                    [wt] => 222
                    [cpu] => 0
                    [mu] => 7848
                    [pmu] => 0
                )

            [Civi\Mixin\SettingAdminV1\About::getPageTitle==>Civi\Mixin\SettingAdminV1\About::getLabel] => Array
                (
                    [ct] => 2
                    [wt] => 44
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Civi\Mixin\SettingAdminV1\About::getPageTitle==>ts] => Array
                (
                    [ct] => 2
                    [wt] => 44
                    [cpu] => 0
                    [mu] => 776
                    [pmu] => 0
                )

            [CRM_Utils_Hook::alterMenu==>CRM_Utils_Hook::invoke] => Array
                (
                    [ct] => 1
                    [wt] => 82478
                    [cpu] => 70079
                    [mu] => 102760
                    [pmu] => 313848
                )

            [CRM_Core_Menu::xmlItems==>CRM_Utils_Hook::alterMenu] => Array
                (
                    [ct] => 1
                    [wt] => 82496
                    [cpu] => 70079
                    [mu] => 103112
                    [pmu] => 313848
                )

            [CRM_Core_Menu::items==>CRM_Core_Menu::xmlItems] => Array
                (
                    [ct] => 1
                    [wt] => 113916
                    [cpu] => 89835
                    [mu] => 746440
                    [pmu] => 704240
                )

            [CRM_Core_Menu::store==>CRM_Core_Menu::items] => Array
                (
                    [ct] => 1
                    [wt] => 113924
                    [cpu] => 89835
                    [mu] => 742136
                    [pmu] => 704240
                )

            [CRM_Utils_System::url==>CRM_Utils_System::makeQueryString] => Array
                (
                    [ct] => 1036
                    [wt] => 942
                    [cpu] => 2004
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_System::url==>CRM_Core_Config::singleton] => Array
                (
                    [ct] => 1036
                    [wt] => 1001
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Utils_System::url==>CRM_Core_Config_MagicMerge::__get] => Array
                (
                    [ct] => 1036
                    [wt] => 1029
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_System_DrupalBase::url==>CRM_Core_Config::singleton] => Array
                (
                    [ct] => 1036
                    [wt] => 970
                    [cpu] => 2002
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_System_DrupalBase::url==>CRM_Utils_String::stripPathChars] => Array
                (
                    [ct] => 1036
                    [wt] => 1472
                    [cpu] => 0
                    [mu] => 1008
                    [pmu] => 0
                )

            [CRM_Utils_System_Drupal::languageNegotiationURL==>CRM_Core_Config::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Utils_System_Base::getRelativeBaseURL==>CRM_Utils_System_Base::getAbsoluteBaseURL] => Array
                (
                    [ct] => 1
                    [wt] => 50
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 0
                )

            [CRM_Core_Config_MagicMerge::__get==>CRM_Utils_System_Base::getRelativeBaseURL] => Array
                (
                    [ct] => 1
                    [wt] => 57
                    [cpu] => 0
                    [mu] => 2376
                    [pmu] => 0
                )

            [CRM_Utils_System_DrupalBase::url==>CRM_Core_Config_MagicMerge::__get] => Array
                (
                    [ct] => 2072
                    [wt] => 5123
                    [cpu] => 4995
                    [mu] => 2544
                    [pmu] => 82640
                )

            [CRM_Utils_System::url==>CRM_Utils_System_DrupalBase::url] => Array
                (
                    [ct] => 1036
                    [wt] => 14781
                    [cpu] => 12230
                    [mu] => 60176
                    [pmu] => 151880
                )

            [CRM_Core_Menu::buildBreadcrumb==>CRM_Utils_System::url] => Array
                (
                    [ct] => 930
                    [wt] => 23050
                    [cpu] => 17790
                    [mu] => 156192
                    [pmu] => 120168
                )

            [CRM_Core_Menu::build==>CRM_Core_Menu::buildBreadcrumb] => Array
                (
                    [ct] => 488
                    [wt] => 26515
                    [cpu] => 23164
                    [mu] => 1116032
                    [pmu] => 125752
                )

            [CRM_Core_Menu::fillMenuValues==>CRM_Core_Menu::isArrayTrue] => Array
                (
                    [ct] => 1752
                    [wt] => 1735
                    [cpu] => 1000
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Menu::build==>CRM_Core_Menu::fillMenuValues] => Array
                (
                    [ct] => 488
                    [wt] => 5929
                    [cpu] => 4998
                    [mu] => 487376
                    [pmu] => 107496
                )

            [CRM_Core_Menu::build==>CRM_Core_Menu::fillComponentIds] => Array
                (
                    [ct] => 488
                    [wt] => 7808
                    [cpu] => 9652
                    [mu] => 297768
                    [pmu] => 142872
                )

            [CRM_Core_Menu::getReturnUrl@1==>CRM_Core_Menu::getReturnUrl@2] => Array
                (
                    [ct] => 450
                    [wt] => 1403
                    [cpu] => 1912
                    [mu] => 196584
                    [pmu] => 270176
                )

            [CRM_Core_Menu::getReturnUrl==>CRM_Core_Menu::getReturnUrl@1] => Array
                (
                    [ct] => 486
                    [wt] => 2758
                    [cpu] => 2913
                    [mu] => 234216
                    [pmu] => 451256
                )

            [CRM_Core_Menu::buildReturnUrl==>CRM_Core_Menu::getReturnUrl] => Array
                (
                    [ct] => 487
                    [wt] => 4118
                    [cpu] => 4936
                    [mu] => 265304
                    [pmu] => 461440
                )

            [CRM_Core_Menu::build==>CRM_Core_Menu::buildReturnUrl] => Array
                (
                    [ct] => 488
                    [wt] => 5507
                    [cpu] => 4936
                    [mu] => 70584
                    [pmu] => 461440
                )

            [CRM_Core_Menu::getReturnUrl@2==>CRM_Core_Menu::getReturnUrl@3] => Array
                (
                    [ct] => 203
                    [wt] => 503
                    [cpu] => 916
                    [mu] => 86848
                    [pmu] => 99920
                )

            [CRM_Core_Menu::getReturnUrl@3==>CRM_Core_Menu::getReturnUrl@4] => Array
                (
                    [ct] => 46
                    [wt] => 99
                    [cpu] => 0
                    [mu] => 20256
                    [pmu] => 23216
                )

            [CRM_Core_Menu::fillComponentIds==>CRM_Core_DAO::getFieldValue] => Array
                (
                    [ct] => 8
                    [wt] => 6803
                    [cpu] => 6652
                    [mu] => 141568
                    [pmu] => 140664
                )

            [CRM_Core_Menu::fillComponentIds==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 7
                    [wt] => 84
                    [cpu] => 0
                    [mu] => -119944
                    [pmu] => 0
                )

            [CRM_Core_Menu::getReturnUrl@4==>CRM_Core_Menu::getReturnUrl@5] => Array
                (
                    [ct] => 9
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 4240
                    [pmu] => 4240
                )

            [CRM_Core_Menu::buildAdminLinks==>CRM_Utils_System::url] => Array
                (
                    [ct] => 105
                    [wt] => 2504
                    [cpu] => 2998
                    [mu] => 17352
                    [pmu] => 76888
                )

            [CRM_Core_Menu::build==>CRM_Core_Menu::buildAdminLinks] => Array
                (
                    [ct] => 1
                    [wt] => 3131
                    [cpu] => 3997
                    [mu] => 102344
                    [pmu] => 104424
                )

            [CRM_Core_Menu::store==>CRM_Core_Menu::build] => Array
                (
                    [ct] => 1
                    [wt] => 52098
                    [cpu] => 49067
                    [mu] => 1168664
                    [pmu] => 941984
                )

            [CRM_Core_Menu::store==>CRM_Core_DAO_Base::fields] => Array
                (
                    [ct] => 1
                    [wt] => 37
                    [cpu] => 0
                    [mu] => 17232
                    [pmu] => 12248
                )

            [CRM_Core_Menu::store==>CRM_Core_DAO_Base::__construct] => Array
                (
                    [ct] => 489
                    [wt] => 121690
                    [cpu] => 49358
                    [mu] => 1494936
                    [pmu] => 21552
                )

            [CRM_Core_Menu::store==>CRM_Core_Config::domainID] => Array
                (
                    [ct] => 489
                    [wt] => 1061
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_Menu::store==>DB_DataObject::find] => Array
                (
                    [ct] => 489
                    [wt] => 352521
                    [cpu] => 337885
                    [mu] => -287928
                    [pmu] => 9048
                )

            [CRM_Core_Menu::store==>CRM_Core_Config::isUpgradeMode] => Array
                (
                    [ct] => 489
                    [wt] => 11277
                    [cpu] => 1388
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_Menu::store==>CRM_Core_DAO::copyValues] => Array
                (
                    [ct] => 489
                    [wt] => 199836
                    [cpu] => 68358
                    [mu] => 340896
                    [pmu] => 0
                )

            [CRM_Core_DAO::save==>Civi\Core\CiviEventDispatcher::dispatch] => Array
                (
                    [ct] => 1104
                    [wt] => 73255
                    [cpu] => 32903
                    [mu] => -21376
                    [pmu] => 11648
                )

            [DB_DataObject::insert==>CRM_Core_DAO::table] => Array
                (
                    [ct] => 489
                    [wt] => 8741
                    [cpu] => 5854
                    [mu] => 8794728
                    [pmu] => 20800
                )

            [DB_DataObject::insert==>DB_DataObject::tableName] => Array
                (
                    [ct] => 978
                    [wt] => 1635
                    [cpu] => 944
                    [mu] => 552
                    [pmu] => 0
                )

            [DB_DataObject::insert==>CRM_Core_DAO::sequenceKey] => Array
                (
                    [ct] => 489
                    [wt] => 179840
                    [cpu] => 199222
                    [mu] => 184416
                    [pmu] => 0
                )

            [DB_DataObject::insert==>DB_mysqli::quoteIdentifier] => Array
                (
                    [ct] => 5701
                    [wt] => 7749
                    [cpu] => 10001
                    [mu] => 230144
                    [pmu] => 0
                )

            [DB_DataObject::insert==>DB_DataObject::_is_null] => Array
                (
                    [ct] => 3472
                    [wt] => 6062
                    [cpu] => 9994
                    [mu] => 552
                    [pmu] => 15960
                )

            [DB_DataObject::insert==>DB_DataObject::_quote] => Array
                (
                    [ct] => 3377
                    [wt] => 25339
                    [cpu] => 21925
                    [mu] => 372592
                    [pmu] => 41216
                )

            [DB_DataObject::insert==>DB_DataObject::_query] => Array
                (
                    [ct] => 489
                    [wt] => 1109207
                    [cpu] => 319816
                    [mu] => 144912
                    [pmu] => 37432
                )

            [DB_DataObject::insert==>PEAR::isError] => Array
                (
                    [ct] => 489
                    [wt] => 788
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [CRM_Core_DAO::save==>DB_DataObject::insert] => Array
                (
                    [ct] => 489
                    [wt] => 1381920
                    [cpu] => 597749
                    [mu] => 1622288
                    [pmu] => 115408
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>CRM_Core_BAO_RecurringEntity::triggerInsert] => Array
                (
                    [ct] => 489
                    [wt] => 1172
                    [cpu] => 639
                    [mu] => 16584
                    [pmu] => 0
                )

            [CRM_Core_Menu::store==>CRM_Core_DAO::save] => Array
                (
                    [ct] => 489
                    [wt] => 1674652
                    [cpu] => 758648
                    [mu] => 663320
                    [pmu] => 128592
                )

            [CRM_Core_Invoke::rebuildMenuAndCaches==>CRM_Core_Menu::store] => Array
                (
                    [ct] => 1
                    [wt] => 2567860
                    [cpu] => 1363963
                    [mu] => 2017776
                    [pmu] => 1821392
                )

            [CRM_Core_Invoke::rebuildMenuAndCaches==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_BAO_Navigation::resetNavigation==>CRM_Utils_String::createRandom] => Array
                (
                    [ct] => 13
                    [wt] => 100
                    [cpu] => 439
                    [mu] => 1104
                    [pmu] => 0
                )

            [CRM_Core_BAO_Navigation::resetNavigation==>CRM_Core_DAO::executeQuery] => Array
                (
                    [ct] => 13
                    [wt] => 41013
                    [cpu] => 6896
                    [mu] => -33912
                    [pmu] => 0
                )

            [CRM_Core_BAO_Navigation::resetNavigation==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 13
                    [wt] => 120
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_BAO_Navigation::resetNavigation==>Civi::cache] => Array
                (
                    [ct] => 13
                    [wt] => 144
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_BAO_Navigation::resetNavigation==>CRM_Utils_Cache_CacheWrapper::flush] => Array
                (
                    [ct] => 13
                    [wt] => 4105
                    [cpu] => 3037
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_BAO_Cache::resetCaches==>CRM_Utils_System::flushCache] => Array
                (
                    [ct] => 13
                    [wt] => 483412
                    [cpu] => 219125
                    [mu] => -15679432
                    [pmu] => 1183824
                )

            [CRM_Core_BAO_Navigation::resetNavigation==>CRM_Core_BAO_Cache::resetCaches] => Array
                (
                    [ct] => 13
                    [wt] => 483502
                    [cpu] => 219125
                    [mu] => -15678784
                    [pmu] => 1183824
                )

            [CRM_Core_Invoke::rebuildMenuAndCaches==>CRM_Core_BAO_Navigation::resetNavigation] => Array
                (
                    [ct] => 1
                    [wt] => 48362
                    [cpu] => 20464
                    [mu] => -1071328
                    [pmu] => 0
                )

            [CRM_Core_Config::cleanupPermissions==>CRM_Extension_System::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Config::cleanupPermissions==>CRM_Extension_System::getMapper] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Config::cleanupPermissions==>CRM_Extension_Mapper::getActiveModuleFiles] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_Config::cleanupPermissions==>CRM_Core_Config_MagicMerge::__get] => Array
                (
                    [ct] => 2
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Config::cleanupPermissions==>CRM_Core_Permission_Drupal::isModulePermissionSupported] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [CRM_Core_Config::cleanupPermissions==>CRM_Core_Permission::basicPermissions] => Array
                (
                    [ct] => 1
                    [wt] => 53
                    [cpu] => 0
                    [mu] => 8832
                    [pmu] => 0
                )

            [CRM_Core_Permission_Drupal::upgradePermissions==>db_delete] => Array
                (
                    [ct] => 1
                    [wt] => 77
                    [cpu] => 0
                    [mu] => 2272
                    [pmu] => 0
                )

            [CRM_Core_Permission_Drupal::upgradePermissions==>DeleteQuery::condition] => Array
                (
                    [ct] => 2
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 1320
                    [pmu] => 0
                )

            [CRM_Core_Permission_Drupal::upgradePermissions==>DeleteQuery::execute] => Array
                (
                    [ct] => 1
                    [wt] => 3197
                    [cpu] => 1253
                    [mu] => 19912
                    [pmu] => 0
                )

            [CRM_Core_Config::cleanupPermissions==>CRM_Core_Permission_Drupal::upgradePermissions] => Array
                (
                    [ct] => 1
                    [wt] => 3310
                    [cpu] => 1253
                    [mu] => 32152
                    [pmu] => 0
                )

            [CRM_Core_Invoke::rebuildMenuAndCaches==>CRM_Core_Config::cleanupPermissions] => Array
                (
                    [ct] => 1
                    [wt] => 3435
                    [cpu] => 1253
                    [mu] => 6984
                    [pmu] => 0
                )

            [CRM_Core_BAO_WordReplacement::rebuild==>CRM_Core_Config::domainID] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_BAO_WordReplacement::getAllAsConfigArray==>CRM_Core_DAO::executeQuery] => Array
                (
                    [ct] => 1
                    [wt] => 1970
                    [cpu] => 456
                    [mu] => 17984
                    [pmu] => 0
                )

            [CRM_Core_BAO_WordReplacement::getAllAsConfigArray==>DB_DataObject::fetch] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_BAO_WordReplacement::getAllAsConfigArray==>CRM_Core_Config::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_BAO_WordReplacement::getAllAsConfigArray==>CRM_Core_BAO_WordReplacement::_getLocaleCustomStrings] => Array
                (
                    [ct] => 1
                    [wt] => 872
                    [cpu] => 569
                    [mu] => 20664
                    [pmu] => 0
                )

            [CRM_Core_BAO_WordReplacement::getAllAsConfigArray==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 1
                    [wt] => 19
                    [cpu] => 0
                    [mu] => -16632
                    [pmu] => 0
                )

            [CRM_Core_BAO_WordReplacement::getAllAsConfigArray==>CRM_Core_Config_MagicMerge::__get] => Array
                (
                    [ct] => 1
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_BAO_WordReplacement::rebuild==>CRM_Core_BAO_WordReplacement::getAllAsConfigArray] => Array
                (
                    [ct] => 1
                    [wt] => 2921
                    [cpu] => 1025
                    [mu] => 25600
                    [pmu] => 0
                )

            [CRM_Core_BAO_WordReplacement::rebuild==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => -16416
                    [pmu] => 0
                )

            [CRM_Core_BAO_WordReplacement::_setLocaleCustomStrings==>CRM_Core_DAO::executeQuery] => Array
                (
                    [ct] => 1
                    [wt] => 2350
                    [cpu] => 656
                    [mu] => 1208
                    [pmu] => 0
                )

            [CRM_Core_BAO_WordReplacement::_setLocaleCustomStrings==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 1
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_BAO_WordReplacement::rebuild==>CRM_Core_BAO_WordReplacement::_setLocaleCustomStrings] => Array
                (
                    [ct] => 1
                    [wt] => 2383
                    [cpu] => 656
                    [mu] => 2104
                    [pmu] => 0
                )

            [CRM_Core_Invoke::rebuildMenuAndCaches==>CRM_Core_BAO_WordReplacement::rebuild] => Array
                (
                    [ct] => 1
                    [wt] => 5336
                    [cpu] => 1681
                    [mu] => 11120
                    [pmu] => 0
                )

            [CRM_Core_Invoke::rebuildMenuAndCaches==>Civi::service] => Array
                (
                    [ct] => 1
                    [wt] => 20
                    [cpu] => 169
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi\Core\SettingsManager::flush==>CRM_Utils_Cache_CacheWrapper::flush] => Array
                (
                    [ct] => 2
                    [wt] => 588
                    [cpu] => 340
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\SettingsManager::flush==>Civi::cache] => Array
                (
                    [ct] => 1
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi\Core\SettingsManager::flush==>Civi\Core\SettingsBag::loadValues] => Array
                (
                    [ct] => 2
                    [wt] => 8334
                    [cpu] => 7176
                    [mu] => 116216
                    [pmu] => 0
                )

            [Civi\Core\SettingsManager::flush==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 2
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\SettingsManager::getDefaults==>Civi\Core\SettingsMetadata::getMetadata] => Array
                (
                    [ct] => 2
                    [wt] => 7063
                    [cpu] => 6130
                    [mu] => 201312
                    [pmu] => 0
                )

            [Civi\Core\SettingsManager::getDefaults==>CRM_Utils_Cache_CacheWrapper::set] => Array
                (
                    [ct] => 2
                    [wt] => 427
                    [cpu] => 767
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Core\SettingsManager::flush==>Civi\Core\SettingsManager::getDefaults] => Array
                (
                    [ct] => 2
                    [wt] => 7978
                    [cpu] => 7786
                    [mu] => 214984
                    [pmu] => 0
                )

            [Civi\Core\SettingsManager::flush==>Civi\Core\SettingsBag::loadDefaults] => Array
                (
                    [ct] => 2
                    [wt] => 12
                    [cpu] => 0
                    [mu] => -22280
                    [pmu] => 0
                )

            [Civi\Core\SettingsManager::flush==>Civi\Core\SettingsManager::getMandatory] => Array
                (
                    [ct] => 2
                    [wt] => 2498
                    [cpu] => 1659
                    [mu] => 960
                    [pmu] => 0
                )

            [Civi\Core\SettingsManager::flush==>Civi\Core\SettingsBag::loadMandatory] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Invoke::rebuildMenuAndCaches==>Civi\Core\SettingsManager::flush] => Array
                (
                    [ct] => 1
                    [wt] => 19563
                    [cpu] => 16961
                    [mu] => 107712
                    [pmu] => 0
                )

            [CRM_Core_Invoke::rebuildMenuAndCaches==>CRM_Core_Resources::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Resources_Strings::flush==>CRM_Utils_Cache_CacheWrapper::flush] => Array
                (
                    [ct] => 1
                    [wt] => 178
                    [cpu] => 155
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Resources::flushStrings==>CRM_Core_Resources_Strings::flush] => Array
                (
                    [ct] => 1
                    [wt] => 183
                    [cpu] => 155
                    [mu] => 1200
                    [pmu] => 0
                )

            [CRM_Core_Invoke::rebuildMenuAndCaches==>CRM_Core_Resources::flushStrings] => Array
                (
                    [ct] => 1
                    [wt] => 190
                    [cpu] => 155
                    [mu] => 1848
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>Civi\API\Provider\ReflectionProvider::onApiResolve] => Array
                (
                    [ct] => 10
                    [wt] => 268
                    [cpu] => 0
                    [mu] => 3032
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>Civi\Api4\Provider\ActionObjectProvider::onApiResolve] => Array
                (
                    [ct] => 9
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>Civi\API\Provider\AdhocProvider::onApiResolve] => Array
                (
                    [ct] => 9
                    [wt] => 79
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>Civi\API\Provider\MagicFunctionProvider::onApiResolve] => Array
                (
                    [ct] => 9
                    [wt] => 2167
                    [cpu] => 1556
                    [mu] => 6688
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>Civi\API\Subscriber\PermissionCheck::onApiAuthorize] => Array
                (
                    [ct] => 6
                    [wt] => 76
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>CRM_Core_BAO_RecurringEntity::triggerUpdate] => Array
                (
                    [ct] => 63
                    [wt] => 49939
                    [cpu] => 23606
                    [mu] => -35792
                    [pmu] => 11648
                )

            [CRM_Core_Invoke::rebuildMenuAndCaches==>CRM_Core_Resources::resetCacheCode] => Array
                (
                    [ct] => 1
                    [wt] => 13587
                    [cpu] => 7812
                    [mu] => 7352
                    [pmu] => 0
                )

            [CRM_Case_XMLRepository::singleton==>CRM_Case_XMLRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Invoke::rebuildMenuAndCaches==>CRM_Case_XMLRepository::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [CRM_Core_ManagedEntities::singleton==>CRM_Core_Module::getAll] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_ManagedEntities::__construct==>CRM_Core_ManagedEntities::createModuleIndex] => Array
                (
                    [ct] => 1
                    [wt] => 46
                    [cpu] => 0
                    [mu] => 9584
                    [pmu] => 0
                )

            [CRM_Core_ManagedEntities::singleton==>CRM_Core_ManagedEntities::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 52
                    [cpu] => 0
                    [mu] => 10232
                    [pmu] => 0
                )

            [CRM_Core_Invoke::rebuildMenuAndCaches==>CRM_Core_ManagedEntities::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 67
                    [cpu] => 0
                    [mu] => 11976
                    [pmu] => 0
                )

            [CRM_Utils_Hook::managed==>CRM_Utils_Hook::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}==>CRM_Utils_File::findFiles] => Array
                (
                    [ct] => 6
                    [wt] => 35934
                    [cpu] => 22943
                    [mu] => 7352
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}==>load::managed/SavedSearch_Administer_Campaigns.mgd.php] => Array
                (
                    [ct] => 1
                    [wt] => 671
                    [cpu] => 769
                    [mu] => 27488
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}==>CRM_Campaign_ExtensionUtil::ts] => Array
                (
                    [ct] => 55
                    [wt] => 1679
                    [cpu] => 997
                    [mu] => 23552
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}==>load::managed/SavedSearch_Administer_Petitions.mgd.php] => Array
                (
                    [ct] => 1
                    [wt] => 510
                    [cpu] => 467
                    [mu] => 30776
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}==>load::managed/SavedSearch_Administer_Survey_Options.mgd.php] => Array
                (
                    [ct] => 1
                    [wt] => 338
                    [cpu] => 637
                    [mu] => 15696
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}==>load::managed/SavedSearch_Administer_Surveys.mgd.php] => Array
                (
                    [ct] => 1
                    [wt] => 557
                    [cpu] => 429
                    [mu] => 41544
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}==>load::managed/SavedSearch_Email_Bounce_History.mgd.php] => Array
                (
                    [ct] => 1
                    [wt] => 497
                    [cpu] => 167
                    [mu] => 26656
                    [pmu] => 0
                )

            [CRM_Mailing_ExtensionUtil::ts==>ts] => Array
                (
                    [ct] => 6
                    [wt] => 1128
                    [cpu] => 933
                    [mu] => 4232
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}==>CRM_Mailing_ExtensionUtil::ts] => Array
                (
                    [ct] => 6
                    [wt] => 1154
                    [cpu] => 933
                    [mu] => 7120
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}==>load::managed/Navigation_Grants.mgd.php] => Array
                (
                    [ct] => 1
                    [wt] => 682
                    [cpu] => 406
                    [mu] => 23040
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}==>load::managed/OptionGroup_advanced_search_options_OptionValue_CiviGrant.mgd.php] => Array
                (
                    [ct] => 1
                    [wt] => 369
                    [cpu] => 909
                    [mu] => 4664
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}==>load::managed/OptionGroup_grant_status.mgd.php] => Array
                (
                    [ct] => 1
                    [wt] => 356
                    [cpu] => 305
                    [mu] => 3384
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}==>load::managed/OptionGroup_grant_type.mgd.php] => Array
                (
                    [ct] => 1
                    [wt] => 328
                    [cpu] => 298
                    [mu] => 3376
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}==>load::managed/OptionGroup_mapping_type_OptionValue_Export.mgd.php] => Array
                (
                    [ct] => 1
                    [wt] => 455
                    [cpu] => 252
                    [mu] => 4520
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}==>load::managed/OptionGroup_recent_items_providers_OptionValue_Grant.mgd.php] => Array
                (
                    [ct] => 1
                    [wt] => 391
                    [cpu] => 127
                    [mu] => 4624
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}==>Civi\Api4\Generic\DAOEntity::get] => Array
                (
                    [ct] => 1
                    [wt] => 71
                    [cpu] => 0
                    [mu] => 1056
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}==>Civi\Api4\Generic\DAOGetAction::addWhere] => Array
                (
                    [ct] => 1
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 1336
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}==>Civi\Api4\Generic\AbstractGetAction::selectRowCount] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}@1==>Civi\Core\ClassScanner::cache] => Array
                (
                    [ct] => 12
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}@1==>CRM_Utils_Cache_ArrayCache::get] => Array
                (
                    [ct] => 12
                    [wt] => 151
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}@1==>Civi\Core\Event\GenericHookEvent::__set] => Array
                (
                    [ct] => 12
                    [wt] => 31
                    [cpu] => 0
                    [mu] => -225312
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@2==>CRM_Extension_MixinLoader::{closure}@1] => Array
                (
                    [ct] => 12
                    [wt] => 628
                    [cpu] => 636
                    [mu] => 23096
                    [pmu] => 0
                )

            [CRM_Utils_Hook::scanClasses==>CRM_Utils_Hook::invoke@1] => Array
                (
                    [ct] => 1
                    [wt] => 2073
                    [cpu] => 1637
                    [mu] => 26760
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}@1==>CRM_Grant_ExtensionUtil::ts] => Array
                (
                    [ct] => 94
                    [wt] => 462
                    [cpu] => 999
                    [mu] => 35912
                    [pmu] => 0
                )

            [CRM_Core_DAO_Base::getEntityInfo==>CRM_Extension_MixinLoader::{closure}@1] => Array
                (
                    [ct] => 40
                    [wt] => 788
                    [cpu] => 999
                    [mu] => 17520
                    [pmu] => 0
                )

            [CRM_Core_DAO_Base::getEntityPaths==>CRM_Extension_MixinLoader::{closure}@1] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_DAO_Base::indices==>CRM_Extension_MixinLoader::{closure}@1] => Array
                (
                    [ct] => 12
                    [wt] => 729
                    [cpu] => 1992
                    [mu] => 29224
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}@1==>CRM_Afform_ExtensionUtil::ts] => Array
                (
                    [ct] => 30
                    [wt] => 127
                    [cpu] => 0
                    [mu] => 11848
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}@1==>CRM_Search_ExtensionUtil::ts] => Array
                (
                    [ct] => 112
                    [wt] => 490
                    [cpu] => 994
                    [mu] => 42680
                    [pmu] => 0
                )

            [Civi\Core\CiviEventDispatcher::dispatch@3==>Civi\Core\CiviEventDispatcher::bindPatterns] => Array
                (
                    [ct] => 57
                    [wt] => 69
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::dispatch@3==>Symfony\Component\EventDispatcher\EventDispatcher::getListeners] => Array
                (
                    [ct] => 57
                    [wt] => 135
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Core\CiviEventDispatcher::dispatch@3==>Symfony\Component\EventDispatcher\EventDispatcher::dispatch@3] => Array
                (
                    [ct] => 57
                    [wt] => 10985
                    [cpu] => 9096
                    [mu] => 30984
                    [pmu] => 0
                )

            [DB_common::modifyQuery==>Civi\Core\CiviEventDispatcher::dispatch@3] => Array
                (
                    [ct] => 15
                    [wt] => 165
                    [cpu] => 0
                    [mu] => 2608
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@2==>Civi\Core\Event\ServiceListener::__invoke@1] => Array
                (
                    [ct] => 3
                    [wt] => 120282
                    [cpu] => 115970
                    [mu] => 436064
                    [pmu] => 0
                )

            [Civi\Api4\Provider\ActionObjectProvider::getEntities==>Civi\Core\CiviEventDispatcher::dispatch@2] => Array
                (
                    [ct] => 1
                    [wt] => 120347
                    [cpu] => 115970
                    [mu] => 435600
                    [pmu] => 0
                )

            [CRM_Utils_Hook::optionValues==>CRM_Utils_Hook::invoke@1] => Array
                (
                    [ct] => 1
                    [wt] => 137
                    [cpu] => 201
                    [mu] => 1464
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4SelectQuery::getCount==>Civi\Api4\Query\Api4SelectQuery::buildWhereClause] => Array
                (
                    [ct] => 1
                    [wt] => 182
                    [cpu] => 0
                    [mu] => 1296
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4SelectQuery::getCount==>Civi\Api4\Query\Api4Query::getHaving] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4SelectQuery::getCount==>Civi\Api4\Query\Api4Query::getGroupBy] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4SelectQuery::getCount==>CRM_Utils_SQL_Select::select] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1336
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4SelectQuery::getCount==>CRM_Utils_SQL_Select::toSQL] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4SelectQuery::getCount==>Civi\Api4\Query\Api4Query::debug] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4SelectQuery::getCount==>CRM_Core_DAO::singleValueQuery] => Array
                (
                    [ct] => 1
                    [wt] => 611
                    [cpu] => 1028
                    [mu] => 13736
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOGetAction::getObjects==>Civi\Api4\Query\Api4SelectQuery::getCount] => Array
                (
                    [ct] => 1
                    [wt] => 869
                    [cpu] => 1028
                    [mu] => 2224
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOGetAction::getObjects==>Civi\Api4\Generic\Result::setCountMatched] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Provider\ActionObjectProvider::invoke==>Civi\Api4\Generic\DAOGetAction::_run] => Array
                (
                    [ct] => 2
                    [wt] => 45498
                    [cpu] => 40769
                    [mu] => 174808
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}==>Civi\Api4\Generic\AbstractAction::execute] => Array
                (
                    [ct] => 1
                    [wt] => 407163
                    [cpu] => 395418
                    [mu] => 1300664
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}==>Civi\Api4\Generic\Result::count] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}==>load::managed/OptionGroup_report_template_OptionValue_CRM_Report_Form_Grants.mgd.php] => Array
                (
                    [ct] => 1
                    [wt] => 691
                    [cpu] => 227
                    [mu] => 8608
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}==>load::managed/OptionValue_cg_extends_objects_grant.mgd.php] => Array
                (
                    [ct] => 1
                    [wt] => 424
                    [cpu] => 322
                    [mu] => 3560
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}==>load::managed/OptionValue_note_used_for_grant.mgd.php] => Array
                (
                    [ct] => 1
                    [wt] => 299
                    [cpu] => 246
                    [mu] => 3432
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}==>load::managed/SavedSearch_CiviGrant_Summary.mgd.php] => Array
                (
                    [ct] => 1
                    [wt] => 489
                    [cpu] => 248
                    [mu] => 25376
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}==>load::managed/Navigation.mgd.php] => Array
                (
                    [ct] => 1
                    [wt] => 443
                    [cpu] => 212
                    [mu] => 6512
                    [pmu] => 0
                )

            [CRM_Legacycustomsearches_ExtensionUtil::ts==>ts] => Array
                (
                    [ct] => 2
                    [wt] => 712
                    [cpu] => 322
                    [mu] => 680
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}==>CRM_Legacycustomsearches_ExtensionUtil::ts] => Array
                (
                    [ct] => 2
                    [wt] => 727
                    [cpu] => 322
                    [mu] => 2080
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}==>load::managed/AfformPlacement.mgd.php] => Array
                (
                    [ct] => 1
                    [wt] => 442
                    [cpu] => 320
                    [mu] => 17112
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}==>load::managed/AfformSubmissionStatus.mgd.php] => Array
                (
                    [ct] => 1
                    [wt] => 381
                    [cpu] => 801
                    [mu] => 13920
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}==>load::managed/AfformType.mgd.php] => Array
                (
                    [ct] => 1
                    [wt] => 759
                    [cpu] => 407
                    [mu] => 15136
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}==>load::managed/Navigation_search_kit.mgd.php] => Array
                (
                    [ct] => 1
                    [wt] => 401
                    [cpu] => 170
                    [mu] => 4272
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}==>load::managed/SearchDisplayType.mgd.php] => Array
                (
                    [ct] => 1
                    [wt] => 394
                    [cpu] => 364
                    [mu] => 22256
                    [pmu] => 0
                )

            [CRM_Extension_MixinLoader::{closure}==>load::managed/TagUsedFor.mgd.php] => Array
                (
                    [ct] => 1
                    [wt] => 309
                    [cpu] => 862
                    [mu] => 3536
                    [pmu] => 0
                )

            [CRM_Core_BAO_Managed::on_hook_civicrm_managed==>Civi\Core\Event\GenericHookEvent::__get] => Array
                (
                    [ct] => 9
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_BAO_Managed::on_hook_civicrm_managed==>Civi::paths] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_BAO_Managed::on_hook_civicrm_managed==>Civi\Core\Paths::getPath] => Array
                (
                    [ct] => 1
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 1192
                    [pmu] => 0
                )

            [CRM_Core_BAO_Managed::on_hook_civicrm_managed==>CRM_Utils_File::findFiles] => Array
                (
                    [ct] => 1
                    [wt] => 1309
                    [cpu] => 689
                    [mu] => 1904
                    [pmu] => 0
                )

            [CRM_Core_BAO_Managed::on_hook_civicrm_managed==>load::contactSummary/SavedSearch_Contact_Summary_Notes.mgd.php] => Array
                (
                    [ct] => 1
                    [wt] => 763
                    [cpu] => 300
                    [mu] => 58032
                    [pmu] => 0
                )

            [CRM_Core_BAO_Managed::on_hook_civicrm_managed==>ts] => Array
                (
                    [ct] => 64
                    [wt] => 681
                    [cpu] => 0
                    [mu] => 4648
                    [pmu] => 0
                )

            [CRM_Core_BAO_Managed::on_hook_civicrm_managed==>load::contactSummary/SavedSearch_Contact_Summary_Relationships.mgd.php] => Array
                (
                    [ct] => 1
                    [wt] => 988
                    [cpu] => 744
                    [mu] => 65744
                    [pmu] => 0
                )

            [CRM_Core_BAO_Managed::on_hook_civicrm_managed==>CRM_Core_Component::isEnabled] => Array
                (
                    [ct] => 1
                    [wt] => 49
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_BAO_Managed::on_hook_civicrm_managed==>load::siteToken/SavedSearch_Administer_Site_Tokens.mgd.php] => Array
                (
                    [ct] => 1
                    [wt] => 513
                    [cpu] => 737
                    [mu] => 28488
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>CRM_Core_BAO_Managed::on_hook_civicrm_managed] => Array
                (
                    [ct] => 1
                    [wt] => 5891
                    [cpu] => 4356
                    [mu] => 139368
                    [pmu] => 0
                )

            [_birthdays_civix_find_files==>CRM_Utils_File::findFiles] => Array
                (
                    [ct] => 1
                    [wt] => 1124
                    [cpu] => 1001
                    [mu] => 1328
                    [pmu] => 0
                )

            [_birthdays_civix_civicrm_managed==>_birthdays_civix_find_files] => Array
                (
                    [ct] => 1
                    [wt] => 1135
                    [cpu] => 1001
                    [mu] => 1592
                    [pmu] => 0
                )

            [_birthdays_civix_civicrm_managed==>load::Report/Birthdays.mgd.php] => Array
                (
                    [ct] => 1
                    [wt] => 1092
                    [cpu] => 1091
                    [mu] => 4840
                    [pmu] => 0
                )

            [_birthdays_civix_civicrm_managed==>ts] => Array
                (
                    [ct] => 3
                    [wt] => 351
                    [cpu] => 190
                    [mu] => 728
                    [pmu] => 0
                )

            [birthdays_civicrm_managed==>_birthdays_civix_civicrm_managed] => Array
                (
                    [ct] => 1
                    [wt] => 2791
                    [cpu] => 2282
                    [mu] => 5344
                    [pmu] => 0
                )

            [CRM_Utils_Hook::runHooks==>birthdays_civicrm_managed] => Array
                (
                    [ct] => 1
                    [wt] => 2798
                    [cpu] => 2282
                    [mu] => 4832
                    [pmu] => 0
                )

            [_cpz_custom_civix_find_files==>CRM_Utils_File::findFiles] => Array
                (
                    [ct] => 1
                    [wt] => 710
                    [cpu] => 1000
                    [mu] => 712
                    [pmu] => 0
                )

            [_cpz_custom_civix_civicrm_managed==>_cpz_custom_civix_find_files] => Array
                (
                    [ct] => 1
                    [wt] => 718
                    [cpu] => 1000
                    [mu] => 1008
                    [pmu] => 0
                )

            [cpz_custom_civicrm_managed==>_cpz_custom_civix_civicrm_managed] => Array
                (
                    [ct] => 1
                    [wt] => 724
                    [cpu] => 1000
                    [mu] => 1728
                    [pmu] => 0
                )

            [CRM_Utils_Hook::runHooks==>cpz_custom_civicrm_managed] => Array
                (
                    [ct] => 1
                    [wt] => 729
                    [cpu] => 1000
                    [mu] => 2256
                    [pmu] => 0
                )

            [afform_civicrm_managed==>Civi::container] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [afform_civicrm_managed==>Symfony\Component\DependencyInjection\Container::has] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [afform_civicrm_managed==>Civi::service] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [CRM_Afform_AfformScanner::getMetas==>CRM_Afform_AfformScanner::findFilePaths] => Array
                (
                    [ct] => 1
                    [wt] => 4356
                    [cpu] => 3449
                    [mu] => 33704
                    [pmu] => 0
                )

            [CRM_Afform_AfformScanner::getMetas==>CRM_Afform_AfformScanner::getMeta] => Array
                (
                    [ct] => 31
                    [wt] => 19731
                    [cpu] => 14934
                    [mu] => 31232
                    [pmu] => 0
                )

            [afform_civicrm_managed==>CRM_Afform_AfformScanner::getMetas] => Array
                (
                    [ct] => 1
                    [wt] => 24224
                    [cpu] => 18383
                    [mu] => 32344
                    [pmu] => 0
                )

            [CRM_Utils_Hook::runHooks==>afform_civicrm_managed] => Array
                (
                    [ct] => 1
                    [wt] => 24321
                    [cpu] => 18383
                    [mu] => 8296
                    [pmu] => 0
                )

            [Civi\Core\Event\HookStyleServiceListener::__invoke==>Civi::container] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\Container::make==>CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getMultisiteManagedService] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 744
                    [pmu] => 0
                )

            [Civi\Core\Event\HookStyleServiceListener::__invoke==>Symfony\Component\DependencyInjection\Container::get] => Array
                (
                    [ct] => 1
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 1440
                    [pmu] => 0
                )

            [Civi\Core\Event\HookStyleServiceListener::__invoke==>Civi\Core\Event\GenericHookEvent::getHookValues] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Setting::get==>Civi\Api4\Generic\AbstractAction::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 55
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Civi\Api4\Setting::get==>Civi\Api4\Generic\AbstractAction::setCheckPermissions] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Managed\MultisiteManaged::generateDomainEntities==>Civi\Api4\Setting::get] => Array
                (
                    [ct] => 1
                    [wt] => 74
                    [cpu] => 0
                    [mu] => 2248
                    [pmu] => 0
                )

            [Civi\Managed\MultisiteManaged::generateDomainEntities==>Civi\Api4\Action\Setting\Get::addSelect] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 976
                    [pmu] => 0
                )

            [Civi\Api4\Action\Setting\AbstractSettingAction::findDomains==>CRM_Core_Config::domainID] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Action\Setting\AbstractSettingAction::_run==>Civi\Api4\Action\Setting\AbstractSettingAction::findDomains] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 1656
                    [pmu] => 0
                )

            [Civi\Api4\Action\Setting\AbstractSettingAction::validateSettings==>Civi\Core\SettingsMetadata::getMetadata] => Array
                (
                    [ct] => 1
                    [wt] => 1670
                    [cpu] => 839
                    [mu] => 421512
                    [pmu] => 0
                )

            [Civi\Api4\Action\Setting\AbstractSettingAction::validateSettings==>Civi\Api4\Action\Setting\AbstractSettingAction::Civi\Api4\Action\Setting\{closure}] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Civi\Api4\Action\Setting\AbstractSettingAction::_run==>Civi\Api4\Action\Setting\AbstractSettingAction::validateSettings] => Array
                (
                    [ct] => 1
                    [wt] => 1702
                    [cpu] => 839
                    [mu] => 423280
                    [pmu] => 0
                )

            [Civi\Api4\Action\Setting\AbstractSettingAction::_run==>Civi::settings] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Api4\Action\Setting\Get::processSettings==>Civi\Core\SettingsBag::get] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Action\Setting\AbstractSettingAction::_run==>Civi\Api4\Action\Setting\Get::processSettings] => Array
                (
                    [ct] => 1
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 1944
                    [pmu] => 0
                )

            [Civi\Api4\Provider\ActionObjectProvider::invoke==>Civi\Api4\Action\Setting\AbstractSettingAction::_run] => Array
                (
                    [ct] => 1
                    [wt] => 1767
                    [cpu] => 839
                    [mu] => 428304
                    [pmu] => 0
                )

            [Civi\Managed\MultisiteManaged::generateDomainEntities==>Civi\Api4\Generic\AbstractAction::execute] => Array
                (
                    [ct] => 1
                    [wt] => 6906
                    [cpu] => 6644
                    [mu] => 19568
                    [pmu] => 0
                )

            [Civi\Managed\MultisiteManaged::generateDomainEntities==>Civi\Api4\Generic\Result::first] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Core\Event\HookStyleServiceListener::__invoke==>Civi\Managed\MultisiteManaged::generateDomainEntities] => Array
                (
                    [ct] => 1
                    [wt] => 7023
                    [cpu] => 6644
                    [mu] => 11448
                    [pmu] => 0
                )

            [Civi\Core\Event\HookStyleServiceListener::__invoke==>Civi\Core\Event\GenericHookEvent::addReturnValues] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>Civi\Core\Event\HookStyleServiceListener::__invoke] => Array
                (
                    [ct] => 1
                    [wt] => 7123
                    [cpu] => 6644
                    [mu] => 15984
                    [pmu] => 0
                )

            [CRM_Utils_Hook::managed==>CRM_Utils_Hook::invoke] => Array
                (
                    [ct] => 1
                    [wt] => 506053
                    [cpu] => 465336
                    [mu] => 1562048
                    [pmu] => 0
                )

            [CRM_Core_ManagedEntities::getDeclarations==>CRM_Utils_Hook::managed] => Array
                (
                    [ct] => 1
                    [wt] => 506071
                    [cpu] => 465336
                    [mu] => 1562448
                    [pmu] => 0
                )

            [CRM_Core_ManagedEntities::isModuleRecognised==>CRM_Core_ManagedEntities::isModuleDisabled] => Array
                (
                    [ct] => 62
                    [wt] => 86
                    [cpu] => 998
                    [mu] => 600
                    [pmu] => 0
                )

            [CRM_Core_ManagedEntities::isModuleRecognised==>CRM_Core_ManagedEntities::isModuleEnabled] => Array
                (
                    [ct] => 62
                    [wt] => 95
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [CRM_Core_ManagedEntities::validate==>CRM_Core_ManagedEntities::isModuleRecognised] => Array
                (
                    [ct] => 62
                    [wt] => 578
                    [cpu] => 998
                    [mu] => 1912
                    [pmu] => 0
                )

            [CRM_Core_ManagedEntities::getDeclarations==>CRM_Core_ManagedEntities::validate] => Array
                (
                    [ct] => 1
                    [wt] => 801
                    [cpu] => 998
                    [mu] => 2560
                    [pmu] => 0
                )

            [CRM_Core_ManagedEntities::reconcile==>CRM_Core_ManagedEntities::getDeclarations] => Array
                (
                    [ct] => 1
                    [wt] => 506891
                    [cpu] => 466334
                    [mu] => 1565688
                    [pmu] => 0
                )

            [CRM_Core_ManagedEntities::createPlan==>Civi\Api4\Generic\DAOEntity::get] => Array
                (
                    [ct] => 1
                    [wt] => 50
                    [cpu] => 0
                    [mu] => 1048
                    [pmu] => 0
                )

            [CRM_Core_ManagedEntities::createPlan==>Civi\Api4\Generic\AbstractAction::__call] => Array
                (
                    [ct] => 1
                    [wt] => 2719
                    [cpu] => 3001
                    [mu] => 19720
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractGetAction::expandSelectClauseWildcards==>Civi\Api4\Generic\AbstractAction::entityFields] => Array
                (
                    [ct] => 1
                    [wt] => 30
                    [cpu] => 1000
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Query\Api4SelectQuery::run==>Civi\Api4\Utils\FormattingUtil::formatOutputValues] => Array
                (
                    [ct] => 62
                    [wt] => 8919
                    [cpu] => 9000
                    [mu] => 55160
                    [pmu] => 0
                )

            [CRM_Utils_API_HTMLInputCoder::decodeRow==>CRM_Utils_API_AbstractFieldCoder::isSkippedField] => Array
                (
                    [ct] => 592
                    [wt] => 3158
                    [cpu] => 1278
                    [mu] => 44248
                    [pmu] => 0
                )

            [CRM_Utils_API_HTMLInputCoder::decodeRow==>CRM_Utils_API_HTMLInputCoder::decodeValue] => Array
                (
                    [ct] => 496
                    [wt] => 711
                    [cpu] => 1003
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Utils_API_HTMLInputCoder::decodeRows==>CRM_Utils_API_HTMLInputCoder::decodeRow] => Array
                (
                    [ct] => 123
                    [wt] => 6266
                    [cpu] => 5010
                    [mu] => 67664
                    [pmu] => 0
                )

            [CRM_Core_ManagedEntities::createPlan==>Civi\Api4\Generic\AbstractAction::execute] => Array
                (
                    [ct] => 1
                    [wt] => 31079
                    [cpu] => 28664
                    [mu] => 85400
                    [pmu] => 0
                )

            [CRM_Core_ManagedEntities::createPlan==>CRM_Core_ManagedEntities::isModuleDisabled] => Array
                (
                    [ct] => 62
                    [wt] => 80
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_ManagedEntities::reconcile==>CRM_Core_ManagedEntities::createPlan] => Array
                (
                    [ct] => 1
                    [wt] => 34318
                    [cpu] => 31665
                    [mu] => 120416
                    [pmu] => 0
                )

            [CRM_Utils_Array::{closure}@3==>CRM_Utils_Array::{closure}@4] => Array
                (
                    [ct] => 2408
                    [wt] => 17634
                    [cpu] => 15002
                    [mu] => 4360
                    [pmu] => 0
                )

            [CRM_Utils_Array::{closure}@4==>CRM_Utils_Array::{closure}@5] => Array
                (
                    [ct] => 728
                    [wt] => 14285
                    [cpu] => 13009
                    [mu] => 3728
                    [pmu] => 0
                )

            [CRM_Utils_Array::{closure}@5==>CRM_Utils_Array::{closure}@6] => Array
                (
                    [ct] => 868
                    [wt] => 12124
                    [cpu] => 12010
                    [mu] => 3096
                    [pmu] => 0
                )

            [CRM_Utils_Array::{closure}@6==>CRM_Utils_Array::{closure}@7] => Array
                (
                    [ct] => 2252
                    [wt] => 7682
                    [cpu] => 6010
                    [mu] => 2464
                    [pmu] => 0
                )

            [CRM_Utils_Array::{closure}@8==>CRM_Utils_Array::{closure}@9] => Array
                (
                    [ct] => 1612
                    [wt] => 1854
                    [cpu] => 2006
                    [mu] => 1200
                    [pmu] => 0
                )

            [CRM_Utils_Array::{closure}@7==>CRM_Utils_Array::{closure}@8] => Array
                (
                    [ct] => 468
                    [wt] => 4776
                    [cpu] => 5010
                    [mu] => 1832
                    [pmu] => 0
                )

            [CRM_Utils_Array::{closure}@9==>CRM_Utils_Array::{closure}@10] => Array
                (
                    [ct] => 124
                    [wt] => 117
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_ManagedEntities::filterPlanByAction==>CRM_Utils_Array::findAll] => Array
                (
                    [ct] => 4
                    [wt] => 30372
                    [cpu] => 30447
                    [mu] => 11064
                    [pmu] => 0
                )

            [CRM_Core_ManagedEntities::reconcileEntities==>CRM_Core_ManagedEntities::filterPlanByAction] => Array
                (
                    [ct] => 4
                    [wt] => 30401
                    [cpu] => 30447
                    [mu] => 13232
                    [pmu] => 0
                )

            [Civi\API\Provider\ReflectionProvider::onApiResolve==>Civi\API\Event\ResolveEvent::setApiRequest] => Array
                (
                    [ct] => 2
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\API\Provider\ReflectionProvider::onApiResolve==>Civi\API\Event\ResolveEvent::setApiProvider] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\API\Provider\ReflectionProvider::onApiResolve==>Symfony\Contracts\EventDispatcher\Event::stopPropagation] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\API\Provider\ReflectionProvider::onApiAuthorize==>Civi\API\Event\AuthorizeEvent::authorize] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\API\Provider\ReflectionProvider::onApiAuthorize==>Symfony\Contracts\EventDispatcher\Event::stopPropagation] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [civicrm_api3@1==>Civi::service] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 528
                    [pmu] => 0
                )

            [Civi\API\Kernel::runSafe@1==>Civi\API\Request::create] => Array
                (
                    [ct] => 4
                    [wt] => 122
                    [cpu] => 0
                    [mu] => 2128
                    [pmu] => 0
                )

            [Civi\API\Provider\MagicFunctionProvider::resolve==>load::v3/ReportTemplate.php] => Array
                (
                    [ct] => 1
                    [wt] => 1069
                    [cpu] => 600
                    [mu] => 33440
                    [pmu] => 0
                )

            [Civi\API\Kernel::prepare@1==>Civi\API\Event\Event::__construct] => Array
                (
                    [ct] => 4
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\API\Subscriber\APIv3SchemaAdapter::onApiPrepare@1==>Civi\API\Event\Event::getApiRequest] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\API\Subscriber\APIv3SchemaAdapter::onApiPrepare@1==>_civicrm_api3_api_getfields@1] => Array
                (
                    [ct] => 4
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\API\Subscriber\APIv3SchemaAdapter::onApiPrepare@1==>_civicrm_api3_swap_out_aliases] => Array
                (
                    [ct] => 4
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\API\Subscriber\APIv3SchemaAdapter::onApiPrepare@1==>Civi\API\Event\PrepareEvent::setApiRequest] => Array
                (
                    [ct] => 4
                    [wt] => 16
                    [cpu] => 999
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@1==>Civi\API\Subscriber\APIv3SchemaAdapter::onApiPrepare@1] => Array
                (
                    [ct] => 4
                    [wt] => 121
                    [cpu] => 999
                    [mu] => 4888
                    [pmu] => 0
                )

            [Civi\API\Kernel::prepare@1==>Civi\Core\CiviEventDispatcher::dispatch@1] => Array
                (
                    [ct] => 4
                    [wt] => 1528
                    [cpu] => 2998
                    [mu] => 5392
                    [pmu] => 0
                )

            [Civi\API\Kernel::prepare@1==>Civi\API\Event\Event::getApiProvider] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\API\Kernel::prepare@1==>Civi\API\Event\Event::getApiRequest] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\API\Kernel::runRequest@1==>Civi\API\Kernel::prepare@1] => Array
                (
                    [ct] => 2
                    [wt] => 874
                    [cpu] => 999
                    [mu] => 8304
                    [pmu] => 0
                )

            [civicrm_api3_generic_getfields==>_civicrm_api_get_entity_name_from_camel] => Array
                (
                    [ct] => 4
                    [wt] => 35
                    [cpu] => 0
                    [mu] => 744
                    [pmu] => 0
                )

            [civicrm_api3_generic_getfields==>Civi::service] => Array
                (
                    [ct] => 4
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [civicrm_api3_generic_getfields==>Civi\API\Kernel::resolve] => Array
                (
                    [ct] => 4
                    [wt] => 605
                    [cpu] => 0
                    [mu] => 5312
                    [pmu] => 0
                )

            [civicrm_api3_generic_getfields==>civicrm_api3_create_success] => Array
                (
                    [ct] => 4
                    [wt] => 172
                    [cpu] => 0
                    [mu] => 2232
                    [pmu] => 0
                )

            [Civi\API\Provider\MagicFunctionProvider::invoke==>civicrm_api3_generic_getfields] => Array
                (
                    [ct] => 3
                    [wt] => 3525
                    [cpu] => 2867
                    [mu] => 20776
                    [pmu] => 0
                )

            [Civi\API\Kernel::runRequest@1==>Civi\API\Provider\MagicFunctionProvider::invoke] => Array
                (
                    [ct] => 43
                    [wt] => 106774
                    [cpu] => 105193
                    [mu] => -2808800
                    [pmu] => 2620768
                )

            [Civi\API\Kernel::runSafe@1==>Civi\API\Kernel::runRequest@1] => Array
                (
                    [ct] => 4
                    [wt] => 61242
                    [cpu] => 51973
                    [mu] => -257784
                    [pmu] => 365208
                )

            [Civi\API\Kernel::runSafe@1==>Civi\API\Kernel::formatResult] => Array
                (
                    [ct] => 4
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [civicrm_api3@1==>Civi\API\Kernel::runSafe@1] => Array
                (
                    [ct] => 1
                    [wt] => 4202
                    [cpu] => 3551
                    [mu] => 16272
                    [pmu] => 0
                )

            [_civicrm_api3_api_getfields==>civicrm_api3@1] => Array
                (
                    [ct] => 1
                    [wt] => 4217
                    [cpu] => 4548
                    [mu] => 17480
                    [pmu] => 0
                )

            [Civi\API\Subscriber\APIv3SchemaAdapter::onApiPrepare==>Civi\API\Subscriber\APIv3SchemaAdapter::getDefaults] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\API\Subscriber\APIv3SchemaAdapter::onApiPrepare==>Civi\API\Subscriber\APIv3SchemaAdapter::getRequired] => Array
                (
                    [ct] => 4
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1008
                    [pmu] => 0
                )

            [Civi\API\Subscriber\APIv3SchemaAdapter::onApiPrepare==>civicrm_api3_verify_mandatory] => Array
                (
                    [ct] => 4
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 208
                    [pmu] => 0
                )

            [Civi\API\Kernel::getActionNames==>Civi\API\Kernel::getApiProviders] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\API\Kernel::getActionNames==>Civi\API\Provider\ReflectionProvider::getActionNames] => Array
                (
                    [ct] => 1
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\API\Provider\MagicFunctionProvider::getActionNames==>_civicrm_api_get_camel_name] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\API\Provider\MagicFunctionProvider::getEntityNames==>CRM_Utils_File::isDir] => Array
                (
                    [ct] => 29
                    [wt] => 291
                    [cpu] => 217
                    [mu] => 296
                    [pmu] => 0
                )

            [Civi\API\Provider\MagicFunctionProvider::getActionNames==>Civi\API\Provider\MagicFunctionProvider::getEntityNames] => Array
                (
                    [ct] => 1
                    [wt] => 2842
                    [cpu] => 1832
                    [mu] => 33272
                    [pmu] => 0
                )

            [Civi\API\Provider\MagicFunctionProvider::loadEntity==>_civicrm_api_get_camel_name] => Array
                (
                    [ct] => 1
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\API\Provider\MagicFunctionProvider::loadEntity==>CRM_Utils_File::isIncludable] => Array
                (
                    [ct] => 1
                    [wt] => 88
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Civi\API\Provider\MagicFunctionProvider::loadEntity==>CRM_Utils_File::isDir] => Array
                (
                    [ct] => 58
                    [wt] => 432
                    [cpu] => 0
                    [mu] => 488
                    [pmu] => 0
                )

            [Civi\API\Provider\MagicFunctionProvider::loadEntity==>load::Generic/Getlist.php] => Array
                (
                    [ct] => 1
                    [wt] => 983
                    [cpu] => 813
                    [mu] => 60680
                    [pmu] => 0
                )

            [Civi\API\Provider\MagicFunctionProvider::loadEntity==>load::Generic/Update.php] => Array
                (
                    [ct] => 1
                    [wt] => 442
                    [cpu] => 864
                    [mu] => 9792
                    [pmu] => 0
                )

            [Civi\API\Provider\MagicFunctionProvider::loadEntity==>load::Generic/Validate.php] => Array
                (
                    [ct] => 1
                    [wt] => 320
                    [cpu] => 454
                    [mu] => 4320
                    [pmu] => 0
                )

            [Civi\API\Provider\MagicFunctionProvider::loadEntity==>load::Generic/Getunique.php] => Array
                (
                    [ct] => 1
                    [wt] => 310
                    [cpu] => 87
                    [mu] => 4184
                    [pmu] => 0
                )

            [Civi\API\Provider\MagicFunctionProvider::loadEntity==>load::Generic/Setvalue.php] => Array
                (
                    [ct] => 1
                    [wt] => 613
                    [cpu] => 500
                    [mu] => 29384
                    [pmu] => 0
                )

            [Civi\API\Provider\MagicFunctionProvider::loadEntity==>load::Generic/Getactions.php] => Array
                (
                    [ct] => 1
                    [wt] => 336
                    [cpu] => 686
                    [mu] => 4600
                    [pmu] => 0
                )

            [Civi\API\Provider\MagicFunctionProvider::getActionNames==>Civi\API\Provider\MagicFunctionProvider::loadEntity] => Array
                (
                    [ct] => 1
                    [wt] => 6289
                    [cpu] => 4644
                    [mu] => 22160
                    [pmu] => 0
                )

            [Civi\API\Provider\MagicFunctionProvider::getActionNames==>_civicrm_api_get_entity_name_from_camel] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 640
                    [pmu] => 0
                )

            [Civi\API\Kernel::getActionNames==>Civi\API\Provider\MagicFunctionProvider::getActionNames] => Array
                (
                    [ct] => 1
                    [wt] => 10577
                    [cpu] => 7481
                    [mu] => 235312
                    [pmu] => 0
                )

            [Civi\API\Kernel::getActionNames==>Civi\Api4\Provider\ActionObjectProvider::getActionNames] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\API\Kernel::getActionNames==>Civi\API\Provider\AdhocProvider::getActionNames] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\API\Provider\ReflectionProvider::invoke==>Civi\API\Kernel::getActionNames] => Array
                (
                    [ct] => 1
                    [wt] => 10641
                    [cpu] => 7481
                    [mu] => 15664
                    [pmu] => 0
                )

            [civicrm_api3_create_success==>_civicrm_api3_separate_values] => Array
                (
                    [ct] => 3
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 4976
                    [pmu] => 0
                )

            [Civi\API\Provider\ReflectionProvider::invoke==>civicrm_api3_create_success] => Array
                (
                    [ct] => 1
                    [wt] => 63
                    [cpu] => 0
                    [mu] => 2648
                    [pmu] => 0
                )

            [Civi\API\Kernel::runRequest==>Civi\API\Provider\ReflectionProvider::invoke] => Array
                (
                    [ct] => 1
                    [wt] => 10717
                    [cpu] => 7481
                    [mu] => 18920
                    [pmu] => 0
                )

            [CRM_Core_ManagedEntities::isActivationSupported==>civicrm_api3] => Array
                (
                    [ct] => 2
                    [wt] => 20117
                    [cpu] => 16399
                    [mu] => 52976
                    [pmu] => 0
                )

            [_civicrm_api3_get_DAO==>_civicrm_api_get_camel_name] => Array
                (
                    [ct] => 9
                    [wt] => 119
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [_civicrm_api3_get_DAO==>CRM_Core_DAO_AllCoreTables::getDAONameForEntity] => Array
                (
                    [ct] => 9
                    [wt] => 4199
                    [cpu] => 2994
                    [mu] => 568
                    [pmu] => 0
                )

            [_civicrm_api3_get_DAO==>_civicrm_api_get_entity_name_from_camel] => Array
                (
                    [ct] => 2
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 648
                    [pmu] => 0
                )

            [_civicrm_api_get_fields==>_civicrm_api3_get_DAO] => Array
                (
                    [ct] => 6
                    [wt] => 2955
                    [cpu] => 1992
                    [mu] => 2560
                    [pmu] => 0
                )

            [civicrm_api3_generic_getfields==>_civicrm_api_get_fields] => Array
                (
                    [ct] => 3
                    [wt] => 2207
                    [cpu] => 1992
                    [mu] => 41376
                    [pmu] => 0
                )

            [_civicrm_api3_report_template_create_spec==>_civicrm_api3_option_value_create_spec] => Array
                (
                    [ct] => 2
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 3592
                    [pmu] => 0
                )

            [_civicrm_api3_report_template_create_spec==>CRM_Core_DAO::getFieldValue] => Array
                (
                    [ct] => 2
                    [wt] => 1480
                    [cpu] => 870
                    [mu] => 20480
                    [pmu] => 0
                )

            [_civicrm_api3_report_template_create_spec==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 1
                    [wt] => 18
                    [cpu] => 0
                    [mu] => -16648
                    [pmu] => 0
                )

            [civicrm_api3_generic_getfields==>_civicrm_api3_report_template_create_spec] => Array
                (
                    [ct] => 2
                    [wt] => 1707
                    [cpu] => 1871
                    [mu] => 7256
                    [pmu] => 0
                )

            [civicrm_api3_generic_getfields==>_civicrm_api3_generic_get_metadata_options] => Array
                (
                    [ct] => 28
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_ManagedEntities::updateExistingEntity==>CRM_Core_ManagedEntities::isActivationSupported] => Array
                (
                    [ct] => 1
                    [wt] => 20137
                    [cpu] => 16399
                    [mu] => 52888
                    [pmu] => 0
                )

            [CRM_Core_ManagedEntities::updateExistingEntity==>CRM_Extension_System::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_ManagedEntities::updateExistingEntity==>CRM_Extension_System::getManager] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [civicrm_api==>Civi::service] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 528
                    [pmu] => 0
                )

            [Civi\API\Subscriber\TransactionSubscriber::isNested==>Civi\API\Subscriber\TransactionSubscriber::isForceRollback] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\API\Subscriber\TransactionSubscriber::onApiPrepare==>Civi\API\Subscriber\TransactionSubscriber::isNested] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [CRM_Core_Transaction::__construct==>Civi\Core\Transaction\Manager::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Core\Transaction\Manager::createBaseFrame==>Civi\Core\Transaction\Frame::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 976
                    [pmu] => 0
                )

            [Civi\Core\Transaction\Manager::inc==>Civi\Core\Transaction\Manager::createBaseFrame] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 1816
                    [pmu] => 0
                )

            [Civi\Core\Transaction\Manager::inc==>Civi\Core\Transaction\Frame::inc] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [DB_DataObject::_query==>DB_mysqli::autoCommit] => Array
                (
                    [ct] => 2
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi\Core\Transaction\Frame::begin==>CRM_Core_DAO::query] => Array
                (
                    [ct] => 1
                    [wt] => 71
                    [cpu] => 0
                    [mu] => 1560
                    [pmu] => 0
                )

            [Civi\Core\Transaction\Manager::inc==>Civi\Core\Transaction\Frame::begin] => Array
                (
                    [ct] => 1
                    [wt] => 78
                    [cpu] => 0
                    [mu] => 1816
                    [pmu] => 0
                )

            [CRM_Core_Transaction::__construct==>Civi\Core\Transaction\Manager::inc] => Array
                (
                    [ct] => 1
                    [wt] => 105
                    [cpu] => 0
                    [mu] => 5368
                    [pmu] => 0
                )

            [Civi\API\Subscriber\TransactionSubscriber::onApiPrepare==>CRM_Core_Transaction::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 117
                    [cpu] => 0
                    [mu] => 6680
                    [pmu] => 0
                )

            [civicrm_api3==>Civi\API\Kernel::runSafe@1] => Array
                (
                    [ct] => 2
                    [wt] => 4524
                    [cpu] => 4843
                    [mu] => 4464
                    [pmu] => 244512
                )

            [_civicrm_api3_api_getfields==>civicrm_api3] => Array
                (
                    [ct] => 3
                    [wt] => 29399
                    [cpu] => 25187
                    [mu] => 413728
                    [pmu] => 0
                )

            [CRM_Utils_API_AbstractFieldCoder::fromApiInput==>CRM_Utils_API_AbstractFieldCoder::isApiControlField] => Array
                (
                    [ct] => 24
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [CRM_Utils_API_AbstractFieldCoder::fromApiInput==>CRM_Utils_API_AbstractFieldCoder::isSkippedField] => Array
                (
                    [ct] => 24
                    [wt] => 103
                    [cpu] => 0
                    [mu] => 2144
                    [pmu] => 0
                )

            [CRM_Utils_API_AbstractFieldCoder::fromApiInput==>CRM_Utils_API_HTMLInputCoder::encodeInput] => Array
                (
                    [ct] => 10
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 1248
                    [pmu] => 0
                )

            [CRM_Utils_API_HTMLInputCoder::encodeInput==>CRM_Utils_API_HTMLInputCoder::encodeValue] => Array
                (
                    [ct] => 5
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Utils_API_AbstractFieldCoder::isSkippedField==>CRM_Utils_API_AbstractFieldCoder::getSkipFields] => Array
                (
                    [ct] => 17
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [CRM_Utils_API_AbstractFieldCoder::fromApiInput==>CRM_Utils_API_NullOutputCoder::encodeInput] => Array
                (
                    [ct] => 12
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [civicrm_api3_report_template_create==>CRM_Core_DAO::getFieldValue] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [_civicrm_api3_get_BAO==>_civicrm_api3_get_DAO] => Array
                (
                    [ct] => 3
                    [wt] => 1473
                    [cpu] => 1002
                    [mu] => 632
                    [pmu] => 0
                )

            [civicrm_api3_option_value_create==>_civicrm_api3_get_BAO] => Array
                (
                    [ct] => 1
                    [wt] => 540
                    [cpu] => 0
                    [mu] => 1296
                    [pmu] => 0
                )

            [_civicrm_api3_basic_create==>_civicrm_api3_check_edit_permissions] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [_civicrm_api3_format_params_for_create==>CRM_Core_DAO_AllCoreTables::convertEntityNameToCamel] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1040
                    [pmu] => 0
                )

            [_civicrm_api3_format_params_for_create==>CRM_Contact_BAO_ContactType::basicTypes] => Array
                (
                    [ct] => 1
                    [wt] => 86
                    [cpu] => 0
                    [mu] => 960
                    [pmu] => 0
                )

            [CRM_Core_SelectValues::customGroupExtends==>CRM_Core_BAO_CustomGroup::getCustomGroupExtendsOptions] => Array
                (
                    [ct] => 1
                    [wt] => 699
                    [cpu] => 1000
                    [mu] => 9312
                    [pmu] => 0
                )

            [CRM_Core_SelectValues::customGroupExtends==>CRM_Core_OptionGroup::values] => Array
                (
                    [ct] => 1
                    [wt] => 2025
                    [cpu] => 1407
                    [mu] => 9472
                    [pmu] => 0
                )

            [CRM_Core_SelectValues::customGroupExtends==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [_civicrm_api3_format_params_for_create==>CRM_Core_SelectValues::customGroupExtends] => Array
                (
                    [ct] => 1
                    [wt] => 2759
                    [cpu] => 2407
                    [mu] => 9880
                    [pmu] => 0
                )

            [_civicrm_api3_basic_create==>_civicrm_api3_format_params_for_create] => Array
                (
                    [ct] => 1
                    [wt] => 2870
                    [cpu] => 2407
                    [mu] => 10864
                    [pmu] => 0
                )

            [_civicrm_api3_basic_create==>Civi\Api4\Utils\ReflectionUtils::isMethodDeprecated] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 680
                    [pmu] => 0
                )

            [CRM_Core_BAO_CustomOption::updateValue==>CRM_Core_DAO_Base::__construct] => Array
                (
                    [ct] => 24
                    [wt] => 5325
                    [cpu] => 8998
                    [mu] => 43192
                    [pmu] => 0
                )

            [CRM_Core_BAO_CustomOption::updateValue==>DB_DataObject::find] => Array
                (
                    [ct] => 24
                    [wt] => 19057
                    [cpu] => 16352
                    [mu] => 438384
                    [pmu] => 0
                )

            [CRM_Core_BAO_OptionValue::add==>CRM_Core_BAO_CustomOption::updateValue] => Array
                (
                    [ct] => 24
                    [wt] => 24599
                    [cpu] => 25350
                    [mu] => 480928
                    [pmu] => 0
                )

            [CRM_Core_BAO_OptionValue::add==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 37
                    [wt] => 446
                    [cpu] => 166
                    [mu] => -659464
                    [pmu] => 0
                )

            [CRM_Core_BAO_OptionValue::add==>CRM_Core_DAO::getFieldValue] => Array
                (
                    [ct] => 24
                    [wt] => 10842
                    [cpu] => 7305
                    [mu] => 262408
                    [pmu] => 0
                )

            [CRM_Utils_Hook::pre==>Civi\Core\Event\PreEvent::__construct] => Array
                (
                    [ct] => 62
                    [wt] => 103
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_Hook::pre==>Civi::dispatcher] => Array
                (
                    [ct] => 62
                    [wt] => 462
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [Civi\Core\Container::Civi\Core\{closure}==>Civi::dispatcher] => Array
                (
                    [ct] => 185
                    [wt] => 578
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@1==>CRM_Core_BAO_OptionValue::self_hook_civicrm_pre] => Array
                (
                    [ct] => 24
                    [wt] => 45
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Core\Container::Civi\Core\{closure}==>Civi\Core\CiviEventDispatcher::dispatch@1] => Array
                (
                    [ct] => 185
                    [wt] => 83685
                    [cpu] => 52559
                    [mu] => -5412024
                    [pmu] => 313376
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>Civi\Core\Container::Civi\Core\{closure}] => Array
                (
                    [ct] => 185
                    [wt] => 86612
                    [cpu] => 53291
                    [mu] => -5408512
                    [pmu] => 313376
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>CRM_Core_BAO_Mapping::on_hook_civicrm_pre] => Array
                (
                    [ct] => 62
                    [wt] => 199
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>CRM_Core_BAO_UserJob::on_hook_civicrm_pre] => Array
                (
                    [ct] => 62
                    [wt] => 129
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>CRM_Member_BAO_MembershipType::on_hook_civicrm_pre] => Array
                (
                    [ct] => 62
                    [wt] => 124
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\Container::make==>CachedCiviContainer_147b4ee0e982068464a887f474be6dac::getFkEntityDeleteSubscriberService] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 704
                    [pmu] => 0
                )

            [Civi\Core\Event\ServiceListener::__invoke==>Civi\Custom\EventSubscriber\FkEntityDeleteSubscriber::onPre] => Array
                (
                    [ct] => 62
                    [wt] => 95
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Event\Subscriber\SKEntitySubscriber::onPreSaveDisplay==>Civi\Api4\Event\Subscriber\SKEntitySubscriber::applies] => Array
                (
                    [ct] => 62
                    [wt] => 102
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Core\Event\ServiceListener::__invoke==>Civi\Api4\Event\Subscriber\SKEntitySubscriber::onPreSaveDisplay] => Array
                (
                    [ct] => 62
                    [wt] => 382
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [Civi\Core\CiviEventDispatcher::delegateToUF==>Civi\Core\Event\PreEvent::getHookValues] => Array
                (
                    [ct] => 62
                    [wt] => 98
                    [cpu] => 0
                    [mu] => 23896
                    [pmu] => 0
                )

            [CRM_Utils_Hook::runHooks==>sequentialcreditnotes_civicrm_pre] => Array
                (
                    [ct] => 62
                    [wt] => 88
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_Hook::runHooks==>afform_civicrm_pre] => Array
                (
                    [ct] => 62
                    [wt] => 107
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Utils_Hook::runHooks==>search_kit_civicrm_pre] => Array
                (
                    [ct] => 62
                    [wt] => 76
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Utils_Hook::pre==>Civi\Core\CiviEventDispatcher::dispatch] => Array
                (
                    [ct] => 62
                    [wt] => 17118
                    [cpu] => 13707
                    [mu] => 21416
                    [pmu] => 0
                )

            [CRM_Utils_Hook::pre==>Civi\Core\Event\GenericHookEvent::getReturnValues] => Array
                (
                    [ct] => 62
                    [wt] => 112
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_BAO_OptionValue::add==>CRM_Utils_Hook::pre] => Array
                (
                    [ct] => 24
                    [wt] => 5775
                    [cpu] => 1082
                    [mu] => 21480
                    [pmu] => 0
                )

            [CRM_Core_BAO_OptionValue::add==>CRM_Core_DAO_Base::__construct] => Array
                (
                    [ct] => 24
                    [wt] => 5022
                    [cpu] => 2981
                    [mu] => 43192
                    [pmu] => 0
                )

            [CRM_Core_BAO_OptionValue::add==>CRM_Core_DAO::copyValues] => Array
                (
                    [ct] => 24
                    [wt] => 7914
                    [cpu] => 5318
                    [mu] => 17272
                    [pmu] => 0
                )

            [CRM_Core_BAO_OptionValue::add==>CRM_Core_OptionGroup::isDomainOptionGroup] => Array
                (
                    [ct] => 24
                    [wt] => 91
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_BAO_OptionValue::add==>CRM_Core_DAO::save] => Array
                (
                    [ct] => 24
                    [wt] => 99990
                    [cpu] => 44036
                    [mu] => 20704
                    [pmu] => 0
                )

            [CRM_Core_BAO_OptionValue::add==>CRM_Utils_System::isNull] => Array
                (
                    [ct] => 24
                    [wt] => 38
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_BAO_OptionValue::add==>Civi::cache] => Array
                (
                    [ct] => 24
                    [wt] => 241
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi\API\Provider\MagicFunctionProvider::invoke@1==>civicrm_api3_setting_getfields] => Array
                (
                    [ct] => 1
                    [wt] => 1358
                    [cpu] => 1840
                    [mu] => 3168
                    [pmu] => 244512
                )

            [Civi\API\Kernel::runRequest@1==>Civi\API\Provider\MagicFunctionProvider::invoke@1] => Array
                (
                    [ct] => 2
                    [wt] => 51850
                    [cpu] => 43432
                    [mu] => -274648
                    [pmu] => 365208
                )

            [CRM_Core_BAO_OptionValue::add==>CRM_Utils_Cache_CacheWrapper::flush] => Array
                (
                    [ct] => 24
                    [wt] => 293620
                    [cpu] => 172360
                    [mu] => -22177280
                    [pmu] => 1368080
                )

            [CRM_Core_BAO_OptionValue::add==>CRM_Core_PseudoConstant::flush] => Array
                (
                    [ct] => 24
                    [wt] => 3350
                    [cpu] => 2199
                    [mu] => -96
                    [pmu] => 0
                )

            [CRM_Utils_Hook::post==>Civi\Core\Event\PostEvent::__construct] => Array
                (
                    [ct] => 62
                    [wt] => 124
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_Hook::post==>Civi::dispatcher] => Array
                (
                    [ct] => 62
                    [wt] => 262
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 46
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 720
                    [cpu] => 588
                    [mu] => 648
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 680
                    [cpu] => 461
                    [mu] => 648
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 589
                    [cpu] => 372
                    [mu] => 648
                    [pmu] => 0
                )

            [CRM_Core_ClassLoader::loadClass==>load::Utils/Recent.php] => Array
                (
                    [ct] => 1
                    [wt] => 833
                    [cpu] => 378
                    [mu] => 57544
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 1927
                    [cpu] => 1293
                    [mu] => 1376
                    [pmu] => 0
                )

            [CRM_Utils_Recent::on_hook_civicrm_post==>CRM_Core_Session::getLoggedInContactID] => Array
                (
                    [ct] => 62
                    [wt] => 1487
                    [cpu] => 206
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Utils_Recent::normalizeEntityType==>CRM_Contact_BAO_ContactType::basicTypes] => Array
                (
                    [ct] => 62
                    [wt] => 4142
                    [cpu] => 753
                    [mu] => 23896
                    [pmu] => 0
                )

            [CRM_Utils_Recent::on_hook_civicrm_post==>CRM_Utils_Recent::normalizeEntityType] => Array
                (
                    [ct] => 62
                    [wt] => 4475
                    [cpu] => 753
                    [mu] => 1232
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>CRM_Utils_Recent::on_hook_civicrm_post] => Array
                (
                    [ct] => 62
                    [wt] => 6701
                    [cpu] => 959
                    [mu] => 2576
                    [pmu] => 0
                )

            [CRM_Case_BAO_Case::on_hook_civicrm_post==>CRM_Core_Component::isEnabled] => Array
                (
                    [ct] => 62
                    [wt] => 6825
                    [cpu] => 2381
                    [mu] => 391768
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>CRM_Case_BAO_Case::on_hook_civicrm_post] => Array
                (
                    [ct] => 62
                    [wt] => 7160
                    [cpu] => 2381
                    [mu] => 392464
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>CRM_Contact_BAO_Contact::on_hook_civicrm_post] => Array
                (
                    [ct] => 62
                    [wt] => 182
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Core\Event\ServiceListener::__invoke==>Civi\Api4\Provider\CustomEntityProvider::addCustomEntities] => Array
                (
                    [ct] => 43
                    [wt] => 947226
                    [cpu] => 792642
                    [mu] => 15367432
                    [pmu] => 0
                )

            [Civi\Core\Event\ServiceListener::__invoke==>Civi\Api4\Service\LegacyEntityScanner::getEntitiesFromClasses] => Array
                (
                    [ct] => 43
                    [wt] => 3760377
                    [cpu] => 3759576
                    [mu] => 3256936
                    [pmu] => 0
                )

            [Civi\Core\Event\ServiceListener::__invoke==>Civi\Api4\Event\Subscriber\SKEntitySubscriber::on_civi_api4_entityTypes] => Array
                (
                    [ct] => 43
                    [wt] => 56227
                    [cpu] => 40482
                    [mu] => -59240
                    [pmu] => 0
                )

            [CRM_Core_BAO_Managed::isApi4ManagedType==>Civi\Api4\Utils\CoreUtil::getInfoItem] => Array
                (
                    [ct] => 99
                    [wt] => 13151932
                    [cpu] => 12958985
                    [mu] => 39795560
                    [pmu] => 41160
                )

            [CRM_Core_BAO_Managed::on_hook_civicrm_post==>CRM_Core_BAO_Managed::isApi4ManagedType] => Array
                (
                    [ct] => 62
                    [wt] => 9902702
                    [cpu] => 9763452
                    [mu] => 29631288
                    [pmu] => 0
                )

            [CRM_Core_BAO_Managed::on_hook_civicrm_post==>CRM_Core_DAO::getSupportedFields] => Array
                (
                    [ct] => 62
                    [wt] => 4887
                    [cpu] => 3300
                    [mu] => 378152
                    [pmu] => 0
                )

            [CRM_Core_BAO_Managed::on_hook_civicrm_post==>CRM_Core_DAO::executeQuery] => Array
                (
                    [ct] => 62
                    [wt] => 155665
                    [cpu] => 34235
                    [mu] => 33656
                    [pmu] => 0
                )

            [CRM_Core_BAO_Managed::on_hook_civicrm_post==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 62
                    [wt] => 757
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>CRM_Core_BAO_Managed::on_hook_civicrm_post] => Array
                (
                    [ct] => 62
                    [wt] => 10065371
                    [cpu] => 9801647
                    [mu] => 29653704
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>CRM_Member_BAO_MembershipBlock::on_hook_civicrm_post] => Array
                (
                    [ct] => 62
                    [wt] => 123
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CRM_Pledge_BAO_PledgePayment::on_hook_civicrm_post==>CRM_Core_Component::isEnabled] => Array
                (
                    [ct] => 62
                    [wt] => 1958
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>CRM_Pledge_BAO_PledgePayment::on_hook_civicrm_post] => Array
                (
                    [ct] => 62
                    [wt] => 2303
                    [cpu] => 0
                    [mu] => 1280
                    [pmu] => 0
                )

            [Civi\Core\Event\HookStyleListener::__invoke==>Civi\Core\Event\PostEvent::getHookValues] => Array
                (
                    [ct] => 62
                    [wt] => 121
                    [cpu] => 0
                    [mu] => 23896
                    [pmu] => 0
                )

            [Civi\Core\Event\HookStyleListener::__invoke==>CRM_Price_BAO_PriceSet::hook_civicrm_post] => Array
                (
                    [ct] => 62
                    [wt] => 107
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Event\Subscriber\SKEntitySubscriber::onPostSaveDisplay==>Civi\Api4\Event\Subscriber\SKEntitySubscriber::applies] => Array
                (
                    [ct] => 62
                    [wt] => 194
                    [cpu] => 277
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Core\Event\ServiceListener::__invoke==>Civi\Api4\Event\Subscriber\SKEntitySubscriber::onPostSaveDisplay] => Array
                (
                    [ct] => 62
                    [wt] => 477
                    [cpu] => 277
                    [mu] => 1328
                    [pmu] => 0
                )

            [Civi\Core\CiviEventDispatcher::delegateToUF==>Civi\Core\Event\PostEvent::getHookValues] => Array
                (
                    [ct] => 124
                    [wt] => 169
                    [cpu] => 0
                    [mu] => 47208
                    [pmu] => 0
                )

            [CRM_Utils_Hook::runHooks==>cpz_custom_civicrm_post] => Array
                (
                    [ct] => 62
                    [wt] => 155
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Utils_Hook::runHooks==>contributioncancelactions_civicrm_post] => Array
                (
                    [ct] => 62
                    [wt] => 97
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_Hook::runHooks==>search_kit_civicrm_post] => Array
                (
                    [ct] => 62
                    [wt] => 77
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [civicrm_entity_civicrm_post==>module_exists] => Array
                (
                    [ct] => 62
                    [wt] => 564
                    [cpu] => 289
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Utils_Hook::runHooks==>civicrm_entity_civicrm_post] => Array
                (
                    [ct] => 62
                    [wt] => 833
                    [cpu] => 289
                    [mu] => 1168
                    [pmu] => 0
                )

            [CRM_Core_Transaction::addPostCommit==>Civi\Core\Transaction\Manager::singleton] => Array
                (
                    [ct] => 62
                    [wt] => 91
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_Transaction::addPostCommit==>Civi\Core\Transaction\Manager::getBaseFrame] => Array
                (
                    [ct] => 62
                    [wt] => 151
                    [cpu] => 511
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_Transaction::addPostCommit==>Civi\Core\Transaction\Frame::addCallback] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1336
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>CRM_Core_Transaction::addPostCommit] => Array
                (
                    [ct] => 62
                    [wt] => 6435
                    [cpu] => 4652
                    [mu] => 4304
                    [pmu] => 0
                )

            [CRM_Utils_Hook::post==>Civi\Core\CiviEventDispatcher::dispatch] => Array
                (
                    [ct] => 62
                    [wt] => 10184399
                    [cpu] => 9861946
                    [mu] => 24652072
                    [pmu] => 313376
                )

            [CRM_Utils_Hook::post==>Civi\Core\Event\GenericHookEvent::getReturnValues] => Array
                (
                    [ct] => 62
                    [wt] => 58
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_BAO_OptionValue::add==>CRM_Utils_Hook::post] => Array
                (
                    [ct] => 24
                    [wt] => 8040198
                    [cpu] => 7865965
                    [mu] => 24073896
                    [pmu] => 0
                )

            [CRM_Core_BAO_OptionValue::create==>CRM_Core_BAO_OptionValue::add] => Array
                (
                    [ct] => 24
                    [wt] => 8513248
                    [cpu] => 8135542
                    [mu] => 2081872
                    [pmu] => 1368080
                )

            [_civicrm_api3_basic_create==>CRM_Core_BAO_OptionValue::create] => Array
                (
                    [ct] => 1
                    [wt] => 402893
                    [cpu] => 388119
                    [mu] => 200344
                    [pmu] => 244512
                )

            [_civicrm_api3_build_fields_array==>CRM_Core_DAO_Base::fields] => Array
                (
                    [ct] => 1
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 14464
                    [pmu] => 0
                )

            [_civicrm_api3_object_to_array==>_civicrm_api3_build_fields_array] => Array
                (
                    [ct] => 1
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 16400
                    [pmu] => 0
                )

            [_civicrm_api3_basic_create==>_civicrm_api3_object_to_array] => Array
                (
                    [ct] => 1
                    [wt] => 48
                    [cpu] => 0
                    [mu] => 17032
                    [pmu] => 0
                )

            [_civicrm_api3_separate_values==>_civicrm_api3_separate_values@1] => Array
                (
                    [ct] => 2
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 2920
                    [pmu] => 0
                )

            [_civicrm_api3_basic_create==>civicrm_api3_create_success] => Array
                (
                    [ct] => 1
                    [wt] => 228
                    [cpu] => 0
                    [mu] => 3968
                    [pmu] => 0
                )

            [civicrm_api3_option_value_create==>_civicrm_api3_basic_create] => Array
                (
                    [ct] => 1
                    [wt] => 406089
                    [cpu] => 390526
                    [mu] => 219072
                    [pmu] => 244512
                )

            [civicrm_api@1==>Civi::service] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 528
                    [pmu] => 0
                )

            [civicrm_api3_generic_getfields==>CRM_Core_PseudoConstant::flush] => Array
                (
                    [ct] => 1
                    [wt] => 247
                    [cpu] => 681
                    [mu] => 568
                    [pmu] => 0
                )

            [civicrm_api3_generic_getfields==>Civi::cache] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi\API\Kernel::runSafe@2==>Civi\API\Request::create] => Array
                (
                    [ct] => 2
                    [wt] => 68
                    [cpu] => 0
                    [mu] => 1376
                    [pmu] => 0
                )

            [Civi\API\Provider\MagicFunctionProvider::invoke@2==>civicrm_api3_setting_getfields] => Array
                (
                    [ct] => 1
                    [wt] => 1525
                    [cpu] => 1837
                    [mu] => 3168
                    [pmu] => 120696
                )

            [Civi\API\Kernel::runRequest@2==>Civi\API\Provider\MagicFunctionProvider::invoke@2] => Array
                (
                    [ct] => 2
                    [wt] => 10959
                    [cpu] => 10982
                    [mu] => 69088
                    [pmu] => 120696
                )

            [Civi\API\Kernel::runSafe@2==>Civi\API\Kernel::runRequest@2] => Array
                (
                    [ct] => 2
                    [wt] => 39648
                    [cpu] => 33302
                    [mu] => 464912
                    [pmu] => 120696
                )

            [Civi\API\Kernel::runSafe@2==>Civi\API\Kernel::formatResult] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [civicrm_api3==>Civi\API\Kernel::runSafe@2] => Array
                (
                    [ct] => 1
                    [wt] => 2876
                    [cpu] => 1837
                    [mu] => 5968
                    [pmu] => 120696
                )

            [civicrm_api3_generic_getfields==>CRM_Utils_Cache_CacheWrapper::clear] => Array
                (
                    [ct] => 1
                    [wt] => 11792
                    [cpu] => 7445
                    [mu] => -755960
                    [pmu] => 120696
                )

            [civicrm_api@2==>Civi::service] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 528
                    [pmu] => 0
                )

            [Civi\API\Provider\MagicFunctionProvider::resolve==>load::v3/OptionGroup.php] => Array
                (
                    [ct] => 1
                    [wt] => 367
                    [cpu] => 187
                    [mu] => 7752
                    [pmu] => 0
                )

            [Civi\API\Kernel::runSafe@3==>Civi\API\Request::create] => Array
                (
                    [ct] => 2
                    [wt] => 45
                    [cpu] => 0
                    [mu] => 1304
                    [pmu] => 0
                )

            [Civi\API\Kernel::runRequest@3==>Civi\API\Kernel::boot] => Array
                (
                    [ct] => 2
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi\API\Kernel::runRequest@3==>Civi\API\Kernel::resolve] => Array
                (
                    [ct] => 2
                    [wt] => 656
                    [cpu] => 997
                    [mu] => 2936
                    [pmu] => 0
                )

            [Civi\API\Kernel::runRequest@3==>Civi\API\Kernel::authorize] => Array
                (
                    [ct] => 2
                    [wt] => 261
                    [cpu] => 0
                    [mu] => 1016
                    [pmu] => 0
                )

            [Civi\API\Kernel::runRequest@3==>Civi\API\Kernel::prepare@1] => Array
                (
                    [ct] => 1
                    [wt] => 355
                    [cpu] => 1000
                    [mu] => 1512
                    [pmu] => 0
                )

            [civicrm_api3_generic_getfields@1==>_civicrm_api_get_entity_name_from_camel] => Array
                (
                    [ct] => 3
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 704
                    [pmu] => 0
                )

            [_civicrm_api_get_fields==>CRM_Core_DAO_Base::fields] => Array
                (
                    [ct] => 4
                    [wt] => 81
                    [cpu] => 0
                    [mu] => 37344
                    [pmu] => 0
                )

            [_civicrm_api_get_fields==>CRM_Core_DAO::getSupportedFields] => Array
                (
                    [ct] => 4
                    [wt] => 284
                    [cpu] => 0
                    [mu] => 37232
                    [pmu] => 0
                )

            [_civicrm_api_get_fields==>CRM_Core_DAO::makeAttribute] => Array
                (
                    [ct] => 45
                    [wt] => 69
                    [cpu] => 0
                    [mu] => 8824
                    [pmu] => 0
                )

            [_civicrm_api_get_custom_fields==>CRM_Core_DAO_AllCoreTables::convertEntityNameToCamel] => Array
                (
                    [ct] => 4
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 2344
                    [pmu] => 0
                )

            [CRM_Contact_BAO_ContactType::subTypeInfo==>CRM_Contact_BAO_ContactType::getAllContactTypes] => Array
                (
                    [ct] => 4
                    [wt] => 180
                    [cpu] => 1003
                    [mu] => 760
                    [pmu] => 0
                )

            [CRM_Contact_BAO_ContactType::subTypes==>CRM_Contact_BAO_ContactType::subTypeInfo] => Array
                (
                    [ct] => 4
                    [wt] => 220
                    [cpu] => 1003
                    [mu] => 2752
                    [pmu] => 0
                )

            [CRM_Core_BAO_CustomField::getFields==>CRM_Contact_BAO_ContactType::subTypes] => Array
                (
                    [ct] => 4
                    [wt] => 245
                    [cpu] => 1003
                    [mu] => 3400
                    [pmu] => 0
                )

            [CRM_Core_BAO_CustomField::getFields==>CRM_Contact_BAO_ContactType::basicTypes] => Array
                (
                    [ct] => 4
                    [wt] => 187
                    [cpu] => 0
                    [mu] => 2088
                    [pmu] => 0
                )

            [CRM_Core_BAO_CustomField::getFields==>CRM_Core_BAO_CustomGroup::getAll] => Array
                (
                    [ct] => 4
                    [wt] => 23385
                    [cpu] => 20716
                    [mu] => 361688
                    [pmu] => 0
                )

            [_civicrm_api_get_custom_fields==>CRM_Core_BAO_CustomField::getFields] => Array
                (
                    [ct] => 4
                    [wt] => 23887
                    [cpu] => 21719
                    [mu] => 368064
                    [pmu] => 0
                )

            [_civicrm_api_get_fields==>_civicrm_api_get_custom_fields] => Array
                (
                    [ct] => 4
                    [wt] => 23933
                    [cpu] => 21719
                    [mu] => 365984
                    [pmu] => 0
                )

            [civicrm_api3_generic_getfields@1==>_civicrm_api_get_fields] => Array
                (
                    [ct] => 3
                    [wt] => 25346
                    [cpu] => 21719
                    [mu] => 425192
                    [pmu] => 0
                )

            [civicrm_api3_generic_getfields@1==>Civi::service] => Array
                (
                    [ct] => 3
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [civicrm_api3_generic_getfields@1==>Civi\API\Kernel::resolve] => Array
                (
                    [ct] => 3
                    [wt] => 629
                    [cpu] => 475
                    [mu] => 3880
                    [pmu] => 0
                )

            [civicrm_api3_generic_getfields@1==>_civicrm_api3_generic_get_metadata_options] => Array
                (
                    [ct] => 27
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [civicrm_api3_generic_getfields@1==>civicrm_api3_create_success] => Array
                (
                    [ct] => 3
                    [wt] => 164
                    [cpu] => 0
                    [mu] => 1816
                    [pmu] => 0
                )

            [Civi\API\Provider\MagicFunctionProvider::invoke@2==>civicrm_api3_generic_getfields@1] => Array
                (
                    [ct] => 1
                    [wt] => 23988
                    [cpu] => 20189
                    [mu] => 387648
                    [pmu] => 0
                )

            [Civi\API\Kernel::runRequest@3==>Civi\API\Provider\MagicFunctionProvider::invoke@2] => Array
                (
                    [ct] => 1
                    [wt] => 23994
                    [cpu] => 20189
                    [mu] => 386624
                    [pmu] => 0
                )

            [Civi\API\Kernel::runRequest@3==>Civi\API\Kernel::respond] => Array
                (
                    [ct] => 2
                    [wt] => 1058
                    [cpu] => 729
                    [mu] => 6384
                    [pmu] => 0
                )

            [Civi\API\Kernel::runSafe@3==>Civi\API\Kernel::runRequest@3] => Array
                (
                    [ct] => 2
                    [wt] => 34743
                    [cpu] => 30334
                    [mu] => 469888
                    [pmu] => 0
                )

            [Civi\API\Kernel::runSafe@3==>Civi\API\Kernel::formatResult] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [civicrm_api3==>Civi\API\Kernel::runSafe@3] => Array
                (
                    [ct] => 1
                    [wt] => 25437
                    [cpu] => 21189
                    [mu] => 393120
                    [pmu] => 0
                )

            [civicrm_api@3==>Civi::service] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 528
                    [pmu] => 0
                )

            [Civi\API\Kernel::runSafe@4==>Civi\API\Request::create] => Array
                (
                    [ct] => 1
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 928
                    [pmu] => 0
                )

            [Civi\API\Kernel::runRequest@4==>Civi\API\Kernel::boot] => Array
                (
                    [ct] => 1
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi\API\Kernel::runRequest@4==>Civi\API\Kernel::resolve] => Array
                (
                    [ct] => 1
                    [wt] => 120
                    [cpu] => 0
                    [mu] => 1512
                    [pmu] => 0
                )

            [Civi\API\Kernel::runRequest@4==>Civi\API\Kernel::authorize] => Array
                (
                    [ct] => 1
                    [wt] => 122
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [Civi\API\Kernel::runRequest@4==>Civi\API\Kernel::prepare@1] => Array
                (
                    [ct] => 1
                    [wt] => 373
                    [cpu] => 999
                    [mu] => 1512
                    [pmu] => 0
                )

            [Civi\API\Provider\MagicFunctionProvider::invoke@3==>civicrm_api3_generic_getfields@1] => Array
                (
                    [ct] => 1
                    [wt] => 1136
                    [cpu] => 1002
                    [mu] => 13944
                    [pmu] => 0
                )

            [Civi\API\Kernel::runRequest@4==>Civi\API\Provider\MagicFunctionProvider::invoke@3] => Array
                (
                    [ct] => 1
                    [wt] => 1142
                    [cpu] => 1002
                    [mu] => 12920
                    [pmu] => 0
                )

            [Civi\API\Kernel::runRequest@4==>Civi\API\Kernel::respond] => Array
                (
                    [ct] => 1
                    [wt] => 323
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [Civi\API\Kernel::runSafe@4==>Civi\API\Kernel::runRequest@4] => Array
                (
                    [ct] => 1
                    [wt] => 2118
                    [cpu] => 2001
                    [mu] => 17072
                    [pmu] => 0
                )

            [Civi\API\Kernel::runSafe@4==>Civi\API\Kernel::formatResult] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [civicrm_api3==>Civi\API\Kernel::runSafe@4] => Array
                (
                    [ct] => 1
                    [wt] => 2158
                    [cpu] => 2001
                    [mu] => 18936
                    [pmu] => 0
                )

            [_civicrm_api3_validate_integer==>_civicrm_api3_field_value_check] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 944
                    [pmu] => 0
                )

            [_civicrm_api3_validate_fields==>_civicrm_api3_validate_integer] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 1576
                    [pmu] => 0
                )

            [Civi\API\Kernel::runRequest@3==>Civi\API\Kernel::prepare] => Array
                (
                    [ct] => 1
                    [wt] => 2706
                    [cpu] => 2998
                    [mu] => 21808
                    [pmu] => 0
                )

            [civicrm_api3_option_group_get==>_civicrm_api3_get_BAO] => Array
                (
                    [ct] => 1
                    [wt] => 767
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [_civicrm_api3_basic_get==>CRM_Core_DAO_AllCoreTables::getEntityNameForClass] => Array
                (
                    [ct] => 1
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [_civicrm_api3_get_options_from_params==>_civicrm_api_get_entity_name_from_camel] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [_civicrm_api3_get_options_from_params==>CRM_Utils_Rule::integer] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [_civicrm_api3_basic_get==>_civicrm_api3_get_options_from_params] => Array
                (
                    [ct] => 1
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 2600
                    [pmu] => 0
                )

            [_civicrm_api3_basic_get==>CRM_Core_DAO::tableHasBeenAdded] => Array
                (
                    [ct] => 1
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\API\SelectQuery::__construct==>_civicrm_api3_get_BAO] => Array
                (
                    [ct] => 1
                    [wt] => 627
                    [cpu] => 1002
                    [mu] => 680
                    [pmu] => 0
                )

            [Civi\API\SelectQuery::__construct==>CRM_Core_DAO_Base::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 247
                    [cpu] => 0
                    [mu] => 2344
                    [pmu] => 0
                )

            [Civi\API\SelectQuery::__construct==>CRM_Core_DAO_Base::fields] => Array
                (
                    [ct] => 1
                    [wt] => 395
                    [cpu] => 999
                    [mu] => 24568
                    [pmu] => 0
                )

            [Civi\API\Api3SelectQuery::getFields==>civicrm_api3_generic_getfields@1] => Array
                (
                    [ct] => 1
                    [wt] => 1261
                    [cpu] => 1003
                    [mu] => 13552
                    [pmu] => 0
                )

            [Civi\API\SelectQuery::__construct==>Civi\API\Api3SelectQuery::getFields] => Array
                (
                    [ct] => 1
                    [wt] => 1401
                    [cpu] => 1003
                    [mu] => 12888
                    [pmu] => 0
                )

            [Civi\API\SelectQuery::__construct==>DB_DataObject::tableName] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\API\SelectQuery::__construct==>CRM_Utils_SQL_Select::from] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 952
                    [pmu] => 0
                )

            [Civi\API\SelectQuery::__construct==>Civi\API\SelectQuery::getAclClause] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\API\SelectQuery::__construct==>CRM_Utils_SQL_Select::where] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [_civicrm_api3_basic_get==>Civi\API\SelectQuery::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2743
                    [cpu] => 3004
                    [mu] => 37216
                    [pmu] => 0
                )

            [_civicrm_api3_basic_get==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 2
                    [wt] => 36
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi\API\SelectQuery::merge==>CRM_Utils_SQL_Select::merge] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [_civicrm_api3_basic_get==>Civi\API\SelectQuery::merge] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1184
                    [pmu] => 0
                )

            [Civi\API\SelectQuery::buildSelectFields==>Civi\API\Api3SelectQuery::getField] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\API\SelectQuery::run==>Civi\API\SelectQuery::buildSelectFields] => Array
                (
                    [ct] => 1
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 1624
                    [pmu] => 0
                )

            [Civi\API\Api3SelectQuery::buildWhereClause==>Civi\API\Api3SelectQuery::getField] => Array
                (
                    [ct] => 4
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\API\Api3SelectQuery::buildWhereClause==>CRM_Core_BAO_CustomField::getKeyID] => Array
                (
                    [ct] => 3
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 848
                    [pmu] => 0
                )

            [Civi\API\Api3SelectQuery::buildWhereClause==>CRM_Core_DAO::acceptedSQLOperators] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\API\Api3SelectQuery::buildWhereClause==>CRM_Core_DAO::createSQLFilter] => Array
                (
                    [ct] => 1
                    [wt] => 77
                    [cpu] => 0
                    [mu] => 904
                    [pmu] => 0
                )

            [Civi\API\Api3SelectQuery::buildWhereClause==>CRM_Utils_SQL_Select::where] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 1336
                    [pmu] => 0
                )

            [Civi\API\SelectQuery::run==>Civi\API\Api3SelectQuery::buildWhereClause] => Array
                (
                    [ct] => 1
                    [wt] => 166
                    [cpu] => 0
                    [mu] => 4880
                    [pmu] => 0
                )

            [Civi\API\SelectQuery::run==>CRM_Utils_SQL_Select::select] => Array
                (
                    [ct] => 2
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 1696
                    [pmu] => 0
                )

            [Civi\API\SelectQuery::run==>Civi\API\SelectQuery::buildOrderBy] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\API\SelectQuery::run==>CRM_Utils_SQL_Select::limit] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi\API\SelectQuery::run==>CRM_Utils_SQL_Select::toSQL] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 712
                    [pmu] => 0
                )

            [Civi\API\SelectQuery::run==>CRM_Core_DAO::executeQuery] => Array
                (
                    [ct] => 1
                    [wt] => 1531
                    [cpu] => 1417
                    [mu] => 16272
                    [pmu] => 0
                )

            [Civi\API\SelectQuery::run==>DB_DataObject::fetch] => Array
                (
                    [ct] => 2
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 2448
                    [pmu] => 0
                )

            [_civicrm_api3_basic_get==>Civi\API\SelectQuery::run] => Array
                (
                    [ct] => 1
                    [wt] => 1854
                    [cpu] => 1417
                    [mu] => 11904
                    [pmu] => 0
                )

            [_civicrm_api3_basic_get==>civicrm_api3_create_success] => Array
                (
                    [ct] => 1
                    [wt] => 82
                    [cpu] => 0
                    [mu] => 2224
                    [pmu] => 0
                )

            [civicrm_api3_option_group_get==>_civicrm_api3_basic_get] => Array
                (
                    [ct] => 1
                    [wt] => 4846
                    [cpu] => 4421
                    [mu] => 54880
                    [pmu] => 0
                )

            [Civi\API\Provider\MagicFunctionProvider::invoke@3==>civicrm_api3_option_group_get] => Array
                (
                    [ct] => 1
                    [wt] => 5626
                    [cpu] => 4421
                    [mu] => 51248
                    [pmu] => 0
                )

            [Civi\API\Kernel::runRequest@3==>Civi\API\Provider\MagicFunctionProvider::invoke@3] => Array
                (
                    [ct] => 1
                    [wt] => 5633
                    [cpu] => 4421
                    [mu] => 51896
                    [pmu] => 0
                )

            [CRM_Utils_API_AbstractFieldCoder::toApiOutput==>CRM_Utils_API_AbstractFieldCoder::isApiControlField] => Array
                (
                    [ct] => 15
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [CRM_Utils_API_AbstractFieldCoder::toApiOutput==>CRM_Utils_API_AbstractFieldCoder::isSkippedField] => Array
                (
                    [ct] => 15
                    [wt] => 111
                    [cpu] => 729
                    [mu] => 1480
                    [pmu] => 0
                )

            [CRM_Utils_API_AbstractFieldCoder::toApiOutput==>CRM_Utils_API_HTMLInputCoder::decodeOutput] => Array
                (
                    [ct] => 10
                    [wt] => 104
                    [cpu] => 0
                    [mu] => 5792
                    [pmu] => 0
                )

            [CRM_Utils_API_HTMLInputCoder::decodeOutput@2==>CRM_Utils_API_HTMLInputCoder::decodeValue] => Array
                (
                    [ct] => 20
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CRM_Utils_API_HTMLInputCoder::decodeOutput@1==>CRM_Utils_API_HTMLInputCoder::decodeOutput@2] => Array
                (
                    [ct] => 20
                    [wt] => 56
                    [cpu] => 0
                    [mu] => 1296
                    [pmu] => 0
                )

            [CRM_Utils_API_HTMLInputCoder::decodeOutput==>CRM_Utils_API_HTMLInputCoder::decodeOutput@1] => Array
                (
                    [ct] => 2
                    [wt] => 90
                    [cpu] => 0
                    [mu] => 4312
                    [pmu] => 0
                )

            [civicrm_api@3==>Civi\API\Kernel::runSafe@3] => Array
                (
                    [ct] => 1
                    [wt] => 9394
                    [cpu] => 9145
                    [mu] => 65896
                    [pmu] => 0
                )

            [civicrm_api3_generic_getvalue==>civicrm_api@3] => Array
                (
                    [ct] => 1
                    [wt] => 9410
                    [cpu] => 9145
                    [mu] => 66728
                    [pmu] => 0
                )

            [Civi\API\Provider\MagicFunctionProvider::invoke@2==>civicrm_api3_generic_getvalue] => Array
                (
                    [ct] => 1
                    [wt] => 9419
                    [cpu] => 9145
                    [mu] => 68128
                    [pmu] => 0
                )

            [civicrm_api@2==>Civi\API\Kernel::runSafe@2] => Array
                (
                    [ct] => 1
                    [wt] => 36880
                    [cpu] => 31465
                    [mu] => 449336
                    [pmu] => 0
                )

            [civicrm_api3_generic_getfields==>civicrm_api@2] => Array
                (
                    [ct] => 1
                    [wt] => 36901
                    [cpu] => 31465
                    [mu] => 450168
                    [pmu] => 0
                )

            [civicrm_api3_generic_getfields==>_civicrm_api_get_camel_name] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 608
                    [pmu] => 0
                )

            [civicrm_api3_generic_getfields==>CRM_Utils_PseudoConstant::flushConstant] => Array
                (
                    [ct] => 1
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [_civicrm_api_get_fields==>CRM_Core_DAO_AllCoreTables::getEntityNameForClass] => Array
                (
                    [ct] => 3
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [civicrm_api3_generic_getfields==>_civicrm_api3_option_value_get_spec] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\API\Provider\MagicFunctionProvider::invoke@1==>civicrm_api3_generic_getfields] => Array
                (
                    [ct] => 1
                    [wt] => 50477
                    [cpu] => 41592
                    [mu] => -276064
                    [pmu] => 120696
                )

            [civicrm_api@1==>Civi\API\Kernel::runSafe@1] => Array
                (
                    [ct] => 1
                    [wt] => 52691
                    [cpu] => 43579
                    [mu] => -276264
                    [pmu] => 120696
                )

            [civicrm_api3_option_value_create==>civicrm_api@1] => Array
                (
                    [ct] => 1
                    [wt] => 52711
                    [cpu] => 43579
                    [mu] => -275432
                    [pmu] => 120696
                )

            [civicrm_api3_report_template_create==>civicrm_api3_option_value_create] => Array
                (
                    [ct] => 1
                    [wt] => 459357
                    [cpu] => 434105
                    [mu] => -56160
                    [pmu] => 365208
                )

            [Civi\API\Provider\MagicFunctionProvider::invoke==>civicrm_api3_report_template_create] => Array
                (
                    [ct] => 1
                    [wt] => 459370
                    [cpu] => 434105
                    [mu] => -54216
                    [pmu] => 365208
                )

            [CRM_Utils_API_AbstractFieldCoder::toApiOutput==>CRM_Utils_API_NullOutputCoder::decodeOutput] => Array
                (
                    [ct] => 5
                    [wt] => 47
                    [cpu] => 0
                    [mu] => 4248
                    [pmu] => 0
                )

            [CRM_Utils_API_NullOutputCoder::decodeOutput@1==>CRM_Utils_API_NullOutputCoder::decodeOutput@2] => Array
                (
                    [ct] => 18
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [CRM_Utils_API_NullOutputCoder::decodeOutput==>CRM_Utils_API_NullOutputCoder::decodeOutput@1] => Array
                (
                    [ct] => 1
                    [wt] => 40
                    [cpu] => 0
                    [mu] => 3176
                    [pmu] => 0
                )

            [CRM_Utils_API_NullOutputCoder::toApiOutput==>CRM_Utils_API_AbstractFieldCoder::toApiOutput] => Array
                (
                    [ct] => 1
                    [wt] => 90
                    [cpu] => 0
                    [mu] => 5448
                    [pmu] => 0
                )

            [Civi\API\Subscriber\TransactionSubscriber::onApiRespond==>Civi\API\Event\RespondEvent::getResponse] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\API\Subscriber\TransactionSubscriber::onApiRespond==>civicrm_error] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Transaction::commit==>Civi\Core\Transaction\Manager::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\Transaction\Manager::dec==>Civi\Core\Transaction\Frame::isEmpty] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Core\Transaction\Manager::dec==>Civi\Core\Transaction\Frame::dec] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Core\Transaction\Frame::finish==>Civi\Core\Transaction\Frame::invokeCallbacks] => Array
                (
                    [ct] => 2
                    [wt] => 265
                    [cpu] => 0
                    [mu] => 5032
                    [pmu] => 0
                )

            [DB_DataObject::_query==>DB_mysqli::commit] => Array
                (
                    [ct] => 1
                    [wt] => 2985
                    [cpu] => 1283
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi\Core\Transaction\Frame::finish==>CRM_Core_DAO::query] => Array
                (
                    [ct] => 1
                    [wt] => 3122
                    [cpu] => 1354
                    [mu] => 1560
                    [pmu] => 0
                )

            [CRM_Utils_Hook::postCommit==>Civi\Core\Event\PostEvent::__construct] => Array
                (
                    [ct] => 62
                    [wt] => 88
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_Hook::postCommit==>Civi::dispatcher] => Array
                (
                    [ct] => 62
                    [wt] => 302
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Utils_Hook::postCommit==>Civi\Core\CiviEventDispatcher::dispatch@1] => Array
                (
                    [ct] => 62
                    [wt] => 4083
                    [cpu] => 3217
                    [mu] => 1840
                    [pmu] => 0
                )

            [CRM_Utils_Hook::postCommit==>Civi\Core\Event\GenericHookEvent::getReturnValues] => Array
                (
                    [ct] => 62
                    [wt] => 103
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Core\Transaction\Frame::invokeCallbacks==>CRM_Utils_Hook::postCommit] => Array
                (
                    [ct] => 1
                    [wt] => 246
                    [cpu] => 0
                    [mu] => 4640
                    [pmu] => 0
                )

            [Civi\Core\Transaction\Manager::dec==>Civi\Core\Transaction\Frame::finish] => Array
                (
                    [ct] => 1
                    [wt] => 3414
                    [cpu] => 1354
                    [mu] => 6928
                    [pmu] => 0
                )

            [CRM_Core_Transaction::commit==>Civi\Core\Transaction\Manager::dec] => Array
                (
                    [ct] => 1
                    [wt] => 3436
                    [cpu] => 1354
                    [mu] => 8840
                    [pmu] => 0
                )

            [CRM_Core_Transaction::commit==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 1
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_Transaction::__destruct==>CRM_Core_Transaction::commit] => Array
                (
                    [ct] => 1
                    [wt] => 3476
                    [cpu] => 1354
                    [mu] => 7304
                    [pmu] => 0
                )

            [Civi\API\Subscriber\TransactionSubscriber::onApiRespond==>CRM_Core_Transaction::__destruct] => Array
                (
                    [ct] => 1
                    [wt] => 3481
                    [cpu] => 1354
                    [mu] => 7968
                    [pmu] => 0
                )

            [civicrm_api==>Civi\API\Kernel::runSafe] => Array
                (
                    [ct] => 1
                    [wt] => 466184
                    [cpu] => 438456
                    [mu] => -30304
                    [pmu] => 365208
                )

            [CRM_Core_ManagedEntities::updateExistingEntity==>civicrm_api] => Array
                (
                    [ct] => 1
                    [wt] => 466203
                    [cpu] => 438456
                    [mu] => -29456
                    [pmu] => 365208
                )

            [CRM_Core_ManagedEntities::updateExistingEntity==>CRM_Core_DAO_Base::__construct] => Array
                (
                    [ct] => 62
                    [wt] => 9582
                    [cpu] => 7045
                    [mu] => 110696
                    [pmu] => 0
                )

            [CRM_Core_ManagedEntities::updateExistingEntity==>DB_DataObject::update] => Array
                (
                    [ct] => 62
                    [wt] => 133092
                    [cpu] => 60358
                    [mu] => 79200
                    [pmu] => 0
                )

            [CRM_Core_ManagedEntities::reconcileEntities==>CRM_Core_ManagedEntities::updateExistingEntity] => Array
                (
                    [ct] => 62
                    [wt] => 17087361
                    [cpu] => 15845711
                    [mu] => 425032
                    [pmu] => 3066696
                )

            [CRM_Core_ManagedEntities::reconcileEntities==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 62
                    [wt] => 583
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Civi\Api4\Provider\ActionObjectProvider::getEntities==>Civi\Core\CiviEventDispatcher::dispatch] => Array
                (
                    [ct] => 13
                    [wt] => 1378461
                    [cpu] => 1326819
                    [mu] => 5252104
                    [pmu] => 0
                )

            [CRM_Core_ManagedEntities::updateExistingEntity==>CRM_Core_BAO_Managed::isApi4ManagedType] => Array
                (
                    [ct] => 37
                    [wt] => 3250120
                    [cpu] => 3195533
                    [mu] => 10165520
                    [pmu] => 41160
                )

            [Civi\Api4\Utils\CoreUtil::getIdFieldName==>Civi\Api4\Utils\CoreUtil::getInfoItem] => Array
                (
                    [ct] => 157
                    [wt] => 895998
                    [cpu] => 876889
                    [mu] => 3174968
                    [pmu] => 0
                )

            [CRM_Core_ManagedEntities::updateExistingEntity==>Civi\Api4\Utils\CoreUtil::getIdFieldName] => Array
                (
                    [ct] => 61
                    [wt] => 893849
                    [cpu] => 875463
                    [mu] => 3175632
                    [pmu] => 0
                )

            [CRM_Core_ManagedEntities::updateExistingEntity==>Civi\Api4\Utils\CoreUtil::isType] => Array
                (
                    [ct] => 61
                    [wt] => 2096
                    [cpu] => 457
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_ManagedEntities::updateExistingEntity==>Civi\Api4\Utils\CoreUtil::getInfoItem] => Array
                (
                    [ct] => 35
                    [wt] => 871
                    [cpu] => 129
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOEntity::update==>Civi\Api4\Generic\AbstractEntity::getEntityName] => Array
                (
                    [ct] => 122
                    [wt] => 640
                    [cpu] => 572
                    [mu] => 5464
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOEntity::update==>Civi\Api4\Generic\AbstractAction::__construct] => Array
                (
                    [ct] => 122
                    [wt] => 1646
                    [cpu] => 616
                    [mu] => 5464
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOEntity::update==>Civi\Api4\Generic\AbstractAction::setCheckPermissions] => Array
                (
                    [ct] => 122
                    [wt] => 125
                    [cpu] => 257
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\API\Request::create==>Civi\Api4\Generic\DAOEntity::update] => Array
                (
                    [ct] => 122
                    [wt] => 3740
                    [cpu] => 2446
                    [mu] => 62064
                    [pmu] => 0
                )

            [Civi\API\Request::create==>Civi\Api4\Generic\AbstractUpdateAction::setValues] => Array
                (
                    [ct] => 61
                    [wt] => 100
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Event\Subscriber\ValidateFieldsSubscriber::onApiPrepare==>Civi\Api4\Generic\AbstractUpdateAction::getValues] => Array
                (
                    [ct] => 61
                    [wt] => 89
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractUpdateAction::_run==>Civi\Api4\Generic\AbstractAction::getEntityName] => Array
                (
                    [ct] => 61
                    [wt] => 45
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractUpdateAction::_run==>Civi\Api4\Utils\CoreUtil::getInfoItem] => Array
                (
                    [ct] => 61
                    [wt] => 2476
                    [cpu] => 2709
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOUpdateAction::resolveFKValues==>Civi\Api4\Generic\DAOUpdateAction::Civi\Api4\Generic\Traits\{closure}] => Array
                (
                    [ct] => 1898
                    [wt] => 2012
                    [cpu] => 6011
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOUpdateAction::formatWriteValues==>Civi\Api4\Generic\DAOUpdateAction::resolveFKValues] => Array
                (
                    [ct] => 61
                    [wt] => 545817
                    [cpu] => 486395
                    [mu] => -1520776
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractAction::formatWriteValues==>Civi\Api4\Utils\CoreUtil::topSortFields] => Array
                (
                    [ct] => 61
                    [wt] => 140
                    [cpu] => 0
                    [mu] => 4016
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractAction::formatWriteValues==>Civi\Api4\Generic\AbstractAction::getEntityName] => Array
                (
                    [ct] => 61
                    [wt] => 93
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractAction::formatWriteValues==>Civi\Api4\Utils\CoreUtil::getInfoItem] => Array
                (
                    [ct] => 61
                    [wt] => 2344
                    [cpu] => 1713
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOUpdateAction::formatWriteValues==>Civi\Api4\Generic\AbstractAction::formatWriteValues] => Array
                (
                    [ct] => 61
                    [wt] => 3503
                    [cpu] => 2712
                    [mu] => 4576
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractUpdateAction::_run==>Civi\Api4\Generic\DAOUpdateAction::formatWriteValues] => Array
                (
                    [ct] => 61
                    [wt] => 550037
                    [cpu] => 490103
                    [mu] => -1734608
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractUpdateAction::_run==>Civi\Api4\Generic\AbstractQueryAction::addWhere] => Array
                (
                    [ct] => 61
                    [wt] => 732
                    [cpu] => 0
                    [mu] => 46472
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractUpdateAction::_run==>Civi\Api4\Generic\AbstractBatchAction::getSelect] => Array
                (
                    [ct] => 61
                    [wt] => 2074
                    [cpu] => 3018
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractUpdateAction::validateValues==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractUpdateAction::validateValues==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractUpdateAction::validateValues==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractUpdateAction::validateValues==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 68
                    [cpu] => 1003
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractUpdateAction::validateValues==>drupal_autoload_class] => Array
                (
                    [ct] => 1
                    [wt] => 667
                    [cpu] => 375
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractUpdateAction::validateValues==>drupal_autoload_interface] => Array
                (
                    [ct] => 1
                    [wt] => 469
                    [cpu] => 308
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractUpdateAction::validateValues==>drupal_autoload_trait] => Array
                (
                    [ct] => 1
                    [wt] => 444
                    [cpu] => 340
                    [mu] => 632
                    [pmu] => 0
                )

            [CRM_Core_ClassLoader::loadClass==>load::Utils/LazyArray.php] => Array
                (
                    [ct] => 1
                    [wt] => 471
                    [cpu] => 330
                    [mu] => 11808
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractUpdateAction::validateValues==>CRM_Core_ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 907
                    [cpu] => 330
                    [mu] => 1376
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractUpdateAction::validateValues==>CRM_Utils_LazyArray::__construct] => Array
                (
                    [ct] => 61
                    [wt] => 82
                    [cpu] => 326
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Event\ValidateValuesEvent::__construct==>Civi\Api4\Event\ValidateValuesEvent::setApiRequest] => Array
                (
                    [ct] => 61
                    [wt] => 63
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractUpdateAction::validateValues==>Civi\Api4\Event\ValidateValuesEvent::__construct] => Array
                (
                    [ct] => 61
                    [wt] => 316
                    [cpu] => 0
                    [mu] => 1296
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractUpdateAction::validateValues==>Civi::dispatcher] => Array
                (
                    [ct] => 61
                    [wt] => 282
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Event\ValidateValuesEvent::getEntityName==>Civi\Api4\Generic\AbstractAction::offsetGet] => Array
                (
                    [ct] => 61
                    [wt] => 469
                    [cpu] => 489
                    [mu] => 7432
                    [pmu] => 0
                )

            [Civi\Core\Container::Civi\Core\{closure}==>Civi\Api4\Event\ValidateValuesEvent::getEntityName] => Array
                (
                    [ct] => 61
                    [wt] => 804
                    [cpu] => 489
                    [mu] => 1264
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractUpdateAction::validateValues==>Civi\Core\CiviEventDispatcher::dispatch] => Array
                (
                    [ct] => 61
                    [wt] => 4089
                    [cpu] => 1065
                    [mu] => 2688
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractUpdateAction::_run==>Civi\Api4\Generic\AbstractUpdateAction::validateValues] => Array
                (
                    [ct] => 61
                    [wt] => 8379
                    [cpu] => 4748
                    [mu] => 82872
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOUpdateAction::writeObjects==>Civi\Api4\Generic\AbstractAction::getEntityName] => Array
                (
                    [ct] => 279
                    [wt] => 262
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOUpdateAction::writeObjects==>Civi\Api4\Utils\CoreUtil::isType] => Array
                (
                    [ct] => 61
                    [wt] => 2067
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOUpdateAction::writeObjects==>Civi\Api4\Utils\CoreUtil::getInfoItem] => Array
                (
                    [ct] => 96
                    [wt] => 2409
                    [cpu] => 2009
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOUpdateAction::writeObjects==>Civi\Api4\Utils\CoreUtil::getIdFieldName] => Array
                (
                    [ct] => 61
                    [wt] => 1827
                    [cpu] => 1426
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOUpdateAction::writeObjects==>Civi\Api4\Utils\CoreUtil::isContact] => Array
                (
                    [ct] => 61
                    [wt] => 3595
                    [cpu] => 2049
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOUpdateAction::writeObjects==>Civi\Api4\Generic\AbstractAction::entityFields] => Array
                (
                    [ct] => 122
                    [wt] => 134815
                    [cpu] => 116681
                    [mu] => 1335736
                    [pmu] => 15528
                )

            [Civi\Api4\Utils\FormattingUtil::formatInputValue==>Civi\Api4\Utils\CoreUtil::isContact] => Array
                (
                    [ct] => 113
                    [wt] => 5186
                    [cpu] => 3584
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Utils\FormattingUtil::formatWriteParams==>Civi\Api4\Utils\FormattingUtil::formatInputValue] => Array
                (
                    [ct] => 418
                    [wt] => 23047
                    [cpu] => 21240
                    [mu] => 201864
                    [pmu] => 0
                )

            [Civi\Api4\Utils\FormattingUtil::formatInputValue==>CRM_Core_BAO_Domain::getDomain] => Array
                (
                    [ct] => 7
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Utils\FormattingUtil::formatWriteParams==>CRM_Utils_API_HTMLInputCoder::singleton] => Array
                (
                    [ct] => 61
                    [wt] => 59
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [CRM_Utils_API_HTMLInputCoder::encodeRow==>CRM_Utils_API_AbstractFieldCoder::isSkippedField] => Array
                (
                    [ct] => 370
                    [wt] => 1354
                    [cpu] => 1994
                    [mu] => 25064
                    [pmu] => 0
                )

            [CRM_Utils_API_HTMLInputCoder::encodeRow==>CRM_Utils_API_HTMLInputCoder::encodeValue] => Array
                (
                    [ct] => 278
                    [wt] => 287
                    [cpu] => 1018
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Utils\FormattingUtil::formatWriteParams==>CRM_Utils_API_HTMLInputCoder::encodeRow] => Array
                (
                    [ct] => 61
                    [wt] => 2842
                    [cpu] => 4015
                    [mu] => -9512
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOUpdateAction::writeObjects==>Civi\Api4\Utils\FormattingUtil::formatWriteParams] => Array
                (
                    [ct] => 61
                    [wt] => 27477
                    [cpu] => 25255
                    [mu] => 247880
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOUpdateAction::formatCustomParams==>Civi\Api4\Generic\DAOUpdateAction::getCustomFieldInfo] => Array
                (
                    [ct] => 558
                    [wt] => 538
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOUpdateAction::writeObjects==>Civi\Api4\Generic\DAOUpdateAction::formatCustomParams] => Array
                (
                    [ct] => 61
                    [wt] => 1519
                    [cpu] => 999
                    [mu] => 1936
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOUpdateAction::updateWeight==>Civi\Api4\Generic\AbstractAction::getEntityName] => Array
                (
                    [ct] => 140
                    [wt] => 110
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOUpdateAction::updateWeight==>Civi\Api4\Utils\CoreUtil::getInfoItem] => Array
                (
                    [ct] => 105
                    [wt] => 2761
                    [cpu] => 2005
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOUpdateAction::updateWeight==>Civi\Api4\Utils\CoreUtil::getIdFieldName] => Array
                (
                    [ct] => 35
                    [wt] => 934
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOUpdateAction::writeObjects==>Civi\Api4\Generic\DAOUpdateAction::updateWeight] => Array
                (
                    [ct] => 35
                    [wt] => 4393
                    [cpu] => 3003
                    [mu] => 2576
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOUpdateAction::writeObjects==>Civi\Api4\Generic\AbstractAction::__call] => Array
                (
                    [ct] => 61
                    [wt] => 634
                    [cpu] => 0
                    [mu] => 5480
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOUpdateAction::getBaoName==>Civi\Api4\Generic\AbstractAction::getEntityName] => Array
                (
                    [ct] => 66
                    [wt] => 71
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOUpdateAction::getBaoName==>Civi\Api4\Utils\CoreUtil::getBAOFromApiName] => Array
                (
                    [ct] => 66
                    [wt] => 27360
                    [cpu] => 30014
                    [mu] => 4160
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOUpdateAction::write==>Civi\Api4\Generic\DAOUpdateAction::getBaoName] => Array
                (
                    [ct] => 61
                    [wt] => 25957
                    [cpu] => 30014
                    [mu] => 5248
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOUpdateAction::write==>Civi\Api4\Utils\ReflectionUtils::isMethodDeprecated] => Array
                (
                    [ct] => 50
                    [wt] => 386
                    [cpu] => 0
                    [mu] => 5400
                    [pmu] => 0
                )

            [CRM_Core_DAO::writeRecord==>CRM_Core_DAO_AllCoreTables::getCanonicalClassName] => Array
                (
                    [ct] => 38
                    [wt] => 83
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_DAO::writeRecord==>CRM_Core_DAO_AllCoreTables::getEntityNameForClass] => Array
                (
                    [ct] => 38
                    [wt] => 422
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_DAO::writeRecord==>CRM_Core_DAO::{closure}] => Array
                (
                    [ct] => 392
                    [wt] => 332
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Core_DAO::writeRecord==>CRM_Utils_Hook::pre] => Array
                (
                    [ct] => 38
                    [wt] => 12900
                    [cpu] => 12625
                    [mu] => 16856
                    [pmu] => 0
                )

            [CRM_Core_DAO::setDefaultsFromCallback==>Civi::entity] => Array
                (
                    [ct] => 38
                    [wt] => 210
                    [cpu] => 0
                    [mu] => 4200
                    [pmu] => 0
                )

            [Civi\Schema\SqlEntityMetadata::getProperty==>Civi\Schema\SqlEntityMetadata::getFields] => Array
                (
                    [ct] => 38
                    [wt] => 3985
                    [cpu] => 2809
                    [mu] => 234144
                    [pmu] => 0
                )

            [CRM_Core_DAO::setDefaultsFromCallback==>Civi\Schema\EntityProvider::getMeta] => Array
                (
                    [ct] => 38
                    [wt] => 4837
                    [cpu] => 2809
                    [mu] => 1232
                    [pmu] => 0
                )

            [CRM_Core_DAO::writeRecord==>CRM_Core_DAO::setDefaultsFromCallback] => Array
                (
                    [ct] => 38
                    [wt] => 5288
                    [cpu] => 2809
                    [mu] => 6128
                    [pmu] => 0
                )

            [CRM_Core_DAO::writeRecord==>CRM_Core_DAO::getSupportedFields] => Array
                (
                    [ct] => 38
                    [wt] => 5719
                    [cpu] => 6400
                    [mu] => 361344
                    [pmu] => 9648
                )

            [CRM_Core_DAO::writeRecord==>CRM_Core_DAO_Base::__construct] => Array
                (
                    [ct] => 38
                    [wt] => 5839
                    [cpu] => 9756
                    [mu] => 72072
                    [pmu] => 0
                )

            [CRM_Core_DAO::copyValues==>CRM_Core_DAO::serializeField] => Array
                (
                    [ct] => 35
                    [wt] => 465
                    [cpu] => 0
                    [mu] => 63608
                    [pmu] => 336
                )

            [CRM_Core_DAO::writeRecord==>CRM_Core_DAO::copyValues] => Array
                (
                    [ct] => 38
                    [wt] => 9280
                    [cpu] => 9852
                    [mu] => 96648
                    [pmu] => 400
                )

            [CRM_Core_DAO::writeRecord==>CRM_Core_DAO::save] => Array
                (
                    [ct] => 38
                    [wt] => 146632
                    [cpu] => 62217
                    [mu] => 38720
                    [pmu] => 13984
                )

            [CRM_Core_Transaction::addPostCommit==>CRM_Utils_Hook::postCommit] => Array
                (
                    [ct] => 61
                    [wt] => 5293
                    [cpu] => 3217
                    [mu] => 16184
                    [pmu] => 0
                )

            [CRM_Core_DAO::writeRecord==>CRM_Utils_Hook::post] => Array
                (
                    [ct] => 38
                    [wt] => 2145523
                    [cpu] => 1995981
                    [mu] => 595112
                    [pmu] => 313376
                )

            [CRM_Core_BAO_Navigation::writeRecords==>CRM_Core_DAO::writeRecord] => Array
                (
                    [ct] => 12
                    [wt] => 88852
                    [cpu] => 43172
                    [mu] => 178968
                    [pmu] => 24032
                )

            [Civi\API\Kernel::runSafe==>Civi\API\Kernel::runRequest@1] => Array
                (
                    [ct] => 41
                    [wt] => 154467
                    [cpu] => 138671
                    [mu] => -2758464
                    [pmu] => 2620768
                )

            [CRM_Core_BAO_Navigation::writeRecords==>CRM_Core_BAO_Navigation::resetNavigation] => Array
                (
                    [ct] => 12
                    [wt] => 481001
                    [cpu] => 209033
                    [mu] => -14637424
                    [pmu] => 1183824
                )

            [Civi\Api4\Generic\DAOUpdateAction::write==>CRM_Core_BAO_Navigation::writeRecords] => Array
                (
                    [ct] => 12
                    [wt] => 570061
                    [cpu] => 252304
                    [mu] => -14583024
                    [pmu] => 1207856
                )

            [Civi\Api4\Generic\DAOUpdateAction::writeObjects==>Civi\Api4\Generic\DAOUpdateAction::write] => Array
                (
                    [ct] => 61
                    [wt] => 10953154
                    [cpu] => 10087210
                    [mu] => -11862488
                    [pmu] => 2644800
                )

            [Civi\Api4\Generic\DAOUpdateAction::baoToArray==>CRM_Core_DAO_Base::fields] => Array
                (
                    [ct] => 61
                    [wt] => 1361
                    [cpu] => 1084
                    [mu] => 627272
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOUpdateAction::baoToArray==>Civi\Api4\Generic\DAOUpdateAction::Civi\Api4\Generic\Traits\{closure}] => Array
                (
                    [ct] => 680
                    [wt] => 896
                    [cpu] => 1445
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOUpdateAction::writeObjects==>Civi\Api4\Generic\DAOUpdateAction::baoToArray] => Array
                (
                    [ct] => 61
                    [wt] => 4871
                    [cpu] => 2988
                    [mu] => 222008
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOUpdateAction::writeObjects==>CRM_Utils_API_HTMLInputCoder::singleton] => Array
                (
                    [ct] => 61
                    [wt] => 106
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOUpdateAction::writeObjects==>CRM_Utils_API_HTMLInputCoder::decodeRows] => Array
                (
                    [ct] => 61
                    [wt] => 3982
                    [cpu] => 2015
                    [mu] => 45008
                    [pmu] => 0
                )

            [Civi\Api4\Utils\FormattingUtil::formatOutputValues==>CRM_Core_DAO::unSerializeField] => Array
                (
                    [ct] => 35
                    [wt] => 874
                    [cpu] => 674
                    [mu] => 209920
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOUpdateAction::writeObjects==>Civi\Api4\Utils\FormattingUtil::formatOutputValues] => Array
                (
                    [ct] => 61
                    [wt] => 16564
                    [cpu] => 12314
                    [mu] => 287104
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOUpdateAction::updateRecords==>Civi\Api4\Generic\DAOUpdateAction::writeObjects] => Array
                (
                    [ct] => 61
                    [wt] => 11161846
                    [cpu] => 10256427
                    [mu] => -10284088
                    [pmu] => 2660328
                )

            [Civi\Api4\Generic\DAOUpdateAction::updateRecords==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 61
                    [wt] => 973
                    [cpu] => 396
                    [mu] => -114872
                    [pmu] => 0
                )

            [Civi\Api4\Generic\AbstractUpdateAction::_run==>Civi\Api4\Generic\DAOUpdateAction::updateRecords] => Array
                (
                    [ct] => 61
                    [wt] => 11163533
                    [cpu] => 10256823
                    [mu] => -10829416
                    [pmu] => 2660328
                )

            [Civi\Api4\Provider\ActionObjectProvider::invoke==>Civi\Api4\Generic\AbstractUpdateAction::_run] => Array
                (
                    [ct] => 61
                    [wt] => 11729270
                    [cpu] => 10757661
                    [mu] => -12477720
                    [pmu] => 2660328
                )

            [civicrm_api4==>Civi\Api4\Generic\AbstractAction::execute] => Array
                (
                    [ct] => 61
                    [wt] => 12299842
                    [cpu] => 11245013
                    [mu] => -9068040
                    [pmu] => 2660328
                )

            [CRM_Core_ManagedEntities::updateExistingEntity==>civicrm_api4] => Array
                (
                    [ct] => 61
                    [wt] => 12306612
                    [cpu] => 11248553
                    [mu] => -9034400
                    [pmu] => 2660328
                )

            [Civi\Api4\Generic\DAOUpdateAction::resolveFKValues==>Civi\Api4\Generic\AbstractAction::entityFields] => Array
                (
                    [ct] => 50
                    [wt] => 470919
                    [cpu] => 416473
                    [mu] => -931512
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOUpdateAction::resolveFKValues==>Civi\Api4\Utils\CoreUtil::getBAOFromApiName] => Array
                (
                    [ct] => 45
                    [wt] => 20949
                    [cpu] => 17997
                    [mu] => 3032
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOUpdateAction::resolveFKValues==>CRM_Core_DAO::getSupportedFields] => Array
                (
                    [ct] => 45
                    [wt] => 3564
                    [cpu] => 4990
                    [mu] => 389752
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOUpdateAction::resolveFKValues==>CRM_Core_Config::domainID] => Array
                (
                    [ct] => 6
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOUpdateAction::resolveFKValues==>CRM_Core_DAO_Base::__construct] => Array
                (
                    [ct] => 11
                    [wt] => 1837
                    [cpu] => 2246
                    [mu] => 20120
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOUpdateAction::resolveFKValues==>DB_DataObject::find] => Array
                (
                    [ct] => 11
                    [wt] => 14026
                    [cpu] => 6741
                    [mu] => 196200
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOUpdateAction::formatWriteValues==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 11
                    [wt] => 125
                    [cpu] => 0
                    [mu] => -192312
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecFormatter::arrayToField==>Civi\Api4\Service\Spec\FieldSpec::setUsage] => Array
                (
                    [ct] => 27
                    [wt] => 37
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Service\Spec\SpecFormatter::arrayToField==>Civi\Api4\Utils\CoreUtil::getOptionValueFields] => Array
                (
                    [ct] => 27
                    [wt] => 10056
                    [cpu] => 11182
                    [mu] => 16056
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOUpdateAction::resolveFKValues==>CRM_Core_DAO::getFieldValue] => Array
                (
                    [ct] => 39
                    [wt] => 25108
                    [cpu] => 27930
                    [mu] => 507432
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOUpdateAction::resolveFKValues==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 25
                    [wt] => 301
                    [cpu] => 0
                    [mu] => -429816
                    [pmu] => 0
                )

            [CRM_Core_BAO_OptionValue::add==>DB_DataObject::find] => Array
                (
                    [ct] => 6
                    [wt] => 6324
                    [cpu] => 5342
                    [mu] => 115840
                    [pmu] => 0
                )

            [CRM_Core_BAO_OptionValue::updateOptionDefaults==>CRM_Core_DAO::executeQuery] => Array
                (
                    [ct] => 6
                    [wt] => 13014
                    [cpu] => 2464
                    [mu] => 4904
                    [pmu] => 0
                )

            [CRM_Core_BAO_OptionValue::updateOptionDefaults==>CRM_Core_DAO::__destruct] => Array
                (
                    [ct] => 6
                    [wt] => 86
                    [cpu] => 95
                    [mu] => 584
                    [pmu] => 0
                )

            [CRM_Core_BAO_OptionValue::add==>CRM_Core_BAO_OptionValue::updateOptionDefaults] => Array
                (
                    [ct] => 6
                    [wt] => 13209
                    [cpu] => 2559
                    [mu] => 10472
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOUpdateAction::write==>CRM_Core_BAO_OptionValue::create] => Array
                (
                    [ct] => 23
                    [wt] => 8110473
                    [cpu] => 7747423
                    [mu] => 1948280
                    [pmu] => 1123568
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@1==>CRM_Core_BAO_OptionGroup::self_hook_civicrm_pre] => Array
                (
                    [ct] => 6
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [CRM_Core_BAO_OptionGroup::self_hook_civicrm_post==>Civi::cache] => Array
                (
                    [ct] => 6
                    [wt] => 59
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@3==>Symfony\Contracts\EventDispatcher\Event::isPropagationStopped] => Array
                (
                    [ct] => 222
                    [wt] => 223
                    [cpu] => 1002
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@3==>Civi\Core\Event\ServiceListener::__invoke@1] => Array
                (
                    [ct] => 90
                    [wt] => 1107
                    [cpu] => 1774
                    [mu] => 34472
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@3==>Civi\API\Provider\ReflectionProvider::onApiResolve] => Array
                (
                    [ct] => 6
                    [wt] => 152
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@3==>Civi\Api4\Provider\ActionObjectProvider::onApiResolve] => Array
                (
                    [ct] => 6
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@3==>Civi\API\Provider\AdhocProvider::onApiResolve] => Array
                (
                    [ct] => 6
                    [wt] => 55
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@3==>Civi\API\Provider\MagicFunctionProvider::onApiResolve] => Array
                (
                    [ct] => 6
                    [wt] => 166
                    [cpu] => 0
                    [mu] => 2888
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::dispatch@3==>Symfony\Component\EventDispatcher\EventDispatcher::callListeners@3] => Array
                (
                    [ct] => 36
                    [wt] => 10590
                    [cpu] => 9096
                    [mu] => 29592
                    [pmu] => 0
                )

            [Civi\API\Kernel::resolve==>Civi\Core\CiviEventDispatcher::dispatch@3] => Array
                (
                    [ct] => 6
                    [wt] => 813
                    [cpu] => 0
                    [mu] => 7696
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@3==>Civi\API\Provider\ReflectionProvider::onApiAuthorize] => Array
                (
                    [ct] => 6
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@3==>Civi\API\Subscriber\DynamicFKAuthorization::onApiAuthorize] => Array
                (
                    [ct] => 6
                    [wt] => 62
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@3==>Civi\API\Provider\AdhocProvider::onApiAuthorize] => Array
                (
                    [ct] => 6
                    [wt] => 46
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@3==>Civi\API\Subscriber\PermissionCheck::onApiAuthorize] => Array
                (
                    [ct] => 6
                    [wt] => 69
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\API\Kernel::authorize==>Civi\Core\CiviEventDispatcher::dispatch@3] => Array
                (
                    [ct] => 6
                    [wt] => 587
                    [cpu] => 1003
                    [mu] => 3352
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@3==>Civi\API\Subscriber\DebugSubscriber::onApiPrepare] => Array
                (
                    [ct] => 6
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@3==>Civi\API\Subscriber\TransactionSubscriber::onApiPrepare] => Array
                (
                    [ct] => 6
                    [wt] => 149
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@3==>Civi\API\Subscriber\I18nSubscriber::onApiPrepare] => Array
                (
                    [ct] => 6
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@3==>Civi\API\Subscriber\APIv3SchemaAdapter::onApiPrepare] => Array
                (
                    [ct] => 6
                    [wt] => 142
                    [cpu] => 1001
                    [mu] => 5336
                    [pmu] => 0
                )

            [Civi\Core\CiviEventDispatcher::dispatch@4==>Civi\Core\CiviEventDispatcher::bindPatterns] => Array
                (
                    [ct] => 18
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::dispatch@4==>Symfony\Component\EventDispatcher\EventDispatcher::getListeners] => Array
                (
                    [ct] => 18
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@4==>Symfony\Contracts\EventDispatcher\Event::isPropagationStopped] => Array
                (
                    [ct] => 24
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@4==>Civi\Core\Event\HookStyleListener::__invoke] => Array
                (
                    [ct] => 12
                    [wt] => 228
                    [cpu] => 999
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@4==>Civi\Core\CiviEventDispatcher::delegateToUF] => Array
                (
                    [ct] => 12
                    [wt] => 512
                    [cpu] => 998
                    [mu] => 6104
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::dispatch@4==>Symfony\Component\EventDispatcher\EventDispatcher::callListeners@4] => Array
                (
                    [ct] => 12
                    [wt] => 927
                    [cpu] => 1997
                    [mu] => 2720
                    [pmu] => 0
                )

            [Civi\Core\CiviEventDispatcher::dispatch@4==>Symfony\Component\EventDispatcher\EventDispatcher::dispatch@4] => Array
                (
                    [ct] => 18
                    [wt] => 1058
                    [cpu] => 1997
                    [mu] => 4112
                    [pmu] => 0
                )

            [CRM_Utils_Hook::invoke==>Civi\Core\CiviEventDispatcher::dispatch@4] => Array
                (
                    [ct] => 12
                    [wt] => 1128
                    [cpu] => 1997
                    [mu] => 5392
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@3==>Civi\API\Subscriber\WrapperAdapter::onApiPrepare] => Array
                (
                    [ct] => 6
                    [wt] => 998
                    [cpu] => 998
                    [mu] => 6088
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@3==>Civi\API\Subscriber\APIv3SchemaAdapter::onApiPrepare_validate] => Array
                (
                    [ct] => 6
                    [wt] => 117
                    [cpu] => 0
                    [mu] => 824
                    [pmu] => 0
                )

            [Civi\API\Kernel::prepare==>Civi\Core\CiviEventDispatcher::dispatch@3] => Array
                (
                    [ct] => 6
                    [wt] => 2459
                    [cpu] => 3772
                    [mu] => 14904
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@3==>Civi\API\Subscriber\WrapperAdapter::onApiRespond] => Array
                (
                    [ct] => 6
                    [wt] => 1072
                    [cpu] => 1996
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@3==>Civi\API\Subscriber\ChainSubscriber::onApiRespond] => Array
                (
                    [ct] => 6
                    [wt] => 188
                    [cpu] => 0
                    [mu] => 3272
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@3==>Civi\API\Subscriber\TransactionSubscriber::onApiRespond] => Array
                (
                    [ct] => 6
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@3==>Civi\API\Subscriber\I18nSubscriber::onApiRespond] => Array
                (
                    [ct] => 6
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@3==>Civi\API\Subscriber\DebugSubscriber::onApiRespond] => Array
                (
                    [ct] => 6
                    [wt] => 48
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\API\Kernel::respond==>Civi\Core\CiviEventDispatcher::dispatch@3] => Array
                (
                    [ct] => 6
                    [wt] => 2364
                    [cpu] => 1996
                    [mu] => 4048
                    [pmu] => 0
                )

            [CRM_Core_DAO::save==>Civi\Core\CiviEventDispatcher::dispatch@3] => Array
                (
                    [ct] => 12
                    [wt] => 4659
                    [cpu] => 2325
                    [mu] => 1800
                    [pmu] => 0
                )

            [DB_common::modifyQuery==>Civi\Core\CiviEventDispatcher::dispatch@4] => Array
                (
                    [ct] => 6
                    [wt] => 73
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@3==>CRM_Core_BAO_RecurringEntity::triggerUpdate] => Array
                (
                    [ct] => 6
                    [wt] => 4363
                    [cpu] => 2224
                    [mu] => 1456
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@3==>Civi\Core\CiviEventDispatcher::delegateToUF] => Array
                (
                    [ct] => 6
                    [wt] => 268
                    [cpu] => 0
                    [mu] => 3464
                    [pmu] => 0
                )

            [CRM_Utils_Hook::invoke==>Civi\Core\CiviEventDispatcher::dispatch@3] => Array
                (
                    [ct] => 6
                    [wt] => 405
                    [cpu] => 0
                    [mu] => 1264
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@2==>Civi\Core\Event\ServiceListener::__invoke] => Array
                (
                    [ct] => 12
                    [wt] => 69269
                    [cpu] => 40052
                    [mu] => -269192
                    [pmu] => 313376
                )

            [CRM_Utils_Cache_CacheWrapper::dispatchClearEvent==>Civi\Core\CiviEventDispatcher::dispatch@2] => Array
                (
                    [ct] => 15
                    [wt] => 69652
                    [cpu] => 41146
                    [mu] => -273040
                    [pmu] => 313376
                )

            [CRM_Core_BAO_OptionGroup::self_hook_civicrm_post==>CRM_Utils_Cache_CacheWrapper::clear] => Array
                (
                    [ct] => 6
                    [wt] => 75782
                    [cpu] => 44750
                    [mu] => -5423208
                    [pmu] => 313376
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@1==>CRM_Core_BAO_OptionGroup::self_hook_civicrm_post] => Array
                (
                    [ct] => 6
                    [wt] => 75896
                    [cpu] => 44750
                    [mu] => -5421880
                    [pmu] => 313376
                )

            [CRM_Core_DAO::writeRecords==>CRM_Core_DAO::writeRecord] => Array
                (
                    [ct] => 26
                    [wt] => 2245099
                    [cpu] => 2057469
                    [mu] => 973160
                    [pmu] => 313376
                )

            [Civi\Api4\Generic\DAOUpdateAction::write==>CRM_Core_DAO::writeRecords] => Array
                (
                    [ct] => 26
                    [wt] => 2245414
                    [cpu] => 2057469
                    [mu] => 757576
                    [pmu] => 313376
                )

            [Civi\Api4\Utils\FormattingUtil::formatInputValue@1==>CRM_Utils_API_HTMLInputCoder::singleton] => Array
                (
                    [ct] => 72
                    [wt] => 57
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Utils\FormattingUtil::formatInputValue==>Civi\Api4\Utils\FormattingUtil::formatInputValue@1] => Array
                (
                    [ct] => 182
                    [wt] => 11755
                    [cpu] => 10489
                    [mu] => 180184
                    [pmu] => 0
                )

            [Civi\Api4\Utils\FormattingUtil::formatInputValue@2==>CRM_Utils_API_HTMLInputCoder::singleton] => Array
                (
                    [ct] => 108
                    [wt] => 121
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Utils\FormattingUtil::formatInputValue@2==>CRM_Utils_API_AbstractFieldCoder::isSkippedField] => Array
                (
                    [ct] => 85
                    [wt] => 294
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Utils\FormattingUtil::formatInputValue@1==>Civi\Api4\Utils\FormattingUtil::formatInputValue@2] => Array
                (
                    [ct] => 217
                    [wt] => 10655
                    [cpu] => 9904
                    [mu] => 141704
                    [pmu] => 0
                )

            [CRM_Contact_BAO_SavedSearch::self_hook_civicrm_pre==>CRM_Core_Session::getLoggedInContactID] => Array
                (
                    [ct] => 9
                    [wt] => 188
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [CRM_Contact_BAO_SavedSearch::self_hook_civicrm_pre==>Civi::container] => Array
                (
                    [ct] => 9
                    [wt] => 38
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Contact_BAO_SavedSearch::self_hook_civicrm_pre==>Symfony\Component\DependencyInjection\Container::get] => Array
                (
                    [ct] => 9
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Angular\Manager::clear==>CRM_Utils_Cache_CacheWrapper::clear] => Array
                (
                    [ct] => 9
                    [wt] => 3005
                    [cpu] => 7433
                    [mu] => 632
                    [pmu] => 0
                )

            [Civi\Angular\Manager::clear==>Civi::container] => Array
                (
                    [ct] => 9
                    [wt] => 57
                    [cpu] => 46
                    [mu] => 552
                    [pmu] => 0
                )

            [Civi\Angular\Manager::clear==>Symfony\Component\DependencyInjection\Container::get] => Array
                (
                    [ct] => 9
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Civi\Angular\Manager::clear==>Civi\Core\AssetBuilder::clear] => Array
                (
                    [ct] => 9
                    [wt] => 1399
                    [cpu] => 148
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Contact_BAO_SavedSearch::self_hook_civicrm_pre==>Civi\Angular\Manager::clear] => Array
                (
                    [ct] => 9
                    [wt] => 4616
                    [cpu] => 7627
                    [mu] => 3176
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners@1==>CRM_Contact_BAO_SavedSearch::self_hook_civicrm_pre] => Array
                (
                    [ct] => 9
                    [wt] => 5006
                    [cpu] => 7627
                    [mu] => 5864
                    [pmu] => 0
                )

            [Civi\Api4\Utils\FormattingUtil::convertDataType@1==>Civi\Api4\Utils\FormattingUtil::convertDataType@2] => Array
                (
                    [ct] => 217
                    [wt] => 2904
                    [cpu] => 5207
                    [mu] => 97400
                    [pmu] => 0
                )

            [Civi\Api4\Utils\FormattingUtil::formatInputValue@3==>CRM_Utils_API_HTMLInputCoder::singleton] => Array
                (
                    [ct] => 516
                    [wt] => 472
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Utils\FormattingUtil::formatInputValue@3==>CRM_Utils_API_AbstractFieldCoder::isSkippedField] => Array
                (
                    [ct] => 429
                    [wt] => 1376
                    [cpu] => 2004
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Utils\FormattingUtil::formatInputValue@2==>Civi\Api4\Utils\FormattingUtil::formatInputValue@3] => Array
                (
                    [ct] => 563
                    [wt] => 8683
                    [cpu] => 6903
                    [mu] => 79752
                    [pmu] => 0
                )

            [Civi\Api4\Utils\FormattingUtil::formatInputValue@5==>CRM_Utils_API_HTMLInputCoder::singleton] => Array
                (
                    [ct] => 360
                    [wt] => 332
                    [cpu] => 997
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Utils\FormattingUtil::formatInputValue@5==>CRM_Utils_API_AbstractFieldCoder::isSkippedField] => Array
                (
                    [ct] => 358
                    [wt] => 1146
                    [cpu] => 891
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Utils\FormattingUtil::formatInputValue@4==>Civi\Api4\Utils\FormattingUtil::formatInputValue@5] => Array
                (
                    [ct] => 403
                    [wt] => 3264
                    [cpu] => 1888
                    [mu] => 10840
                    [pmu] => 0
                )

            [Civi\Api4\Utils\FormattingUtil::formatInputValue@3==>Civi\Api4\Utils\FormattingUtil::formatInputValue@4] => Array
                (
                    [ct] => 117
                    [wt] => 4469
                    [cpu] => 2891
                    [mu] => 57624
                    [pmu] => 0
                )

            [CRM_Core_DAO_Base::__construct==>CRM_Extension_MixinLoader::{closure}] => Array
                (
                    [ct] => 11
                    [wt] => 841
                    [cpu] => 2009
                    [mu] => 33656
                    [pmu] => 0
                )

            [CRM_Core_DAO_Base::keys==>CRM_Extension_MixinLoader::{closure}] => Array
                (
                    [ct] => 66
                    [wt] => 4987
                    [cpu] => 4006
                    [mu] => 199096
                    [pmu] => 0
                )

            [Civi\Api4\Utils\FormattingUtil::convertDataType@2==>Civi\Api4\Utils\FormattingUtil::convertDataType@3] => Array
                (
                    [ct] => 563
                    [wt] => 1828
                    [cpu] => 2808
                    [mu] => 54792
                    [pmu] => 0
                )

            [Civi\Api4\Utils\FormattingUtil::convertDataType@4==>Civi\Api4\Utils\FormattingUtil::convertDataType@5] => Array
                (
                    [ct] => 403
                    [wt] => 472
                    [cpu] => 1922
                    [mu] => 5400
                    [pmu] => 0
                )

            [Civi\Api4\Utils\FormattingUtil::convertDataType@3==>Civi\Api4\Utils\FormattingUtil::convertDataType@4] => Array
                (
                    [ct] => 117
                    [wt] => 1183
                    [cpu] => 2808
                    [mu] => 37960
                    [pmu] => 0
                )

            [Civi\Api4\Utils\FormattingUtil::formatInputValue@1==>CRM_Utils_API_AbstractFieldCoder::isSkippedField] => Array
                (
                    [ct] => 24
                    [wt] => 86
                    [cpu] => 585
                    [mu] => 2360
                    [pmu] => 0
                )

            [Civi\Api4\Utils\FormattingUtil::formatInputValue@1==>CRM_Utils_API_HTMLInputCoder::encodeValue] => Array
                (
                    [ct] => 20
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Utils\FormattingUtil::formatInputValue@6==>CRM_Utils_API_HTMLInputCoder::singleton] => Array
                (
                    [ct] => 31
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Utils\FormattingUtil::formatInputValue@6==>CRM_Utils_API_AbstractFieldCoder::isSkippedField] => Array
                (
                    [ct] => 22
                    [wt] => 64
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Utils\FormattingUtil::formatInputValue@5==>Civi\Api4\Utils\FormattingUtil::formatInputValue@6] => Array
                (
                    [ct] => 31
                    [wt] => 204
                    [cpu] => 0
                    [mu] => 1928
                    [pmu] => 0
                )

            [Civi\Api4\Utils\FormattingUtil::formatInputValue@4==>CRM_Utils_API_HTMLInputCoder::singleton] => Array
                (
                    [ct] => 56
                    [wt] => 43
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Utils\FormattingUtil::formatInputValue@4==>CRM_Utils_API_AbstractFieldCoder::isSkippedField] => Array
                (
                    [ct] => 56
                    [wt] => 163
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Utils\FormattingUtil::convertDataType@5==>Civi\Api4\Utils\FormattingUtil::convertDataType@6] => Array
                (
                    [ct] => 31
                    [wt] => 51
                    [cpu] => 956
                    [mu] => 600
                    [pmu] => 0
                )

            [Civi\Api4\Generic\DAOUpdateAction::resolveFKValues==>Civi\Api4\Generic\DAOUpdateAction::getBaoName] => Array
                (
                    [ct] => 5
                    [wt] => 1836
                    [cpu] => 0
                    [mu] => 840
                    [pmu] => 0
                )

            [CRM_Core_ManagedEntities::reconcile==>CRM_Core_ManagedEntities::reconcileEntities] => Array
                (
                    [ct] => 1
                    [wt] => 17119052
                    [cpu] => 15876158
                    [mu] => 264680
                    [pmu] => 3066696
                )

            [CRM_Core_Invoke::rebuildMenuAndCaches==>CRM_Core_ManagedEntities::reconcile] => Array
                (
                    [ct] => 1
                    [wt] => 17660287
                    [cpu] => 16374157
                    [mu] => 1913912
                    [pmu] => 3066696
                )

            [CRM_Core_Invoke::hackMenuRebuild==>CRM_Core_Invoke::rebuildMenuAndCaches] => Array
                (
                    [ct] => 1
                    [wt] => 21494539
                    [cpu] => 18776601
                    [mu] => 7416080
                    [pmu] => 10967760
                )

            [CRM_Core_Invoke::hackMenuRebuild==>ts] => Array
                (
                    [ct] => 2
                    [wt] => 120
                    [cpu] => 999
                    [mu] => 664
                    [pmu] => 0
                )

            [CRM_Core_Session::setStatus==>CRM_Core_Session::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Core_Session::setStatus==>CRM_Core_Session::initialize] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_String::purifyHTML==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_String::purifyHTML==>_afform_civix_class_loader] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_String::purifyHTML==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_String::purifyHTML==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 111
                    [cpu] => 0
                    [mu] => 888
                    [pmu] => 0
                )

            [HTMLPurifier_Config::createDefault==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_Config::createDefault==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_Config::createDefault==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_Config::createDefault==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 744
                    [pmu] => 0
                )

            [HTMLPurifier_ConfigSchema::makeFromSerial==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_ConfigSchema::makeFromSerial==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_ConfigSchema::makeFromSerial==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_ConfigSchema::makeFromSerial==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 744
                    [pmu] => 0
                )

            [HTMLPurifier_ConfigSchema::instance==>HTMLPurifier_ConfigSchema::makeFromSerial] => Array
                (
                    [ct] => 1
                    [wt] => 599
                    [cpu] => 0
                    [mu] => 125192
                    [pmu] => 0
                )

            [HTMLPurifier_Config::createDefault==>HTMLPurifier_ConfigSchema::instance] => Array
                (
                    [ct] => 1
                    [wt] => 609
                    [cpu] => 0
                    [mu] => 101280
                    [pmu] => 0
                )

            [HTMLPurifier_Config::__construct==>HTMLPurifier_PropertyList::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_Config::__construct==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_Config::__construct==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_Config::__construct==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_Config::__construct==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 70
                    [cpu] => 0
                    [mu] => 744
                    [pmu] => 0
                )

            [HTMLPurifier_Config::createDefault==>HTMLPurifier_Config::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 99
                    [cpu] => 0
                    [mu] => 3896
                    [pmu] => 0
                )

            [CRM_Utils_String::purifyHTML==>HTMLPurifier_Config::createDefault] => Array
                (
                    [ct] => 1
                    [wt] => 754
                    [cpu] => 0
                    [mu] => 108672
                    [pmu] => 0
                )

            [HTMLPurifier_Config::set==>HTMLPurifier_Config::isFinalized] => Array
                (
                    [ct] => 5
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_VarParser::parse==>HTMLPurifier_VarParser_Flexible::parseImplementation] => Array
                (
                    [ct] => 5
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 1336
                    [pmu] => 0
                )

            [HTMLPurifier_Config::set==>HTMLPurifier_VarParser::parse] => Array
                (
                    [ct] => 5
                    [wt] => 43
                    [cpu] => 0
                    [mu] => 1624
                    [pmu] => 0
                )

            [HTMLPurifier_Config::set==>HTMLPurifier_PropertyList::set] => Array
                (
                    [ct] => 5
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 944
                    [pmu] => 0
                )

            [CRM_Utils_String::purifyHTML==>HTMLPurifier_Config::set] => Array
                (
                    [ct] => 5
                    [wt] => 144
                    [cpu] => 998
                    [mu] => 4792
                    [pmu] => 0
                )

            [HTMLPurifier_Config::autoFinalize==>HTMLPurifier_Config::finalize] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 528
                    [pmu] => 0
                )

            [HTMLPurifier_Config::getDefinition==>HTMLPurifier_Config::autoFinalize] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1160
                    [pmu] => 0
                )

            [HTMLPurifier_Config::getDefinition==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_Config::getDefinition==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_Config::getDefinition==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_Config::getDefinition==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 744
                    [pmu] => 0
                )

            [HTMLPurifier_DefinitionCacheFactory::addDecorator==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_DefinitionCacheFactory::addDecorator==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_DefinitionCacheFactory::addDecorator==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_DefinitionCacheFactory::addDecorator==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 106
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [HTMLPurifier_DefinitionCacheFactory::addDecorator==>HTMLPurifier_DefinitionCache_Decorator::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [HTMLPurifier_DefinitionCacheFactory::setup==>HTMLPurifier_DefinitionCacheFactory::addDecorator] => Array
                (
                    [ct] => 1
                    [wt] => 133
                    [cpu] => 0
                    [mu] => 4440
                    [pmu] => 0
                )

            [HTMLPurifier_DefinitionCacheFactory::instance==>HTMLPurifier_DefinitionCacheFactory::setup] => Array
                (
                    [ct] => 1
                    [wt] => 138
                    [cpu] => 0
                    [mu] => 5024
                    [pmu] => 0
                )

            [HTMLPurifier_Config::getDefinition==>HTMLPurifier_DefinitionCacheFactory::instance] => Array
                (
                    [ct] => 17
                    [wt] => 162
                    [cpu] => 0
                    [mu] => 6176
                    [pmu] => 0
                )

            [HTMLPurifier_PropertyList::get==>HTMLPurifier_PropertyList::has] => Array
                (
                    [ct] => 151
                    [wt] => 192
                    [cpu] => 2000
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_Config::get==>HTMLPurifier_PropertyList::get] => Array
                (
                    [ct] => 151
                    [wt] => 1236
                    [cpu] => 2000
                    [mu] => 2464
                    [pmu] => 0
                )

            [HTMLPurifier_DefinitionCacheFactory::create==>HTMLPurifier_Config::get] => Array
                (
                    [ct] => 17
                    [wt] => 113
                    [cpu] => 0
                    [mu] => 1832
                    [pmu] => 0
                )

            [HTMLPurifier_DefinitionCacheFactory::create==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_DefinitionCacheFactory::create==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_DefinitionCacheFactory::create==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_DefinitionCacheFactory::create==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 744
                    [pmu] => 0
                )

            [HTMLPurifier_DefinitionCacheFactory::create==>HTMLPurifier_DefinitionCache::__construct] => Array
                (
                    [ct] => 17
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_Config::getDefinition==>HTMLPurifier_DefinitionCacheFactory::create] => Array
                (
                    [ct] => 17
                    [wt] => 246
                    [cpu] => 0
                    [mu] => 6672
                    [pmu] => 0
                )

            [HTMLPurifier_Config::getDefinition==>HTMLPurifier_Config::get] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_Config::getDefinition==>HTMLPurifier_DefinitionCache_Null::get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_Config::initDefinition==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_Config::initDefinition==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_Config::initDefinition==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_Config::initDefinition==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 40
                    [cpu] => 0
                    [mu] => 744
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLDefinition::__construct==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLDefinition::__construct==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLDefinition::__construct==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLDefinition::__construct==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 744
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModuleManager::__construct==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModuleManager::__construct==>_afform_civix_class_loader] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModuleManager::__construct==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModuleManager::__construct==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 38
                    [cpu] => 0
                    [mu] => 904
                    [pmu] => 0
                )

            [HTMLPurifier_AttrTypes::__construct==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 14
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_AttrTypes::__construct==>_afform_civix_class_loader] => Array
                (
                    [ct] => 14
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_AttrTypes::__construct==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 14
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_AttrTypes::__construct==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 14
                    [wt] => 302
                    [cpu] => 1002
                    [mu] => 2920
                    [pmu] => 0
                )

            [HTMLPurifier_AttrTypes::__construct==>HTMLPurifier_AttrDef_Enum::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 640
                    [pmu] => 0
                )

            [HTMLPurifier_AttrTypes::__construct==>HTMLPurifier_AttrDef_HTML_Bool::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_AttrTypes::__construct==>HTMLPurifier_AttrDef_HTML_ID::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_AttrTypes::__construct==>HTMLPurifier_AttrDef_HTML_Pixels::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_AttrDef_URI::__construct==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_AttrDef_URI::__construct==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_AttrDef_URI::__construct==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_AttrDef_URI::__construct==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 744
                    [pmu] => 0
                )

            [HTMLPurifier_URIParser::__construct==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_URIParser::__construct==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_URIParser::__construct==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_URIParser::__construct==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 744
                    [pmu] => 0
                )

            [HTMLPurifier_URIParser::__construct==>HTMLPurifier_PercentEncoder::__construct] => Array
                (
                    [ct] => 9
                    [wt] => 53
                    [cpu] => 0
                    [mu] => 74816
                    [pmu] => 0
                )

            [HTMLPurifier_AttrDef_URI::__construct==>HTMLPurifier_URIParser::__construct] => Array
                (
                    [ct] => 9
                    [wt] => 113
                    [cpu] => 0
                    [mu] => 78512
                    [pmu] => 0
                )

            [HTMLPurifier_AttrTypes::__construct==>HTMLPurifier_AttrDef_URI::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 73
                    [cpu] => 0
                    [mu] => 15328
                    [pmu] => 0
                )

            [HTMLPurifier_AttrTypes::makeEnum==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_AttrTypes::makeEnum==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_AttrTypes::makeEnum==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_AttrTypes::makeEnum==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 744
                    [pmu] => 0
                )

            [HTMLPurifier_AttrTypes::makeEnum==>HTMLPurifier_AttrDef_Enum::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1336
                    [pmu] => 0
                )

            [HTMLPurifier_AttrTypes::makeEnum==>HTMLPurifier_AttrDef_Clone::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_AttrTypes::__construct==>HTMLPurifier_AttrTypes::makeEnum] => Array
                (
                    [ct] => 2
                    [wt] => 48
                    [cpu] => 0
                    [mu] => 5864
                    [pmu] => 0
                )

            [HTMLPurifier_AttrTypes::__construct==>HTMLPurifier_AttrDef_HTML_FrameTarget::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [HTMLPurifier_AttrTypes::__construct==>HTMLPurifier_AttrDef_Integer::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModuleManager::__construct==>HTMLPurifier_AttrTypes::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 598
                    [cpu] => 1002
                    [mu] => 31632
                    [pmu] => 0
                )

            [HTMLPurifier_DoctypeRegistry::register==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_DoctypeRegistry::register==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_DoctypeRegistry::register==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_DoctypeRegistry::register==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 744
                    [pmu] => 0
                )

            [HTMLPurifier_DoctypeRegistry::register==>HTMLPurifier_Doctype::__construct] => Array
                (
                    [ct] => 5
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModuleManager::__construct==>HTMLPurifier_DoctypeRegistry::register] => Array
                (
                    [ct] => 5
                    [wt] => 64
                    [cpu] => 0
                    [mu] => 4952
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLDefinition::__construct==>HTMLPurifier_HTMLModuleManager::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 752
                    [cpu] => 1002
                    [mu] => 45424
                    [pmu] => 0
                )

            [HTMLPurifier_Config::initDefinition==>HTMLPurifier_HTMLDefinition::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 788
                    [cpu] => 1002
                    [mu] => 48872
                    [pmu] => 0
                )

            [HTMLPurifier_Config::getDefinition==>HTMLPurifier_Config::initDefinition] => Array
                (
                    [ct] => 1
                    [wt] => 849
                    [cpu] => 1002
                    [mu] => 52384
                    [pmu] => 0
                )

            [HTMLPurifier_Config::maybeGetRawHTMLDefinition==>HTMLPurifier_Config::getDefinition] => Array
                (
                    [ct] => 1
                    [wt] => 1139
                    [cpu] => 1002
                    [mu] => 70160
                    [pmu] => 0
                )

            [CRM_Utils_String::purifyHTML==>HTMLPurifier_Config::maybeGetRawHTMLDefinition] => Array
                (
                    [ct] => 1
                    [wt] => 1146
                    [cpu] => 1002
                    [mu] => 70752
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLDefinition::getAnonymousModule==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLDefinition::getAnonymousModule==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLDefinition::getAnonymousModule==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLDefinition::getAnonymousModule==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 760
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLDefinition::addElement==>HTMLPurifier_HTMLDefinition::getAnonymousModule] => Array
                (
                    [ct] => 2
                    [wt] => 43
                    [cpu] => 0
                    [mu] => 3432
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule::addElement==>HTMLPurifier_HTMLModule::parseContents] => Array
                (
                    [ct] => 76
                    [wt] => 118
                    [cpu] => 0
                    [mu] => 10728
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule::addElement==>HTMLPurifier_HTMLModule::mergeInAttrIncludes] => Array
                (
                    [ct] => 76
                    [wt] => 149
                    [cpu] => 0
                    [mu] => 56440
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule::addElement==>HTMLPurifier_HTMLModule::addElementToContentSet] => Array
                (
                    [ct] => 60
                    [wt] => 99
                    [cpu] => 0
                    [mu] => 6128
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule::addElement==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule::addElement==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule::addElement==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule::addElement==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 744
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule::addElement==>HTMLPurifier_ElementDef::create] => Array
                (
                    [ct] => 76
                    [wt] => 97
                    [cpu] => 0
                    [mu] => 20024
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLDefinition::addElement==>HTMLPurifier_HTMLModule::addElement] => Array
                (
                    [ct] => 2
                    [wt] => 90
                    [cpu] => 0
                    [mu] => 9080
                    [pmu] => 0
                )

            [CRM_Utils_String::purifyHTML==>HTMLPurifier_HTMLDefinition::addElement] => Array
                (
                    [ct] => 2
                    [wt] => 149
                    [cpu] => 0
                    [mu] => 13144
                    [pmu] => 0
                )

            [HTMLPurifier::__construct==>HTMLPurifier_Config::create] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [HTMLPurifier::__construct==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier::__construct==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [HTMLPurifier::__construct==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier::__construct==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 112
                    [cpu] => 0
                    [mu] => 728
                    [pmu] => 0
                )

            [HTMLPurifier_Strategy_Core::__construct==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_Strategy_Core::__construct==>_afform_civix_class_loader] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_Strategy_Core::__construct==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_Strategy_Core::__construct==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 4
                    [wt] => 85
                    [cpu] => 0
                    [mu] => 1288
                    [pmu] => 0
                )

            [HTMLPurifier::__construct==>HTMLPurifier_Strategy_Core::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 137
                    [cpu] => 0
                    [mu] => 3784
                    [pmu] => 0
                )

            [CRM_Utils_String::purifyHTML==>HTMLPurifier::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 278
                    [cpu] => 0
                    [mu] => 7600
                    [pmu] => 0
                )

            [HTMLPurifier::purify==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 5
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [HTMLPurifier::purify==>_afform_civix_class_loader] => Array
                (
                    [ct] => 5
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [HTMLPurifier::purify==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 5
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [HTMLPurifier::purify==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 5
                    [wt] => 118
                    [cpu] => 0
                    [mu] => 1368
                    [pmu] => 0
                )

            [HTMLPurifier_PropertyList::get@1==>HTMLPurifier_PropertyList::has] => Array
                (
                    [ct] => 129
                    [wt] => 126
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_PropertyList::get==>HTMLPurifier_PropertyList::get@1] => Array
                (
                    [ct] => 129
                    [wt] => 457
                    [cpu] => 0
                    [mu] => 1200
                    [pmu] => 0
                )

            [HTMLPurifier_Lexer::create==>HTMLPurifier_Config::get] => Array
                (
                    [ct] => 6
                    [wt] => 100
                    [cpu] => 1002
                    [mu] => 1816
                    [pmu] => 0
                )

            [HTMLPurifier_Lexer::create==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_Lexer::create==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [HTMLPurifier_Lexer::create==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_Lexer::create==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 728
                    [pmu] => 0
                )

            [HTMLPurifier_Lexer::__construct==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_Lexer::__construct==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_Lexer::__construct==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_Lexer::__construct==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 744
                    [pmu] => 0
                )

            [HTMLPurifier_Lexer::__construct==>HTMLPurifier_EntityParser::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_Lexer_DOMLex::__construct==>HTMLPurifier_Lexer::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 50
                    [cpu] => 0
                    [mu] => 4096
                    [pmu] => 0
                )

            [HTMLPurifier_Lexer_DOMLex::__construct==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_Lexer_DOMLex::__construct==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_Lexer_DOMLex::__construct==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_Lexer_DOMLex::__construct==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 744
                    [pmu] => 0
                )

            [HTMLPurifier_TokenFactory::__construct==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 5
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_TokenFactory::__construct==>_afform_civix_class_loader] => Array
                (
                    [ct] => 5
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_TokenFactory::__construct==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_TokenFactory::__construct==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 5
                    [wt] => 197
                    [cpu] => 1001
                    [mu] => 1384
                    [pmu] => 0
                )

            [HTMLPurifier_TokenFactory::__construct==>HTMLPurifier_Token_Tag::__construct] => Array
                (
                    [ct] => 6
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_TokenFactory::__construct==>HTMLPurifier_Token_Text::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_TokenFactory::__construct==>HTMLPurifier_Token_Comment::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_Lexer_DOMLex::__construct==>HTMLPurifier_TokenFactory::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 316
                    [cpu] => 1001
                    [mu] => 7248
                    [pmu] => 0
                )

            [HTMLPurifier_Lexer::create==>HTMLPurifier_Lexer_DOMLex::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 426
                    [cpu] => 1001
                    [mu] => 14840
                    [pmu] => 0
                )

            [HTMLPurifier::purify==>HTMLPurifier_Lexer::create] => Array
                (
                    [ct] => 2
                    [wt] => 609
                    [cpu] => 2003
                    [mu] => 20072
                    [pmu] => 0
                )

            [HTMLPurifier_Generator::__construct==>HTMLPurifier_Config::get] => Array
                (
                    [ct] => 24
                    [wt] => 268
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModuleManager::addModule==>HTMLPurifier_HTMLModuleManager::registerModule] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 976
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLDefinition::processModules==>HTMLPurifier_HTMLModuleManager::addModule] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 2000
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModuleManager::setup==>HTMLPurifier_Config::get] => Array
                (
                    [ct] => 11
                    [wt] => 126
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_DoctypeRegistry::getDoctypeFromConfig==>HTMLPurifier_Config::get] => Array
                (
                    [ct] => 4
                    [wt] => 46
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_DoctypeRegistry::make==>HTMLPurifier_DoctypeRegistry::getDoctypeFromConfig] => Array
                (
                    [ct] => 1
                    [wt] => 58
                    [cpu] => 0
                    [mu] => 1280
                    [pmu] => 0
                )

            [HTMLPurifier_DoctypeRegistry::make==>HTMLPurifier_DoctypeRegistry::get] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModuleManager::setup==>HTMLPurifier_DoctypeRegistry::make] => Array
                (
                    [ct] => 1
                    [wt] => 71
                    [cpu] => 0
                    [mu] => 2672
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModuleManager::registerModule==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 25
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModuleManager::registerModule==>_afform_civix_class_loader] => Array
                (
                    [ct] => 25
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModuleManager::registerModule==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 25
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModuleManager::registerModule==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 25
                    [wt] => 681
                    [cpu] => 1000
                    [mu] => 4856
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModuleManager::processModule==>HTMLPurifier_HTMLModuleManager::registerModule] => Array
                (
                    [ct] => 25
                    [wt] => 1086
                    [cpu] => 1000
                    [mu] => 10952
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModuleManager::setup==>HTMLPurifier_HTMLModuleManager::processModule] => Array
                (
                    [ct] => 26
                    [wt] => 1173
                    [cpu] => 1000
                    [mu] => 12936
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModuleManager::setup==>HTMLPurifier_HTMLModule::setup] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Text::setup==>HTMLPurifier_HTMLModule::addElement] => Array
                (
                    [ct] => 24
                    [wt] => 343
                    [cpu] => 998
                    [mu] => 28912
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Text::setup==>HTMLPurifier_HTMLModule::makeLookup] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1336
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModuleManager::setup==>HTMLPurifier_HTMLModule_Text::setup] => Array
                (
                    [ct] => 1
                    [wt] => 404
                    [cpu] => 998
                    [mu] => 30512
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Hypertext::setup==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Hypertext::setup==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Hypertext::setup==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Hypertext::setup==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 744
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Hypertext::setup==>HTMLPurifier_AttrDef_HTML_LinkTypes::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Hypertext::setup==>HTMLPurifier_HTMLModule::addElement] => Array
                (
                    [ct] => 1
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 2376
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModuleManager::setup==>HTMLPurifier_HTMLModule_Hypertext::setup] => Array
                (
                    [ct] => 1
                    [wt] => 74
                    [cpu] => 0
                    [mu] => 6800
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_List::setup==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_List::setup==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_List::setup==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_List::setup==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 55
                    [cpu] => 0
                    [mu] => 744
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_List::setup==>HTMLPurifier_HTMLModule::addElement] => Array
                (
                    [ct] => 6
                    [wt] => 77
                    [cpu] => 0
                    [mu] => 8064
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModuleManager::setup==>HTMLPurifier_HTMLModule_List::setup] => Array
                (
                    [ct] => 1
                    [wt] => 163
                    [cpu] => 0
                    [mu] => 11384
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Presentation::setup==>HTMLPurifier_HTMLModule::addElement] => Array
                (
                    [ct] => 8
                    [wt] => 105
                    [cpu] => 0
                    [mu] => 10096
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModuleManager::setup==>HTMLPurifier_HTMLModule_Presentation::setup] => Array
                (
                    [ct] => 1
                    [wt] => 123
                    [cpu] => 0
                    [mu] => 10488
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Edit::setup==>HTMLPurifier_HTMLModule::addElement] => Array
                (
                    [ct] => 2
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 4040
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModuleManager::setup==>HTMLPurifier_HTMLModule_Edit::setup] => Array
                (
                    [ct] => 1
                    [wt] => 38
                    [cpu] => 0
                    [mu] => 4624
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Bdo::setup==>HTMLPurifier_HTMLModule::addElement] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 2376
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Bdo::setup==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Bdo::setup==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Bdo::setup==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Bdo::setup==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 55
                    [cpu] => 0
                    [mu] => 744
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModuleManager::setup==>HTMLPurifier_HTMLModule_Bdo::setup] => Array
                (
                    [ct] => 1
                    [wt] => 97
                    [cpu] => 0
                    [mu] => 6704
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Tables::setup==>HTMLPurifier_HTMLModule::addElement] => Array
                (
                    [ct] => 10
                    [wt] => 119
                    [cpu] => 0
                    [mu] => 13112
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Tables::setup==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 1001
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Tables::setup==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Tables::setup==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Tables::setup==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 744
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Tables::setup==>HTMLPurifier_ChildDef_Table::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModuleManager::setup==>HTMLPurifier_HTMLModule_Tables::setup] => Array
                (
                    [ct] => 1
                    [wt] => 212
                    [cpu] => 1001
                    [mu] => 17544
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Image::setup==>HTMLPurifier_Config::get] => Array
                (
                    [ct] => 2
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Image::setup==>HTMLPurifier_AttrDef_URI::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 8944
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Image::setup==>HTMLPurifier_HTMLModule::addElement] => Array
                (
                    [ct] => 1
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 2376
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Image::setup==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Image::setup==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Image::setup==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Image::setup==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 776
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModuleManager::setup==>HTMLPurifier_HTMLModule_Image::setup] => Array
                (
                    [ct] => 1
                    [wt] => 124
                    [cpu] => 0
                    [mu] => 16536
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_StyleAttribute::setup==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_StyleAttribute::setup==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_StyleAttribute::setup==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_StyleAttribute::setup==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 760
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModuleManager::setup==>HTMLPurifier_HTMLModule_StyleAttribute::setup] => Array
                (
                    [ct] => 1
                    [wt] => 44
                    [cpu] => 0
                    [mu] => 4024
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Scripting::setup==>HTMLPurifier_AttrDef_Enum::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1336
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Scripting::setup==>HTMLPurifier_AttrDef_URI::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 8944
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Scripting::setup==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Scripting::setup==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Scripting::setup==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Scripting::setup==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 776
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModuleManager::setup==>HTMLPurifier_HTMLModule_Scripting::setup] => Array
                (
                    [ct] => 1
                    [wt] => 73
                    [cpu] => 0
                    [mu] => 15960
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Object::setup==>HTMLPurifier_HTMLModule::addElement] => Array
                (
                    [ct] => 2
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 3824
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModuleManager::setup==>HTMLPurifier_HTMLModule_Object::setup] => Array
                (
                    [ct] => 1
                    [wt] => 37
                    [cpu] => 0
                    [mu] => 4408
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Forms::setup==>HTMLPurifier_Config::get] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Forms::setup==>HTMLPurifier_HTMLModule::addElement] => Array
                (
                    [ct] => 10
                    [wt] => 140
                    [cpu] => 0
                    [mu] => 13984
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Forms::setup==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Forms::setup==>_afform_civix_class_loader] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Forms::setup==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Forms::setup==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 44
                    [cpu] => 0
                    [mu] => 904
                    [pmu] => 0
                )

            [HTMLPurifier_AttrTransform_Input::__construct==>HTMLPurifier_AttrDef_HTML_Pixels::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Forms::setup==>HTMLPurifier_AttrTransform_Input::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1344
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Forms::setup==>HTMLPurifier_HTMLModule::makeLookup] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1976
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModuleManager::setup==>HTMLPurifier_HTMLModule_Forms::setup] => Array
                (
                    [ct] => 1
                    [wt] => 273
                    [cpu] => 0
                    [mu] => 21088
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Name::setup==>HTMLPurifier_HTMLModule::addBlankElement] => Array
                (
                    [ct] => 7
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 3128
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Name::setup==>HTMLPurifier_Config::get] => Array
                (
                    [ct] => 7
                    [wt] => 78
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Name::setup==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Name::setup==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Name::setup==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Name::setup==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 744
                    [pmu] => 0
                )

            [HTMLPurifier_AttrTransform_NameSync::__construct==>HTMLPurifier_AttrDef_HTML_ID::__construct] => Array
                (
                    [ct] => 7
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Name::setup==>HTMLPurifier_AttrTransform_NameSync::__construct] => Array
                (
                    [ct] => 7
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 1920
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModuleManager::setup==>HTMLPurifier_HTMLModule_Name::setup] => Array
                (
                    [ct] => 1
                    [wt] => 212
                    [cpu] => 0
                    [mu] => 14592
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Legacy::setup==>HTMLPurifier_HTMLModule::addElement] => Array
                (
                    [ct] => 8
                    [wt] => 108
                    [cpu] => 0
                    [mu] => 9536
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Legacy::setup==>HTMLPurifier_HTMLModule::addBlankElement] => Array
                (
                    [ct] => 26
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 11720
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Legacy::setup==>HTMLPurifier_AttrDef_Integer::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModuleManager::setup==>HTMLPurifier_HTMLModule_Legacy::setup] => Array
                (
                    [ct] => 1
                    [wt] => 239
                    [cpu] => 0
                    [mu] => 31832
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Target::setup==>HTMLPurifier_HTMLModule::addBlankElement] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1592
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Target::setup==>HTMLPurifier_AttrDef_HTML_FrameTarget::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModuleManager::setup==>HTMLPurifier_HTMLModule_Target::setup] => Array
                (
                    [ct] => 1
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 3440
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Iframe::setup==>HTMLPurifier_Config::get] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Iframe::setup==>HTMLPurifier_HTMLModule::addElement] => Array
                (
                    [ct] => 1
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 3072
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModuleManager::setup==>HTMLPurifier_HTMLModule_Iframe::setup] => Array
                (
                    [ct] => 1
                    [wt] => 40
                    [cpu] => 0
                    [mu] => 4320
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_TargetNoreferrer::setup==>HTMLPurifier_HTMLModule::addBlankElement] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1608
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_TargetNoreferrer::setup==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_TargetNoreferrer::setup==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_TargetNoreferrer::setup==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_TargetNoreferrer::setup==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModuleManager::setup==>HTMLPurifier_HTMLModule_TargetNoreferrer::setup] => Array
                (
                    [ct] => 1
                    [wt] => 47
                    [cpu] => 0
                    [mu] => 5280
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_TargetNoopener::setup==>HTMLPurifier_HTMLModule::addBlankElement] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1608
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_TargetNoopener::setup==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_TargetNoopener::setup==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_TargetNoopener::setup==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_TargetNoopener::setup==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 44
                    [cpu] => 999
                    [mu] => 792
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModuleManager::setup==>HTMLPurifier_HTMLModule_TargetNoopener::setup] => Array
                (
                    [ct] => 1
                    [wt] => 70
                    [cpu] => 999
                    [mu] => 5280
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Tidy_XHTMLAndHTML4::makeFixes==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 8
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Tidy_XHTMLAndHTML4::makeFixes==>_afform_civix_class_loader] => Array
                (
                    [ct] => 8
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Tidy_XHTMLAndHTML4::makeFixes==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 8
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Tidy_XHTMLAndHTML4::makeFixes==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 8
                    [wt] => 198
                    [cpu] => 0
                    [mu] => 1880
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Tidy_XHTMLAndHTML4::makeFixes==>HTMLPurifier_TagTransform_Simple::__construct] => Array
                (
                    [ct] => 6
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Tidy_XHTMLAndHTML4::makeFixes==>HTMLPurifier_AttrTransform_EnumToCSS::__construct] => Array
                (
                    [ct] => 9
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Tidy_XHTMLAndHTML4::makeFixes==>HTMLPurifier_AttrTransform_Length::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Tidy_XHTMLAndHTML4::makeFixes==>HTMLPurifier_AttrTransform_ImgSpace::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Tidy_XHTMLAndHTML4::makeFixes==>HTMLPurifier_AttrTransform_BoolToCSS::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Tidy::setup==>HTMLPurifier_HTMLModule_Tidy_XHTMLAndHTML4::makeFixes] => Array
                (
                    [ct] => 1
                    [wt] => 389
                    [cpu] => 0
                    [mu] => 11888
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Tidy::setup==>HTMLPurifier_HTMLModule_Tidy::makeFixesForLevel] => Array
                (
                    [ct] => 4
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 5832
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Tidy::setup==>HTMLPurifier_Config::get] => Array
                (
                    [ct] => 12
                    [wt] => 139
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Tidy::setup==>HTMLPurifier_HTMLModule_Tidy::getFixesForLevel] => Array
                (
                    [ct] => 4
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 2840
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Tidy::setup==>HTMLPurifier_HTMLModule_Tidy::populate] => Array
                (
                    [ct] => 4
                    [wt] => 107
                    [cpu] => 1000
                    [mu] => 8880
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModuleManager::setup==>HTMLPurifier_HTMLModule_Tidy::setup] => Array
                (
                    [ct] => 4
                    [wt] => 876
                    [cpu] => 1000
                    [mu] => 37960
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Tidy_XHTML::makeFixes==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Tidy_XHTML::makeFixes==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Tidy_XHTML::makeFixes==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Tidy_XHTML::makeFixes==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 760
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Tidy::setup==>HTMLPurifier_HTMLModule_Tidy_XHTML::makeFixes] => Array
                (
                    [ct] => 1
                    [wt] => 38
                    [cpu] => 0
                    [mu] => 3608
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Tidy::populate==>HTMLPurifier_HTMLModule_Tidy::getFixType] => Array
                (
                    [ct] => 9
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 8384
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Tidy_Proprietary::makeFixes==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Tidy_Proprietary::makeFixes==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Tidy_Proprietary::makeFixes==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Tidy_Proprietary::makeFixes==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Tidy_Proprietary::makeFixes==>HTMLPurifier_AttrTransform_Length::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Tidy::setup==>HTMLPurifier_HTMLModule_Tidy_Proprietary::makeFixes] => Array
                (
                    [ct] => 1
                    [wt] => 48
                    [cpu] => 0
                    [mu] => 4608
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Tidy::populate==>HTMLPurifier_HTMLModule::addBlankElement] => Array
                (
                    [ct] => 7
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 3128
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Tidy_Name::makeFixes==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Tidy_Name::makeFixes==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Tidy_Name::makeFixes==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Tidy_Name::makeFixes==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 744
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Tidy::setup==>HTMLPurifier_HTMLModule_Tidy_Name::makeFixes] => Array
                (
                    [ct] => 1
                    [wt] => 40
                    [cpu] => 0
                    [mu] => 3592
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModuleManager::setup==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModuleManager::setup==>_afform_civix_class_loader] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModuleManager::setup==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModuleManager::setup==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 49
                    [cpu] => 0
                    [mu] => 904
                    [pmu] => 0
                )

            [HTMLPurifier_ContentSets::__construct==>HTMLPurifier_ContentSets::convertToLookup] => Array
                (
                    [ct] => 24
                    [wt] => 61
                    [cpu] => 0
                    [mu] => 21056
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModuleManager::setup==>HTMLPurifier_ContentSets::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 188
                    [cpu] => 0
                    [mu] => 21256
                    [pmu] => 0
                )

            [HTMLPurifier_AttrCollections::doConstruct==>HTMLPurifier_AttrCollections::performInclusions] => Array
                (
                    [ct] => 5
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 3176
                    [pmu] => 0
                )

            [HTMLPurifier_AttrTypes::get==>HTMLPurifier_AttrDef::make] => Array
                (
                    [ct] => 30
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_AttrCollections::expandIdentifiers==>HTMLPurifier_AttrTypes::get] => Array
                (
                    [ct] => 108
                    [wt] => 854
                    [cpu] => 0
                    [mu] => 89024
                    [pmu] => 0
                )

            [HTMLPurifier_AttrCollections::doConstruct==>HTMLPurifier_AttrCollections::expandIdentifiers] => Array
                (
                    [ct] => 5
                    [wt] => 84
                    [cpu] => 0
                    [mu] => 6344
                    [pmu] => 0
                )

            [HTMLPurifier_AttrDef_Enum::make==>HTMLPurifier_AttrDef_Enum::__construct] => Array
                (
                    [ct] => 38
                    [wt] => 65
                    [cpu] => 0
                    [mu] => 15192
                    [pmu] => 0
                )

            [HTMLPurifier_AttrTypes::get==>HTMLPurifier_AttrDef_Enum::make] => Array
                (
                    [ct] => 38
                    [wt] => 225
                    [cpu] => 0
                    [mu] => 39840
                    [pmu] => 0
                )

            [HTMLPurifier_AttrCollections::__construct==>HTMLPurifier_AttrCollections::doConstruct] => Array
                (
                    [ct] => 1
                    [wt] => 142
                    [cpu] => 0
                    [mu] => 8136
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModuleManager::setup==>HTMLPurifier_AttrCollections::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 147
                    [cpu] => 0
                    [mu] => 8408
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLDefinition::processModules==>HTMLPurifier_HTMLModuleManager::setup] => Array
                (
                    [ct] => 1
                    [wt] => 5219
                    [cpu] => 4998
                    [mu] => 330568
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModuleManager::getElement==>HTMLPurifier_AttrCollections::performInclusions] => Array
                (
                    [ct] => 100
                    [wt] => 242
                    [cpu] => 1004
                    [mu] => 68192
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModuleManager::getElement==>HTMLPurifier_AttrCollections::expandIdentifiers] => Array
                (
                    [ct] => 100
                    [wt] => 1449
                    [cpu] => 1003
                    [mu] => 141704
                    [pmu] => 0
                )

            [HTMLPurifier_ContentSets::generateChildDef==>HTMLPurifier_ContentSets::generateChildDefCallback] => Array
                (
                    [ct] => 56
                    [wt] => 59
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [HTMLPurifier_ContentSets::getChildDef==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_ContentSets::getChildDef==>_afform_civix_class_loader] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_ContentSets::getChildDef==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_ContentSets::getChildDef==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 92
                    [cpu] => 0
                    [mu] => 904
                    [pmu] => 0
                )

            [HTMLPurifier_ContentSets::getChildDef==>HTMLPurifier_ChildDef_Required::__construct] => Array
                (
                    [ct] => 56
                    [wt] => 816
                    [cpu] => 997
                    [mu] => 335224
                    [pmu] => 0
                )

            [HTMLPurifier_ContentSets::generateChildDef==>HTMLPurifier_ContentSets::getChildDef] => Array
                (
                    [ct] => 63
                    [wt] => 1341
                    [cpu] => 2994
                    [mu] => 235216
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModuleManager::getElement==>HTMLPurifier_ContentSets::generateChildDef] => Array
                (
                    [ct] => 100
                    [wt] => 1859
                    [cpu] => 2994
                    [mu] => 256272
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModuleManager::getElements==>HTMLPurifier_HTMLModuleManager::getElement] => Array
                (
                    [ct] => 70
                    [wt] => 4561
                    [cpu] => 5001
                    [mu] => 406000
                    [pmu] => 0
                )

            [HTMLPurifier_AttrDef_URI::make==>HTMLPurifier_AttrDef_URI::__construct] => Array
                (
                    [ct] => 6
                    [wt] => 70
                    [cpu] => 0
                    [mu] => 50728
                    [pmu] => 0
                )

            [HTMLPurifier_AttrTypes::get==>HTMLPurifier_AttrDef_URI::make] => Array
                (
                    [ct] => 6
                    [wt] => 92
                    [cpu] => 0
                    [mu] => 52032
                    [pmu] => 0
                )

            [HTMLPurifier_ContentSets::getChildDef==>HTMLPurifier_ChildDef_Empty::__construct] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_ElementDef::mergeIn==>HTMLPurifier_ElementDef::_mergeAssocArray] => Array
                (
                    [ct] => 36
                    [wt] => 35
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModuleManager::getElement==>HTMLPurifier_ElementDef::mergeIn] => Array
                (
                    [ct] => 36
                    [wt] => 176
                    [cpu] => 0
                    [mu] => -1352
                    [pmu] => 0
                )

            [HTMLPurifier_AttrDef_HTML_Bool::make==>HTMLPurifier_AttrDef_HTML_Bool::__construct] => Array
                (
                    [ct] => 8
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_AttrTypes::get==>HTMLPurifier_AttrDef_HTML_Bool::make] => Array
                (
                    [ct] => 8
                    [wt] => 33
                    [cpu] => 0
                    [mu] => 2112
                    [pmu] => 0
                )

            [HTMLPurifier_AttrDef_HTML_Pixels::make==>HTMLPurifier_AttrDef_HTML_Pixels::__construct] => Array
                (
                    [ct] => 25
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_AttrTypes::get==>HTMLPurifier_AttrDef_HTML_Pixels::make] => Array
                (
                    [ct] => 25
                    [wt] => 105
                    [cpu] => 0
                    [mu] => 3616
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Edit::getChildDef==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Edit::getChildDef==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Edit::getChildDef==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Edit::getChildDef==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 37
                    [cpu] => 0
                    [mu] => 744
                    [pmu] => 0
                )

            [HTMLPurifier_ChildDef_Chameleon::__construct==>HTMLPurifier_ChildDef_Required::__construct] => Array
                (
                    [ct] => 4
                    [wt] => 71
                    [cpu] => 0
                    [mu] => 27432
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLModule_Edit::getChildDef==>HTMLPurifier_ChildDef_Chameleon::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 86
                    [cpu] => 0
                    [mu] => 18400
                    [pmu] => 0
                )

            [HTMLPurifier_ContentSets::getChildDef==>HTMLPurifier_HTMLModule_Edit::getChildDef] => Array
                (
                    [ct] => 2
                    [wt] => 156
                    [cpu] => 0
                    [mu] => 24360
                    [pmu] => 0
                )

            [HTMLPurifier_AttrTypes::get==>HTMLPurifier_AttrDef_Clone::make] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 680
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLDefinition::processModules==>HTMLPurifier_HTMLModuleManager::getElements] => Array
                (
                    [ct] => 1
                    [wt] => 4719
                    [cpu] => 5001
                    [mu] => 404192
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLDefinition::doSetup==>HTMLPurifier_HTMLDefinition::processModules] => Array
                (
                    [ct] => 1
                    [wt] => 9984
                    [cpu] => 9999
                    [mu] => 736576
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLDefinition::setupConfigStuff==>HTMLPurifier_Config::get] => Array
                (
                    [ct] => 7
                    [wt] => 85
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLDefinition::setupConfigStuff==>HTMLPurifier_HTMLModuleManager::getElement] => Array
                (
                    [ct] => 1
                    [wt] => 77
                    [cpu] => 0
                    [mu] => 7680
                    [pmu] => 0
                )

            [HTMLPurifier_HTMLDefinition::doSetup==>HTMLPurifier_HTMLDefinition::setupConfigStuff] => Array
                (
                    [ct] => 1
                    [wt] => 381
                    [cpu] => 0
                    [mu] => 8688
                    [pmu] => 0
                )

            [HTMLPurifier_Definition::setup==>HTMLPurifier_HTMLDefinition::doSetup] => Array
                (
                    [ct] => 1
                    [wt] => 10508
                    [cpu] => 9999
                    [mu] => 502976
                    [pmu] => 0
                )

            [HTMLPurifier_Config::getDefinition==>HTMLPurifier_Definition::setup] => Array
                (
                    [ct] => 1
                    [wt] => 10514
                    [cpu] => 9999
                    [mu] => 503608
                    [pmu] => 0
                )

            [HTMLPurifier_Config::getDefinition==>HTMLPurifier_DefinitionCache_Null::add] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_Config::getHTMLDefinition==>HTMLPurifier_Config::getDefinition] => Array
                (
                    [ct] => 14
                    [wt] => 10778
                    [cpu] => 9999
                    [mu] => 505688
                    [pmu] => 0
                )

            [HTMLPurifier_Generator::__construct==>HTMLPurifier_Config::getHTMLDefinition] => Array
                (
                    [ct] => 6
                    [wt] => 10655
                    [cpu] => 9999
                    [mu] => 505552
                    [pmu] => 0
                )

            [HTMLPurifier::purify==>HTMLPurifier_Generator::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 10699
                    [cpu] => 9999
                    [mu] => 506816
                    [pmu] => 0
                )

            [HTMLPurifier::purify==>HTMLPurifier_Context::register] => Array
                (
                    [ct] => 4
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1304
                    [pmu] => 0
                )

            [HTMLPurifier::purify==>HTMLPurifier_Config::get] => Array
                (
                    [ct] => 2
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [HTMLPurifier_IDAccumulator::build==>HTMLPurifier_Config::get] => Array
                (
                    [ct] => 2
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_IDAccumulator::build==>HTMLPurifier_IDAccumulator::load] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier::purify==>HTMLPurifier_IDAccumulator::build] => Array
                (
                    [ct] => 2
                    [wt] => 40
                    [cpu] => 0
                    [mu] => 1944
                    [pmu] => 0
                )

            [HTMLPurifier_Encoder::convertToUTF8==>HTMLPurifier_Config::get] => Array
                (
                    [ct] => 2
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier::purify==>HTMLPurifier_Encoder::convertToUTF8] => Array
                (
                    [ct] => 2
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 1200
                    [pmu] => 0
                )

            [HTMLPurifier_PropertyList::squash==>HTMLPurifier_PropertyList::squash@1] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_Config::getAll==>HTMLPurifier_PropertyList::squash] => Array
                (
                    [ct] => 4
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 13544
                    [pmu] => 0
                )

            [HTMLPurifier_Config::getBatch==>HTMLPurifier_Config::getAll] => Array
                (
                    [ct] => 4
                    [wt] => 273
                    [cpu] => 0
                    [mu] => 75456
                    [pmu] => 0
                )

            [HTMLPurifier::purify==>HTMLPurifier_Config::getBatch] => Array
                (
                    [ct] => 2
                    [wt] => 167
                    [cpu] => 0
                    [mu] => 45368
                    [pmu] => 0
                )

            [HTMLPurifier_Lexer::normalize==>HTMLPurifier_Config::get] => Array
                (
                    [ct] => 20
                    [wt] => 226
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_Lexer::normalize==>HTMLPurifier_Lexer::escapeCDATA] => Array
                (
                    [ct] => 2
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_Lexer::normalize==>HTMLPurifier_Lexer::removeIEConditional] => Array
                (
                    [ct] => 2
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_Lexer::normalize==>HTMLPurifier_Lexer::extractBody] => Array
                (
                    [ct] => 2
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 744
                    [pmu] => 0
                )

            [HTMLPurifier_Lexer::normalize==>HTMLPurifier_Encoder::cleanUTF8] => Array
                (
                    [ct] => 2
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_Lexer_DOMLex::tokenizeHTML==>HTMLPurifier_Lexer::normalize] => Array
                (
                    [ct] => 2
                    [wt] => 324
                    [cpu] => 0
                    [mu] => 3728
                    [pmu] => 0
                )

            [HTMLPurifier_Lexer_DOMLex::tokenizeHTML==>HTMLPurifier_Config::get] => Array
                (
                    [ct] => 4
                    [wt] => 45
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_Lexer_DOMLex::wrapHTML==>HTMLPurifier_Config::getDefinition] => Array
                (
                    [ct] => 2
                    [wt] => 45
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [HTMLPurifier_Lexer_DOMLex::tokenizeHTML==>HTMLPurifier_Lexer_DOMLex::wrapHTML] => Array
                (
                    [ct] => 2
                    [wt] => 64
                    [cpu] => 0
                    [mu] => 1872
                    [pmu] => 0
                )

            [HTMLPurifier_Lexer_DOMLex::tokenizeDOM==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_Lexer_DOMLex::tokenizeDOM==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_Lexer_DOMLex::tokenizeDOM==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_Lexer_DOMLex::tokenizeDOM==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 744
                    [pmu] => 0
                )

            [HTMLPurifier_Lexer_DOMLex::tokenizeDOM==>HTMLPurifier_Queue::__construct] => Array
                (
                    [ct] => 4
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_Lexer_DOMLex::tokenizeDOM==>HTMLPurifier_Queue::isEmpty] => Array
                (
                    [ct] => 6
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_Lexer_DOMLex::tokenizeDOM==>HTMLPurifier_Queue::shift] => Array
                (
                    [ct] => 4
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [HTMLPurifier_Lexer_DOMLex::createStartNode==>HTMLPurifier_Lexer_DOMLex::getTagName] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 648
                    [pmu] => 0
                )

            [HTMLPurifier_Lexer_DOMLex::tokenizeDOM==>HTMLPurifier_Lexer_DOMLex::createStartNode] => Array
                (
                    [ct] => 4
                    [wt] => 61
                    [cpu] => 0
                    [mu] => 4560
                    [pmu] => 0
                )

            [HTMLPurifier_Lexer_DOMLex::tokenizeDOM==>HTMLPurifier_Queue::push] => Array
                (
                    [ct] => 2
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1384
                    [pmu] => 0
                )

            [HTMLPurifier_Lexer_DOMLex::createStartNode==>HTMLPurifier_Lexer_DOMLex::getData] => Array
                (
                    [ct] => 2
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 704
                    [pmu] => 0
                )

            [HTMLPurifier_TokenFactory::createText==>HTMLPurifier_Token_Text::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_Lexer_DOMLex::createStartNode==>HTMLPurifier_TokenFactory::createText] => Array
                (
                    [ct] => 2
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 1680
                    [pmu] => 0
                )

            [HTMLPurifier_Lexer_DOMLex::tokenizeHTML==>HTMLPurifier_Lexer_DOMLex::tokenizeDOM] => Array
                (
                    [ct] => 2
                    [wt] => 201
                    [cpu] => 0
                    [mu] => 15448
                    [pmu] => 0
                )

            [HTMLPurifier::purify==>HTMLPurifier_Lexer_DOMLex::tokenizeHTML] => Array
                (
                    [ct] => 2
                    [wt] => 853
                    [cpu] => 0
                    [mu] => 20888
                    [pmu] => 0
                )

            [HTMLPurifier_Strategy_RemoveForeignElements::execute==>HTMLPurifier_Config::getHTMLDefinition] => Array
                (
                    [ct] => 2
                    [wt] => 42
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [HTMLPurifier_Strategy_RemoveForeignElements::execute==>HTMLPurifier_Generator::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 147
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [HTMLPurifier_Strategy_RemoveForeignElements::execute==>HTMLPurifier_Config::get] => Array
                (
                    [ct] => 16
                    [wt] => 195
                    [cpu] => 998
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_Strategy_RemoveForeignElements::execute==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_Strategy_RemoveForeignElements::execute==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_Strategy_RemoveForeignElements::execute==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_Strategy_RemoveForeignElements::execute==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 760
                    [pmu] => 0
                )

            [HTMLPurifier_Strategy_RemoveForeignElements::execute==>HTMLPurifier_Context::register] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_Strategy_RemoveForeignElements::execute==>HTMLPurifier_Context::destroy] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_Strategy_Composite::execute==>HTMLPurifier_Strategy_RemoveForeignElements::execute] => Array
                (
                    [ct] => 2
                    [wt] => 506
                    [cpu] => 998
                    [mu] => 7760
                    [pmu] => 0
                )

            [HTMLPurifier_Strategy_MakeWellFormed::execute==>HTMLPurifier_Config::getHTMLDefinition] => Array
                (
                    [ct] => 2
                    [wt] => 39
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_Strategy_MakeWellFormed::execute==>HTMLPurifier_Generator::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 144
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_Strategy_MakeWellFormed::execute==>HTMLPurifier_Config::get] => Array
                (
                    [ct] => 2
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_Strategy_MakeWellFormed::execute==>HTMLPurifier_ChildDef::getAllowedElements] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [HTMLPurifier_Strategy_MakeWellFormed::execute==>HTMLPurifier_Context::get] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 648
                    [pmu] => 0
                )

            [HTMLPurifier_Strategy_MakeWellFormed::execute==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_Strategy_MakeWellFormed::execute==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_Strategy_MakeWellFormed::execute==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_Strategy_MakeWellFormed::execute==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 760
                    [pmu] => 0
                )

            [HTMLPurifier_Zipper::fromArray==>HTMLPurifier_Zipper::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_Zipper::fromArray==>HTMLPurifier_Zipper::delete] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [HTMLPurifier_Strategy_MakeWellFormed::execute==>HTMLPurifier_Zipper::fromArray] => Array
                (
                    [ct] => 2
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 3576
                    [pmu] => 0
                )

            [HTMLPurifier_Strategy_MakeWellFormed::execute==>HTMLPurifier_Context::register] => Array
                (
                    [ct] => 6
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_Strategy_MakeWellFormed::execute==>HTMLPurifier_Config::getBatch] => Array
                (
                    [ct] => 2
                    [wt] => 127
                    [cpu] => 1000
                    [mu] => 31160
                    [pmu] => 0
                )

            [HTMLPurifier_Strategy_MakeWellFormed::execute==>HTMLPurifier_Zipper::next] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1400
                    [pmu] => 0
                )

            [HTMLPurifier_Strategy_MakeWellFormed::execute==>HTMLPurifier_Context::destroy] => Array
                (
                    [ct] => 6
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_Strategy_MakeWellFormed::execute==>HTMLPurifier_Zipper::toArray] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_Strategy_Composite::execute==>HTMLPurifier_Strategy_MakeWellFormed::execute] => Array
                (
                    [ct] => 2
                    [wt] => 553
                    [cpu] => 1000
                    [mu] => 15248
                    [pmu] => 0
                )

            [HTMLPurifier_Strategy_FixNesting::execute==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_Strategy_FixNesting::execute==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_Strategy_FixNesting::execute==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_Strategy_FixNesting::execute==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 744
                    [pmu] => 0
                )

            [HTMLPurifier_Arborize::arborize==>HTMLPurifier_Config::getHTMLDefinition] => Array
                (
                    [ct] => 2
                    [wt] => 42
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_Arborize::arborize==>HTMLPurifier_Token_Tag::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_Token_Tag::toNode==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_Token_Tag::toNode==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_Token_Tag::toNode==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_Token_Tag::toNode==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 61
                    [cpu] => 0
                    [mu] => 744
                    [pmu] => 0
                )

            [HTMLPurifier_Token_Tag::toNode==>HTMLPurifier_Node_Element::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_Arborize::arborize==>HTMLPurifier_Token_Tag::toNode] => Array
                (
                    [ct] => 2
                    [wt] => 90
                    [cpu] => 0
                    [mu] => 4192
                    [pmu] => 0
                )

            [HTMLPurifier_Token_Text::toNode==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_Token_Text::toNode==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_Token_Text::toNode==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_Token_Text::toNode==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 744
                    [pmu] => 0
                )

            [HTMLPurifier_Token_Text::toNode==>HTMLPurifier_Node_Text::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_Arborize::arborize==>HTMLPurifier_Token_Text::toNode] => Array
                (
                    [ct] => 2
                    [wt] => 50
                    [cpu] => 0
                    [mu] => 4064
                    [pmu] => 0
                )

            [HTMLPurifier_Strategy_FixNesting::execute==>HTMLPurifier_Arborize::arborize] => Array
                (
                    [ct] => 2
                    [wt] => 217
                    [cpu] => 0
                    [mu] => 12200
                    [pmu] => 0
                )

            [HTMLPurifier_Strategy_FixNesting::execute==>HTMLPurifier_Config::getHTMLDefinition] => Array
                (
                    [ct] => 2
                    [wt] => 40
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_Strategy_FixNesting::execute==>HTMLPurifier_Config::get] => Array
                (
                    [ct] => 2
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_Strategy_FixNesting::execute==>HTMLPurifier_Context::register] => Array
                (
                    [ct] => 6
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_Strategy_FixNesting::execute==>HTMLPurifier_Context::get] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [HTMLPurifier_Node_Element::toTokenPair==>HTMLPurifier_Token_Tag::__construct] => Array
                (
                    [ct] => 12
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_Strategy_FixNesting::execute==>HTMLPurifier_Node_Element::toTokenPair] => Array
                (
                    [ct] => 4
                    [wt] => 37
                    [cpu] => 0
                    [mu] => 4528
                    [pmu] => 0
                )

            [HTMLPurifier_ChildDef_Optional::validateChildren==>HTMLPurifier_ChildDef_Required::validateChildren] => Array
                (
                    [ct] => 2
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 2168
                    [pmu] => 0
                )

            [HTMLPurifier_Strategy_FixNesting::execute==>HTMLPurifier_ChildDef_Optional::validateChildren] => Array
                (
                    [ct] => 2
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 2016
                    [pmu] => 0
                )

            [HTMLPurifier_Strategy_FixNesting::execute==>HTMLPurifier_Context::destroy] => Array
                (
                    [ct] => 6
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_Arborize::flatten==>HTMLPurifier_Queue::__construct] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_Arborize::flatten==>HTMLPurifier_Queue::isEmpty] => Array
                (
                    [ct] => 6
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier_Arborize::flatten==>HTMLPurifier_Queue::shift] => Array
                (
                    [ct] => 4
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [HTMLPurifier_Arborize::flatten==>HTMLPurifier_Node_Element::toTokenPair] => Array
                (
                    [ct] => 2
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 2216
                    [pmu] => 0
                )

            [HTMLPurifier_Arborize::flatten==>HTMLPurifier_Queue::push] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1384
                    [pmu] => 0
                )

            [HTMLPurifier_Node_Text::toTokenPair==>HTMLPurifier_Token_Text::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_Arborize::flatten==>HTMLPurifier_Node_Text::toTokenPair] => Array
                (
                    [ct] => 2
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 2416
                    [pmu] => 0
                )

            [HTMLPurifier_Strategy_FixNesting::execute==>HTMLPurifier_Arborize::flatten] => Array
                (
                    [ct] => 2
                    [wt] => 98
                    [cpu] => 0
                    [mu] => 10944
                    [pmu] => 0
                )

            [HTMLPurifier_Strategy_Composite::execute==>HTMLPurifier_Strategy_FixNesting::execute] => Array
                (
                    [ct] => 2
                    [wt] => 574
                    [cpu] => 0
                    [mu] => 29064
                    [pmu] => 0
                )

            [HTMLPurifier_Strategy_ValidateAttributes::execute==>HTMLPurifier_Context::register] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_Strategy_ValidateAttributes::execute==>HTMLPurifier_Context::destroy] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [HTMLPurifier_Strategy_Composite::execute==>HTMLPurifier_Strategy_ValidateAttributes::execute] => Array
                (
                    [ct] => 2
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 2040
                    [pmu] => 0
                )

            [HTMLPurifier::purify==>HTMLPurifier_Strategy_Composite::execute] => Array
                (
                    [ct] => 2
                    [wt] => 1688
                    [cpu] => 1998
                    [mu] => 45544
                    [pmu] => 0
                )

            [HTMLPurifier_Generator::generateFromToken==>HTMLPurifier_Generator::escape] => Array
                (
                    [ct] => 2
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 904
                    [pmu] => 0
                )

            [HTMLPurifier_Generator::generateFromTokens==>HTMLPurifier_Generator::generateFromToken] => Array
                (
                    [ct] => 2
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 1552
                    [pmu] => 0
                )

            [HTMLPurifier_Generator::generateFromTokens==>HTMLPurifier_Config::get] => Array
                (
                    [ct] => 4
                    [wt] => 46
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier::purify==>HTMLPurifier_Generator::generateFromTokens] => Array
                (
                    [ct] => 2
                    [wt] => 93
                    [cpu] => 0
                    [mu] => 2816
                    [pmu] => 0
                )

            [HTMLPurifier_Encoder::convertFromUTF8==>HTMLPurifier_Config::get] => Array
                (
                    [ct] => 4
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [HTMLPurifier::purify==>HTMLPurifier_Encoder::convertFromUTF8] => Array
                (
                    [ct] => 2
                    [wt] => 46
                    [cpu] => 0
                    [mu] => 1200
                    [pmu] => 0
                )

            [CRM_Utils_String::purifyHTML==>HTMLPurifier::purify] => Array
                (
                    [ct] => 2
                    [wt] => 14554
                    [cpu] => 15000
                    [mu] => 616520
                    [pmu] => 0
                )

            [CRM_Core_Session::setStatus==>CRM_Utils_String::purifyHTML] => Array
                (
                    [ct] => 2
                    [wt] => 17233
                    [cpu] => 17000
                    [mu] => 821272
                    [pmu] => 0
                )

            [CRM_Core_Invoke::hackMenuRebuild==>CRM_Core_Session::setStatus] => Array
                (
                    [ct] => 1
                    [wt] => 17282
                    [cpu] => 17000
                    [mu] => 824616
                    [pmu] => 0
                )

            [CRM_Utils_System::redirect==>CRM_Utils_System::url] => Array
                (
                    [ct] => 1
                    [wt] => 78
                    [cpu] => 0
                    [mu] => 712
                    [pmu] => 0
                )

            [CRM_Utils_Url::parseUrl==>_search_kit_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_Url::parseUrl==>_afform_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Utils_Url::parseUrl==>_civigrant_civix_class_loader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Composer\Autoload\includeFile==>load::src/Uri.php] => Array
                (
                    [ct] => 1
                    [wt] => 1604
                    [cpu] => 1651
                    [mu] => 165408
                    [pmu] => 0
                )

            [Composer\Autoload\includeFile@1==>load::src/UriInterface.php] => Array
                (
                    [ct] => 1
                    [wt] => 412
                    [cpu] => 597
                    [mu] => 33528
                    [pmu] => 0
                )

            [CRM_Utils_Url::parseUrl==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 3769
                    [cpu] => 3418
                    [mu] => 67720
                    [pmu] => 0
                )

            [GuzzleHttp\Psr7\Uri::parse==>GuzzleHttp\Psr7\Uri::GuzzleHttp\Psr7\{closure}] => Array
                (
                    [ct] => 4
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 728
                    [pmu] => 0
                )

            [GuzzleHttp\Psr7\Uri::__construct==>GuzzleHttp\Psr7\Uri::parse] => Array
                (
                    [ct] => 1
                    [wt] => 144
                    [cpu] => 0
                    [mu] => 2280
                    [pmu] => 0
                )

            [GuzzleHttp\Psr7\Uri::applyParts==>GuzzleHttp\Psr7\Uri::filterPath] => Array
                (
                    [ct] => 1
                    [wt] => 40
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [GuzzleHttp\Psr7\Uri::applyParts==>GuzzleHttp\Psr7\Uri::filterQueryAndFragment] => Array
                (
                    [ct] => 1
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [GuzzleHttp\Psr7\Uri::applyParts==>GuzzleHttp\Psr7\Uri::removeDefaultPort] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [GuzzleHttp\Psr7\Uri::__construct==>GuzzleHttp\Psr7\Uri::applyParts] => Array
                (
                    [ct] => 1
                    [wt] => 84
                    [cpu] => 0
                    [mu] => 2496
                    [pmu] => 0
                )

            [CRM_Utils_Url::parseUrl==>GuzzleHttp\Psr7\Uri::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 235
                    [cpu] => 0
                    [mu] => 4864
                    [pmu] => 0
                )

            [CRM_Utils_System::redirect==>CRM_Utils_Url::parseUrl] => Array
                (
                    [ct] => 1
                    [wt] => 4025
                    [cpu] => 3418
                    [mu] => 74816
                    [pmu] => 0
                )

            [CRM_Utils_Hook::alterRedirect==>CRM_Utils_Hook::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_Hook::alterRedirect==>CRM_Utils_Hook::invoke] => Array
                (
                    [ct] => 1
                    [wt] => 291
                    [cpu] => 0
                    [mu] => 2792
                    [pmu] => 0
                )

            [CRM_Utils_System::redirect==>CRM_Utils_Hook::alterRedirect] => Array
                (
                    [ct] => 1
                    [wt] => 304
                    [cpu] => 0
                    [mu] => 3176
                    [pmu] => 0
                )

            [GuzzleHttp\Psr7\Uri::__toString==>GuzzleHttp\Psr7\Uri::getAuthority] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [GuzzleHttp\Psr7\Uri::__toString==>GuzzleHttp\Psr7\Uri::composeComponents] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 640
                    [pmu] => 0
                )

            [CRM_Utils_Url::unparseUrl==>GuzzleHttp\Psr7\Uri::__toString] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 1904
                    [pmu] => 0
                )

            [CRM_Utils_System::redirect==>CRM_Utils_Url::unparseUrl] => Array
                (
                    [ct] => 1
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 2520
                    [pmu] => 0
                )

            [drupal_add_http_header==>drupal_static] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [drupal_add_http_header==>_drupal_set_preferred_header_name] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 984
                    [pmu] => 0
                )

            [drupal_add_http_header==>drupal_send_headers] => Array
                (
                    [ct] => 1
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 1424
                    [pmu] => 0
                )

            [CRM_Utils_System_Drupal::setHttpHeader==>drupal_add_http_header] => Array
                (
                    [ct] => 1
                    [wt] => 47
                    [cpu] => 0
                    [mu] => 3328
                    [pmu] => 0
                )

            [CRM_Utils_System::__callStatic==>CRM_Utils_System_Drupal::setHttpHeader] => Array
                (
                    [ct] => 1
                    [wt] => 54
                    [cpu] => 0
                    [mu] => 3960
                    [pmu] => 0
                )

            [CRM_Utils_System::redirect==>CRM_Utils_System::__callStatic] => Array
                (
                    [ct] => 1
                    [wt] => 76
                    [cpu] => 0
                    [mu] => 4592
                    [pmu] => 0
                )

            [CRM_Utils_System::civiExit==>CRM_Core_Session::storeSessionObjects] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_System::civiExit==>Civi\Core\Container::isContainerBooted] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_System::civiExit==>Civi::dispatcher] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Utils_System::civiExit==>Civi\Core\CiviEventDispatcher::dispatch] => Array
                (
                    [ct] => 1
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 784
                    [pmu] => 0
                )

            [CRM_Utils_System::civiExit==>CRM_Core_Config::singleton] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Utils_System::civiExit==>CRM_Core_Config_MagicMerge::__get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [CRM_Utils_System_Drupal::onCiviExit==>module_invoke_all] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 928
                    [pmu] => 0
                )

            [drupal_session_commit==>drupal_save_session] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 960
                    [pmu] => 0
                )

            [drupal_session_commit==>drupal_session_started] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [_drupal_session_write==>drupal_save_session] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [_drupal_session_write==>drupal_static] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [_drupal_session_write==>ip_address] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [_drupal_session_write==>drupal_session_id] => Array
                (
                    [ct] => 1
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 808
                    [pmu] => 0
                )

            [_drupal_session_write==>variable_get] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [_drupal_session_write==>db_merge] => Array
                (
                    [ct] => 1
                    [wt] => 76
                    [cpu] => 0
                    [mu] => 2368
                    [pmu] => 0
                )

            [_drupal_session_write==>MergeQuery::key] => Array
                (
                    [ct] => 1
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 1664
                    [pmu] => 0
                )

            [_drupal_session_write==>MergeQuery::fields] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 928
                    [pmu] => 0
                )

            [_drupal_session_write==>MergeQuery::execute] => Array
                (
                    [ct] => 1
                    [wt] => 3578
                    [cpu] => 1168
                    [mu] => 8976
                    [pmu] => 0
                )

            [drupal_session_commit==>_drupal_session_write] => Array
                (
                    [ct] => 1
                    [wt] => 3792
                    [cpu] => 2170
                    [mu] => 7712
                    [pmu] => 0
                )

            [drupal_session_commit==>_drupal_session_close] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [CRM_Utils_System_Drupal::onCiviExit==>drupal_session_commit] => Array
                (
                    [ct] => 1
                    [wt] => 3842
                    [cpu] => 2170
                    [mu] => 9592
                    [pmu] => 0
                )

            [CRM_Utils_System::civiExit==>CRM_Utils_System_Drupal::onCiviExit] => Array
                (
                    [ct] => 1
                    [wt] => 3867
                    [cpu] => 2170
                    [mu] => 10840
                    [pmu] => 0
                )

            [CRM_Utils_System::redirect==>CRM_Utils_System::civiExit] => Array
                (
                    [ct] => 1
                    [wt] => 3939
                    [cpu] => 2170
                    [mu] => 15256
                    [pmu] => 0
                )

            [CRM_Core_Invoke::hackMenuRebuild==>CRM_Utils_System::redirect] => Array
                (
                    [ct] => 1
                    [wt] => 8472
                    [cpu] => 5588
                    [mu] => 102272
                    [pmu] => 0
                )

            [CRM_Core_Invoke::_invoke==>CRM_Core_Invoke::hackMenuRebuild] => Array
                (
                    [ct] => 1
                    [wt] => 21520588
                    [cpu] => 18800188
                    [mu] => 8344000
                    [pmu] => 10973400
                )

            [CRM_Core_Invoke::invoke==>CRM_Core_Invoke::_invoke] => Array
                (
                    [ct] => 1
                    [wt] => 21520598
                    [cpu] => 18800188
                    [mu] => 8344992
                    [pmu] => 10974032
                )

            [civicrm_invoke==>CRM_Core_Invoke::invoke] => Array
                (
                    [ct] => 1
                    [wt] => 21520606
                    [cpu] => 18800188
                    [mu] => 8345232
                    [pmu] => 10974240
                )

            [menu_execute_active_handler==>civicrm_invoke] => Array
                (
                    [ct] => 1
                    [wt] => 21617067
                    [cpu] => 18885381
                    [mu] => 11608464
                    [pmu] => 14040976
                )

            [main()==>menu_execute_active_handler] => Array
                (
                    [ct] => 1
                    [wt] => 21617101
                    [cpu] => 18885381
                    [mu] => 11612240
                    [pmu] => 14040976
                )

            [Xhgui\Profiler\Profiler::shutDown==>Xhgui\Profiler\Profiler::flush] => Array
                (
                    [ct] => 1
                    [wt] => 241
                    [cpu] => 88
                    [mu] => -40632
                    [pmu] => 0
                )

            [Xhgui\Profiler\Profiler::disable==>Xhgui\Profiler\ProfilingData::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Xhgui\Profiler\Profiler::disable==>Xhgui\Profiler\Profilers\XHProf::disable] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Xhgui\Profiler\Profiler::stop==>Xhgui\Profiler\Profiler::disable] => Array
                (
                    [ct] => 1
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 1960
                    [pmu] => 0
                )

            [Xhgui\Profiler\Profiler::shutDown==>Xhgui\Profiler\Profiler::stop] => Array
                (
                    [ct] => 1
                    [wt] => 36
                    [cpu] => 0
                    [mu] => 2592
                    [pmu] => 0
                )

            [main()==>Xhgui\Profiler\Profiler::shutDown] => Array
                (
                    [ct] => 1
                    [wt] => 290
                    [cpu] => 88
                    [mu] => -37360
                    [pmu] => 0
                )

            [main()] => Array
                (
                    [ct] => 1
                    [wt] => 21631009
                    [cpu] => 18894981
                    [mu] => 13302472
                    [pmu] => 15966544
                )

        )

)