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] => 689f01d1dc85070595276e47
    [meta] => Array
        (
            [url] => /admin/index.php?route=sale/order/history&user_token=ndoeX4hzJSdK440vtI5W6FlgajQLRpPy&order_id=416
            [get] => Array
                (
                    [route] => sale/order/history
                    [user_token] => ndoeX4hzJSdK440vtI5W6FlgajQLRpPy
                    [order_id] => 416
                )

            [env] => Array
                (
                )

            [SERVER] => Array
                (
                    [HTTP_USER_AGENT] => Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36
                    [HTTP_HOST] => nashi-lizhka.com
                    [PATH_INFO] => 
                    [SERVER_NAME] => test.nashi-lizhka.com
                    [SERVER_ADDR] => 185.233.47.106
                    [REMOTE_ADDR] => 37.73.9.79
                    [HTTPS] => 1
                    [DOCUMENT_ROOT] => /www/wwwroot/nashi-lizhka.com
                    [REQUEST_METHOD] => GET
                    [QUERY_STRING] => route=sale/order/history&user_token=ndoeX4hzJSdK440vtI5W6FlgajQLRpPy&order_id=416
                    [PHP_SELF] => /admin/index.php
                    [REQUEST_TIME_FLOAT] => 1755251152.9711
                    [REQUEST_TIME] => 1755251152
                )

            [simple_url] => /admin/index.php?route=sale/order/history&user_token=ndoeX4hzJSdK440vtI5W6FlgajQLRpPy&order_id
            [request_ts] => MongoDate Object
                (
                    [sec] => 1755251152
                    [usec] => 0
                )

            [request_ts_micro] => MongoDate Object
                (
                    [sec] => 1755251152
                    [usec] => 971000
                )

            [request_date] => 2025-08-15
        )

    [profile] => Array
        (
            [ControllerStartupError::index==>Config::get] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [start==>Action::__construct] => Array
                (
                    [ct] => 11
                    [wt] => 156
                    [cpu] => 0
                    [mu] => 744
                    [pmu] => 1024
                )

            [Cart\User::__construct==>DB::query] => Array
                (
                    [ct] => 3
                    [wt] => 2097
                    [cpu] => 1433
                    [mu] => 43816
                    [pmu] => 0
                )

            [Xhgui\Profiler\Profiler::disable==>Xhgui\Profiler\Profiler::getProfiler] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Composer\Autoload\includeFile==>ControllerStartupError::handler] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerStartupPermission::index==>Cart\User::hasPermission] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [OCFilter\Setting::__construct==>DB::query] => Array
                (
                    [ct] => 2
                    [wt] => 1447
                    [cpu] => 169
                    [mu] => 56448
                    [pmu] => 75640
                )

            [ControllerStartupError::index==>Controller::__get] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Template\Twig::render==>Twig\Environment::render] => Array
                (
                    [ct] => 1
                    [wt] => 1132
                    [cpu] => 0
                    [mu] => 12256
                    [pmu] => 103064
                )

            [Twig\Extension\EscaperExtension::__construct==>Twig\Extension\EscaperExtension::setDefaultStrategy] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [start==>Session::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1426
                    [cpu] => 281
                    [mu] => 2320
                    [pmu] => 1672
                )

            [ControllerStartupStartup::index==>Registry::set] => Array
                (
                    [ct] => 8
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 768
                    [pmu] => 0
                )

            [Action::execute==>ControllerStartupEvent::index] => Array
                (
                    [ct] => 1
                    [wt] => 4143
                    [cpu] => 433
                    [mu] => 25584
                    [pmu] => 0
                )

            [Action::execute@1==>modification] => Array
                (
                    [ct] => 3
                    [wt] => 103
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [Composer\Autoload\ClassLoader::loadClass==>Composer\Autoload\ClassLoader::findFile] => Array
                (
                    [ct] => 81
                    [wt] => 1464
                    [cpu] => 0
                    [mu] => 6544
                    [pmu] => 1952
                )

            [ControllerStartupEvent::index==>Proxy::getEvents] => Array
                (
                    [ct] => 1
                    [wt] => 3188
                    [cpu] => 433
                    [mu] => 32240
                    [pmu] => 0
                )

            [start==>Request::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 197
                    [cpu] => 0
                    [mu] => 27736
                    [pmu] => 19128
                )

            [start==>DB::escape] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 32
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelSaleOrder::getTotalOrderHistories] => Array
                (
                    [ct] => 1
                    [wt] => 151
                    [cpu] => 122
                    [mu] => 384
                    [pmu] => 3128
                )

            [Composer\Autoload\ClassLoader::findFile==>Composer\Autoload\ClassLoader::findFileWithExtension] => Array
                (
                    [ct] => 89
                    [wt] => 1358
                    [cpu] => 0
                    [mu] => 3424
                    [pmu] => 1336
                )

            [OCFilter\Core::init==>library] => Array
                (
                    [ct] => 5
                    [wt] => 339
                    [cpu] => 0
                    [mu] => 12704
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>Config::get] => Array
                (
                    [ct] => 12
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::view==>Config::get] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>Cart\Length::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 955
                    [cpu] => 142
                    [mu] => 2744
                    [pmu] => 0
                )

            [Cart\Tax::setShippingAddress==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 240
                    [cpu] => 167
                    [mu] => -96
                    [pmu] => 0
                )

            [Twig\Environment::loadClass==>Twig\ExtensionSet::initRuntime] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Cart\Length::__construct==>Config::get] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [initOCFilter==>OCFilter\Core::init] => Array
                (
                    [ct] => 1
                    [wt] => 5171
                    [cpu] => 814
                    [mu] => 32496
                    [pmu] => 75640
                )

            [Action::execute==>ControllerStartupStartup::index] => Array
                (
                    [ct] => 1
                    [wt] => 10530
                    [cpu] => 4109
                    [mu] => 261104
                    [pmu] => 473424
                )

            [ControllerStartupLogin::index==>library] => Array
                (
                    [ct] => 1
                    [wt] => 69
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Composer\Autoload\ClassLoader::loadClass@2==>Composer\Autoload\ClassLoader::findFile] => Array
                (
                    [ct] => 4
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 960
                    [pmu] => 160
                )

            [ControllerStartupRouter::index==>Controller::__get] => Array
                (
                    [ct] => 5
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::{closure}==>ModelSettingEvent::getEvents] => Array
                (
                    [ct] => 1
                    [wt] => 3150
                    [cpu] => 433
                    [mu] => 30944
                    [pmu] => 0
                )

            [DB::__construct==>library] => Array
                (
                    [ct] => 1
                    [wt] => 62
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 296
                )

            [Template\Twig::render==>Twig\Environment::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 466
                    [cpu] => 0
                    [mu] => 11064
                    [pmu] => 5864
                )

            [initOCFilter==>OCFilter\Core::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [OCFilter\Core::init==>OCFilter\Factory::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Cart\Currency::__construct==>Registry::get] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [OCFilter\OpenCart::__get==>Registry::get] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Action::execute==>ControllerStartupSass::index] => Array
                (
                    [ct] => 1
                    [wt] => 97
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

            [Loader::{closure}==>Registry::get] => Array
                (
                    [ct] => 6
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelSaleOrder::getOrderHistories==>Config::get] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerStartupEvent::index==>Event::register] => Array
                (
                    [ct] => 13
                    [wt] => 70
                    [cpu] => 0
                    [mu] => 5336
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>Controller::__get] => Array
                (
                    [ct] => 522
                    [wt] => 517
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [OCFilter\Factory::__call==>OCFilter\Core::admin] => Array
                (
                    [ct] => 1
                    [wt] => 106
                    [cpu] => 0
                    [mu] => 2288
                    [pmu] => 0
                )

            [Twig\Environment::getGlobals==>Twig\ExtensionSet::getGlobals] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [OCFilter\OpenCart::__construct==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 3102
                    [cpu] => 645
                    [mu] => 128
                    [pmu] => 0
                )

            [Action::execute==>ControllerStartupPermission::index] => Array
                (
                    [ct] => 1
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

            [ControllerSaleOrder::history==>Proxy::getTotalOrderHistories] => Array
                (
                    [ct] => 1
                    [wt] => 205
                    [cpu] => 122
                    [mu] => 1168
                    [pmu] => 3128
                )

            [Action::execute==>ControllerStartupLogin::index] => Array
                (
                    [ct] => 1
                    [wt] => 6016
                    [cpu] => 1977
                    [mu] => 134440
                    [pmu] => 0
                )

            [main()==>ComposerAutoloaderInita8cb75283b86ff94542c6f1327c4ce59::getLoader] => Array
                (
                    [ct] => 1
                    [wt] => 129
                    [cpu] => 0
                    [mu] => 1680
                    [pmu] => 1696
                )

            [ControllerSaleOrder::history==>Url::link] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [Detection\MobileDetect::matchDetectionRulesAgainstUA==>Detection\MobileDetect::getRules] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 13008
                    [pmu] => 13008
                )

            [start==>Event::register] => Array
                (
                    [ct] => 3
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 1664
                    [pmu] => 1752
                )

            [OCFilter\Core::admin==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 35
                    [cpu] => 0
                    [mu] => 320
                    [pmu] => 0
                )

            [Twig\Template::display==>Twig\Environment::mergeGlobals] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 512
                    [pmu] => 0
                )

            [__TwigTemplate_f1a13e7584ae9a380161d4356f1fb2688f61e10f70d5ec2c53a80abb13bd130d::__construct==>__TwigTemplate_f1a13e7584ae9a380161d4356f1fb2688f61e10f70d5ec2c53a80abb13bd130d::getSourceContext] => Array
                (
                    [ct] => 1
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 592
                    [pmu] => 0
                )

            [start==>Language::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [start==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 25
                    [cpu] => 22
                    [mu] => 200
                    [pmu] => 0
                )

            [Twig\Environment::getTemplateClass==>Twig\Environment::getLoader] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::view==>Template::set] => Array
                (
                    [ct] => 291
                    [wt] => 256
                    [cpu] => 0
                    [mu] => 20792
                    [pmu] => 22200
                )

            [Twig\Environment::mergeGlobals==>Twig\Environment::getGlobals] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

            [ComposerAutoloaderInita8cb75283b86ff94542c6f1327c4ce59::getLoader==>Composer\Autoload\ComposerStaticInita8cb75283b86ff94542c6f1327c4ce59::getInitializer] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1048
                    [pmu] => 1192
                )

            [Twig\Environment::__construct==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 4
                    [wt] => 192
                    [cpu] => 0
                    [mu] => 4192
                    [pmu] => 3376
                )

            [Twig\Loader\ChainLoader::getCacheKey==>Twig\Loader\ChainLoader::getCacheKey@1] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1664
                    [pmu] => 1512
                )

            [Template\Twig::render==>Twig\Loader\ArrayLoader::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Loader\ChainLoader::isFresh@1==>Twig\Loader\ArrayLoader::isFresh] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Environment::loadClass==>Twig\Cache\FilesystemCache::load] => Array
                (
                    [ct] => 1
                    [wt] => 694
                    [cpu] => 0
                    [mu] => 3992
                    [pmu] => 100840
                )

            [Action::execute==>ControllerStartupError::index] => Array
                (
                    [ct] => 1
                    [wt] => 35
                    [cpu] => 0
                    [mu] => 1576
                    [pmu] => 0
                )

            [main()==>Xhgui\Profiler\Profiler::shutDown] => Array
                (
                    [ct] => 1
                    [wt] => 8682
                    [cpu] => 134
                    [mu] => -6800
                    [pmu] => 0
                )

            [start==>Loader::language] => Array
                (
                    [ct] => 1
                    [wt] => 83
                    [cpu] => 0
                    [mu] => 512
                    [pmu] => 0
                )

            [Template::__construct==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 39
                    [cpu] => 0
                    [mu] => 1408
                    [pmu] => 0
                )

            [Twig\Loader\ChainLoader::isFresh==>Twig\Loader\ChainLoader::exists] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSaleOrder::history==>Loader::language] => Array
                (
                    [ct] => 1
                    [wt] => 215
                    [cpu] => 0
                    [mu] => 8592
                    [pmu] => 22184
                )

            [Cart\Cart::__construct==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 36
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>Cart\Weight::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 208
                    [cpu] => 132
                    [mu] => 3224
                    [pmu] => 0
                )

            [OCFilter\Core::__construct==>OCFilter\Factory::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Cache\FilesystemCache::load==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 68
                    [cpu] => 0
                    [mu] => 280
                    [pmu] => 0
                )

            [Twig\Loader\FilesystemLoader::__construct==>Twig\Loader\FilesystemLoader::setPaths] => Array
                (
                    [ct] => 3
                    [wt] => 70
                    [cpu] => 0
                    [mu] => 2856
                    [pmu] => 0
                )

            [Cart\Cart::__construct==>Cart\Customer::getId] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerEventLanguage::index==>Controller::__get] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Environment::__construct==>Twig\Environment::addExtension] => Array
                (
                    [ct] => 3
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 1080
                    [pmu] => 1600
                )

            [ModelSaleOrder::getTotalOrderHistories==>Model::__get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Environment::updateOptionsHash==>Twig\ExtensionSet::getSignature] => Array
                (
                    [ct] => 3
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 896
                    [pmu] => 1008
                )

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

            [start==>Response::addHeader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 504
                    [pmu] => 0
                )

            [Action::execute==>modification] => Array
                (
                    [ct] => 7
                    [wt] => 288
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [start==>DB::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1596
                    [cpu] => 938
                    [mu] => 44304
                    [pmu] => 43832
                )

            [optionscombinations\OptionsCombinationsLib::__get==>Registry::get] => Array
                (
                    [ct] => 5
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Session\DB::read==>DB::escape] => Array
                (
                    [ct] => 2
                    [wt] => 5
                    [cpu] => 0
                    [mu] => -24
                    [pmu] => 184
                )

            [optionscombinations\OptionsCombinationsLib::__construct==>Cart\Customer::getGroupId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Environment::loadTemplate==>Twig\Environment::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 974
                    [cpu] => 0
                    [mu] => 7384
                    [pmu] => 101216
                )

            [Model::__get==>Registry::get] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [start==>Router::dispatch] => Array
                (
                    [ct] => 1
                    [wt] => 29367
                    [cpu] => 7988
                    [mu] => 588160
                    [pmu] => 677160
                )

            [Twig\Loader\ChainLoader::getCacheKey==>Twig\Loader\ChainLoader::exists] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [ControllerStartupPermission::index==>Controller::__get] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [library==>modification] => Array
                (
                    [ct] => 32
                    [wt] => 1028
                    [cpu] => 0
                    [mu] => 1184
                    [pmu] => 608
                )

            [ModelSettingEvent::getEvents==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 3144
                    [cpu] => 433
                    [mu] => 30784
                    [pmu] => 0
                )

            [Template::render==>Template\Twig::render] => Array
                (
                    [ct] => 1
                    [wt] => 2577
                    [cpu] => 0
                    [mu] => 36600
                    [pmu] => 117768
                )

            [Template\Twig::render==>Twig\Loader\ChainLoader::__construct] => Array
                (
                    [ct] => 4
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [start==>Response::output] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 240
                    [pmu] => 0
                )

            [ControllerSaleOrder::history==>Loader::view] => Array
                (
                    [ct] => 1
                    [wt] => 3347
                    [cpu] => 257
                    [mu] => 40224
                    [pmu] => 156864
                )

            [__TwigTemplate_f1a13e7584ae9a380161d4356f1fb2688f61e10f70d5ec2c53a80abb13bd130d::getSourceContext==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 38
                    [cpu] => 0
                    [mu] => 240
                    [pmu] => 0
                )

            [Detection\MobileDetect::isMobile==>Detection\MobileDetect::getUserAgent] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Cart\Tax::setShippingAddress==>Config::get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Cart\Currency::__construct==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 722
                    [cpu] => 427
                    [mu] => 3496
                    [pmu] => 0
                )

            [Action::execute@1==>Controller::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [__TwigTemplate_f1a13e7584ae9a380161d4356f1fb2688f61e10f70d5ec2c53a80abb13bd130d::__construct==>Twig\Template::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

            [Detection\MobileDetect::isMobile==>Detection\MobileDetect::checkHttpHeadersForMobile] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 256
                )

            [Detection\MobileDetect::checkHttpHeadersForMobile==>Detection\MobileDetect::getMobileHeaders] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 128
                )

            [Xhgui\Profiler\Profiler::shutDown==>Xhgui\Profiler\Profiler::flush] => Array
                (
                    [ct] => 1
                    [wt] => 6260
                    [cpu] => 36
                    [mu] => -8160
                    [pmu] => 0
                )

            [initOCFilter==>library] => Array
                (
                    [ct] => 1
                    [wt] => 64
                    [cpu] => 0
                    [mu] => 1160
                    [pmu] => 0
                )

            [ControllerStartupRouter::index==>Action::execute@1] => Array
                (
                    [ct] => 1
                    [wt] => 7073
                    [cpu] => 1070
                    [mu] => 145128
                    [pmu] => 203736
                )

            [Cart\Cart::__construct==>optionscombinations\OptionsCombinationsLib::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 640
                    [pmu] => 0
                )

            [Language::load==>modification] => Array
                (
                    [ct] => 3
                    [wt] => 48
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

            [ComposerAutoloaderInita8cb75283b86ff94542c6f1327c4ce59::getLoader==>Composer\Autoload\ClassLoader::Composer\Autoload\{closure}] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 208
                    [pmu] => 0
                )

            [DB::__construct==>DB\MySQLi::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1489
                    [cpu] => 938
                    [mu] => 43824
                    [pmu] => 43536
                )

            [Composer\Autoload\includeFile==>Composer\Autoload\ClassLoader::loadClass@1] => Array
                (
                    [ct] => 5
                    [wt] => 390
                    [cpu] => 0
                    [mu] => 7336
                    [pmu] => 888
                )

            [Twig\Template::render==>Twig\Template::Twig\{closure}] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Environment::addExtension==>Twig\ExtensionSet::addExtension] => Array
                (
                    [ct] => 3
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 504
                    [pmu] => 48
                )

            [start==>Log::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 1064
                    [pmu] => 0
                )

            [ModelSaleOrder::getOrderHistories==>Model::__get] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 224
                    [pmu] => 224
                )

            [ComposerAutoloaderInita8cb75283b86ff94542c6f1327c4ce59::getLoader==>composerRequirea8cb75283b86ff94542c6f1327c4ce59] => Array
                (
                    [ct] => 3
                    [wt] => 91
                    [cpu] => 0
                    [mu] => 496
                    [pmu] => 24
                )

            [OCFilter\Core::init==>OCFilter\Setting::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1505
                    [cpu] => 169
                    [mu] => 16320
                    [pmu] => 75640
                )

            [Loader::model==>modification] => Array
                (
                    [ct] => 2
                    [wt] => 46
                    [cpu] => 0
                    [mu] => 240
                    [pmu] => 0
                )

            [start==>Registry::set] => Array
                (
                    [ct] => 12
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 824
                    [pmu] => 0
                )

            [Detection\MobileDetect::__construct==>Detection\MobileDetect::setHttpHeaders] => Array
                (
                    [ct] => 1
                    [wt] => 40
                    [cpu] => 0
                    [mu] => 952
                    [pmu] => 448
                )

            [initOCFilter==>OCFilter\Factory::admin] => Array
                (
                    [ct] => 1
                    [wt] => 112
                    [cpu] => 0
                    [mu] => 2544
                    [pmu] => 0
                )

            [Twig\Environment::loadClass==>Twig\Environment::isTemplateFresh] => Array
                (
                    [ct] => 1
                    [wt] => 151
                    [cpu] => 0
                    [mu] => 976
                    [pmu] => 376
                )

            [Loader::__construct==>Detection\MobileDetect::isMobile] => Array
                (
                    [ct] => 1
                    [wt] => 4198
                    [cpu] => 2535
                    [mu] => 13776
                    [pmu] => 21800
                )

            [start==>Session::start] => Array
                (
                    [ct] => 1
                    [wt] => 65
                    [cpu] => 39
                    [mu] => 1056
                    [pmu] => 18152
                )

            [ControllerStartupStartup::index==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 14
                    [wt] => 287
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::view==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 35
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Action::execute@1==>ControllerSaleOrder::history] => Array
                (
                    [ct] => 1
                    [wt] => 7017
                    [cpu] => 1070
                    [mu] => 77832
                    [pmu] => 203736
                )

            [ControllerEventLanguage::index==>Language::all] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>Cart\Tax::setStoreAddress] => Array
                (
                    [ct] => 1
                    [wt] => 29
                    [cpu] => 31
                    [mu] => 384
                    [pmu] => 0
                )

            [start==>Cache::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1387
                    [cpu] => 347
                    [mu] => 976
                    [pmu] => 0
                )

            [Loader::view==>Template::render] => Array
                (
                    [ct] => 1
                    [wt] => 2578
                    [cpu] => 0
                    [mu] => 36728
                    [pmu] => 117768
                )

            [Twig\Environment::isTemplateFresh==>Twig\Loader\ChainLoader::isFresh] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 640
                    [pmu] => 248
                )

            [Xhgui\Profiler\ProfilingData::__construct==>Xhgui\Profiler\Config::offsetGet] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Proxy::getEvents==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 3187
                    [cpu] => 433
                    [mu] => 32112
                    [pmu] => 0
                )

            [Session\DB::__construct==>Session\DB::gc] => Array
                (
                    [ct] => 1
                    [wt] => 1289
                    [cpu] => 281
                    [mu] => 480
                    [pmu] => 536
                )

            [Session\DB::read==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 43
                    [cpu] => 39
                    [mu] => 1232
                    [pmu] => 17336
                )

            [Cart\Tax::__construct==>Registry::get] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Environment::isTemplateFresh==>Twig\Environment::getLoader] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [main()] => Array
                (
                    [ct] => 1
                    [wt] => 54751
                    [cpu] => 16509
                    [mu] => 736120
                    [pmu] => 883752
                )

            [start==>Response::setCompression] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerStartupLogin::index==>Registry::set] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [start==>Config::get] => Array
                (
                    [ct] => 29
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [OCFilter\Core::init==>OCFilter\Factory::__set] => Array
                (
                    [ct] => 5
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 504
                    [pmu] => 0
                )

            [ControllerStartupEvent::index==>Controller::__get] => Array
                (
                    [ct] => 15
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Action::execute@2==>ControllerEventLanguage::index] => Array
                (
                    [ct] => 1
                    [wt] => 53
                    [cpu] => 0
                    [mu] => 20920
                    [pmu] => 16896
                )

            [DB::query==>DB\MySQLi::query] => Array
                (
                    [ct] => 21
                    [wt] => 21924
                    [cpu] => 7944
                    [mu] => 493104
                    [pmu] => 586288
                )

            [ControllerStartupRouter::index==>Event::trigger] => Array
                (
                    [ct] => 2
                    [wt] => 220
                    [cpu] => 0
                    [mu] => 13144
                    [pmu] => 0
                )

            [Twig\Environment::loadClass==>Twig\Environment::isAutoReload] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Controller::__get==>Registry::get] => Array
                (
                    [ct] => 574
                    [wt] => 207
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Loader\FilesystemLoader::setPaths==>Twig\Loader\FilesystemLoader::addPath] => Array
                (
                    [ct] => 3
                    [wt] => 63
                    [cpu] => 0
                    [mu] => 1600
                    [pmu] => 0
                )

            [Composer\Autoload\ClassLoader::loadClass@2==>Composer\Autoload\includeFile@2] => Array
                (
                    [ct] => 4
                    [wt] => 150
                    [cpu] => 0
                    [mu] => 1920
                    [pmu] => 728
                )

            [ControllerEventLanguage::before==>Controller::__get] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::view==>Event::trigger] => Array
                (
                    [ct] => 2
                    [wt] => 188
                    [cpu] => 257
                    [mu] => 20568
                    [pmu] => 16896
                )

            [Request::clean==>Request::clean@1] => Array
                (
                    [ct] => 118
                    [wt] => 119
                    [cpu] => 0
                    [mu] => 23040
                    [pmu] => 16424
                )

            [Xhgui\Profiler\Profiler::disable==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 2371
                    [cpu] => 98
                    [mu] => 240
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>Config::set] => Array
                (
                    [ct] => 503
                    [wt] => 226
                    [cpu] => 0
                    [mu] => 38528
                    [pmu] => 800
                )

            [DB::__construct==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 39
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::model==>Registry::has] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 32
                    [pmu] => 0
                )

            [Router::execute==>Action::execute] => Array
                (
                    [ct] => 7
                    [wt] => 29349
                    [cpu] => 7988
                    [mu] => 588048
                    [pmu] => 677160
                )

            [Twig\Environment::load==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 37
                    [cpu] => 0
                    [mu] => 288
                    [pmu] => 0
                )

            [Cart\Weight::__construct==>Registry::get] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSaleOrder::history==>Response::setOutput] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSaleOrder::history==>Controller::__get] => Array
                (
                    [ct] => 15
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Cart\Cart::__construct==>Registry::get] => Array
                (
                    [ct] => 6
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Detection\MobileDetect::setUserAgent==>Detection\MobileDetect::getUaHttpHeaders] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 240
                    [pmu] => 176
                )

            [Config::load==>modification] => Array
                (
                    [ct] => 2
                    [wt] => 96
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [initOCFilter==>OCFilter\OpenCart::isAdmin] => Array
                (
                    [ct] => 1
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Session\DB::__construct==>Registry::get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerStartupSass::index==>Config::get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Template\Twig::render==>Twig\Loader\FilesystemLoader::__construct] => Array
                (
                    [ct] => 4
                    [wt] => 132
                    [cpu] => 0
                    [mu] => 2488
                    [pmu] => 0
                )

            [Loader::view==>Template::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 100
                    [cpu] => 0
                    [mu] => 1760
                    [pmu] => 0
                )

            [Cache::__construct==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 42
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSaleOrder::history==>Language::get] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>Cart\Currency::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 729
                    [cpu] => 427
                    [mu] => 2664
                    [pmu] => 0
                )

            [Template::set==>Template\Twig::set] => Array
                (
                    [ct] => 291
                    [wt] => 105
                    [cpu] => 0
                    [mu] => 20664
                    [pmu] => 22200
                )

            [Loader::language==>Event::trigger] => Array
                (
                    [ct] => 4
                    [wt] => 52
                    [cpu] => 0
                    [mu] => -1584
                    [pmu] => 0
                )

            [initOCFilter==>Registry::set] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerStartupLogin::index==>Controller::__get] => Array
                (
                    [ct] => 8
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [start==>Router::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 5467
                    [cpu] => 814
                    [mu] => 38280
                    [pmu] => 75640
                )

            [Cart\Tax::setStoreAddress==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 26
                    [cpu] => 31
                    [mu] => -96
                    [pmu] => 0
                )

            [OCFilter\Core::init==>OCFilter\Cache::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>Cart\Tax::setShippingAddress] => Array
                (
                    [ct] => 1
                    [wt] => 246
                    [cpu] => 167
                    [mu] => 384
                    [pmu] => 0
                )

            [Twig\Template::__construct==>Twig\Environment::getExtensions] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>Language::load] => Array
                (
                    [ct] => 1
                    [wt] => 122
                    [cpu] => 0
                    [mu] => 12696
                    [pmu] => 0
                )

            [Twig\Environment::setCache==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 83
                    [cpu] => 0
                    [mu] => 1480
                    [pmu] => 0
                )

            [Detection\MobileDetect::setUserAgent==>Detection\MobileDetect::prepareUserAgent] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 288
                    [pmu] => 288
                )

            [OCFilter\Core::admin==>OCFilter\Factory::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [optionscombinations\OptionsCombinationsLib::__construct==>Config::get] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerStartupSass::index==>Controller::__get] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Environment::__construct==>Twig\Extension\EscaperExtension::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [Twig\Environment::load==>Twig\TemplateWrapper::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Template::render==>Twig\Template::display] => Array
                (
                    [ct] => 1
                    [wt] => 64
                    [cpu] => 0
                    [mu] => 1152
                    [pmu] => 0
                )

            [Composer\Autoload\ClassLoader::loadClass@1==>Composer\Autoload\ClassLoader::findFile] => Array
                (
                    [ct] => 5
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 928
                    [pmu] => 0
                )

            [Twig\Environment::loadClass==>Twig\Cache\FilesystemCache::getTimestamp] => Array
                (
                    [ct] => 1
                    [wt] => 63
                    [cpu] => 0
                    [mu] => 232
                    [pmu] => 0
                )

            [Twig\Environment::__construct==>Twig\Environment::setCharset] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::view==>library] => Array
                (
                    [ct] => 1
                    [wt] => 63
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Xhgui\Profiler\Profiler::disable==>Xhgui\Profiler\ProfilingData::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

            [Twig\Environment::getTemplateClass==>Twig\Loader\ChainLoader::getCacheKey] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 2424
                    [pmu] => 1640
                )

            [Action::execute==>ControllerStartupRouter::index] => Array
                (
                    [ct] => 1
                    [wt] => 7384
                    [cpu] => 1070
                    [mu] => 159520
                    [pmu] => 203736
                )

            [Session::__construct==>Session\DB::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1294
                    [cpu] => 281
                    [mu] => 1112
                    [pmu] => 536
                )

            [ControllerEventLanguage::before==>Language::all] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Environment::getGlobals==>Twig\ExtensionSet::isInitialized] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::language==>Language::load] => Array
                (
                    [ct] => 2
                    [wt] => 231
                    [cpu] => 0
                    [mu] => 8592
                    [pmu] => 22184
                )

            [ControllerStartupRouter::index==>Action::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 69
                    [cpu] => 0
                    [mu] => 192
                    [pmu] => 0
                )

            [Detection\MobileDetect::isMobile==>Detection\MobileDetect::matchDetectionRulesAgainstUA] => Array
                (
                    [ct] => 1
                    [wt] => 4189
                    [cpu] => 2535
                    [mu] => 13264
                    [pmu] => 21416
                )

            [Session::__construct==>library] => Array
                (
                    [ct] => 1
                    [wt] => 67
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 520
                )

            [Loader::model==>Registry::set] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\ExtensionSet::__construct==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 1
                    [wt] => 123
                    [cpu] => 0
                    [mu] => 2216
                    [pmu] => 888
                )

            [Twig\Template::displayWithErrorHandling==>__TwigTemplate_f1a13e7584ae9a380161d4356f1fb2688f61e10f70d5ec2c53a80abb13bd130d::doDisplay] => Array
                (
                    [ct] => 1
                    [wt] => 54
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 0
                )

            [__TwigTemplate_f1a13e7584ae9a380161d4356f1fb2688f61e10f70d5ec2c53a80abb13bd130d::doDisplay==>twig_get_attribute] => Array
                (
                    [ct] => 4
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [OCFilter\Setting::__construct==>OCFilter\OpenCart::__get] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerStartupLogin::index==>Cart\User::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 5875
                    [cpu] => 1977
                    [mu] => 133560
                    [pmu] => 0
                )

            [Session\DB::gc==>DB::escape] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 16
                    [pmu] => 0
                )

            [Cart\Customer::__construct==>Registry::get] => Array
                (
                    [ct] => 4
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::view==>Registry::get] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Cart\Length::__construct==>Registry::get] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::model==>Proxy::__set] => Array
                (
                    [ct] => 38
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 2160
                    [pmu] => 0
                )

            [Router::dispatch==>Router::execute] => Array
                (
                    [ct] => 7
                    [wt] => 29359
                    [cpu] => 7988
                    [mu] => 588176
                    [pmu] => 677160
                )

            [Xhgui\Profiler\Profiler::shutDown==>Xhgui\Profiler\Profiler::stop] => Array
                (
                    [ct] => 1
                    [wt] => 2418
                    [cpu] => 98
                    [mu] => 1232
                    [pmu] => 0
                )

            [Detection\MobileDetect::matchDetectionRulesAgainstUA==>Detection\MobileDetect::match] => Array
                (
                    [ct] => 183
                    [wt] => 503
                    [cpu] => 2535
                    [mu] => 128
                    [pmu] => 8408
                )

            [Loader::{closure}==>ModelSaleOrder::getOrderHistories] => Array
                (
                    [ct] => 1
                    [wt] => 2843
                    [cpu] => 691
                    [mu] => 1552
                    [pmu] => 18680
                )

            [Twig\Environment::render==>Twig\Environment::load] => Array
                (
                    [ct] => 1
                    [wt] => 1052
                    [cpu] => 0
                    [mu] => 9648
                    [pmu] => 103064
                )

            [Detection\MobileDetect::__construct==>Detection\MobileDetect::setUserAgent] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 656
                    [pmu] => 624
                )

            [Twig\Loader\ChainLoader::getCacheKey@1==>Twig\Loader\ArrayLoader::getCacheKey] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1408
                    [pmu] => 1384
                )

            [__TwigTemplate_f1a13e7584ae9a380161d4356f1fb2688f61e10f70d5ec2c53a80abb13bd130d::doDisplay==>twig_ensure_traversable] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Template\Twig::render==>Twig\Loader\FilesystemLoader::addPath] => Array
                (
                    [ct] => 2
                    [wt] => 46
                    [cpu] => 0
                    [mu] => 936
                    [pmu] => 0
                )

            [Twig\Environment::__construct==>Twig\Extension\OptimizerExtension::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Composer\Autoload\ClassLoader::loadClass@1==>Composer\Autoload\includeFile@1] => Array
                (
                    [ct] => 5
                    [wt] => 359
                    [cpu] => 0
                    [mu] => 6888
                    [pmu] => 888
                )

            [start==>Session::getId] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Request::__construct==>Request::clean] => Array
                (
                    [ct] => 6
                    [wt] => 195
                    [cpu] => 0
                    [mu] => 27232
                    [pmu] => 19040
                )

            [Cart\Weight::__construct==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 199
                    [cpu] => 132
                    [mu] => 2688
                    [pmu] => 0
                )

            [Loader::__construct==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 75
                    [cpu] => 0
                    [mu] => 464
                    [pmu] => 600
                )

            [start==>Config::has] => Array
                (
                    [ct] => 6
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::__construct==>Detection\MobileDetect::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 52
                    [cpu] => 0
                    [mu] => 1736
                    [pmu] => 1168
                )

            [Cart\Cart::__construct==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 606
                    [cpu] => 277
                    [mu] => -32
                    [pmu] => 0
                )

            [Cache::__construct==>library] => Array
                (
                    [ct] => 1
                    [wt] => 54
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>Cart\Tax::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Twig\Environment::isTemplateFresh==>Twig\ExtensionSet::getLastModified] => Array
                (
                    [ct] => 1
                    [wt] => 143
                    [cpu] => 0
                    [mu] => 80
                    [pmu] => 0
                )

            [Twig\Loader\ChainLoader::isFresh@1==>Twig\Loader\ArrayLoader::exists] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [__TwigTemplate_f1a13e7584ae9a380161d4356f1fb2688f61e10f70d5ec2c53a80abb13bd130d::getSourceContext==>Twig\Source::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::language==>Registry::get] => Array
                (
                    [ct] => 6
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [start==>Event::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Environment::render==>Twig\TemplateWrapper::render] => Array
                (
                    [ct] => 1
                    [wt] => 78
                    [cpu] => 0
                    [mu] => 2560
                    [pmu] => 0
                )

            [Twig\Environment::loadClass==>Twig\Cache\FilesystemCache::generateKey] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 288
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>DB::escape] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => -64
                    [pmu] => 0
                )

            [Session::__construct==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 57
                    [cpu] => 0
                    [mu] => 448
                    [pmu] => 112
                )

            [Twig\Environment::loadTemplate==>Twig\Environment::getTemplateClass] => Array
                (
                    [ct] => 1
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 1512
                    [pmu] => 1848
                )

            [Twig\Loader\ChainLoader::exists==>Twig\Loader\ArrayLoader::exists] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Environment::addExtension==>Twig\Environment::updateOptionsHash] => Array
                (
                    [ct] => 3
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 448
                    [pmu] => 1552
                )

            [Router::__construct==>initOCFilter] => Array
                (
                    [ct] => 1
                    [wt] => 5449
                    [cpu] => 814
                    [mu] => 38152
                    [pmu] => 75640
                )

            [Proxy::getTotalOrderHistories==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 204
                    [cpu] => 122
                    [mu] => 664
                    [pmu] => 3128
                )

            [ComposerAutoloaderInita8cb75283b86ff94542c6f1327c4ce59::getLoader==>Composer\Autoload\ClassLoader::register] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>Cart\Cart::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 734
                    [cpu] => 277
                    [mu] => 2200
                    [pmu] => 0
                )

            [OCFilter\Core::init==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 10
                    [wt] => 187
                    [cpu] => 0
                    [mu] => 1504
                    [pmu] => 0
                )

            [start==>Loader::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4340
                    [cpu] => 2535
                    [mu] => 15472
                    [pmu] => 23568
                )

            [ControllerSaleOrder::history==>Proxy::getOrderHistories] => Array
                (
                    [ct] => 1
                    [wt] => 2909
                    [cpu] => 691
                    [mu] => 2336
                    [pmu] => 19680
                )

            [Twig\Loader\ChainLoader::getCacheKey@1==>Twig\Loader\ArrayLoader::exists] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [start==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 20
                    [wt] => 388
                    [cpu] => 0
                    [mu] => 1648
                    [pmu] => 1944
                )

            [Twig\Environment::load==>Twig\Environment::loadTemplate] => Array
                (
                    [ct] => 1
                    [wt] => 1010
                    [cpu] => 0
                    [mu] => 9024
                    [pmu] => 103064
                )

            [Cart\Tax::setStoreAddress==>Config::get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSaleOrder::history==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>Cart\Customer::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 952
                    [pmu] => 0
                )

            [Cart\User::__construct==>Registry::get] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Session\DB::gc==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 1274
                    [cpu] => 281
                    [mu] => 32
                    [pmu] => 0
                )

            [ModelSettingEvent::getEvents==>Model::__get] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 352
                    [pmu] => 0
                )

            [Template::__construct==>library] => Array
                (
                    [ct] => 1
                    [wt] => 55
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Action::execute@1==>ControllerEventLanguage::before] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 12856
                    [pmu] => 0
                )

            [Twig\Loader\ChainLoader::isFresh==>Twig\Loader\ChainLoader::isFresh@1] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 384
                    [pmu] => 120
                )

            [OCFilter\OpenCart::__construct==>OCFilter\OpenCart::__get] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [Twig\Loader\FilesystemLoader::addPath==>Twig\Loader\FilesystemLoader::isAbsolutePath] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Detection\MobileDetect::setHttpHeaders==>Detection\MobileDetect::setCfHeaders] => Array
                (
                    [ct] => 1
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Environment::__construct==>Twig\Environment::setLoader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [start==>Router::addPreAction] => Array
                (
                    [ct] => 6
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 504
                    [pmu] => 0
                )

            [Twig\Template::render==>Twig\Environment::isDebug] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Environment::__construct==>Twig\Environment::setCache] => Array
                (
                    [ct] => 1
                    [wt] => 89
                    [cpu] => 0
                    [mu] => 1912
                    [pmu] => 0
                )

            [Action::execute==>Controller::__construct] => Array
                (
                    [ct] => 7
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [main()==>modification] => Array
                (
                    [ct] => 8
                    [wt] => 207
                    [cpu] => 0
                    [mu] => 224
                    [pmu] => 0
                )

            [Proxy::__call==>Loader::{closure}] => Array
                (
                    [ct] => 3
                    [wt] => 6285
                    [cpu] => 1246
                    [mu] => 34976
                    [pmu] => 22808
                )

            [ControllerStartupLogin::index==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 44
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Environment::__construct==>Twig\ExtensionSet::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 126
                    [cpu] => 0
                    [mu] => 2472
                    [pmu] => 888
                )

            [main()==>start] => Array
                (
                    [ct] => 1
                    [wt] => 45444
                    [cpu] => 12964
                    [mu] => 733456
                    [pmu] => 873032
                )

            [ModelSaleOrder::getTotalOrderHistories==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 145
                    [cpu] => 122
                    [mu] => 1200
                    [pmu] => 3128
                )

            [Xhgui\Profiler\Profiler::stop==>Xhgui\Profiler\Profiler::disable] => Array
                (
                    [ct] => 1
                    [wt] => 2416
                    [cpu] => 98
                    [mu] => 1104
                    [pmu] => 0
                )

            [Action::execute@2==>modification] => Array
                (
                    [ct] => 1
                    [wt] => 75
                    [cpu] => 257
                    [mu] => 128
                    [pmu] => 0
                )

            [Proxy::getOrderHistories==>Proxy::__call] => Array
                (
                    [ct] => 1
                    [wt] => 2908
                    [cpu] => 691
                    [mu] => 1832
                    [pmu] => 19680
                )

            [start==>Config::load] => Array
                (
                    [ct] => 2
                    [wt] => 149
                    [cpu] => 0
                    [mu] => 3032
                    [pmu] => 5736
                )

            [OCFilter\Setting::__construct==>OCFilter\Factory::__get] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Twig\Environment::setCache==>Twig\Cache\FilesystemCache::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 224
                    [pmu] => 0
                )

            [main()==>Xhgui\Profiler\Profiler::registerShutdownHandler] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 912
                    [pmu] => 264
                )

            [Xhgui\Profiler\ProfilingData::__construct==>Xhgui\Profiler\Config::offsetExists] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Cart\User::__construct==>DB::escape] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 168
                    [pmu] => 0
                )

            [Twig\Loader\ChainLoader::__construct==>Twig\Loader\ChainLoader::addLoader] => Array
                (
                    [ct] => 8
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1632
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>Language::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerStartupStartup::index==>DB::query] => Array
                (
                    [ct] => 3
                    [wt] => 5109
                    [cpu] => 2933
                    [mu] => 348832
                    [pmu] => 472624
                )

            [Action::execute@2==>Controller::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Cart\Length::__construct==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 946
                    [cpu] => 142
                    [mu] => 2208
                    [pmu] => 0
                )

            [start==>Url::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Template\Twig::render==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 4
                    [wt] => 547
                    [cpu] => 0
                    [mu] => 7064
                    [pmu] => 0
                )

            [optionscombinations\OptionsCombinationsLib::__construct==>optionscombinations\OptionsCombinationsLib::__get] => Array
                (
                    [ct] => 5
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [Twig\Environment::loadClass==>__TwigTemplate_f1a13e7584ae9a380161d4356f1fb2688f61e10f70d5ec2c53a80abb13bd130d::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 47
                    [cpu] => 0
                    [mu] => 1104
                    [pmu] => 0
                )

            [Session::start==>Session\DB::read] => Array
                (
                    [ct] => 1
                    [wt] => 61
                    [cpu] => 39
                    [mu] => 928
                    [pmu] => 18152
                )

            [OCFilter\Core::admin==>OCFilter\Factory::__set] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 448
                    [pmu] => 0
                )

            [ControllerStartupEvent::index==>Loader::model] => Array
                (
                    [ct] => 1
                    [wt] => 97
                    [cpu] => 0
                    [mu] => 13936
                    [pmu] => 0
                )

            [Twig\Template::display==>Twig\Template::displayWithErrorHandling] => Array
                (
                    [ct] => 1
                    [wt] => 55
                    [cpu] => 0
                    [mu] => 512
                    [pmu] => 0
                )

            [OCFilter\Core::admin==>library] => Array
                (
                    [ct] => 1
                    [wt] => 65
                    [cpu] => 0
                    [mu] => 1152
                    [pmu] => 0
                )

            [ControllerEventLanguage::before==>Language::set] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 12472
                    [pmu] => 0
                )

            [Loader::model==>Loader::callback] => Array
                (
                    [ct] => 38
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 31440
                    [pmu] => 1784
                )

            [ControllerStartupStartup::index==>library] => Array
                (
                    [ct] => 7
                    [wt] => 452
                    [cpu] => 0
                    [mu] => 1744
                    [pmu] => 0
                )

            [DB::escape==>DB\MySQLi::escape] => Array
                (
                    [ct] => 7
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 416
                    [pmu] => 152
                )

            [ControllerStartupError::index==>Log::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [start==>library] => Array
                (
                    [ct] => 10
                    [wt] => 598
                    [cpu] => 0
                    [mu] => 320
                    [pmu] => 2400
                )

            [Composer\Autoload\includeFile@1==>Composer\Autoload\ClassLoader::loadClass@2] => Array
                (
                    [ct] => 4
                    [wt] => 174
                    [cpu] => 0
                    [mu] => 2560
                    [pmu] => 888
                )

            [initOCFilter==>Composer\Autoload\ClassLoader::loadClass] => Array
                (
                    [ct] => 2
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ModelSaleOrder::getOrderHistories==>DB::query] => Array
                (
                    [ct] => 1
                    [wt] => 2832
                    [cpu] => 691
                    [mu] => 1072
                    [pmu] => 17560
                )

            [Xhgui\Profiler\Profiler::disable==>Xhgui\Profiler\Profilers\TidewaysXHProf::disable] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Cart\Cart::__construct==>library] => Array
                (
                    [ct] => 1
                    [wt] => 65
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Loader::{closure}==>Model::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSaleOrder::history==>Pagination::render] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [OCFilter\Factory::admin==>OCFilter\Factory::__call] => Array
                (
                    [ct] => 1
                    [wt] => 110
                    [cpu] => 0
                    [mu] => 2416
                    [pmu] => 0
                )

            [ControllerStartupLogin::index==>Cart\User::isLogged] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerStartupError::index==>Registry::set] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSaleOrder::history==>Loader::model] => Array
                (
                    [ct] => 1
                    [wt] => 128
                    [cpu] => 0
                    [mu] => 25304
                    [pmu] => 1880
                )

            [Cart\Weight::__construct==>Config::get] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Composer\Autoload\ClassLoader::loadClass==>Composer\Autoload\includeFile] => Array
                (
                    [ct] => 15
                    [wt] => 3282
                    [cpu] => 98
                    [mu] => 15216
                    [pmu] => 4840
                )

            [ControllerStartupEvent::index==>Action::__construct] => Array
                (
                    [ct] => 13
                    [wt] => 714
                    [cpu] => 0
                    [mu] => 1168
                    [pmu] => 0
                )

            [Twig\TemplateWrapper::render==>Twig\Template::render] => Array
                (
                    [ct] => 1
                    [wt] => 75
                    [cpu] => 0
                    [mu] => 2432
                    [pmu] => 0
                )

            [OCFilter\Core::init==>OCFilter\OpenCart::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3109
                    [cpu] => 645
                    [mu] => 512
                    [pmu] => 0
                )

            [Loader::{closure}==>Event::trigger] => Array
                (
                    [ct] => 6
                    [wt] => 99
                    [cpu] => 0
                    [mu] => -2576
                    [pmu] => 192
                )

            [Twig\Environment::getExtensions==>Twig\ExtensionSet::getExtensions] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [ControllerSaleOrder::history==>library] => Array
                (
                    [ct] => 1
                    [wt] => 76
                    [cpu] => 0
                    [mu] => 128
                    [pmu] => 0
                )

            [Event::trigger==>Action::execute@1] => Array
                (
                    [ct] => 2
                    [wt] => 165
                    [cpu] => 0
                    [mu] => 18704
                    [pmu] => 0
                )

            [Event::trigger==>Action::execute@2] => Array
                (
                    [ct] => 1
                    [wt] => 140
                    [cpu] => 257
                    [mu] => 21304
                    [pmu] => 16896
                )

            [Cache::__construct==>Cache\Redis::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1284
                    [cpu] => 347
                    [mu] => 472
                    [pmu] => 0
                )

        )

)