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] => 693cd5c1a4321d12fa381554
    [meta] => Array
        (
            [url] => /Game/getUrl
            [get] => Array
                (
                )

            [env] => Array
                (
                    [SYMFONY_DOTENV_PATH] => /app/.env
                    [APP_ENV] => prod
                    [APP_SECRET] => 23ff156a8f95e885bd81fcbadb54b2b2
                    [DATABASE_URL_MAIN] => mysqli://user_main:aefiiB5haiGhiYae3aht@hhs-prod-main-and-callbacks.cwdzoxgxupmt.eu-central-1.rds.amazonaws.com:3306/main?serverVersion=5.7.40
                    [DATABASE_URL_SESSION] => mysqli://user_session:ieWae9baim7iePhiejae@hhs-prod-sessions.cwdzoxgxupmt.eu-central-1.rds.amazonaws.com:3306/session?serverVersion=5.7.40
                    [DATABASE_URL_SESSION_DEMO] => mysqli://user_session-demo:ijohg9sheitingohGoon@hhs-prod-sessions.cwdzoxgxupmt.eu-central-1.rds.amazonaws.com:3306/session-demo?serverVersion=5.7.40
                    [DATABASE_URL_LOCAL_CONFIG] => mysqli://user_main:aefiiB5haiGhiYae3aht@hhs-prod-main-and-callbacks.cwdzoxgxupmt.eu-central-1.rds.amazonaws.com:3306/local_config?serverVersion=5.7.40
                    [DATABASE_URL_MONITORING] => mysqli://hhs_monitoring:[email protected]:3306/pinba?serverVersion=5.7.40
                    [MESSENGER_TRANSPORT_DSN] => doctrine://main?auto_setup=0
                    [MAILER_DSN] => smtp://relay.am.hhs.local:25?encryption=&auth_mode=&verify_peer=0
                    [MAILER_SEND_FROM] => No Reply (AM) <[email protected]>
                    [SENTRY_DSN] => https://[email protected]/197
                    [ENQUEUE_DSN] => null://
                    [USE_SSL] => true
                    [CLICKHOUSE_HOST] => clickhouse-cluster.local
                    [CLICKHOUSE_PORT] => 8123
                    [CLICKHOUSE_USER] => default
                    [CLICKHOUSE_PASS] => 
                    [CLICKHOUSE_DBNAME] => default
                    [KAFKA_KSQL_SERVER] => http://ksqldb.am.k8s.hhs.crabs.farm
                    [KAFKA_ENQUEUE_PATH] => /app/failedlogs/
                    [KAFKA_ENQUEUE_FILE] => failed_delivery.log
                    [KAFKA_REQUEUE_COMMAND_PATH] => /srv/logs/failedlogs/
                    [KAFKA_REQUEUE_COMMAND_FILE] => failed_delivery.log
                    [KAFKA_REQUEUE_COMMAND_OFFSET_PATH] => /srv/logs/persistent-storage/
                    [KAFKA_REQUEUE_COMMAND_OFFSET_FILE] => offsets.json
                    [KAFKA_BROKERS] => kafka-01.am.hhs.local:9092,kafka-02.am.hhs.local:9092,kafka-03.am.hhs.local:9092,kafka-04.am.hhs.local:9092,kafka-05.am.hhs.local:9092
                    [KAFKA_CALLBACK_ERROR_LOG_TOPIC_NAME] => callback_error_log
                    [KAFKA_CALLBACK_LOG_TOPIC_NAME] => aggregator_callbacks
                    [KAFKA_CALLBACK_STATISTIC_TOPIC_NAME] => callback_stat
                    [KAFKA_EVENTS_TOPIC_NAME] => analytical_events
                    [KAFKA_GAME_STAT_TAGGED_TOPIC_NAME] => game_stat_tagged
                    [KAFKA_GAME_STAT_USER_TAGGED_TOPIC_NAME] => game_stat_user_tagged
                    [KAFKA_IP_TRACKER_COUNTER_TOPIC_NAME] => ip_tracker_counter
                    [KAFKA_REF_INFO_TOPIC_NAME] => ref_info
                    [KAFKA_UNPAID_WINS_TOPIC_NAME] => unpaid_wins
                    [KAFKA_USER_TOKEN_REL_ARCHIVE_TOPIC_NAME] => user_token_rel_archive
                    [KAFKA_GAME_LINK_ANALYTIC_TOPIC_NAME] => game_link_analytic
                    [KAFKA_REQUEST_RESPONSE_TOPIC_NAME] => request_response
                    [CURRENCY_GATE_API_URL] => http://currency-gate-nginx.production.svc.cluster.local/api/
                    [CURRENCY_GATE_API_VERSION] => v1
                    [REDIS_MAIN_DSN] => tcp://redis-a.tadkc1.ng.0001.euc1.cache.amazonaws.com:6379?database=0&read_write_timeout=2&timeout=2&persistent=false
                    [REDIS_CACHE_DSN] => tcp://redis-a.tadkc1.ng.0001.euc1.cache.amazonaws.com:6379?database=1&read_write_timeout=-1&timeout=0.1&persistent=false
                    [REDIS_STATISTIC_DSN] => tcp://redis-stats.tadkc1.ng.0001.euc1.cache.amazonaws.com:6379?database=2&read_write_timeout=2&timeout=2&persistent=false
                    [REDIS_GAME_RESPONSE_CACHE_DSN] => tcp://redis-cache-no-ha.tadkc1.0001.euc1.cache.amazonaws.com:6379?database=3&read_write_timeout=-1&timeout=2&persistent=false
                    [APP_JAEGER_SERVICE_NAME] => hhs-k8s-symfony
                    [APP_JAEGER_AGENT_PORT] => 6832
                    [APP_JAEGER_AGENT_HOST] => jaeger.hhs.crabs.farm
                    [LOCK_DSN] => flock
                    [GAME_CLIENT_SENTRY_KEY] => 2a2fbf9a883f49b5afa472b0acecf63e
                    [GAME_CLIENT_SENTRY_PROJECT] => 2
                    [GAME_CLIENT_SENTRY_ENV] => production
                    [GEO_IP_BASE_URL] => http://geoip.geoip.svc.cluster.local
                    [PINBA_SERVER_ENABLED] => 1
                    [SYMFONY_DOTENV_VARS] => APP_SECRET,DATABASE_URL_MAIN,DATABASE_URL_SESSION,DATABASE_URL_SESSION_DEMO,DATABASE_URL_LOCAL_CONFIG,DATABASE_URL_MONITORING,MESSENGER_TRANSPORT_DSN,MAILER_DSN,MAILER_SEND_FROM,SENTRY_DSN,ENQUEUE_DSN,USE_SSL,CLICKHOUSE_HOST,CLICKHOUSE_PORT,CLICKHOUSE_USER,CLICKHOUSE_PASS,CLICKHOUSE_DBNAME,KAFKA_KSQL_SERVER,KAFKA_ENQUEUE_PATH,KAFKA_ENQUEUE_FILE,KAFKA_REQUEUE_COMMAND_PATH,KAFKA_REQUEUE_COMMAND_FILE,KAFKA_REQUEUE_COMMAND_OFFSET_PATH,KAFKA_REQUEUE_COMMAND_OFFSET_FILE,KAFKA_BROKERS,KAFKA_CALLBACK_ERROR_LOG_TOPIC_NAME,KAFKA_CALLBACK_LOG_TOPIC_NAME,KAFKA_CALLBACK_STATISTIC_TOPIC_NAME,KAFKA_EVENTS_TOPIC_NAME,KAFKA_GAME_STAT_TAGGED_TOPIC_NAME,KAFKA_GAME_STAT_USER_TAGGED_TOPIC_NAME,KAFKA_IP_TRACKER_COUNTER_TOPIC_NAME,KAFKA_REF_INFO_TOPIC_NAME,KAFKA_UNPAID_WINS_TOPIC_NAME,KAFKA_USER_TOKEN_REL_ARCHIVE_TOPIC_NAME,KAFKA_GAME_LINK_ANALYTIC_TOPIC_NAME,KAFKA_REQUEST_RESPONSE_TOPIC_NAME,CURRENCY_GATE_API_URL,CURRENCY_GATE_API_VERSION,REDIS_MAIN_DSN,REDIS_CACHE_DSN,REDIS_STATISTIC_DSN,REDIS_GAME_RESPONSE_CACHE_DSN,APP_JAEGER_SERVICE_NAME,APP_JAEGER_AGENT_PORT,APP_JAEGER_AGENT_HOST,LOCK_DSN,GAME_CLIENT_SENTRY_KEY,GAME_CLIENT_SENTRY_PROJECT,GAME_CLIENT_SENTRY_ENV,GEO_IP_BASE_URL
                    [APP_DEBUG] => 0
                    [DOCTRINE_DEPRECATIONS] => trigger
                )

            [SERVER] => Array
                (
                    [HTTP_USER_AGENT] => GuzzleHttp/7
                    [HTTP_HOST] => api.flexibleprovider.com
                    [SERVER_NAME] => api.flexibleprovider.com-3192807ff088ebd4
                    [SERVER_ADDR] => 192.168.138.236
                    [REMOTE_ADDR] => 192.168.177.239
                    [DOCUMENT_ROOT] => /app
                    [REQUEST_METHOD] => POST
                    [QUERY_STRING] => 
                    [PHP_SELF] => /index.php
                    [REQUEST_TIME_FLOAT] => 1765594560.9834
                    [REQUEST_TIME] => 1765594560
                )

            [simple_url] => /Game/getUrl
            [request_ts] => MongoDate Object
                (
                    [sec] => 1765594560
                    [usec] => 0
                )

            [request_ts_micro] => MongoDate Object
                (
                    [sec] => 1765594560
                    [usec] => 983000
                )

            [request_date] => 2025-12-13
        )

    [profile] => Array
        (
            [Xhgui\Profiler\Profiler::registerShutdownHandler==>register_shutdown_function] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1016
                    [pmu] => 0
                )

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

            [main()==>filter_var] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 520
                    [pmu] => 520
                )

            [main()==>Symfony\Component\HttpKernel\Kernel::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [main()==>GameDev\Platform\Kernel::getResponseStatusCode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 296
                )

            [Symfony\Component\HttpFoundation\Request::initialize==>Symfony\Component\HttpFoundation\ParameterBag::__construct] => Array
                (
                    [ct] => 10
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpFoundation\FileBag::replace==>Symfony\Component\HttpFoundation\FileBag::add] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Symfony\Component\HttpFoundation\FileBag::__construct==>Symfony\Component\HttpFoundation\FileBag::replace] => Array
                (
                    [ct] => 2
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1296
                    [pmu] => 1040
                )

            [Symfony\Component\HttpFoundation\Request::initialize==>Symfony\Component\HttpFoundation\FileBag::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 2312
                    [pmu] => 2056
                )

            [Symfony\Component\HttpFoundation\ServerBag::getHeaders==>str_starts_with] => Array
                (
                    [ct] => 3347
                    [wt] => 1658
                    [cpu] => 891
                    [mu] => 584
                    [pmu] => 328
                )

            [Symfony\Component\HttpFoundation\ServerBag::getHeaders==>substr] => Array
                (
                    [ct] => 40
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 2232
                    [pmu] => 968
                )

            [Symfony\Component\HttpFoundation\Request::initialize==>Symfony\Component\HttpFoundation\ServerBag::getHeaders] => Array
                (
                    [ct] => 2
                    [wt] => 4172
                    [cpu] => 891
                    [mu] => 6248
                    [pmu] => 3824
                )

            [Symfony\Component\HttpFoundation\HeaderBag::set==>strtr] => Array
                (
                    [ct] => 45
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 2408
                    [pmu] => 336
                )

            [Symfony\Component\HttpFoundation\HeaderBag::__construct==>Symfony\Component\HttpFoundation\HeaderBag::set] => Array
                (
                    [ct] => 40
                    [wt] => 77
                    [cpu] => 0
                    [mu] => 14224
                    [pmu] => 3600
                )

            [Symfony\Component\HttpFoundation\Request::initialize==>Symfony\Component\HttpFoundation\HeaderBag::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 116
                    [cpu] => 0
                    [mu] => 14920
                    [pmu] => 8176
                )

            [Symfony\Component\HttpFoundation\Request::__construct==>Symfony\Component\HttpFoundation\Request::initialize] => Array
                (
                    [ct] => 1
                    [wt] => 2150
                    [cpu] => 891
                    [mu] => 14592
                    [pmu] => 15952
                )

            [Symfony\Component\HttpFoundation\Request::createRequestFromFactory==>Symfony\Component\HttpFoundation\Request::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2153
                    [cpu] => 891
                    [mu] => 15928
                    [pmu] => 16032
                )

            [Symfony\Component\HttpFoundation\Request::createFromGlobals==>Symfony\Component\HttpFoundation\Request::createRequestFromFactory] => Array
                (
                    [ct] => 1
                    [wt] => 2157
                    [cpu] => 891
                    [mu] => 17248
                    [pmu] => 16992
                )

            [Symfony\Component\HttpFoundation\HeaderBag::all==>strtr] => Array
                (
                    [ct] => 19
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 1208
                    [pmu] => 336
                )

            [Symfony\Component\HttpFoundation\HeaderBag::get==>Symfony\Component\HttpFoundation\HeaderBag::all] => Array
                (
                    [ct] => 19
                    [wt] => 51
                    [cpu] => 0
                    [mu] => 1216
                    [pmu] => 960
                )

            [Symfony\Component\HttpFoundation\Request::createFromGlobals==>Symfony\Component\HttpFoundation\HeaderBag::get] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1912
                    [pmu] => 1656
                )

            [Symfony\Component\HttpFoundation\Request::createFromGlobals==>str_starts_with] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 504
                )

            [Symfony\Component\Runtime\SymfonyRuntime::getRunner==>Symfony\Component\HttpFoundation\Request::createFromGlobals] => Array
                (
                    [ct] => 1
                    [wt] => 2170
                    [cpu] => 891
                    [mu] => 20568
                    [pmu] => 20312
                )

            [Symfony\Component\Runtime\SymfonyRuntime::getRunner==>Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [main()==>Symfony\Component\Runtime\SymfonyRuntime::getRunner] => Array
                (
                    [ct] => 1
                    [wt] => 2176
                    [cpu] => 891
                    [mu] => 21992
                    [pmu] => 21736
                )

            [Symfony\Component\HttpKernel\Kernel::getProjectDir==>ReflectionObject::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Symfony\Component\HttpKernel\Kernel::getProjectDir==>ReflectionClass::getFileName] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Symfony\Component\HttpKernel\Kernel::getProjectDir==>is_file] => Array
                (
                    [ct] => 3
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 512
                )

            [Symfony\Component\HttpKernel\Kernel::getProjectDir==>dirname] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 616
                )

            [GameDev\Platform\Kernel::getConfigDir==>Symfony\Component\HttpKernel\Kernel::getProjectDir] => Array
                (
                    [ct] => 1
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 3392
                    [pmu] => 3136
                )

            [GameDev\Platform\Kernel::getBundlesPath==>GameDev\Platform\Kernel::getConfigDir] => Array
                (
                    [ct] => 1
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 3936
                    [pmu] => 3680
                )

            [GameDev\Platform\Kernel::registerBundles==>GameDev\Platform\Kernel::getBundlesPath] => Array
                (
                    [ct] => 1
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 4592
                    [pmu] => 4336
                )

            [Symfony\Component\HttpKernel\Kernel::initializeBundles==>GameDev\Platform\Kernel::registerBundles] => Array
                (
                    [ct] => 10
                    [wt] => 53
                    [cpu] => 0
                    [mu] => 7672
                    [pmu] => 7096
                )

            [Symfony\Component\HttpKernel\Bundle\Bundle::parseClassName==>strrpos] => Array
                (
                    [ct] => 9
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Bundle\Bundle::parseClassName==>substr] => Array
                (
                    [ct] => 18
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1448
                    [pmu] => 664
                )

            [Symfony\Component\HttpKernel\Bundle\Bundle::getName==>Symfony\Component\HttpKernel\Bundle\Bundle::parseClassName] => Array
                (
                    [ct] => 9
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 2776
                    [pmu] => 1416
                )

            [Symfony\Component\HttpKernel\Kernel::initializeBundles==>Symfony\Component\HttpKernel\Bundle\Bundle::getName] => Array
                (
                    [ct] => 9
                    [wt] => 56
                    [cpu] => 0
                    [mu] => 3472
                    [pmu] => 2784
                )

            [Symfony\Component\HttpKernel\Kernel::preBoot==>Symfony\Component\HttpKernel\Kernel::initializeBundles] => Array
                (
                    [ct] => 1
                    [wt] => 134
                    [cpu] => 0
                    [mu] => 12568
                    [pmu] => 12688
                )

            [Symfony\Component\HttpKernel\Kernel::getContainerClass==>str_contains] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Symfony\Component\HttpKernel\Kernel::getContainerClass==>str_replace] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 616
                    [pmu] => 616
                )

            [Symfony\Component\HttpKernel\Kernel::getContainerClass==>ucfirst] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 600
                )

            [Symfony\Component\HttpKernel\Kernel::getContainerClass==>preg_match] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 544
                )

            [Symfony\Component\HttpKernel\Kernel::initializeContainer==>Symfony\Component\HttpKernel\Kernel::getContainerClass] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 3224
                    [pmu] => 2968
                )

            [Symfony\Component\HttpKernel\Kernel::getCacheDir==>Symfony\Component\HttpKernel\Kernel::getProjectDir] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [GameDev\Platform\Kernel::getCacheDir==>Symfony\Component\HttpKernel\Kernel::getCacheDir] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1296
                    [pmu] => 1040
                )

            [Symfony\Component\HttpKernel\Kernel::getBuildDir==>GameDev\Platform\Kernel::getCacheDir] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1944
                    [pmu] => 1688
                )

            [GameDev\Platform\Kernel::getBuildDir==>Symfony\Component\HttpKernel\Kernel::getBuildDir] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 2592
                    [pmu] => 2336
                )

            [Symfony\Component\HttpKernel\Kernel::initializeContainer==>GameDev\Platform\Kernel::getBuildDir] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 3256
                    [pmu] => 3000
                )

            [Symfony\Component\HttpKernel\Kernel::initializeContainer==>filter_var] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 504
                )

            [Symfony\Component\Config\ConfigCache::__construct==>Symfony\Component\Config\ResourceCheckerConfigCache::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 728
                    [pmu] => 472
                )

            [Symfony\Component\HttpKernel\Kernel::initializeContainer==>Symfony\Component\Config\ConfigCache::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1424
                    [pmu] => 1168
                )

            [Symfony\Component\HttpKernel\Kernel::initializeContainer==>Symfony\Component\Config\ResourceCheckerConfigCache::getPath] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpKernel\Kernel::initializeContainer==>error_reporting] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 488
                )

            [Symfony\Component\HttpKernel\Kernel::initializeContainer==>is_file] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Symfony\Component\HttpKernel\Kernel::initializeContainer==>class_exists] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 360
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::__construct==>dirname] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 648
                    [pmu] => 392
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDefaultParameters==>dirname] => Array
                (
                    [ct] => 15
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 1544
                    [pmu] => 1096
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::__construct==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDefaultParameters] => Array
                (
                    [ct] => 1
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 18648
                    [pmu] => 18392
                )

            [Symfony\Component\HttpKernel\Kernel::initializeContainer==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 20816
                    [pmu] => 20560
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::__construct():150}==>dirname] => Array
                (
                    [ct] => 319
                    [wt] => 190
                    [cpu] => 0
                    [mu] => 21080
                    [pmu] => 472
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::__construct():150}==>property_exists] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::__construct():150}==>class_exists] => Array
                (
                    [ct] => 19
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::__construct():150}==>ReflectionMethod::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::__construct():150}==>ReflectionFunctionAbstract::hasReturnType] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\Container::set==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::__construct():150}] => Array
                (
                    [ct] => 1
                    [wt] => 743
                    [cpu] => 0
                    [mu] => 28592
                    [pmu] => 34376
                )

            [Symfony\Component\HttpKernel\Kernel::initializeContainer==>Symfony\Component\DependencyInjection\Container::set] => Array
                (
                    [ct] => 1
                    [wt] => 753
                    [cpu] => 0
                    [mu] => 29664
                    [pmu] => 34568
                )

            [Symfony\Component\HttpKernel\Kernel::preBoot==>Symfony\Component\HttpKernel\Kernel::initializeContainer] => Array
                (
                    [ct] => 1
                    [wt] => 849
                    [cpu] => 0
                    [mu] => 64480
                    [pmu] => 69144
                )

            [Symfony\Component\HttpKernel\Kernel::preBoot==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::hasParameter] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Kernel::preBoot==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getParameter] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Kernel::handle==>Symfony\Component\HttpKernel\Kernel::preBoot] => Array
                (
                    [ct] => 1
                    [wt] => 1004
                    [cpu] => 0
                    [mu] => 78848
                    [pmu] => 81912
                )

            [Symfony\Component\HttpKernel\Kernel::handle==>Symfony\Component\DependencyInjection\Container::has] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Kernel::boot==>Symfony\Component\HttpKernel\Kernel::getBundles] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Kernel::boot==>Symfony\Component\HttpKernel\Bundle\Bundle::setContainer] => Array
                (
                    [ct] => 9
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Bundle\FrameworkBundle\FrameworkBundle::boot==>class_exists] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Symfony\Bundle\FrameworkBundle\FrameworkBundle::boot==>set_error_handler] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [Symfony\Bundle\FrameworkBundle\FrameworkBundle::boot==>restore_error_handler] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDebug_ErrorHandlerConfiguratorService==>dirname] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Monolog\Logger::setHandlers==>array_reverse] => Array
                (
                    [ct] => 8
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1000
                    [pmu] => 352
                )

            [Monolog\Logger::__construct==>Monolog\Logger::setHandlers] => Array
                (
                    [ct] => 8
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 1184
                    [pmu] => 928
                )

            [Monolog\Logger::__construct==>date_default_timezone_get] => Array
                (
                    [ct] => 8
                    [wt] => 56
                    [cpu] => 0
                    [mu] => 1608
                    [pmu] => 1384
                )

            [Monolog\Logger::__construct==>DateTimeZone::__construct] => Array
                (
                    [ct] => 8
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 520
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDebug_ErrorHandlerConfiguratorService==>Monolog\Logger::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 66
                    [cpu] => 0
                    [mu] => 4088
                    [pmu] => 3832
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDebug_ErrorHandlerConfiguratorService==>Monolog\Processor\PsrLogMessageProcessor::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Monolog\Logger::pushProcessor==>array_unshift] => Array
                (
                    [ct] => 8
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 2280
                    [pmu] => 544
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDebug_ErrorHandlerConfiguratorService==>Monolog\Logger::pushProcessor] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1496
                    [pmu] => 1240
                )

            [Sentry\State\HubAdapter::getInstance==>Sentry\State\HubAdapter::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHubInterfaceService==>Sentry\State\HubAdapter::getInstance] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1336
                    [pmu] => 1080
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHubInterfaceService==>Symfony\Component\HttpFoundation\RequestStack::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Sentry\SentryBundle\Integration\RequestFetcher::__construct==>Symfony\Bridge\PsrHttpMessage\Factory\PsrHttpFactory::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 360
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHubInterfaceService==>Sentry\SentryBundle\Integration\RequestFetcher::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 1632
                    [pmu] => 1376
                )

            [Sentry\Integration\RequestIntegration::configureOptions==>Symfony\Component\OptionsResolver\OptionsResolver::setDefault] => Array
                (
                    [ct] => 2
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 3000
                    [pmu] => 2488
                )

            [Sentry\Integration\RequestIntegration::configureOptions==>Symfony\Component\OptionsResolver\OptionsResolver::setAllowedTypes] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1816
                    [pmu] => 1304
                )

            [Sentry\Integration\RequestIntegration::configureOptions==>Symfony\Component\OptionsResolver\OptionsResolver::setNormalizer] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1816
                    [pmu] => 1304
                )

            [Sentry\Integration\RequestIntegration::__construct==>Sentry\Integration\RequestIntegration::configureOptions] => Array
                (
                    [ct] => 2
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 8288
                    [pmu] => 7872
                )

            [Symfony\Component\OptionsResolver\OptionsResolver::resolve==>array_diff_key] => Array
                (
                    [ct] => 6
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 920
                    [pmu] => 864
                )

            [Symfony\Component\OptionsResolver\OptionsResolver::verifyTypes==>trim] => Array
                (
                    [ct] => 56
                    [wt] => 33
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Symfony\Component\OptionsResolver\OptionsResolver::verifyTypes==>Symfony\Component\OptionsResolver\OptionsResolver::splitOutsideParenthesis] => Array
                (
                    [ct] => 56
                    [wt] => 74
                    [cpu] => 0
                    [mu] => 14704
                    [pmu] => 704
                )

            [Symfony\Component\OptionsResolver\OptionsResolver::verifyTypes==>str_starts_with] => Array
                (
                    [ct] => 56
                    [wt] => 33
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 472
                )

            [Symfony\Component\OptionsResolver\OptionsResolver::verifyTypes==>str_ends_with] => Array
                (
                    [ct] => 9
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [Symfony\Component\OptionsResolver\OptionsResolver::verifyTypes==>substr] => Array
                (
                    [ct] => 8
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 824
                    [pmu] => 600
                )

            [Symfony\Component\OptionsResolver\OptionsResolver::verifyTypes@1==>trim] => Array
                (
                    [ct] => 16
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Symfony\Component\OptionsResolver\OptionsResolver::verifyTypes@1==>Symfony\Component\OptionsResolver\OptionsResolver::splitOutsideParenthesis] => Array
                (
                    [ct] => 16
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 4632
                    [pmu] => 656
                )

            [Symfony\Component\OptionsResolver\OptionsResolver::verifyTypes@1==>str_starts_with] => Array
                (
                    [ct] => 16
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 472
                )

            [Symfony\Component\OptionsResolver\OptionsResolver::verifyTypes@1==>is_string] => Array
                (
                    [ct] => 16
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [Symfony\Component\OptionsResolver\OptionsResolver::verifyTypes==>Symfony\Component\OptionsResolver\OptionsResolver::verifyTypes@1] => Array
                (
                    [ct] => 16
                    [wt] => 143
                    [cpu] => 0
                    [mu] => 7256
                    [pmu] => 3728
                )

            [Symfony\Component\OptionsResolver\OptionsResolver::offsetGet==>Symfony\Component\OptionsResolver\OptionsResolver::verifyTypes] => Array
                (
                    [ct] => 56
                    [wt] => 651
                    [cpu] => 0
                    [mu] => 27696
                    [pmu] => 13992
                )

            [array_map==>strtolower] => Array
                (
                    [ct] => 10
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 904
                    [pmu] => 768
                )

            [Sentry\Integration\RequestIntegration::{closure:Sentry\Integration\RequestIntegration::configureOptions():307}==>array_map] => Array
                (
                    [ct] => 2
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 2032
                    [pmu] => 1464
                )

            [Symfony\Component\OptionsResolver\OptionsResolver::offsetGet==>Sentry\Integration\RequestIntegration::{closure:Sentry\Integration\RequestIntegration::configureOptions():307}] => Array
                (
                    [ct] => 2
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 2792
                    [pmu] => 2224
                )

            [Symfony\Component\OptionsResolver\OptionsResolver::resolve==>Symfony\Component\OptionsResolver\OptionsResolver::offsetGet] => Array
                (
                    [ct] => 51
                    [wt] => 950
                    [cpu] => 0
                    [mu] => 37736
                    [pmu] => 32576
                )

            [Sentry\Integration\RequestIntegration::__construct==>Symfony\Component\OptionsResolver\OptionsResolver::resolve] => Array
                (
                    [ct] => 2
                    [wt] => 197
                    [cpu] => 0
                    [mu] => 14552
                    [pmu] => 14168
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHubInterfaceService==>Sentry\Integration\RequestIntegration::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 144
                    [cpu] => 0
                    [mu] => 18784
                    [pmu] => 18808
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHubInterfaceService==>Sentry\SentryBundle\Integration\IntegrationConfigurator::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHubInterfaceService==>dirname] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 712
                    [pmu] => 64
                )

            [Symfony\Component\DependencyInjection\Container::getEnv==>Symfony\Component\DependencyInjection\Container::has] => Array
                (
                    [ct] => 40
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\Argument\ServiceLocator::__construct==>Symfony\Component\DependencyInjection\ServiceLocator::__construct] => Array
                (
                    [ct] => 16
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getContainer_EnvVarProcessorsLocatorService==>Symfony\Component\DependencyInjection\Argument\ServiceLocator::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1424
                    [pmu] => 1168
                )

            [Symfony\Component\DependencyInjection\Container::make@1==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getContainer_EnvVarProcessorsLocatorService] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 2728
                    [pmu] => 2472
                )

            [Symfony\Component\DependencyInjection\Container::get@1==>Symfony\Component\DependencyInjection\Container::make@1] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 3424
                    [pmu] => 3168
                )

            [Symfony\Component\DependencyInjection\Container::getEnv==>Symfony\Component\DependencyInjection\Container::get@1] => Array
                (
                    [ct] => 17
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 4120
                    [pmu] => 3864
                )

            [Symfony\Component\DependencyInjection\Container::getEnv==>strpos] => Array
                (
                    [ct] => 40
                    [wt] => 33
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 488
                )

            [Symfony\Component\DependencyInjection\Container::getEnv==>substr] => Array
                (
                    [ct] => 78
                    [wt] => 49
                    [cpu] => 0
                    [mu] => 4608
                    [pmu] => 688
                )

            [Symfony\Component\DependencyInjection\Container::getEnv==>Symfony\Component\DependencyInjection\ServiceLocator::has] => Array
                (
                    [ct] => 40
                    [wt] => 58
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getContainer_EnvVarProcessorService==>dirname] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 728
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getContainer_EnvVarProcessorService==>Symfony\Component\DependencyInjection\Argument\RewindableGenerator::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getContainer_EnvVarProcessorService==>Symfony\Component\DependencyInjection\EnvVarProcessor::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\DependencyInjection\Container::getService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getContainer_EnvVarProcessorService] => Array
                (
                    [ct] => 1
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 3416
                    [pmu] => 3160
                )

            [Symfony\Component\DependencyInjection\Argument\ServiceLocator::get==>Symfony\Component\DependencyInjection\Container::getService] => Array
                (
                    [ct] => 97
                    [wt] => 159
                    [cpu] => 0
                    [mu] => 15888
                    [pmu] => 14664
                )

            [Symfony\Component\DependencyInjection\Container::getEnv==>Symfony\Component\DependencyInjection\Argument\ServiceLocator::get] => Array
                (
                    [ct] => 40
                    [wt] => 152
                    [cpu] => 0
                    [mu] => 8904
                    [pmu] => 17896
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv==>strpos] => Array
                (
                    [ct] => 40
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv==>substr] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 608
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\Container::getEnv@1==>Symfony\Component\DependencyInjection\Container::has] => Array
                (
                    [ct] => 28
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\Container::getEnv@1==>Symfony\Component\DependencyInjection\Container::get@1] => Array
                (
                    [ct] => 16
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\Container::getEnv@1==>strpos] => Array
                (
                    [ct] => 28
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\Container::getEnv@1==>Symfony\Component\DependencyInjection\ServiceLocator::has] => Array
                (
                    [ct] => 28
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\Container::getEnv@1==>Symfony\Component\DependencyInjection\Argument\ServiceLocator::get] => Array
                (
                    [ct] => 28
                    [wt] => 80
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 1440
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@1==>strpos] => Array
                (
                    [ct] => 28
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@1==>str_starts_with] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@1==>getenv] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@1==>ArrayIterator::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@1==>Symfony\Component\DependencyInjection\Argument\RewindableGenerator::count] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\DependencyInjection\Argument\RewindableGenerator::getIterator==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getContainer_EnvVarProcessorService():13174}] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 832
                    [pmu] => 576
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@1==>Symfony\Component\DependencyInjection\Argument\RewindableGenerator::getIterator] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1560
                    [pmu] => 1304
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@1==>EmptyIterator::rewind] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@1==>EmptyIterator::valid] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@1==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::hasParameter] => Array
                (
                    [ct] => 17
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@1==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getParameter] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\DependencyInjection\Container::getEnv@1==>Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@1] => Array
                (
                    [ct] => 28
                    [wt] => 1148
                    [cpu] => 0
                    [mu] => 83928
                    [pmu] => 131112
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv==>Symfony\Component\DependencyInjection\Container::getEnv@1] => Array
                (
                    [ct] => 28
                    [wt] => 1628
                    [cpu] => 0
                    [mu] => 98608
                    [pmu] => 146248
                )

            [Symfony\Component\DependencyInjection\Container::getEnv==>Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv] => Array
                (
                    [ct] => 40
                    [wt] => 1842
                    [cpu] => 0
                    [mu] => 97584
                    [pmu] => 148664
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHubInterfaceService==>Symfony\Component\DependencyInjection\Container::getEnv] => Array
                (
                    [ct] => 2
                    [wt] => 167
                    [cpu] => 0
                    [mu] => 32376
                    [pmu] => 31752
                )

            [Sentry\Options::configureOptions==>get_include_path] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 600
                )

            [Sentry\Options::configureOptions==>explode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 808
                    [pmu] => 808
                )

            [Sentry\Options::configureOptions==>array_filter] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 768
                    [pmu] => 720
                )

            [Sentry\Options::configureOptions==>gethostname] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 616
                    [pmu] => 400
                )

            [Symfony\Component\OptionsResolver\OptionsResolver::setDefaults==>Symfony\Component\OptionsResolver\OptionsResolver::setDefault] => Array
                (
                    [ct] => 49
                    [wt] => 155
                    [cpu] => 0
                    [mu] => 17192
                    [pmu] => 15280
                )

            [Symfony\Component\OptionsResolver\OptionsResolver::setDefault==>ReflectionFunction::__construct] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 112
                )

            [Symfony\Component\OptionsResolver\OptionsResolver::setDefault==>ReflectionFunctionAbstract::getParameters] => Array
                (
                    [ct] => 6
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 2648
                    [pmu] => 712
                )

            [Symfony\Component\OptionsResolver\OptionsResolver::getParameterClassName==>ReflectionParameter::getType] => Array
                (
                    [ct] => 6
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1224
                    [pmu] => 448
                )

            [Symfony\Component\OptionsResolver\OptionsResolver::getParameterClassName==>ReflectionNamedType::isBuiltin] => Array
                (
                    [ct] => 6
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\OptionsResolver\OptionsResolver::getParameterClassName==>ReflectionNamedType::getName] => Array
                (
                    [ct] => 6
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Symfony\Component\OptionsResolver\OptionsResolver::setDefault==>Symfony\Component\OptionsResolver\OptionsResolver::getParameterClassName] => Array
                (
                    [ct] => 6
                    [wt] => 40
                    [cpu] => 0
                    [mu] => 3312
                    [pmu] => 2696
                )

            [Symfony\Component\OptionsResolver\OptionsResolver::setDefault==>ReflectionParameter::getType] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1224
                    [pmu] => 448
                )

            [Symfony\Component\OptionsResolver\OptionsResolver::setDefault==>ReflectionNamedType::getName] => Array
                (
                    [ct] => 6
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Sentry\Options::configureOptions==>Symfony\Component\OptionsResolver\OptionsResolver::setDefaults] => Array
                (
                    [ct] => 1
                    [wt] => 221
                    [cpu] => 0
                    [mu] => 14640
                    [pmu] => 15696
                )

            [Sentry\Options::configureOptions==>Symfony\Component\OptionsResolver\OptionsResolver::setAllowedTypes] => Array
                (
                    [ct] => 47
                    [wt] => 43
                    [cpu] => 0
                    [mu] => 8184
                    [pmu] => 2808
                )

            [Sentry\Options::configureOptions==>Symfony\Component\OptionsResolver\OptionsResolver::setAllowedValues] => Array
                (
                    [ct] => 5
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1840
                    [pmu] => 720
                )

            [Sentry\Options::configureOptions==>Closure::fromCallable] => Array
                (
                    [ct] => 6
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 3080
                    [pmu] => 1544
                )

            [Sentry\Options::configureOptions==>Symfony\Component\OptionsResolver\OptionsResolver::setNormalizer] => Array
                (
                    [ct] => 5
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 2056
                    [pmu] => 936
                )

            [Sentry\Options::__construct==>Sentry\Options::configureOptions] => Array
                (
                    [ct] => 1
                    [wt] => 388
                    [cpu] => 0
                    [mu] => 37176
                    [pmu] => 36920
                )

            [Symfony\Component\OptionsResolver\OptionsResolver::verifyTypes==>get_debug_type] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 472
                )

            [Symfony\Component\OptionsResolver\OptionsResolver::verifyTypes==>is_callable] => Array
                (
                    [ct] => 5
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 472
                )

            [Symfony\Component\OptionsResolver\OptionsResolver::verifyTypes==>is_bool] => Array
                (
                    [ct] => 11
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 200
                )

            [Sentry\Options::normalizeAbsolutePath==>realpath] => Array
                (
                    [ct] => 6
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 328
                )

            [array_map==>Sentry\Options::normalizeAbsolutePath] => Array
                (
                    [ct] => 6
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 1408
                    [pmu] => 944
                )

            [Sentry\Options::{closure:Sentry\Options::configureOptions():1345}==>array_map] => Array
                (
                    [ct] => 1
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 2136
                    [pmu] => 1976
                )

            [Symfony\Component\OptionsResolver\OptionsResolver::offsetGet==>Sentry\Options::{closure:Sentry\Options::configureOptions():1345}] => Array
                (
                    [ct] => 1
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 2832
                    [pmu] => 2456
                )

            [Symfony\Component\OptionsResolver\OptionsResolver::verifyTypes==>is_int] => Array
                (
                    [ct] => 6
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 448
                )

            [Symfony\Component\OptionsResolver\OptionsResolver::offsetGet==>Sentry\Options::validateContextLinesOption] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 248
                )

            [Symfony\Component\OptionsResolver\OptionsResolver::verifyTypes==>is_string] => Array
                (
                    [ct] => 7
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 464
                )

            [Symfony\Component\OptionsResolver\OptionsResolver::offsetGet==>Sentry\Options::normalizeBooleanOrUrl] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 200
                )

            [Sentry\Options::validateDsnOption==>strtolower] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 152
                )

            [Sentry\Dsn::createFromString==>parse_url] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1672
                    [pmu] => 1224
                )

            [Sentry\Dsn::createFromString==>explode] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1032
                    [pmu] => 968
                )

            [Sentry\Dsn::createFromString==>array_pop] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [Sentry\Dsn::createFromString==>strrpos] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 536
                )

            [Sentry\Dsn::createFromString==>substr] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 536
                )

            [Sentry\Dsn::createFromString==>preg_match] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 664
                )

            [Sentry\Dsn::createFromString==>Sentry\Dsn::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 296
                )

            [Sentry\Options::validateDsnOption==>Sentry\Dsn::createFromString] => Array
                (
                    [ct] => 1
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 5920
                    [pmu] => 5664
                )

            [Symfony\Component\OptionsResolver\OptionsResolver::offsetGet==>Sentry\Options::validateDsnOption] => Array
                (
                    [ct] => 1
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 6112
                    [pmu] => 6256
                )

            [Sentry\Options::normalizeDsnOption==>strtolower] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 72
                )

            [Sentry\Options::normalizeDsnOption==>Sentry\Dsn::createFromString] => Array
                (
                    [ct] => 1
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 1656
                    [pmu] => 1400
                )

            [Symfony\Component\OptionsResolver\OptionsResolver::offsetGet==>Sentry\Options::normalizeDsnOption] => Array
                (
                    [ct] => 1
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 2192
                    [pmu] => 1912
                )

            [Symfony\Component\OptionsResolver\OptionsResolver::offsetGet==>Sentry\Options::validateMaxBreadcrumbsOptions] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 136
                )

            [Sentry\Options::{closure:Sentry\Options::configureOptions():1351}==>array_map] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 936
                    [pmu] => 400
                )

            [Symfony\Component\OptionsResolver\OptionsResolver::offsetGet==>Sentry\Options::{closure:Sentry\Options::configureOptions():1351}] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 1632
                    [pmu] => 880
                )

            [Sentry\Options::{closure:Sentry\Options::configureOptions():1355}==>array_map] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 432
                )

            [Symfony\Component\OptionsResolver\OptionsResolver::offsetGet==>Sentry\Options::{closure:Sentry\Options::configureOptions():1355}] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1280
                    [pmu] => 912
                )

            [Symfony\Component\OptionsResolver\OptionsResolver::verifyTypes==>is_array] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 464
                )

            [Symfony\Component\OptionsResolver\OptionsResolver::offsetGet==>Sentry\Options::validateClassSerializersOption] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 368
                )

            [Sentry\Options::__construct==>Symfony\Component\OptionsResolver\OptionsResolver::resolve] => Array
                (
                    [ct] => 1
                    [wt] => 856
                    [cpu] => 0
                    [mu] => 28392
                    [pmu] => 28136
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHubInterfaceService==>Sentry\Options::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1252
                    [cpu] => 0
                    [mu] => 62528
                    [pmu] => 65664
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHubInterfaceService==>Sentry\ClientBuilder::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHubInterfaceService==>Sentry\ClientBuilder::setSdkIdentifier] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHubInterfaceService==>Sentry\ClientBuilder::setSdkVersion] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHubInterfaceService==>Sentry\Serializer\AbstractSerializer::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHubInterfaceService==>Sentry\ClientBuilder::setRepresentationSerializer] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHubInterfaceService==>Symfony\Component\DependencyInjection\Container::has] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Sentry\ClientBuilder::getTransport==>Sentry\Options::getTransport] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Sentry\ClientBuilder::getHttpClient==>Sentry\Options::getHttpClient] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Sentry\ClientBuilder::getHttpClient==>Sentry\HttpClient\HttpClient::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Sentry\ClientBuilder::getTransport==>Sentry\ClientBuilder::getHttpClient] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 1944
                    [pmu] => 1688
                )

            [Sentry\ClientBuilder::getTransport==>Sentry\Serializer\PayloadSerializer::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 192
                )

            [Sentry\ClientBuilder::getLogger==>Sentry\Options::getLogger] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Sentry\ClientBuilder::getTransport==>Sentry\ClientBuilder::getLogger] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1200
                    [pmu] => 944
                )

            [Sentry\Transport\HttpTransport::__construct==>Sentry\Transport\RateLimiter::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Sentry\ClientBuilder::getTransport==>Sentry\Transport\HttpTransport::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 1352
                    [pmu] => 1096
                )

            [Sentry\ClientBuilder::getClient==>Sentry\ClientBuilder::getTransport] => Array
                (
                    [ct] => 1
                    [wt] => 50
                    [cpu] => 0
                    [mu] => 6720
                    [pmu] => 6464
                )

            [Sentry\ClientBuilder::getClient==>Sentry\ClientBuilder::getLogger] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Sentry\StacktraceBuilder::__construct==>Sentry\FrameBuilder::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Sentry\Util\PHPConfiguration::isBooleanIniOptionEnabled==>ini_get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Sentry\StacktraceBuilder::__construct==>Sentry\Util\PHPConfiguration::isBooleanIniOptionEnabled] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 976
                )

            [Sentry\Client::__construct==>Sentry\StacktraceBuilder::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 2592
                    [pmu] => 2336
                )

            [Sentry\Integration\IntegrationRegistry::getInstance==>Sentry\Integration\IntegrationRegistry::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Sentry\Client::__construct==>Sentry\Integration\IntegrationRegistry::getInstance] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1352
                    [pmu] => 1096
                )

            [Sentry\Integration\IntegrationRegistry::getDefaultIntegrations==>Sentry\Options::hasDefaultIntegrations] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Sentry\Integration\IntegrationRegistry::getDefaultIntegrations==>Sentry\Integration\RequestIntegration::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 107
                    [cpu] => 0
                    [mu] => 4624
                    [pmu] => 4776
                )

            [Sentry\Integration\IntegrationRegistry::getDefaultIntegrations==>Sentry\Integration\FrameContextifierIntegration::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 672
                    [pmu] => 0
                )

            [Sentry\Integration\IntegrationRegistry::getDefaultIntegrations==>Sentry\Options::getDsn] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Sentry\Integration\IntegrationRegistry::getDefaultIntegrations==>array_unshift] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Sentry\Integration\IntegrationRegistry::getIntegrationsToSetup==>Sentry\Integration\IntegrationRegistry::getDefaultIntegrations] => Array
                (
                    [ct] => 1
                    [wt] => 143
                    [cpu] => 0
                    [mu] => 5488
                    [pmu] => 5600
                )

            [Sentry\Integration\IntegrationRegistry::getIntegrationsToSetup==>Sentry\Options::getIntegrations] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 224
                )

            [array_map==>get_class] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 520
                    [pmu] => 480
                )

            [Sentry\SentryBundle\Integration\IntegrationConfigurator::__invoke==>array_map] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1384
                    [pmu] => 1128
                )

            [Sentry\SentryBundle\Integration\IntegrationConfigurator::__invoke==>in_array] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [Sentry\Integration\IntegrationRegistry::getIntegrationsToSetup==>Sentry\SentryBundle\Integration\IntegrationConfigurator::__invoke] => Array
                (
                    [ct] => 1
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 3320
                    [pmu] => 3064
                )

            [Sentry\Integration\IntegrationRegistry::setupIntegrations==>Sentry\Integration\IntegrationRegistry::getIntegrationsToSetup] => Array
                (
                    [ct] => 1
                    [wt] => 179
                    [cpu] => 0
                    [mu] => 9608
                    [pmu] => 9408
                )

            [Sentry\Integration\TransactionIntegration::setupOnce==>Sentry\State\Scope::addGlobalEventProcessor] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 832
                    [pmu] => 576
                )

            [Sentry\Integration\IntegrationRegistry::setupIntegration==>Sentry\Integration\TransactionIntegration::setupOnce] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 2104
                    [pmu] => 1304
                )

            [Sentry\Integration\IntegrationRegistry::setupIntegrations==>Sentry\Integration\IntegrationRegistry::setupIntegration] => Array
                (
                    [ct] => 5
                    [wt] => 35
                    [cpu] => 0
                    [mu] => 10776
                    [pmu] => 9208
                )

            [Sentry\Integration\FrameContextifierIntegration::setupOnce==>Sentry\State\Scope::addGlobalEventProcessor] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Sentry\Integration\IntegrationRegistry::setupIntegration==>Sentry\Integration\FrameContextifierIntegration::setupOnce] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1936
                    [pmu] => 1680
                )

            [Sentry\Integration\EnvironmentIntegration::setupOnce==>Sentry\State\Scope::addGlobalEventProcessor] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Sentry\Integration\IntegrationRegistry::setupIntegration==>Sentry\Integration\EnvironmentIntegration::setupOnce] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1840
                    [pmu] => 1584
                )

            [Sentry\Integration\ModulesIntegration::setupOnce==>Sentry\State\Scope::addGlobalEventProcessor] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Sentry\Integration\IntegrationRegistry::setupIntegration==>Sentry\Integration\ModulesIntegration::setupOnce] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1776
                    [pmu] => 1520
                )

            [Sentry\Integration\RequestIntegration::setupOnce==>Sentry\State\Scope::addGlobalEventProcessor] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Sentry\Integration\IntegrationRegistry::setupIntegration==>Sentry\Integration\RequestIntegration::setupOnce] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1792
                    [pmu] => 1536
                )

            [Sentry\Integration\IntegrationRegistry::setupIntegrations==>implode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 824
                    [pmu] => 432
                )

            [Psr\Log\AbstractLogger::debug==>Psr\Log\NullLogger::log] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 296
                )

            [Sentry\Integration\IntegrationRegistry::setupIntegrations==>Psr\Log\AbstractLogger::debug] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1216
                    [pmu] => 960
                )

            [Sentry\Client::__construct==>Sentry\Integration\IntegrationRegistry::setupIntegrations] => Array
                (
                    [ct] => 1
                    [wt] => 238
                    [cpu] => 0
                    [mu] => 22128
                    [pmu] => 21872
                )

            [Sentry\ClientBuilder::getClient==>Sentry\Client::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 273
                    [cpu] => 0
                    [mu] => 26712
                    [pmu] => 26456
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHubInterfaceService==>Sentry\ClientBuilder::getClient] => Array
                (
                    [ct] => 1
                    [wt] => 334
                    [cpu] => 0
                    [mu] => 34984
                    [pmu] => 34616
                )

            [Sentry\Tracing\PropagationContext::fromDefaults==>Sentry\Tracing\PropagationContext::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Sentry\Util\SentryUid::generate==>function_exists] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 8744
                    [pmu] => 20280
                )

            [Sentry\Util\SentryUid::generate==>random_bytes] => Array
                (
                    [ct] => 2
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 648
                    [pmu] => 0
                )

            [Sentry\Util\SentryUid::generate==>bin2hex] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 680
                    [pmu] => 0
                )

            [Sentry\Util\SentryUid::generate==>substr] => Array
                (
                    [ct] => 10
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 904
                    [pmu] => 0
                )

            [Sentry\Util\SentryUid::generate==>hexdec] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Sentry\Util\SentryUid::generate==>sprintf] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1192
                    [pmu] => 0
                )

            [Sentry\Tracing\TraceId::generate==>Sentry\Util\SentryUid::generate] => Array
                (
                    [ct] => 1
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 12840
                    [pmu] => 20280
                )

            [Sentry\Tracing\TraceId::__construct==>preg_match] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Sentry\Tracing\TraceId::generate==>Sentry\Tracing\TraceId::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1184
                    [pmu] => 0
                )

            [Sentry\Tracing\PropagationContext::fromDefaults==>Sentry\Tracing\TraceId::generate] => Array
                (
                    [ct] => 1
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 14728
                    [pmu] => 20392
                )

            [Sentry\Tracing\SpanId::generate==>Sentry\Util\SentryUid::generate] => Array
                (
                    [ct] => 1
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 952
                    [pmu] => 0
                )

            [Sentry\Tracing\SpanId::generate==>substr] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Sentry\Tracing\SpanId::__construct==>preg_match] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Sentry\Tracing\SpanId::generate==>Sentry\Tracing\SpanId::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1184
                    [pmu] => 0
                )

            [Sentry\Tracing\PropagationContext::fromDefaults==>Sentry\Tracing\SpanId::generate] => Array
                (
                    [ct] => 1
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 3184
                    [pmu] => 0
                )

            [Sentry\Tracing\PropagationContext::fromDefaults==>mt_getrandmax] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Sentry\Tracing\PropagationContext::fromDefaults==>mt_rand] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Sentry\Tracing\PropagationContext::fromDefaults==>round] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Sentry\State\Scope::__construct==>Sentry\Tracing\PropagationContext::fromDefaults] => Array
                (
                    [ct] => 1
                    [wt] => 93
                    [cpu] => 0
                    [mu] => 21328
                    [pmu] => 21280
                )

            [Sentry\State\Hub::__construct==>Sentry\State\Scope::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 97
                    [cpu] => 0
                    [mu] => 21960
                    [pmu] => 21704
                )

            [Sentry\State\Hub::__construct==>Sentry\State\Layer::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Sentry\SentrySdk::getCurrentHub==>Sentry\State\Hub::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 105
                    [cpu] => 0
                    [mu] => 23744
                    [pmu] => 23488
                )

            [Sentry\State\HubAdapter::bindClient==>Sentry\SentrySdk::getCurrentHub] => Array
                (
                    [ct] => 1
                    [wt] => 112
                    [cpu] => 0
                    [mu] => 24472
                    [pmu] => 24216
                )

            [Sentry\State\Hub::bindClient==>Sentry\State\Hub::getStackTop] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Sentry\State\Hub::bindClient==>Sentry\State\Layer::setClient] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Sentry\State\HubAdapter::bindClient==>Sentry\State\Hub::bindClient] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 1832
                    [pmu] => 1576
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHubInterfaceService==>Sentry\State\HubAdapter::bindClient] => Array
                (
                    [ct] => 1
                    [wt] => 129
                    [cpu] => 0
                    [mu] => 27064
                    [pmu] => 26808
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHandlerService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHubInterfaceService] => Array
                (
                    [ct] => 1
                    [wt] => 2122
                    [cpu] => 0
                    [mu] => 183640
                    [pmu] => 183384
                )

            [Monolog\Logger::toMonologLevel==>Monolog\Level::tryFrom] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 928
                    [pmu] => 672
                )

            [Monolog\Handler\AbstractHandler::setLevel==>Monolog\Logger::toMonologLevel] => Array
                (
                    [ct] => 5
                    [wt] => 53
                    [cpu] => 0
                    [mu] => 5336
                    [pmu] => 4808
                )

            [Monolog\Handler\AbstractHandler::__construct==>Monolog\Handler\AbstractHandler::setLevel] => Array
                (
                    [ct] => 5
                    [wt] => 69
                    [cpu] => 0
                    [mu] => 5904
                    [pmu] => 5640
                )

            [Sentry\Monolog\Handler::__construct==>Monolog\Handler\AbstractHandler::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 2888
                    [pmu] => 2632
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHandlerService==>Sentry\Monolog\Handler::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 3584
                    [pmu] => 3328
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDebug_ErrorHandlerConfiguratorService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHandlerService] => Array
                (
                    [ct] => 1
                    [wt] => 2148
                    [cpu] => 0
                    [mu] => 188048
                    [pmu] => 187792
                )

            [Monolog\Logger::pushHandler==>array_unshift] => Array
                (
                    [ct] => 26
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 2280
                    [pmu] => 544
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDebug_ErrorHandlerConfiguratorService==>Monolog\Logger::pushHandler] => Array
                (
                    [ct] => 3
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 1496
                    [pmu] => 1240
                )

            [Symfony\Bridge\Monolog\Handler\ConsoleHandler::__construct==>Monolog\Handler\AbstractHandler::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonolog_Handler_ConsoleService==>Symfony\Bridge\Monolog\Handler\ConsoleHandler::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 1360
                    [pmu] => 1104
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDebug_ErrorHandlerConfiguratorService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonolog_Handler_ConsoleService] => Array
                (
                    [ct] => 1
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 2656
                    [pmu] => 2400
                )

            [Monolog\Logger::toMonologLevel==>is_numeric] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 296
                )

            [Monolog\Logger::toMonologLevel==>substr] => Array
                (
                    [ct] => 8
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 568
                )

            [Monolog\Logger::toMonologLevel==>strtr] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 568
                )

            [Monolog\Logger::toMonologLevel==>strtolower] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 552
                )

            [Monolog\Logger::toMonologLevel==>defined] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [Monolog\Logger::toMonologLevel==>constant] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [Monolog\Handler\StreamHandler::__construct==>Monolog\Handler\AbstractHandler::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 63
                    [cpu] => 0
                    [mu] => 4264
                    [pmu] => 4144
                )

            [Monolog\Handler\StreamHandler::__construct==>ini_get] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 472
                )

            [Monolog\Utils::expandIniShorthandBytes==>preg_match] => Array
                (
                    [ct] => 3
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1960
                    [pmu] => 1080
                )

            [Monolog\Utils::expandIniShorthandBytes==>strtolower] => Array
                (
                    [ct] => 3
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 648
                    [pmu] => 584
                )

            [Monolog\Handler\StreamHandler::__construct==>Monolog\Utils::expandIniShorthandBytes] => Array
                (
                    [ct] => 3
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 3320
                    [pmu] => 2344
                )

            [Monolog\Handler\StreamHandler::__construct==>max] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 16
                )

            [Monolog\Handler\StreamHandler::__construct==>min] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [Monolog\Utils::canonicalizePath==>substr] => Array
                (
                    [ct] => 6
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 680
                    [pmu] => 328
                )

            [Monolog\Utils::canonicalizePath==>strpos] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 520
                )

            [Monolog\Handler\StreamHandler::__construct==>Monolog\Utils::canonicalizePath] => Array
                (
                    [ct] => 3
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 1816
                    [pmu] => 1560
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonolog_Handler_MainService==>Monolog\Handler\StreamHandler::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 56
                    [cpu] => 0
                    [mu] => 10656
                    [pmu] => 10400
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonolog_Handler_MainService==>Monolog\Processor\PsrLogMessageProcessor::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Monolog\Handler\AbstractProcessingHandler::pushProcessor==>array_unshift] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 576
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonolog_Handler_MainService==>Monolog\Handler\AbstractProcessingHandler::pushProcessor] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1560
                    [pmu] => 1304
                )

            [Monolog\Formatter\JsonFormatter::__construct==>Monolog\Formatter\NormalizerFormatter::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonolog_Handler_MainService==>Monolog\Formatter\JsonFormatter::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1296
                    [pmu] => 1040
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonolog_Handler_MainService==>Monolog\Handler\AbstractProcessingHandler::setFormatter] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy::__construct==>Monolog\Logger::toMonologLevel] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonolog_Handler_MainService==>Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 1360
                    [pmu] => 1104
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonolog_Handler_MainService==>Symfony\Bridge\Monolog\Handler\FingersCrossed\HttpCodeActivationStrategy::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonolog_Handler_MainService==>Monolog\Handler\FingersCrossedHandler::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDebug_ErrorHandlerConfiguratorService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonolog_Handler_MainService] => Array
                (
                    [ct] => 1
                    [wt] => 119
                    [cpu] => 0
                    [mu] => 19960
                    [pmu] => 19704
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonolog_Logger_DeprecationService==>Monolog\Logger::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 808
                    [pmu] => 552
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonolog_Logger_DeprecationService==>Monolog\Logger::pushProcessor] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 880
                    [pmu] => 624
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonolog_Logger_DeprecationService==>Monolog\Logger::pushHandler] => Array
                (
                    [ct] => 4
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 880
                    [pmu] => 624
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonolog_Handler_DeprecationService==>Monolog\Handler\StreamHandler::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 39
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonolog_Handler_DeprecationService==>Monolog\Handler\AbstractProcessingHandler::pushProcessor] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 912
                    [pmu] => 656
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonolog_Logger_DeprecationService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonolog_Handler_DeprecationService] => Array
                (
                    [ct] => 1
                    [wt] => 47
                    [cpu] => 0
                    [mu] => 2976
                    [pmu] => 2720
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDebug_ErrorHandlerConfiguratorService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonolog_Logger_DeprecationService] => Array
                (
                    [ct] => 1
                    [wt] => 89
                    [cpu] => 0
                    [mu] => 6688
                    [pmu] => 6432
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDebug_ErrorHandlerConfiguratorService==>Symfony\Component\HttpKernel\Debug\ErrorHandlerConfigurator::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\DependencyInjection\Container::make==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDebug_ErrorHandlerConfiguratorService] => Array
                (
                    [ct] => 1
                    [wt] => 2497
                    [cpu] => 0
                    [mu] => 229816
                    [pmu] => 229560
                )

            [Symfony\Component\DependencyInjection\Container::get==>Symfony\Component\DependencyInjection\Container::make] => Array
                (
                    [ct] => 6
                    [wt] => 8904
                    [cpu] => 0
                    [mu] => 962816
                    [pmu] => 957048
                )

            [Symfony\Bundle\FrameworkBundle\FrameworkBundle::boot==>Symfony\Component\DependencyInjection\Container::get] => Array
                (
                    [ct] => 1
                    [wt] => 2511
                    [cpu] => 0
                    [mu] => 231984
                    [pmu] => 231728
                )

            [Symfony\Component\HttpKernel\Debug\ErrorHandlerConfigurator::setDefaultLoggers==>Symfony\Component\ErrorHandler\BufferingLogger::cleanLogs] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\HttpKernel\Debug\ErrorHandlerConfigurator::configure==>Symfony\Component\HttpKernel\Debug\ErrorHandlerConfigurator::setDefaultLoggers] => Array
                (
                    [ct] => 1
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 8096
                )

            [Symfony\Component\HttpKernel\Debug\ErrorHandlerConfigurator::configure==>Symfony\Component\ErrorHandler\ErrorHandler::scopeAt] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Bundle\FrameworkBundle\FrameworkBundle::boot==>Symfony\Component\HttpKernel\Debug\ErrorHandlerConfigurator::configure] => Array
                (
                    [ct] => 1
                    [wt] => 35
                    [cpu] => 0
                    [mu] => 2784
                    [pmu] => 8208
                )

            [Symfony\Bundle\FrameworkBundle\FrameworkBundle::boot==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getParameter] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Bundle\FrameworkBundle\FrameworkBundle::boot==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::hasParameter] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Kernel::boot==>Symfony\Bundle\FrameworkBundle\FrameworkBundle::boot] => Array
                (
                    [ct] => 1
                    [wt] => 2595
                    [cpu] => 0
                    [mu] => 320792
                    [pmu] => 323384
                )

            [Doctrine\Bundle\DoctrineBundle\DoctrineBundle::boot==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::hasParameter] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\Bundle\DoctrineBundle\DoctrineBundle::boot==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getParameter] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Kernel::boot==>Doctrine\Bundle\DoctrineBundle\DoctrineBundle::boot] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1992
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Kernel::boot==>Symfony\Component\HttpKernel\Bundle\Bundle::boot] => Array
                (
                    [ct] => 7
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [GameDev\Platform\Kernel::boot==>Symfony\Component\HttpKernel\Kernel::boot] => Array
                (
                    [ct] => 1
                    [wt] => 2652
                    [cpu] => 0
                    [mu] => 325488
                    [pmu] => 323384
                )

            [Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::__construct==>Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::getMethodsFlags] => Array
                (
                    [ct] => 6
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::__construct==>Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::getPropertyFlags] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::__construct==>Symfony\Component\TypeInfo\TypeContext\TypeContextFactory::__construct] => Array
                (
                    [ct] => 6
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::__construct==>Symfony\Component\TypeInfo\TypeResolver\ReflectionParameterTypeResolver::__construct] => Array
                (
                    [ct] => 6
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::__construct==>Symfony\Component\TypeInfo\TypeResolver\ReflectionPropertyTypeResolver::__construct] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::__construct==>Symfony\Component\TypeInfo\TypeResolver\ReflectionReturnTypeResolver::__construct] => Array
                (
                    [ct] => 6
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\TypeInfo\TypeResolver\TypeResolver::create==>Psr\Container\ContainerInterface@anonymous::__construct] => Array
                (
                    [ct] => 6
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\TypeInfo\TypeResolver\TypeResolver::create==>Symfony\Component\TypeInfo\TypeResolver\TypeResolver::__construct] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::__construct==>Symfony\Component\TypeInfo\TypeResolver\TypeResolver::create] => Array
                (
                    [ct] => 6
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 2728
                    [pmu] => 2488
                )

            [Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::__construct==>array_diff] => Array
                (
                    [ct] => 6
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1016
                    [pmu] => 792
                )

            [Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::__construct==>array_merge] => Array
                (
                    [ct] => 6
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1448
                    [pmu] => 800
                )

            [Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::__construct==>array_reverse] => Array
                (
                    [ct] => 6
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1896
                    [pmu] => 600
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getNormalizerInterfaceService==>Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 59
                    [cpu] => 0
                    [mu] => 10448
                    [pmu] => 10192
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCache_PropertyAccessService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getParameter] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonolog_Logger_CacheService==>Monolog\Logger::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 808
                    [pmu] => 552
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonolog_Logger_CacheService==>Monolog\Logger::pushProcessor] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 880
                    [pmu] => 624
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonolog_Logger_CacheService==>Monolog\Logger::pushHandler] => Array
                (
                    [ct] => 3
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 880
                    [pmu] => 624
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCache_PropertyAccessService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonolog_Logger_CacheService] => Array
                (
                    [ct] => 1
                    [wt] => 55
                    [cpu] => 0
                    [mu] => 3648
                    [pmu] => 3392
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::createCache==>class_exists] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Symfony\Component\Cache\Adapter\ApcuAdapter::isSupported==>function_exists] => Array
                (
                    [ct] => 7
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Symfony\Component\Cache\Adapter\ApcuAdapter::isSupported==>ini_get] => Array
                (
                    [ct] => 7
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Symfony\Component\Cache\Adapter\ApcuAdapter::isSupported==>filter_var] => Array
                (
                    [ct] => 7
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::createCache==>Symfony\Component\Cache\Adapter\ApcuAdapter::isSupported] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 2544
                    [pmu] => 2288
                )

            [Symfony\Component\Cache\Adapter\ApcuAdapter::__construct==>Symfony\Component\Cache\Adapter\ApcuAdapter::isSupported] => Array
                (
                    [ct] => 5
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Cache\Adapter\AbstractAdapter::__construct==>str_contains] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Symfony\Component\Cache\CacheItem::validateKey==>strpbrk] => Array
                (
                    [ct] => 11
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Symfony\Component\Cache\Adapter\AbstractAdapter::__construct==>Symfony\Component\Cache\CacheItem::validateKey] => Array
                (
                    [ct] => 6
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 1264
                    [pmu] => 1008
                )

            [Symfony\Component\Cache\Adapter\AbstractAdapter::__construct==>Closure::bind] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1576
                    [pmu] => 1064
                )

            [Symfony\Component\Cache\Adapter\ApcuAdapter::__construct==>Symfony\Component\Cache\Adapter\AbstractAdapter::__construct] => Array
                (
                    [ct] => 5
                    [wt] => 46
                    [cpu] => 0
                    [mu] => 4496
                    [pmu] => 4400
                )

            [Symfony\Component\Cache\Adapter\ApcuAdapter::__construct==>Symfony\Component\Cache\CacheItem::validateKey] => Array
                (
                    [ct] => 5
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Cache\Adapter\ApcuAdapter::__construct==>apcu_exists] => Array
                (
                    [ct] => 5
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 536
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::createCache==>Symfony\Component\Cache\Adapter\ApcuAdapter::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 44
                    [cpu] => 0
                    [mu] => 7056
                    [pmu] => 6800
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::createCache==>Symfony\Component\Cache\Adapter\AbstractAdapter::setLogger] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCache_PropertyAccessService==>Symfony\Component\PropertyAccess\PropertyAccessor::createCache] => Array
                (
                    [ct] => 1
                    [wt] => 67
                    [cpu] => 0
                    [mu] => 11992
                    [pmu] => 11736
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getNormalizerInterfaceService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCache_PropertyAccessService] => Array
                (
                    [ct] => 1
                    [wt] => 131
                    [cpu] => 0
                    [mu] => 17192
                    [pmu] => 16936
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getNormalizerInterfaceService==>Symfony\Component\PropertyAccess\PropertyAccessor::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSerializer_Mapping_CacheClassMetadataFactoryService==>Symfony\Component\Serializer\Mapping\Loader\AttributeLoader::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSerializer_Mapping_CacheClassMetadataFactoryService==>Symfony\Component\Serializer\Mapping\Loader\LoaderChain::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSerializer_Mapping_CacheClassMetadataFactoryService==>Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCache_SerializerService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getParameter] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Cache\Adapter\PhpFilesAdapter::__construct==>Symfony\Component\Cache\Adapter\AbstractAdapter::__construct] => Array
                (
                    [ct] => 4
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Cache\Adapter\PhpFilesAdapter::init==>realpath] => Array
                (
                    [ct] => 4
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 824
                    [pmu] => 376
                )

            [Symfony\Component\Cache\Adapter\PhpFilesAdapter::init==>preg_match] => Array
                (
                    [ct] => 4
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 624
                )

            [Symfony\Component\Cache\Adapter\PhpFilesAdapter::init==>is_dir] => Array
                (
                    [ct] => 4
                    [wt] => 39
                    [cpu] => 0
                    [mu] => 280
                    [pmu] => 480
                )

            [Symfony\Component\Cache\Adapter\PhpFilesAdapter::__construct==>Symfony\Component\Cache\Adapter\PhpFilesAdapter::init] => Array
                (
                    [ct] => 4
                    [wt] => 77
                    [cpu] => 0
                    [mu] => 3232
                    [pmu] => 2472
                )

            [Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache==>Symfony\Component\Cache\Adapter\PhpFilesAdapter::__construct] => Array
                (
                    [ct] => 4
                    [wt] => 101
                    [cpu] => 0
                    [mu] => 5984
                    [pmu] => 4960
                )

            [Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache==>Symfony\Component\Cache\Adapter\AbstractAdapter::setLogger] => Array
                (
                    [ct] => 8
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache==>Symfony\Component\Cache\Adapter\ApcuAdapter::isSupported] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache==>intdiv] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache==>Symfony\Component\Cache\Adapter\ApcuAdapter::__construct] => Array
                (
                    [ct] => 4
                    [wt] => 91
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 944
                )

            [Symfony\Component\Cache\Adapter\ChainAdapter::__construct==>Closure::bind] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1352
                    [pmu] => 1096
                )

            [Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache==>Symfony\Component\Cache\Adapter\ChainAdapter::__construct] => Array
                (
                    [ct] => 4
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 2928
                    [pmu] => 2200
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCache_SerializerService==>Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache] => Array
                (
                    [ct] => 1
                    [wt] => 87
                    [cpu] => 0
                    [mu] => 11072
                    [pmu] => 10816
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSerializer_Mapping_CacheClassMetadataFactoryService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCache_SerializerService] => Array
                (
                    [ct] => 1
                    [wt] => 94
                    [cpu] => 0
                    [mu] => 12560
                    [pmu] => 12304
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::__construct==>Closure::bind] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 1064
                    [pmu] => 808
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::create==>Symfony\Component\Cache\Adapter\PhpArrayAdapter::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1792
                    [pmu] => 1536
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSerializer_Mapping_CacheClassMetadataFactoryService==>Symfony\Component\Cache\Adapter\PhpArrayAdapter::create] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 2680
                    [pmu] => 2424
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSerializer_Mapping_CacheClassMetadataFactoryService==>Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getNormalizerInterfaceService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSerializer_Mapping_CacheClassMetadataFactoryService] => Array
                (
                    [ct] => 1
                    [wt] => 128
                    [cpu] => 0
                    [mu] => 19656
                    [pmu] => 19400
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getNormalizerInterfaceService==>Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getPropertyInfo_CacheService==>Symfony\Component\DependencyInjection\Argument\RewindableGenerator::__construct] => Array
                (
                    [ct] => 5
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getPropertyInfo_CacheService==>Symfony\Component\PropertyInfo\PropertyInfoExtractor::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 392
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCache_PropertyInfoService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getParameter] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCache_PropertyInfoService==>Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache] => Array
                (
                    [ct] => 1
                    [wt] => 54
                    [cpu] => 0
                    [mu] => 2112
                    [pmu] => 1856
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getPropertyInfo_CacheService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCache_PropertyInfoService] => Array
                (
                    [ct] => 1
                    [wt] => 61
                    [cpu] => 0
                    [mu] => 3600
                    [pmu] => 3344
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getPropertyInfo_CacheService==>Symfony\Component\PropertyInfo\PropertyInfoCacheExtractor::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getNormalizerInterfaceService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getPropertyInfo_CacheService] => Array
                (
                    [ct] => 1
                    [wt] => 91
                    [cpu] => 0
                    [mu] => 12152
                    [pmu] => 11896
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getNormalizerInterfaceService==>Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getNormalizerInterfaceService==>Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getNormalizerInterfaceService==>Symfony\Component\Serializer\Normalizer\ProblemNormalizer::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Normalizer\UidNormalizer::__construct==>array_merge] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getNormalizerInterfaceService==>Symfony\Component\Serializer\Normalizer\UidNormalizer::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1312
                    [pmu] => 1056
                )

            [Symfony\Component\Serializer\Normalizer\DateTimeNormalizer::setDefaultContext==>array_merge] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Symfony\Component\Serializer\Normalizer\DateTimeNormalizer::__construct==>Symfony\Component\Serializer\Normalizer\DateTimeNormalizer::setDefaultContext] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 1072
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getNormalizerInterfaceService==>Symfony\Component\Serializer\Normalizer\DateTimeNormalizer::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 2056
                    [pmu] => 1800
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getNormalizerInterfaceService==>Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::__construct==>array_merge] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::__construct==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::validateCallbackContext] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::__construct==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 2040
                    [pmu] => 1896
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::__construct==>array_merge] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 600
                )

            [Symfony\Component\Serializer\Normalizer\PropertyNormalizer::__construct==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 4408
                    [pmu] => 4152
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getNormalizerInterfaceService==>Symfony\Component\Serializer\Normalizer\PropertyNormalizer::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 5136
                    [pmu] => 4880
                )

            [Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer::__construct==>ReflectionClassConstant::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer::__construct==>ReflectionClassConstant::getValue] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer::__construct==>ReflectionProperty::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 648
                    [pmu] => 392
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getNormalizerInterfaceService==>Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 2880
                    [pmu] => 2624
                )

            [Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer::__construct==>array_merge] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getNormalizerInterfaceService==>Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 1072
                )

            [Symfony\Component\Mime\MimeTypes::__construct==>Symfony\Component\Mime\FileBinaryMimeTypeGuesser::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Mime\MimeTypes::registerGuesser==>array_unshift] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 784
                    [pmu] => 560
                )

            [Symfony\Component\Mime\MimeTypes::__construct==>Symfony\Component\Mime\MimeTypes::registerGuesser] => Array
                (
                    [ct] => 2
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1480
                    [pmu] => 1224
                )

            [Symfony\Component\Mime\MimeTypes::__construct==>Symfony\Component\Mime\FileinfoMimeTypeGuesser::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMimeTypesService==>Symfony\Component\Mime\MimeTypes::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 3680
                    [pmu] => 3424
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMimeTypesService==>Symfony\Component\Mime\MimeTypes::setDefault] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 648
                    [pmu] => 88
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getNormalizerInterfaceService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMimeTypesService] => Array
                (
                    [ct] => 1
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 5856
                    [pmu] => 5600
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getNormalizerInterfaceService==>Symfony\Component\Serializer\Normalizer\DataUriNormalizer::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getNormalizerInterfaceService==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Normalizer\ObjectNormalizer::__construct==>class_exists] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Symfony\Component\Serializer\Normalizer\ObjectNormalizer::__construct==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 1640
                    [pmu] => 1384
                )

            [Symfony\Component\Serializer\Normalizer\ObjectNormalizer::__construct==>Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 2000
                    [pmu] => 1744
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getNormalizerInterfaceService==>Symfony\Component\Serializer\Normalizer\ObjectNormalizer::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 57
                    [cpu] => 0
                    [mu] => 5704
                    [pmu] => 5448
                )

            [Symfony\Component\Serializer\Encoder\XmlEncoder::__construct==>array_merge] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getNormalizerInterfaceService==>Symfony\Component\Serializer\Encoder\XmlEncoder::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1312
                    [pmu] => 1056
                )

            [Symfony\Component\Serializer\Encoder\JsonEncoder::__construct==>array_merge] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Symfony\Component\Serializer\Encoder\JsonEncode::__construct==>array_merge] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 960
                    [pmu] => 704
                )

            [Symfony\Component\Serializer\Encoder\JsonEncoder::__construct==>Symfony\Component\Serializer\Encoder\JsonEncode::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1656
                    [pmu] => 1400
                )

            [Symfony\Component\Serializer\Encoder\JsonDecode::__construct==>array_merge] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 960
                    [pmu] => 704
                )

            [Symfony\Component\Serializer\Encoder\JsonEncoder::__construct==>Symfony\Component\Serializer\Encoder\JsonDecode::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1656
                    [pmu] => 1400
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getNormalizerInterfaceService==>Symfony\Component\Serializer\Encoder\JsonEncoder::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 4864
                    [pmu] => 4608
                )

            [Symfony\Component\Serializer\Encoder\YamlEncoder::__construct==>class_exists] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Symfony\Component\Serializer\Encoder\YamlEncoder::__construct==>Symfony\Component\Yaml\Dumper::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Serializer\Encoder\YamlEncoder::__construct==>array_merge] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getNormalizerInterfaceService==>Symfony\Component\Serializer\Encoder\YamlEncoder::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 2992
                    [pmu] => 2736
                )

            [Symfony\Component\Serializer\Encoder\CsvEncoder::__construct==>array_merge] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getNormalizerInterfaceService==>Symfony\Component\Serializer\Encoder\CsvEncoder::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1312
                    [pmu] => 1056
                )

            [Symfony\Component\Serializer\Serializer::__construct==>Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer::setSerializer] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Serializer\Serializer::__construct==>Symfony\Component\Serializer\Normalizer\ProblemNormalizer::setSerializer] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer::setSerializer==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::setSerializer] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Serializer::__construct==>Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer::setSerializer] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1360
                    [pmu] => 1104
                )

            [Symfony\Component\Serializer\Serializer::__construct==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::setSerializer] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Serializer\Serializer::__construct==>Symfony\Component\Serializer\Normalizer\ArrayDenormalizer::setDenormalizer] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Serializer\Serializer::__construct==>Symfony\Component\Serializer\Encoder\XmlEncoder::setSerializer] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Serializer\Serializer::__construct==>Symfony\Component\Serializer\Encoder\ChainEncoder::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Serializer\Serializer::__construct==>Symfony\Component\Serializer\Encoder\ChainDecoder::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getNormalizerInterfaceService==>Symfony\Component\Serializer\Serializer::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 43
                    [cpu] => 0
                    [mu] => 7552
                    [pmu] => 7296
                )

            [Symfony\Component\DependencyInjection\Container::make==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getNormalizerInterfaceService] => Array
                (
                    [ct] => 1
                    [wt] => 723
                    [cpu] => 0
                    [mu] => 113736
                    [pmu] => 113448
                )

            [GameDev\Platform\Kernel::boot==>Symfony\Component\DependencyInjection\Container::get] => Array
                (
                    [ct] => 1
                    [wt] => 731
                    [cpu] => 0
                    [mu] => 114384
                    [pmu] => 113904
                )

            [GameDev\Platform\Kernel::boot==>Doctrine\DBAL\Types\JsonDocumentType::setSerializer] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\HttpKernel\Kernel::handle==>GameDev\Platform\Kernel::boot] => Array
                (
                    [ct] => 1
                    [wt] => 3400
                    [cpu] => 0
                    [mu] => 441312
                    [pmu] => 438696
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService==>Symfony\Component\EventDispatcher\EventDispatcher::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService==>Symfony\Component\EventDispatcher\EventDispatcher::addListener] => Array
                (
                    [ct] => 117
                    [wt] => 103
                    [cpu] => 0
                    [mu] => 22976
                    [pmu] => 8208
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHttpKernelService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService] => Array
                (
                    [ct] => 1
                    [wt] => 321
                    [cpu] => 0
                    [mu] => 145616
                    [pmu] => 145360
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonolog_Logger_RequestService==>Monolog\Logger::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 808
                    [pmu] => 552
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonolog_Logger_RequestService==>Monolog\Logger::pushProcessor] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 880
                    [pmu] => 624
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonolog_Logger_RequestService==>Monolog\Logger::pushHandler] => Array
                (
                    [ct] => 3
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 880
                    [pmu] => 624
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHttpKernelService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonolog_Logger_RequestService] => Array
                (
                    [ct] => 1
                    [wt] => 38
                    [cpu] => 0
                    [mu] => 3616
                    [pmu] => 3360
                )

            [Symfony\Component\HttpKernel\Controller\ContainerControllerResolver::__construct==>Symfony\Component\HttpKernel\Controller\ControllerResolver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHttpKernelService==>Symfony\Component\HttpKernel\Controller\ContainerControllerResolver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 1136
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHttpKernelService==>Symfony\Component\HttpKernel\Controller\ControllerResolver::allowControllers] => Array
                (
                    [ct] => 2
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 3280
                    [pmu] => 4048
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHttpKernelService==>Symfony\Component\DependencyInjection\Argument\RewindableGenerator::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHttpKernelService==>Symfony\Component\DependencyInjection\Argument\ServiceLocator::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHttpKernelService==>Symfony\Component\HttpKernel\Controller\ArgumentResolver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHttpKernelService==>Symfony\Component\HttpKernel\HttpKernel::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\DependencyInjection\Container::make==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHttpKernelService] => Array
                (
                    [ct] => 1
                    [wt] => 424
                    [cpu] => 0
                    [mu] => 159880
                    [pmu] => 159624
                )

            [Symfony\Component\HttpKernel\Kernel::getHttpKernel==>Symfony\Component\DependencyInjection\Container::get] => Array
                (
                    [ct] => 3
                    [wt] => 435
                    [cpu] => 0
                    [mu] => 160576
                    [pmu] => 160320
                )

            [Symfony\Component\HttpKernel\Kernel::handle==>Symfony\Component\HttpKernel\Kernel::getHttpKernel] => Array
                (
                    [ct] => 1
                    [wt] => 436
                    [cpu] => 0
                    [mu] => 161240
                    [pmu] => 160984
                )

            [Symfony\Component\HttpKernel\HttpKernel::handle==>ob_get_level] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Symfony\Component\HttpKernel\HttpKernel::handle==>Symfony\Component\HttpFoundation\HeaderBag::set] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 856
                    [pmu] => 600
                )

            [Symfony\Component\HttpKernel\HttpKernel::handle==>Symfony\Component\HttpFoundation\RequestStack::push] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 816
                    [pmu] => 560
                )

            [Symfony\Component\HttpKernel\HttpKernel::handleRaw==>Symfony\Component\HttpKernel\Event\KernelEvent::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners==>krsort] => Array
                (
                    [ct] => 7
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 360
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::dispatch==>Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners] => Array
                (
                    [ct] => 7
                    [wt] => 97
                    [cpu] => 0
                    [mu] => 60088
                    [pmu] => 39368
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>Symfony\Contracts\EventDispatcher\Event::isPropagationStopped] => Array
                (
                    [ct] => 65
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getLoggerService==>Monolog\Logger::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 776
                    [pmu] => 520
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getLoggerService==>Monolog\Logger::pushProcessor] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 848
                    [pmu] => 584
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getLoggerService==>Monolog\Logger::useMicrosecondTimestamps] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getLoggerService==>Monolog\Logger::pushHandler] => Array
                (
                    [ct] => 3
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 848
                    [pmu] => 592
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRequestResponseLogger2Service==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getLoggerService] => Array
                (
                    [ct] => 1
                    [wt] => 46
                    [cpu] => 0
                    [mu] => 4536
                    [pmu] => 4280
                )

            [Symfony\Component\DependencyInjection\Container::getEnv==>Symfony\Component\DependencyInjection\Container::get] => Array
                (
                    [ct] => 23
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\DependencyInjection\Container::getEnv@1==>Symfony\Component\DependencyInjection\Container::get] => Array
                (
                    [ct] => 12
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\DependencyInjection\Container::getEnv@1==>substr] => Array
                (
                    [ct] => 38
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 2720
                    [pmu] => 600
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@1==>substr] => Array
                (
                    [ct] => 34
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 2400
                    [pmu] => 336
                )

            [Symfony\Component\DependencyInjection\Container::getEnv@2==>Symfony\Component\DependencyInjection\Container::has] => Array
                (
                    [ct] => 19
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\DependencyInjection\Container::getEnv@2==>Symfony\Component\DependencyInjection\Container::get] => Array
                (
                    [ct] => 10
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\DependencyInjection\Container::getEnv@2==>strpos] => Array
                (
                    [ct] => 19
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 488
                )

            [Symfony\Component\DependencyInjection\Container::getEnv@2==>Symfony\Component\DependencyInjection\ServiceLocator::has] => Array
                (
                    [ct] => 19
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\DependencyInjection\Container::getEnv@2==>Symfony\Component\DependencyInjection\Argument\ServiceLocator::get] => Array
                (
                    [ct] => 19
                    [wt] => 53
                    [cpu] => 0
                    [mu] => 21112
                    [pmu] => 41912
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@2==>strpos] => Array
                (
                    [ct] => 19
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\Container::getEnv@2==>Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@2] => Array
                (
                    [ct] => 19
                    [wt] => 508
                    [cpu] => 0
                    [mu] => 92904
                    [pmu] => 74416
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@1==>Symfony\Component\DependencyInjection\Container::getEnv@2] => Array
                (
                    [ct] => 19
                    [wt] => 853
                    [cpu] => 0
                    [mu] => 120016
                    [pmu] => 122280
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getTracerInterfaceService==>Symfony\Component\DependencyInjection\Container::getEnv] => Array
                (
                    [ct] => 5
                    [wt] => 546
                    [cpu] => 0
                    [mu] => 35184
                    [pmu] => 48160
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getTracerInterfaceService==>GameDev\Utils\Tracer\Config::setServiceName] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getTracerInterfaceService==>GameDev\Utils\Tracer\Config::setJaegerAgentHost] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getTracerInterfaceService==>GameDev\Utils\Tracer\Config::setJaegerAgentPort] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@2==>str_starts_with] => Array
                (
                    [ct] => 4
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@2==>getenv] => Array
                (
                    [ct] => 4
                    [wt] => 42
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@2==>ArrayIterator::__construct] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@2==>ArrayIterator::count] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@2==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::hasParameter] => Array
                (
                    [ct] => 5
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@2==>Exception::__construct] => Array
                (
                    [ct] => 4
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getTracerInterfaceService==>GameDev\Utils\Tracer\Config::setSamplerType] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getTracerInterfaceService==>GameDev\Utils\Tracer\Config::setSamplerParam] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getTracerInterfaceService==>GameDev\Utils\Tracer\Config::setLogSpans] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getTracerInterfaceService==>GameDev\Utils\Tracer\Factories\JaegerTracerFactory::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Utils\Tracer\Factories\JaegerTracerFactory::__invoke==>strlen] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [GameDev\Utils\Tracer\Factories\JaegerTracerFactory::__invoke==>GameDev\Utils\Tracer\Factories\JaegerTracerFactory::getConfigArray] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1760
                    [pmu] => 0
                )

            [Jaeger\Config::__construct==>Jaeger\Config::setConfigFromEnv] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [GameDev\Utils\Tracer\Factories\JaegerTracerFactory::__invoke==>Jaeger\Config::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 0
                )

            [Jaeger\Config::getReporter==>Jaeger\ReporterFactory\AbstractReporterFactory::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Jaeger\Config::getLocalAgentReportingHost==>Jaeger\Config::getLocalAgentGroup] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Jaeger\ReporterFactory\JaegerReporterFactory::createReporter==>Jaeger\Config::getLocalAgentReportingHost] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1280
                    [pmu] => 0
                )

            [Jaeger\Config::getLocalAgentReportingPort==>Jaeger\Config::getLocalAgentGroup] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Jaeger\ReporterFactory\JaegerReporterFactory::createReporter==>Jaeger\Config::getLocalAgentReportingPort] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1280
                    [pmu] => 0
                )

            [Jaeger\ReporterFactory\JaegerReporterFactory::createReporter==>Jaeger\Config::getLogger] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Jaeger\ThriftUdpTransport::__construct==>Jaeger\ThriftUdpTransport::setLogger] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 160
                )

            [Jaeger\ThriftUdpTransport::ipProtocolVersion==>Jaeger\Config::ipProtocolVersion] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Jaeger\ThriftUdpTransport::__construct==>Jaeger\ThriftUdpTransport::ipProtocolVersion] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 976
                )

            [Jaeger\ThriftUdpTransport::createSocket==>socket_create] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Jaeger\ThriftUdpTransport::__construct==>Jaeger\ThriftUdpTransport::createSocket] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 1280
                    [pmu] => 1024
                )

            [Jaeger\ReporterFactory\JaegerReporterFactory::createReporter==>Jaeger\ThriftUdpTransport::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 3888
                    [pmu] => 3400
                )

            [Jaeger\ReporterFactory\JaegerReporterFactory::createReporter==>Jaeger\Config::getMaxBufferLength] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Jaeger\ReporterFactory\JaegerReporterFactory::createReporter==>Thrift\Transport\TBufferedTransport::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Jaeger\ThriftUdpTransport::open==>socket_connect] => Array
                (
                    [ct] => 1
                    [wt] => 219
                    [cpu] => 7181
                    [mu] => 552
                    [pmu] => 296
                )

            [Thrift\Transport\TBufferedTransport::open==>Jaeger\ThriftUdpTransport::open] => Array
                (
                    [ct] => 1
                    [wt] => 224
                    [cpu] => 7181
                    [mu] => 1200
                    [pmu] => 944
                )

            [Jaeger\ReporterFactory\JaegerReporterFactory::createReporter==>Thrift\Transport\TBufferedTransport::open] => Array
                (
                    [ct] => 1
                    [wt] => 229
                    [cpu] => 7181
                    [mu] => 1896
                    [pmu] => 1640
                )

            [Jaeger\ReporterFactory\JaegerReporterFactory::createReporter==>Jaeger\Config::getDispatchMode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Thrift\Protocol\TBinaryProtocol::__construct==>Thrift\Protocol\TProtocol::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 288
                )

            [Jaeger\ReporterFactory\JaegerReporterFactory::createReporter==>Thrift\Protocol\TBinaryProtocol::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1280
                    [pmu] => 920
                )

            [Jaeger\ReporterFactory\JaegerReporterFactory::createReporter==>Jaeger\Thrift\Agent\AgentClient::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 280
                )

            [Monolog\Logger::addRecord==>Fiber::getCurrent] => Array
                (
                    [ct] => 21
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 296
                )

            [Monolog\JsonSerializableDateTimeImmutable::__construct==>DateTimeImmutable::__construct] => Array
                (
                    [ct] => 21
                    [wt] => 52
                    [cpu] => 0
                    [mu] => 6296
                    [pmu] => 4440
                )

            [Monolog\Logger::addRecord==>Monolog\JsonSerializableDateTimeImmutable::__construct] => Array
                (
                    [ct] => 21
                    [wt] => 103
                    [cpu] => 0
                    [mu] => 6944
                    [pmu] => 5760
                )

            [Monolog\Logger::addRecord==>Monolog\Logger::toMonologLevel] => Array
                (
                    [ct] => 21
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Monolog\Logger::addRecord==>Monolog\LogRecord::__construct] => Array
                (
                    [ct] => 21
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Monolog\Logger::addRecord==>Monolog\Handler\FingersCrossedHandler::isHandling] => Array
                (
                    [ct] => 21
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Monolog\Processor\PsrLogMessageProcessor::__invoke==>strpos] => Array
                (
                    [ct] => 25
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Monolog\Logger::addRecord==>Monolog\Processor\PsrLogMessageProcessor::__invoke] => Array
                (
                    [ct] => 21
                    [wt] => 77
                    [cpu] => 0
                    [mu] => 3816
                    [pmu] => 4000
                )

            [Symfony\Bridge\Monolog\Handler\FingersCrossed\HttpCodeActivationStrategy::isHandlerActivated==>Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy::isHandlerActivated] => Array
                (
                    [ct] => 21
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Monolog\Handler\FingersCrossedHandler::handle==>Symfony\Bridge\Monolog\Handler\FingersCrossed\HttpCodeActivationStrategy::isHandlerActivated] => Array
                (
                    [ct] => 21
                    [wt] => 73
                    [cpu] => 0
                    [mu] => 1424
                    [pmu] => 2400
                )

            [Monolog\Logger::addRecord==>Monolog\Handler\FingersCrossedHandler::handle] => Array
                (
                    [ct] => 21
                    [wt] => 144
                    [cpu] => 0
                    [mu] => 2768
                    [pmu] => 5152
                )

            [Symfony\Bridge\Monolog\Handler\ConsoleHandler::handle==>Symfony\Bridge\Monolog\Handler\ConsoleHandler::updateLevel] => Array
                (
                    [ct] => 21
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Monolog\Logger::addRecord==>Symfony\Bridge\Monolog\Handler\ConsoleHandler::handle] => Array
                (
                    [ct] => 21
                    [wt] => 60
                    [cpu] => 0
                    [mu] => 1280
                    [pmu] => 1200
                )

            [Monolog\Handler\AbstractProcessingHandler::handle==>Monolog\Handler\AbstractHandler::isHandling] => Array
                (
                    [ct] => 21
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Monolog\Logger::addRecord==>Monolog\Handler\AbstractProcessingHandler::handle] => Array
                (
                    [ct] => 21
                    [wt] => 63
                    [cpu] => 0
                    [mu] => 1248
                    [pmu] => 992
                )

            [Monolog\Logger::debug==>Monolog\Logger::addRecord] => Array
                (
                    [ct] => 18
                    [wt] => 790
                    [cpu] => 0
                    [mu] => 23240
                    [pmu] => 21528
                )

            [Jaeger\ReporterFactory\JaegerReporterFactory::createReporter==>Monolog\Logger::debug] => Array
                (
                    [ct] => 1
                    [wt] => 98
                    [cpu] => 0
                    [mu] => 11824
                    [pmu] => 11560
                )

            [Jaeger\ReporterFactory\JaegerReporterFactory::createReporter==>Jaeger\Sender\JaegerSender::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 680
                    [pmu] => 376
                )

            [Jaeger\ReporterFactory\JaegerReporterFactory::createReporter==>Jaeger\Sender\JaegerSender::setMaxBufferLength] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Jaeger\ReporterFactory\JaegerReporterFactory::createReporter==>Jaeger\Reporter\JaegerReporter::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Jaeger\Config::getReporter==>Jaeger\ReporterFactory\JaegerReporterFactory::createReporter] => Array
                (
                    [ct] => 1
                    [wt] => 456
                    [cpu] => 7181
                    [mu] => 28600
                    [pmu] => 24584
                )

            [Jaeger\Config::getReporter==>Jaeger\Config::getLogging] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 296
                )

            [Jaeger\Config::getReporter==>Jaeger\Reporter\LoggingReporter::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Jaeger\Config::getReporter==>Jaeger\Reporter\CompositeReporter::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 800
                    [pmu] => 544
                )

            [Jaeger\Config::initializeTracer==>Jaeger\Config::getReporter] => Array
                (
                    [ct] => 1
                    [wt] => 492
                    [cpu] => 7181
                    [mu] => 32136
                    [pmu] => 27304
                )

            [Jaeger\Config::getSampler==>Jaeger\Sampler\ConstSampler::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 944
                    [pmu] => 688
                )

            [Jaeger\Config::initializeTracer==>Jaeger\Config::getSampler] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1656
                    [pmu] => 1400
                )

            [Jaeger\Config::createTracer==>Jaeger\Config::shouldUseOneSpanPerRpc] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Jaeger\Config::createTracer==>Jaeger\Config::getTraceIdHeader] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Jaeger\Config::createTracer==>Jaeger\Config::getBaggageHeaderPrefix] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Jaeger\Config::createTracer==>Jaeger\Config::getDebugIdHeaderKey] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Jaeger\Config::createTracer==>Jaeger\Config::getConfiguredTags] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Jaeger\Codec\TextCodec::__construct==>strtolower] => Array
                (
                    [ct] => 6
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 216
                )

            [Jaeger\Codec\TextCodec::__construct==>str_replace] => Array
                (
                    [ct] => 6
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [Jaeger\Codec\TextCodec::__construct==>strlen] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [Jaeger\Tracer::__construct==>Jaeger\Codec\TextCodec::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 2416
                    [pmu] => 2080
                )

            [Jaeger\Tracer::__construct==>array_merge] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [Jaeger\Tracer::getHostName==>gethostname] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 616
                    [pmu] => 360
                )

            [Jaeger\Tracer::__construct==>Jaeger\Tracer::getHostName] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 976
                )

            [Jaeger\Tracer::getHostByName==>gethostbyname] => Array
                (
                    [ct] => 1
                    [wt] => 35
                    [cpu] => 0
                    [mu] => 592
                    [pmu] => 336
                )

            [Jaeger\Tracer::__construct==>Jaeger\Tracer::getHostByName] => Array
                (
                    [ct] => 1
                    [wt] => 38
                    [cpu] => 0
                    [mu] => 1224
                    [pmu] => 968
                )

            [Jaeger\Config::createTracer==>Jaeger\Tracer::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 96
                    [cpu] => 0
                    [mu] => 7392
                    [pmu] => 7136
                )

            [Jaeger\Config::initializeTracer==>Jaeger\Config::createTracer] => Array
                (
                    [ct] => 1
                    [wt] => 114
                    [cpu] => 0
                    [mu] => 11408
                    [pmu] => 11152
                )

            [Jaeger\Config::initializeGlobalTracer==>OpenTracing\GlobalTracer::set] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Jaeger\Config::initializeGlobalTracer==>Jaeger\Tracer::getServiceName] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Jaeger\Config::initializeGlobalTracer==>Monolog\Logger::debug] => Array
                (
                    [ct] => 1
                    [wt] => 45
                    [cpu] => 0
                    [mu] => 1080
                    [pmu] => 1064
                )

            [Jaeger\Config::initializeTracer==>Jaeger\Config::initializeGlobalTracer] => Array
                (
                    [ct] => 1
                    [wt] => 58
                    [cpu] => 0
                    [mu] => 3088
                    [pmu] => 2832
                )

            [GameDev\Utils\Tracer\Factories\JaegerTracerFactory::__invoke==>Jaeger\Config::initializeTracer] => Array
                (
                    [ct] => 1
                    [wt] => 682
                    [cpu] => 7181
                    [mu] => 49144
                    [pmu] => 44256
                )

            [GameDev\Utils\Tracer\Factories\JaegerTracerFactory::__invoke==>GameDev\Utils\Tracer\Services\JaegerTracer::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getTracerInterfaceService==>GameDev\Utils\Tracer\Factories\JaegerTracerFactory::__invoke] => Array
                (
                    [ct] => 1
                    [wt] => 711
                    [cpu] => 7181
                    [mu] => 54528
                    [pmu] => 45704
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRequestResponseLogger2Service==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getTracerInterfaceService] => Array
                (
                    [ct] => 1
                    [wt] => 1332
                    [cpu] => 7181
                    [mu] => 94976
                    [pmu] => 94720
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRequestResponseLogger2Service==>GameDev\Platform\EventSubscriber\Shared\RequestResponseLogger::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2415}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRequestResponseLogger2Service] => Array
                (
                    [ct] => 1
                    [wt] => 1392
                    [cpu] => 7181
                    [mu] => 101048
                    [pmu] => 100792
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2415}] => Array
                (
                    [ct] => 1
                    [wt] => 1397
                    [cpu] => 7181
                    [mu] => 101904
                    [pmu] => 101648
                )

            [GameDev\Platform\EventSubscriber\Shared\RequestResponseLogger::setDefaultLogger==>ReflectionProperty::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 648
                    [pmu] => 392
                )

            [GameDev\Platform\EventSubscriber\Shared\RequestResponseLogger::setDefaultLogger==>Exception::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\EventSubscriber\Shared\RequestResponseLogger::setDefaultLogger==>Closure::bind] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1488
                    [pmu] => 1232
                )

            [GameDev\Platform\EventSubscriber\Shared\RequestResponseLogger::setDefaultLogger==>set_error_handler] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\RequestResponseLogger::setDefaultLogger==>restore_error_handler] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => -888
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\RequestResponseLogger::setDefaultLogger==>set_exception_handler] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\RequestResponseLogger::setDefaultLogger==>restore_exception_handler] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 416
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>GameDev\Platform\EventSubscriber\Shared\RequestResponseLogger::setDefaultLogger] => Array
                (
                    [ct] => 1
                    [wt] => 62
                    [cpu] => 0
                    [mu] => 4608
                    [pmu] => 11672
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}] => Array
                (
                    [ct] => 65
                    [wt] => 40925
                    [cpu] => 34282
                    [mu] => 1941672
                    [pmu] => 1946928
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2416}] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\RequestResponseLogger::logRequest==>Symfony\Component\HttpKernel\Event\KernelEvent::getRequest] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\HttpFoundation\Request::getQueryString==>Symfony\Component\HttpFoundation\ParameterBag::get] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\HttpFoundation\Request::getQueryString==>Symfony\Component\HttpFoundation\Request::normalizeQueryString] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\HttpFoundation\Request::getUri==>Symfony\Component\HttpFoundation\Request::getQueryString] => Array
                (
                    [ct] => 4
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 2024
                    [pmu] => 192
                )

            [Symfony\Component\HttpFoundation\Request::isSecure==>Symfony\Component\HttpFoundation\Request::isFromTrustedProxy] => Array
                (
                    [ct] => 20
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\HttpFoundation\Request::isSecure==>Symfony\Component\HttpFoundation\ParameterBag::get] => Array
                (
                    [ct] => 20
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\HttpFoundation\Request::getScheme==>Symfony\Component\HttpFoundation\Request::isSecure] => Array
                (
                    [ct] => 17
                    [wt] => 85
                    [cpu] => 0
                    [mu] => 1992
                    [pmu] => 928
                )

            [Symfony\Component\HttpFoundation\Request::getSchemeAndHttpHost==>Symfony\Component\HttpFoundation\Request::getScheme] => Array
                (
                    [ct] => 4
                    [wt] => 33
                    [cpu] => 0
                    [mu] => 2688
                    [pmu] => 320
                )

            [Symfony\Component\HttpFoundation\Request::getHttpHost==>Symfony\Component\HttpFoundation\Request::getScheme] => Array
                (
                    [ct] => 5
                    [wt] => 38
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 224
                )

            [Symfony\Component\HttpFoundation\Request::getPort==>Symfony\Component\HttpFoundation\Request::isFromTrustedProxy] => Array
                (
                    [ct] => 14
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 248
                )

            [Symfony\Component\HttpFoundation\Request::getPort==>Symfony\Component\HttpFoundation\HeaderBag::get] => Array
                (
                    [ct] => 7
                    [wt] => 36
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 456
                )

            [Symfony\Component\HttpFoundation\Request::getPort==>strrpos] => Array
                (
                    [ct] => 7
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 488
                )

            [Symfony\Component\HttpFoundation\Request::getPort==>Symfony\Component\HttpFoundation\Request::getScheme] => Array
                (
                    [ct] => 7
                    [wt] => 43
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 696
                )

            [Symfony\Component\HttpFoundation\Request::getHttpHost==>Symfony\Component\HttpFoundation\Request::getPort] => Array
                (
                    [ct] => 5
                    [wt] => 106
                    [cpu] => 0
                    [mu] => 3288
                    [pmu] => 2968
                )

            [Symfony\Component\HttpFoundation\Request::getHost==>Symfony\Component\HttpFoundation\Request::isFromTrustedProxy] => Array
                (
                    [ct] => 8
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpFoundation\Request::getHost==>Symfony\Component\HttpFoundation\HeaderBag::get] => Array
                (
                    [ct] => 8
                    [wt] => 39
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 536
                )

            [Symfony\Component\HttpFoundation\Request::getHost==>trim] => Array
                (
                    [ct] => 8
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 488
                )

            [Symfony\Component\HttpFoundation\Request::getHost==>preg_replace] => Array
                (
                    [ct] => 16
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 824
                    [pmu] => 600
                )

            [Symfony\Component\HttpFoundation\Request::getHost==>strtolower] => Array
                (
                    [ct] => 8
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Symfony\Component\HttpFoundation\Request::getHttpHost==>Symfony\Component\HttpFoundation\Request::getHost] => Array
                (
                    [ct] => 5
                    [wt] => 99
                    [cpu] => 0
                    [mu] => 3888
                    [pmu] => 3632
                )

            [Symfony\Component\HttpFoundation\Request::getSchemeAndHttpHost==>Symfony\Component\HttpFoundation\Request::getHttpHost] => Array
                (
                    [ct] => 4
                    [wt] => 226
                    [cpu] => 0
                    [mu] => 8632
                    [pmu] => 7760
                )

            [Symfony\Component\HttpFoundation\Request::getUri==>Symfony\Component\HttpFoundation\Request::getSchemeAndHttpHost] => Array
                (
                    [ct] => 4
                    [wt] => 277
                    [cpu] => 0
                    [mu] => 12304
                    [pmu] => 8720
                )

            [Symfony\Component\HttpFoundation\Request::getBaseUrl==>Symfony\Component\HttpFoundation\Request::isFromTrustedProxy] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpFoundation\Request::prepareBaseUrl==>Symfony\Component\HttpFoundation\ParameterBag::get] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpFoundation\Request::prepareBaseUrl==>basename] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 648
                    [pmu] => 528
                )

            [Symfony\Component\HttpFoundation\ParameterBag::filter==>Symfony\Component\HttpFoundation\ParameterBag::get] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpFoundation\ParameterBag::filter==>filter_var] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Symfony\Component\HttpFoundation\ParameterBag::getInt==>Symfony\Component\HttpFoundation\ParameterBag::filter] => Array
                (
                    [ct] => 4
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 3464
                    [pmu] => 2440
                )

            [Symfony\Component\HttpFoundation\Request::isIisRewrite==>Symfony\Component\HttpFoundation\ParameterBag::getInt] => Array
                (
                    [ct] => 4
                    [wt] => 35
                    [cpu] => 0
                    [mu] => 2656
                    [pmu] => 3000
                )

            [Symfony\Component\HttpFoundation\Request::prepareRequestUri==>Symfony\Component\HttpFoundation\Request::isIisRewrite] => Array
                (
                    [ct] => 2
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 3352
                    [pmu] => 3376
                )

            [Symfony\Component\HttpFoundation\Request::prepareRequestUri==>Symfony\Component\HttpFoundation\ParameterBag::has] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpFoundation\Request::prepareRequestUri==>Symfony\Component\HttpFoundation\ParameterBag::get] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpFoundation\Request::prepareRequestUri==>strpos] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 488
                )

            [Symfony\Component\HttpFoundation\Request::prepareRequestUri==>Symfony\Component\HttpFoundation\ParameterBag::set] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpFoundation\Request::getRequestUri==>Symfony\Component\HttpFoundation\Request::prepareRequestUri] => Array
                (
                    [ct] => 2
                    [wt] => 52
                    [cpu] => 0
                    [mu] => 6768
                    [pmu] => 6872
                )

            [Symfony\Component\HttpFoundation\Request::prepareBaseUrl==>Symfony\Component\HttpFoundation\Request::getRequestUri] => Array
                (
                    [ct] => 1
                    [wt] => 33
                    [cpu] => 0
                    [mu] => 7464
                    [pmu] => 7208
                )

            [Symfony\Component\HttpFoundation\Request::getUrlencodedPrefix==>Symfony\Component\HttpFoundation\Request::isIisRewrite] => Array
                (
                    [ct] => 2
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 656
                )

            [Symfony\Component\HttpFoundation\Request::getUrlencodedPrefix==>rawurldecode] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 544
                )

            [Symfony\Component\HttpFoundation\Request::getUrlencodedPrefix==>str_starts_with] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [Symfony\Component\HttpFoundation\Request::prepareBaseUrl==>Symfony\Component\HttpFoundation\Request::getUrlencodedPrefix] => Array
                (
                    [ct] => 2
                    [wt] => 36
                    [cpu] => 0
                    [mu] => 3520
                    [pmu] => 3064
                )

            [Symfony\Component\HttpFoundation\Request::prepareBaseUrl==>dirname] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 608
                    [pmu] => 512
                )

            [Symfony\Component\HttpFoundation\Request::prepareBaseUrl==>rtrim] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Symfony\Component\HttpFoundation\Request::getUrlencodedPrefix==>preg_match] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 800
                    [pmu] => 272
                )

            [Symfony\Component\HttpFoundation\Request::getBaseUrlReal==>Symfony\Component\HttpFoundation\Request::prepareBaseUrl] => Array
                (
                    [ct] => 1
                    [wt] => 94
                    [cpu] => 0
                    [mu] => 14128
                    [pmu] => 13872
                )

            [Symfony\Component\HttpFoundation\Request::getBaseUrl==>Symfony\Component\HttpFoundation\Request::getBaseUrlReal] => Array
                (
                    [ct] => 5
                    [wt] => 101
                    [cpu] => 0
                    [mu] => 14784
                    [pmu] => 14528
                )

            [Symfony\Component\HttpFoundation\Request::getUri==>Symfony\Component\HttpFoundation\Request::getBaseUrl] => Array
                (
                    [ct] => 4
                    [wt] => 117
                    [cpu] => 0
                    [mu] => 16144
                    [pmu] => 15888
                )

            [Symfony\Component\HttpFoundation\Request::preparePathInfo==>Symfony\Component\HttpFoundation\Request::getRequestUri] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpFoundation\Request::preparePathInfo==>strpos] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 488
                )

            [Symfony\Component\HttpFoundation\Request::preparePathInfo==>Symfony\Component\HttpFoundation\Request::getBaseUrlReal] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpFoundation\Request::preparePathInfo==>substr] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 472
                )

            [Symfony\Component\HttpFoundation\Request::getPathInfo==>Symfony\Component\HttpFoundation\Request::preparePathInfo] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 3288
                    [pmu] => 3032
                )

            [Symfony\Component\HttpFoundation\Request::getUri==>Symfony\Component\HttpFoundation\Request::getPathInfo] => Array
                (
                    [ct] => 4
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 3984
                    [pmu] => 3728
                )

            [GameDev\Platform\EventSubscriber\Shared\RequestResponseLogger::logRequest==>Symfony\Component\HttpFoundation\Request::getUri] => Array
                (
                    [ct] => 1
                    [wt] => 220
                    [cpu] => 0
                    [mu] => 35200
                    [pmu] => 28896
                )

            [Symfony\Component\HttpFoundation\Request::getMethod==>Symfony\Component\HttpFoundation\ParameterBag::get] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpFoundation\Request::getMethod==>strtoupper] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 488
                )

            [Symfony\Component\HttpFoundation\Request::getMethod==>Symfony\Component\HttpFoundation\HeaderBag::get] => Array
                (
                    [ct] => 2
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 424
                )

            [GameDev\Platform\EventSubscriber\Shared\RequestResponseLogger::logRequest==>Symfony\Component\HttpFoundation\Request::getMethod] => Array
                (
                    [ct] => 1
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 2624
                    [pmu] => 2368
                )

            [Symfony\Component\HttpFoundation\Request::getContent==>file_get_contents] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 968
                    [pmu] => 20512
                )

            [GameDev\Platform\EventSubscriber\Shared\RequestResponseLogger::logRequest==>Symfony\Component\HttpFoundation\Request::getContent] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 1664
                    [pmu] => 20512
                )

            [GameDev\Platform\Helper\StringHelper::trimForLog==>strlen] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\RequestResponseLogger::logRequest==>GameDev\Platform\Helper\StringHelper::trimForLog] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1264
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\RequestResponseLogger::logRequest==>Monolog\Logger::debug] => Array
                (
                    [ct] => 1
                    [wt] => 46
                    [cpu] => 0
                    [mu] => 1112
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>GameDev\Platform\EventSubscriber\Shared\RequestResponseLogger::logRequest] => Array
                (
                    [ct] => 1
                    [wt] => 319
                    [cpu] => 0
                    [mu] => 43984
                    [pmu] => 52792
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getTracingServiceInterfaceService==>GameDev\Utils\Tracer\Services\TracingService::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventsSubscriberService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getTracingServiceInterfaceService] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1480
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventsSubscriberService==>GameDev\Utils\Tracer\EventSubscriber\KernelEventsSubscriber::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2459}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventsSubscriberService] => Array
                (
                    [ct] => 1
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 3120
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2459}] => Array
                (
                    [ct] => 1
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 3976
                    [pmu] => 0
                )

            [GameDev\Utils\Tracer\EventSubscriber\KernelEventsSubscriber::onKernelRequest==>Symfony\Component\HttpKernel\Event\KernelEvent::isMainRequest] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Utils\Tracer\EventSubscriber\KernelEventsSubscriber::onKernelRequest==>Symfony\Component\HttpKernel\Event\KernelEvent::getRequest] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Utils\Tracer\Services\TracingService::startSpan==>Symfony\Component\HttpFoundation\Request::getUri] => Array
                (
                    [ct] => 1
                    [wt] => 83
                    [cpu] => 0
                    [mu] => 712
                    [pmu] => 0
                )

            [GameDev\Utils\Tracer\Services\TracingService::startSpan==>Symfony\Component\HttpFoundation\Request::getMethod] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Utils\Tracer\Services\TracingService::startSpan==>Symfony\Component\HttpFoundation\HeaderBag::all] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Utils\Tracer\Services\JaegerTracer::{closure:GameDev\Utils\Tracer\Services\JaegerTracer::parseHeaders():133}==>is_array] => Array
                (
                    [ct] => 41
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Utils\Tracer\Services\JaegerTracer::{closure:GameDev\Utils\Tracer\Services\JaegerTracer::parseHeaders():133}==>count] => Array
                (
                    [ct] => 41
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [array_map==>GameDev\Utils\Tracer\Services\JaegerTracer::{closure:GameDev\Utils\Tracer\Services\JaegerTracer::parseHeaders():133}] => Array
                (
                    [ct] => 41
                    [wt] => 146
                    [cpu] => 0
                    [mu] => 2024
                    [pmu] => 0
                )

            [GameDev\Utils\Tracer\Services\JaegerTracer::parseHeaders==>array_map] => Array
                (
                    [ct] => 2
                    [wt] => 198
                    [cpu] => 0
                    [mu] => 5328
                    [pmu] => 1752
                )

            [GameDev\Utils\Tracer\Services\JaegerTracer::extractSpanFromHeaders==>GameDev\Utils\Tracer\Services\JaegerTracer::parseHeaders] => Array
                (
                    [ct] => 2
                    [wt] => 203
                    [cpu] => 0
                    [mu] => 6856
                    [pmu] => 1912
                )

            [Jaeger\Codec\TextCodec::extract==>strtolower] => Array
                (
                    [ct] => 41
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Jaeger\Codec\TextCodec::startsWith==>strlen] => Array
                (
                    [ct] => 41
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Jaeger\Codec\TextCodec::startsWith==>substr] => Array
                (
                    [ct] => 41
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 1792
                    [pmu] => 0
                )

            [Jaeger\Codec\TextCodec::extract==>Jaeger\Codec\TextCodec::startsWith] => Array
                (
                    [ct] => 41
                    [wt] => 138
                    [cpu] => 0
                    [mu] => 1800
                    [pmu] => 0
                )

            [Jaeger\Tracer::extract==>Jaeger\Codec\TextCodec::extract] => Array
                (
                    [ct] => 2
                    [wt] => 246
                    [cpu] => 0
                    [mu] => 3048
                    [pmu] => 0
                )

            [GameDev\Utils\Tracer\Services\JaegerTracer::extractSpanFromHeaders==>Jaeger\Tracer::extract] => Array
                (
                    [ct] => 2
                    [wt] => 253
                    [cpu] => 0
                    [mu] => 3712
                    [pmu] => 64
                )

            [GameDev\Utils\Tracer\Services\TracingService::startSpan==>GameDev\Utils\Tracer\Services\JaegerTracer::extractSpanFromHeaders] => Array
                (
                    [ct] => 1
                    [wt] => 275
                    [cpu] => 0
                    [mu] => 7824
                    [pmu] => 128
                )

            [GameDev\Utils\Tracer\Services\TracingService::startSpan==>Symfony\Component\HttpFoundation\Request::getPathInfo] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Utils\Tracer\Services\TracingService::extractOperationName==>str_contains] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [GameDev\Utils\Tracer\Services\TracingService::startSpan==>GameDev\Utils\Tracer\Services\TracingService::extractOperationName] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1280
                    [pmu] => 1024
                )

            [OpenTracing\StartSpanOptions::create==>is_array] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 424
                )

            [OpenTracing\StartSpanOptions::create==>is_bool] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [Jaeger\Tracer::startActiveSpan==>OpenTracing\StartSpanOptions::create] => Array
                (
                    [ct] => 2
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 2432
                    [pmu] => 2048
                )

            [Jaeger\Tracer::getParentSpanContext==>OpenTracing\StartSpanOptions::getReferences] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Jaeger\Tracer::startActiveSpan==>Jaeger\Tracer::getParentSpanContext] => Array
                (
                    [ct] => 2
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1216
                    [pmu] => 1040
                )

            [Jaeger\Tracer::getActiveSpan==>Jaeger\Tracer::getScopeManager] => Array
                (
                    [ct] => 16
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Jaeger\Tracer::getActiveSpan==>Jaeger\ScopeManager::getActive] => Array
                (
                    [ct] => 16
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Jaeger\Tracer::startActiveSpan==>Jaeger\Tracer::getActiveSpan] => Array
                (
                    [ct] => 3
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 1832
                    [pmu] => 1576
                )

            [Jaeger\Tracer::startSpan==>Jaeger\Tracer::getParentSpanContext] => Array
                (
                    [ct] => 2
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 1848
                    [pmu] => 1400
                )

            [Jaeger\Tracer::startSpan==>OpenTracing\StartSpanOptions::getTags] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Jaeger\Tracer::randomId==>random_int] => Array
                (
                    [ct] => 2
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 280
                )

            [Jaeger\Tracer::startSpan==>Jaeger\Tracer::randomId] => Array
                (
                    [ct] => 2
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 1248
                    [pmu] => 944
                )

            [Jaeger\Tracer::startSpan==>Jaeger\Sampler\ConstSampler::isSampled] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 784
                    [pmu] => 528
                )

            [Jaeger\SpanContext::__construct==>is_array] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 296
                )

            [Jaeger\Tracer::startSpan==>Jaeger\SpanContext::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 1184
                    [pmu] => 928
                )

            [Jaeger\Tracer::startSpan==>OpenTracing\StartSpanOptions::getStartTime] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Jaeger\Span::timestampMicro==>microtime] => Array
                (
                    [ct] => 8
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 280
                )

            [Jaeger\Span::timestampMicro==>round] => Array
                (
                    [ct] => 8
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 536
                )

            [Jaeger\Span::microTime==>Jaeger\Span::timestampMicro] => Array
                (
                    [ct] => 8
                    [wt] => 46
                    [cpu] => 0
                    [mu] => 1752
                    [pmu] => 1496
                )

            [Jaeger\Span::__construct==>Jaeger\Span::microTime] => Array
                (
                    [ct] => 2
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 2368
                    [pmu] => 2168
                )

            [Jaeger\Span::isSampled==>Jaeger\Span::getContext] => Array
                (
                    [ct] => 22
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 296
                )

            [Jaeger\Span::isSampled==>Jaeger\SpanContext::getFlags] => Array
                (
                    [ct] => 22
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 296
                )

            [Jaeger\Span::setTag==>Jaeger\Span::isSampled] => Array
                (
                    [ct] => 20
                    [wt] => 88
                    [cpu] => 0
                    [mu] => 1784
                    [pmu] => 1872
                )

            [Jaeger\Span::makeTag==>gettype] => Array
                (
                    [ct] => 20
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 528
                    [pmu] => 272
                )

            [Jaeger\Span::makeTag==>strlen] => Array
                (
                    [ct] => 17
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 528
                    [pmu] => 272
                )

            [Jaeger\Thrift\Agent\Zipkin\BinaryAnnotation::__construct==>is_array] => Array
                (
                    [ct] => 20
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Thrift\Base\TBase::__construct==>is_array] => Array
                (
                    [ct] => 94
                    [wt] => 50
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 296
                )

            [Jaeger\Thrift\Agent\Zipkin\BinaryAnnotation::__construct==>Thrift\Base\TBase::__construct] => Array
                (
                    [ct] => 20
                    [wt] => 86
                    [cpu] => 0
                    [mu] => 1216
                    [pmu] => 960
                )

            [Jaeger\Span::makeTag==>Jaeger\Thrift\Agent\Zipkin\BinaryAnnotation::__construct] => Array
                (
                    [ct] => 20
                    [wt] => 167
                    [cpu] => 0
                    [mu] => 2496
                    [pmu] => 2968
                )

            [Jaeger\Span::setTag==>Jaeger\Span::makeTag] => Array
                (
                    [ct] => 20
                    [wt] => 300
                    [cpu] => 0
                    [mu] => 8696
                    [pmu] => 11448
                )

            [Jaeger\Span::__construct==>Jaeger\Span::setTag] => Array
                (
                    [ct] => 5
                    [wt] => 131
                    [cpu] => 0
                    [mu] => 9856
                    [pmu] => 10176
                )

            [Jaeger\Tracer::startSpan==>Jaeger\Span::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 168
                    [cpu] => 0
                    [mu] => 12904
                    [pmu] => 13056
                )

            [Jaeger\Tracer::startSpan==>array_merge] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 912
                    [pmu] => 592
                )

            [Jaeger\Span::setTags==>Jaeger\Span::setTag] => Array
                (
                    [ct] => 9
                    [wt] => 191
                    [cpu] => 0
                    [mu] => 1376
                    [pmu] => 2600
                )

            [Jaeger\Tracer::startSpan==>Jaeger\Span::setTags] => Array
                (
                    [ct] => 2
                    [wt] => 207
                    [cpu] => 0
                    [mu] => 1992
                    [pmu] => 2688
                )

            [Jaeger\Tracer::startActiveSpan==>Jaeger\Tracer::startSpan] => Array
                (
                    [ct] => 2
                    [wt] => 474
                    [cpu] => 0
                    [mu] => 27920
                    [pmu] => 28336
                )

            [Jaeger\Tracer::startActiveSpan==>OpenTracing\StartSpanOptions::shouldFinishSpanOnClose] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Jaeger\Scope::__construct==>Jaeger\ScopeManager::getActive] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Jaeger\ScopeManager::activate==>Jaeger\Scope::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1200
                    [pmu] => 944
                )

            [Jaeger\Tracer::startActiveSpan==>Jaeger\ScopeManager::activate] => Array
                (
                    [ct] => 2
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 2056
                    [pmu] => 1688
                )

            [GameDev\Utils\Tracer\Services\JaegerTracer::startActiveSpan==>Jaeger\Tracer::startActiveSpan] => Array
                (
                    [ct] => 2
                    [wt] => 597
                    [cpu] => 0
                    [mu] => 39144
                    [pmu] => 39504
                )

            [GameDev\Utils\Tracer\Services\TracingService::startSpan==>GameDev\Utils\Tracer\Services\JaegerTracer::startActiveSpan] => Array
                (
                    [ct] => 1
                    [wt] => 409
                    [cpu] => 0
                    [mu] => 31144
                    [pmu] => 30888
                )

            [Jaeger\Tracer::getActiveSpan==>Jaeger\Scope::getSpan] => Array
                (
                    [ct] => 15
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 280
                )

            [GameDev\Utils\Tracer\Services\JaegerTracer::getSpanTraceId==>Jaeger\Tracer::getActiveSpan] => Array
                (
                    [ct] => 2
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 1216
                    [pmu] => 896
                )

            [GameDev\Utils\Tracer\Services\JaegerTracer::getSpanTraceId==>Jaeger\Span::getContext] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [GameDev\Utils\Tracer\Services\JaegerTracer::getSpanTraceId==>method_exists] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 536
                )

            [GameDev\Utils\Tracer\Services\JaegerTracer::getSpanTraceId==>Jaeger\SpanContext::getTraceId] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [GameDev\Utils\Tracer\Services\TracingService::startSpan==>GameDev\Utils\Tracer\Services\JaegerTracer::getSpanTraceId] => Array
                (
                    [ct] => 1
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 3872
                    [pmu] => 3496
                )

            [GameDev\Utils\Tracer\Services\TracingService::startSpan==>dechex] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 616
                    [pmu] => 520
                )

            [GameDev\Utils\Tracer\Services\TracingService::startSpan==>Symfony\Component\HttpFoundation\ParameterBag::set] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1008
                    [pmu] => 752
                )

            [GameDev\Utils\Tracer\EventSubscriber\KernelEventsSubscriber::onKernelRequest==>GameDev\Utils\Tracer\Services\TracingService::startSpan] => Array
                (
                    [ct] => 1
                    [wt] => 821
                    [cpu] => 0
                    [mu] => 50000
                    [pmu] => 38536
                )

            [GameDev\Utils\Tracer\Services\TracingService::addRequestDetailsToActiveSpan==>Symfony\Component\HttpFoundation\Request::getMethod] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Utils\Tracer\Services\JaegerTracer::setTagOfActiveSpan==>Jaeger\Tracer::getActiveSpan] => Array
                (
                    [ct] => 6
                    [wt] => 40
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 456
                )

            [GameDev\Utils\Tracer\Services\JaegerTracer::setTagOfActiveSpan==>Jaeger\Span::setTag] => Array
                (
                    [ct] => 6
                    [wt] => 138
                    [cpu] => 0
                    [mu] => 952
                    [pmu] => 2048
                )

            [GameDev\Utils\Tracer\Services\TracingService::addRequestDetailsToActiveSpan==>GameDev\Utils\Tracer\Services\JaegerTracer::setTagOfActiveSpan] => Array
                (
                    [ct] => 2
                    [wt] => 68
                    [cpu] => 0
                    [mu] => 1896
                    [pmu] => 2456
                )

            [GameDev\Utils\Tracer\Services\TracingService::addRequestDetailsToActiveSpan==>Symfony\Component\HttpFoundation\Request::getUri] => Array
                (
                    [ct] => 1
                    [wt] => 92
                    [cpu] => 0
                    [mu] => 712
                    [pmu] => 544
                )

            [GameDev\Utils\Tracer\Services\TracingService::addRequestDetailsToActiveSpan==>Symfony\Component\HttpFoundation\HeaderBag::all] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Utils\Tracer\Services\TracingService::prepareHeadersForLog==>strtolower] => Array
                (
                    [ct] => 42
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 208
                )

            [GameDev\Utils\Tracer\Services\TracingService::prepareHeadersForLog==>is_array] => Array
                (
                    [ct] => 42
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [GameDev\Utils\Tracer\Services\TracingService::addRequestDetailsToActiveSpan==>GameDev\Utils\Tracer\Services\TracingService::prepareHeadersForLog] => Array
                (
                    [ct] => 1
                    [wt] => 73
                    [cpu] => 0
                    [mu] => 3296
                    [pmu] => 2920
                )

            [GameDev\Utils\Tracer\Services\TracingService::addRequestDetailsToActiveSpan==>Symfony\Component\HttpFoundation\Request::getContent] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Utils\Tracer\Services\TracingService::prepareContentForLog==>strlen] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [GameDev\Utils\Tracer\Services\TracingService::addRequestDetailsToActiveSpan==>GameDev\Utils\Tracer\Services\TracingService::prepareContentForLog] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1312
                    [pmu] => 1056
                )

            [GameDev\Utils\Tracer\Services\JaegerTracer::logInActiveSpan==>Jaeger\Tracer::getActiveSpan] => Array
                (
                    [ct] => 4
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 456
                )

            [Jaeger\Span::log==>Jaeger\Span::microTime] => Array
                (
                    [ct] => 4
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 376
                )

            [Jaeger\Span::log==>Jaeger\Span::getStartTime] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 296
                )

            [GameDev\Utils\Tracer\Services\JaegerTracer::logInActiveSpan==>Jaeger\Span::log] => Array
                (
                    [ct] => 4
                    [wt] => 59
                    [cpu] => 0
                    [mu] => 3752
                    [pmu] => 2480
                )

            [GameDev\Utils\Tracer\Services\TracingService::addRequestDetailsToActiveSpan==>GameDev\Utils\Tracer\Services\JaegerTracer::logInActiveSpan] => Array
                (
                    [ct] => 1
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 3800
                    [pmu] => 3544
                )

            [GameDev\Utils\Tracer\EventSubscriber\KernelEventsSubscriber::onKernelRequest==>GameDev\Utils\Tracer\Services\TracingService::addRequestDetailsToActiveSpan] => Array
                (
                    [ct] => 1
                    [wt] => 288
                    [cpu] => 0
                    [mu] => 14464
                    [pmu] => 13744
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>GameDev\Utils\Tracer\EventSubscriber\KernelEventsSubscriber::onKernelRequest] => Array
                (
                    [ct] => 1
                    [wt] => 1124
                    [cpu] => 0
                    [mu] => 66024
                    [pmu] => 53024
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2414}] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 88
                )

            [GameDev\Platform\EventSubscriber\Shared\RequestResponseLogger::logTraceId==>GameDev\Utils\Tracer\Services\JaegerTracer::getSpanTraceId] => Array
                (
                    [ct] => 1
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 216
                )

            [GameDev\Platform\EventSubscriber\Shared\RequestResponseLogger::logTraceId==>GameDev\Platform\Kernel::setTraceId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>GameDev\Platform\EventSubscriber\Shared\RequestResponseLogger::logTraceId] => Array
                (
                    [ct] => 1
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 2152
                    [pmu] => 1640
                )

            [Symfony\Component\DependencyInjection\Container::getEnv@2==>substr] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 776
                    [pmu] => 328
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@2==>substr] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 776
                    [pmu] => 320
                )

            [Symfony\Component\DependencyInjection\Container::getEnv@3==>Symfony\Component\DependencyInjection\Container::has] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\DependencyInjection\Container::getEnv@3==>Symfony\Component\DependencyInjection\Container::get] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\DependencyInjection\Container::getEnv@3==>strpos] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 488
                )

            [Symfony\Component\DependencyInjection\Container::getEnv@3==>substr] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 648
                    [pmu] => 648
                )

            [Symfony\Component\DependencyInjection\Container::getEnv@3==>Symfony\Component\DependencyInjection\ServiceLocator::has] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\DependencyInjection\Container::getEnv@3==>Symfony\Component\DependencyInjection\Argument\ServiceLocator::get] => Array
                (
                    [ct] => 2
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 472
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@3==>strpos] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@3==>substr] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 632
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@3==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::hasParameter] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\DependencyInjection\Container::getEnv@4==>Symfony\Component\DependencyInjection\Container::has] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\DependencyInjection\Container::getEnv@4==>Symfony\Component\DependencyInjection\Container::get] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\DependencyInjection\Container::getEnv@4==>strpos] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 488
                )

            [Symfony\Component\DependencyInjection\Container::getEnv@4==>Symfony\Component\DependencyInjection\ServiceLocator::has] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\DependencyInjection\Container::getEnv@4==>Symfony\Component\DependencyInjection\Argument\ServiceLocator::get] => Array
                (
                    [ct] => 2
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 472
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@4==>strpos] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Symfony\Component\DependencyInjection\Container::getEnv@4==>Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@4] => Array
                (
                    [ct] => 2
                    [wt] => 112
                    [cpu] => 0
                    [mu] => 20568
                    [pmu] => 31520
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@3==>Symfony\Component\DependencyInjection\Container::getEnv@4] => Array
                (
                    [ct] => 1
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 6064
                    [pmu] => 5816
                )

            [Symfony\Component\DependencyInjection\Container::getEnv@4==>substr] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 688
                    [pmu] => 352
                )

            [Symfony\Component\DependencyInjection\Container::getEnv@5==>Symfony\Component\DependencyInjection\Container::has] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\DependencyInjection\Container::getEnv@5==>Symfony\Component\DependencyInjection\Container::get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\DependencyInjection\Container::getEnv@5==>strpos] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 488
                )

            [Symfony\Component\DependencyInjection\Container::getEnv@5==>substr] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 664
                )

            [Symfony\Component\DependencyInjection\Container::getEnv@5==>Symfony\Component\DependencyInjection\ServiceLocator::has] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\DependencyInjection\Container::getEnv@5==>Symfony\Component\DependencyInjection\Argument\ServiceLocator::get] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@5==>strpos] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@5==>substr] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 680
                    [pmu] => 680
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@5==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::hasParameter] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\DependencyInjection\Container::getEnv@6==>Symfony\Component\DependencyInjection\Container::has] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\DependencyInjection\Container::getEnv@6==>Symfony\Component\DependencyInjection\Container::get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\DependencyInjection\Container::getEnv@6==>strpos] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 488
                )

            [Symfony\Component\DependencyInjection\Container::getEnv@6==>Symfony\Component\DependencyInjection\ServiceLocator::has] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\DependencyInjection\Container::getEnv@6==>Symfony\Component\DependencyInjection\Argument\ServiceLocator::get] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@6==>strpos] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@6==>str_starts_with] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@6==>getenv] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@6==>ArrayIterator::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@6==>ArrayIterator::count] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@6==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::hasParameter] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@6==>Exception::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Symfony\Component\DependencyInjection\Container::getEnv@6==>Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@6] => Array
                (
                    [ct] => 1
                    [wt] => 39
                    [cpu] => 0
                    [mu] => 20056
                    [pmu] => 19800
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@5==>Symfony\Component\DependencyInjection\Container::getEnv@6] => Array
                (
                    [ct] => 1
                    [wt] => 59
                    [cpu] => 0
                    [mu] => 24216
                    [pmu] => 23960
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@5==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getParameter@1] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\Container::getEnv@5==>Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@5] => Array
                (
                    [ct] => 1
                    [wt] => 75
                    [cpu] => 0
                    [mu] => 12840
                    [pmu] => 26192
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@4==>Symfony\Component\DependencyInjection\Container::getEnv@5] => Array
                (
                    [ct] => 1
                    [wt] => 97
                    [cpu] => 0
                    [mu] => 17664
                    [pmu] => 30496
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@4==>parse_url] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@4==>parse_str] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 992
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDynamicParameter==>Symfony\Component\DependencyInjection\Container::getEnv@4] => Array
                (
                    [ct] => 1
                    [wt] => 130
                    [cpu] => 0
                    [mu] => 20736
                    [pmu] => 31536
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getParameter==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDynamicParameter] => Array
                (
                    [ct] => 2
                    [wt] => 334
                    [cpu] => 0
                    [mu] => 25824
                    [pmu] => 48472
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@3==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getParameter] => Array
                (
                    [ct] => 1
                    [wt] => 139
                    [cpu] => 0
                    [mu] => 25016
                    [pmu] => 31728
                )

            [Symfony\Component\DependencyInjection\Container::getEnv@3==>Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@3] => Array
                (
                    [ct] => 2
                    [wt] => 177
                    [cpu] => 0
                    [mu] => 33848
                    [pmu] => 39960
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@2==>Symfony\Component\DependencyInjection\Container::getEnv@3] => Array
                (
                    [ct] => 2
                    [wt] => 216
                    [cpu] => 0
                    [mu] => 38784
                    [pmu] => 44472
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv==>filter_var] => Array
                (
                    [ct] => 5
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2444}==>Symfony\Component\DependencyInjection\Container::getEnv] => Array
                (
                    [ct] => 1
                    [wt] => 292
                    [cpu] => 0
                    [mu] => 41624
                    [pmu] => 46512
                )

            [Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::__construct==>set_exception_handler] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::__construct==>restore_exception_handler] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2444}==>Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 2152
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2444}] => Array
                (
                    [ct] => 1
                    [wt] => 308
                    [cpu] => 0
                    [mu] => 44712
                    [pmu] => 46512
                )

            [Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure==>Symfony\Component\HttpKernel\Event\KernelEvent::isMainRequest] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure==>Symfony\Component\HttpKernel\Event\KernelEvent::getKernel] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure==>method_exists] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure==>Symfony\Component\HttpKernel\Event\KernelEvent::getRequest] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure==>set_exception_handler] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 600
                )

            [Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure==>restore_exception_handler] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 600
                )

            [Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure==>set_error_handler] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 640
                )

            [Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure==>restore_error_handler] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => -16
                    [pmu] => 200
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure] => Array
                (
                    [ct] => 1
                    [wt] => 42
                    [cpu] => 0
                    [mu] => 8704
                    [pmu] => 6800
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2413}] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 832
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\JsonRequestSubscriber::handleJsonBody==>Symfony\Component\HttpKernel\Event\KernelEvent::getRequest] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\HttpFoundation\Request::getContentTypeFormat==>Symfony\Component\HttpFoundation\HeaderBag::get] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\HttpFoundation\Request::getFormat==>strpos] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Symfony\Component\HttpFoundation\Request::getFormat==>Symfony\Component\HttpFoundation\Request::initializeFormats] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\HttpFoundation\Request::getFormat==>in_array] => Array
                (
                    [ct] => 5
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 240
                )

            [Symfony\Component\HttpFoundation\Request::getContentTypeFormat==>Symfony\Component\HttpFoundation\Request::getFormat] => Array
                (
                    [ct] => 1
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 2592
                    [pmu] => 936
                )

            [GameDev\Platform\EventSubscriber\Shared\JsonRequestSubscriber::handleJsonBody==>Symfony\Component\HttpFoundation\Request::getContentTypeFormat] => Array
                (
                    [ct] => 1
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 4016
                    [pmu] => 1584
                )

            [GameDev\Platform\EventSubscriber\Shared\JsonRequestSubscriber::handleJsonBody==>Symfony\Component\HttpFoundation\Request::getContent] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Helper\Json::decode==>json_decode] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 2424
                    [pmu] => 2168
                )

            [GameDev\Platform\Helper\Json::decode==>json_last_error] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [GameDev\Platform\EventSubscriber\Shared\JsonRequestSubscriber::handleJsonBody==>GameDev\Platform\Helper\Json::decode] => Array
                (
                    [ct] => 1
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 3736
                    [pmu] => 3480
                )

            [GameDev\Platform\EventSubscriber\Shared\JsonRequestSubscriber::handleJsonBody==>Symfony\Component\HttpFoundation\InputBag::set] => Array
                (
                    [ct] => 10
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 1136
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>GameDev\Platform\EventSubscriber\Shared\JsonRequestSubscriber::handleJsonBody] => Array
                (
                    [ct] => 1
                    [wt] => 82
                    [cpu] => 0
                    [mu] => 11424
                    [pmu] => 8168
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2428}] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 832
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest==>Symfony\Component\HttpKernel\Event\KernelEvent::isMainRequest] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest==>Symfony\Component\HttpKernel\Event\KernelEvent::getRequest] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest==>Symfony\Component\HttpFoundation\Request::getTrustedProxies] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest==>Symfony\Component\HttpFoundation\Request::getHost] => Array
                (
                    [ct] => 1
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>Symfony\Component\HttpKernel\EventListener\ValidateRequestListener::onKernelRequest] => Array
                (
                    [ct] => 1
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 3608
                    [pmu] => 2568
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_IdleConnectionListenerService==>ArrayObject::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_IdleConnectionListenerService==>Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2449}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_IdleConnectionListenerService] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 2544
                    [pmu] => 1968
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2449}] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 3400
                    [pmu] => 2696
                )

            [Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest==>Symfony\Component\HttpKernel\Event\KernelEvent::getRequestType] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 248
                )

            [Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest==>time] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 488
                )

            [Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest==>ArrayObject::getIterator] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 760
                    [pmu] => 504
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>Symfony\Bridge\Doctrine\Middleware\IdleConnection\Listener::onKernelRequest] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 2768
                    [pmu] => 2256
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRouterService==>Monolog\Logger::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 776
                    [pmu] => 520
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRouterService==>Monolog\Logger::pushProcessor] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 848
                    [pmu] => 592
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRouterService==>Monolog\Logger::pushHandler] => Array
                (
                    [ct] => 3
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 848
                    [pmu] => 592
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRouterService==>Symfony\Component\DependencyInjection\Argument\ServiceLocator::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRouterService==>Symfony\Component\DependencyInjection\ServiceLocator::withContext] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 856
                    [pmu] => 600
                )

            [Symfony\Component\Routing\RequestContext::fromUri==>strpos] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Symfony\Component\Routing\RequestContext::fromUri==>parse_url] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 976
                    [pmu] => 976
                )

            [Symfony\Component\Routing\RequestContext::setBaseUrl==>rtrim] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Symfony\Component\Routing\RequestContext::__construct==>Symfony\Component\Routing\RequestContext::setBaseUrl] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1264
                    [pmu] => 1008
                )

            [Symfony\Component\Routing\RequestContext::setMethod==>strtoupper] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Symfony\Component\Routing\RequestContext::__construct==>Symfony\Component\Routing\RequestContext::setMethod] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1264
                    [pmu] => 1008
                )

            [Symfony\Component\Routing\RequestContext::setHost==>strtolower] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Symfony\Component\Routing\RequestContext::__construct==>Symfony\Component\Routing\RequestContext::setHost] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1264
                    [pmu] => 1008
                )

            [Symfony\Component\Routing\RequestContext::setScheme==>strtolower] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Symfony\Component\Routing\RequestContext::__construct==>Symfony\Component\Routing\RequestContext::setScheme] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1264
                    [pmu] => 1008
                )

            [Symfony\Component\Routing\RequestContext::__construct==>Symfony\Component\Routing\RequestContext::setHttpPort] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Routing\RequestContext::__construct==>Symfony\Component\Routing\RequestContext::setHttpsPort] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Routing\RequestContext::__construct==>Symfony\Component\Routing\RequestContext::setPathInfo] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Routing\RequestContext::__construct==>Symfony\Component\Routing\RequestContext::setQueryString] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Routing\RequestContext::fromUri==>Symfony\Component\Routing\RequestContext::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 37
                    [cpu] => 0
                    [mu] => 8728
                    [pmu] => 8472
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRouter_RequestContextService==>Symfony\Component\Routing\RequestContext::fromUri] => Array
                (
                    [ct] => 1
                    [wt] => 47
                    [cpu] => 0
                    [mu] => 11320
                    [pmu] => 11064
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRouter_ExpressionLanguageProviderService==>Symfony\Component\DependencyInjection\Argument\ServiceLocator::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRouter_ExpressionLanguageProviderService==>Symfony\Component\Routing\Matcher\ExpressionLanguageProvider::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRouter_RequestContextService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRouter_ExpressionLanguageProviderService] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 2464
                    [pmu] => 2136
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRouter_RequestContextService==>Symfony\Component\Routing\RequestContext::setParameter] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1040
                    [pmu] => 784
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRouterService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRouter_RequestContextService] => Array
                (
                    [ct] => 1
                    [wt] => 69
                    [cpu] => 0
                    [mu] => 15304
                    [pmu] => 15048
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRouterService==>Symfony\Component\DependencyInjection\ParameterBag\ContainerBag::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Bundle\FrameworkBundle\Routing\Router::__construct==>Symfony\Component\Routing\Router::setOptions] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1008
                    [pmu] => 752
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRouterService==>Symfony\Bundle\FrameworkBundle\Routing\Router::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 2088
                    [pmu] => 1832
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRouterService==>Symfony\Component\Config\ResourceCheckerConfigCacheFactory::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 344
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRouterService==>Symfony\Component\Routing\Router::setConfigCacheFactory] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRouterService==>Symfony\Component\Routing\Router::addExpressionLanguageProvider] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 880
                    [pmu] => 624
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getLocaleListenerService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRouterService] => Array
                (
                    [ct] => 1
                    [wt] => 148
                    [cpu] => 0
                    [mu] => 26320
                    [pmu] => 25952
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getLocaleListenerService==>Symfony\Component\HttpKernel\EventListener\LocaleListener::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2425}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getLocaleListenerService] => Array
                (
                    [ct] => 1
                    [wt] => 158
                    [cpu] => 2742
                    [mu] => 28032
                    [pmu] => 27440
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2425}] => Array
                (
                    [ct] => 1
                    [wt] => 215
                    [cpu] => 2742
                    [mu] => 28888
                    [pmu] => 28184
                )

            [Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale==>Symfony\Component\HttpKernel\Event\KernelEvent::getRequest] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 248
                )

            [Symfony\Component\HttpFoundation\Request::setPhpDefaultLocale==>class_exists] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Symfony\Component\HttpFoundation\Request::setPhpDefaultLocale==>Locale::setDefault] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Symfony\Component\HttpFoundation\Request::setDefaultLocale==>Symfony\Component\HttpFoundation\Request::setPhpDefaultLocale] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 1928
                    [pmu] => 1672
                )

            [Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale==>Symfony\Component\HttpFoundation\Request::setDefaultLocale] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 2656
                    [pmu] => 2400
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale] => Array
                (
                    [ct] => 1
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 4176
                    [pmu] => 3664
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRouterListenerService==>dirname] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 232
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRouterListenerService==>Symfony\Component\HttpKernel\EventListener\RouterListener::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2446}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRouterListenerService] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 2408
                    [pmu] => 1816
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2446}] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 3264
                    [pmu] => 2560
                )

            [Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest==>Symfony\Component\HttpKernel\Event\KernelEvent::getRequest] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 216
                )

            [Symfony\Component\Routing\RequestContext::fromRequest==>Symfony\Component\HttpFoundation\Request::getBaseUrl] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Routing\RequestContext::fromRequest==>Symfony\Component\Routing\RequestContext::setBaseUrl] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Symfony\Component\Routing\RequestContext::fromRequest==>Symfony\Component\HttpFoundation\Request::getPathInfo] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Routing\RequestContext::fromRequest==>Symfony\Component\Routing\RequestContext::setPathInfo] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Routing\RequestContext::fromRequest==>Symfony\Component\HttpFoundation\Request::getMethod] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Routing\RequestContext::fromRequest==>Symfony\Component\Routing\RequestContext::setMethod] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Routing\RequestContext::fromRequest==>Symfony\Component\HttpFoundation\Request::getHost] => Array
                (
                    [ct] => 1
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Routing\RequestContext::fromRequest==>Symfony\Component\Routing\RequestContext::setHost] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Routing\RequestContext::fromRequest==>Symfony\Component\HttpFoundation\Request::getScheme] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Routing\RequestContext::fromRequest==>Symfony\Component\Routing\RequestContext::setScheme] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Routing\RequestContext::fromRequest==>Symfony\Component\HttpFoundation\Request::isSecure] => Array
                (
                    [ct] => 2
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 472
                )

            [Symfony\Component\Routing\RequestContext::fromRequest==>Symfony\Component\HttpFoundation\Request::getPort] => Array
                (
                    [ct] => 2
                    [wt] => 42
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 632
                )

            [Symfony\Component\Routing\RequestContext::fromRequest==>Symfony\Component\Routing\RequestContext::setHttpPort] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 120
                )

            [Symfony\Component\Routing\RequestContext::fromRequest==>Symfony\Component\Routing\RequestContext::setHttpsPort] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 280
                )

            [Symfony\Component\Routing\RequestContext::fromRequest==>Symfony\Component\HttpFoundation\ParameterBag::get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Routing\RequestContext::fromRequest==>Symfony\Component\Routing\RequestContext::setQueryString] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpKernel\EventListener\RouterListener::setCurrentRequest==>Symfony\Component\Routing\RequestContext::fromRequest] => Array
                (
                    [ct] => 1
                    [wt] => 140
                    [cpu] => 0
                    [mu] => 11736
                    [pmu] => 11480
                )

            [Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest==>Symfony\Component\HttpKernel\EventListener\RouterListener::setCurrentRequest] => Array
                (
                    [ct] => 1
                    [wt] => 143
                    [cpu] => 0
                    [mu] => 12464
                    [pmu] => 12208
                )

            [Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest==>Symfony\Component\HttpFoundation\ParameterBag::has] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Routing\Router::getMatcher==>Symfony\Component\Routing\Router::getConfigCacheFactory] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Symfony\Component\Config\ResourceCheckerConfigCacheFactory::cache==>Symfony\Component\Config\ResourceCheckerConfigCache::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 712
                    [pmu] => 456
                )

            [Symfony\Component\Config\ResourceCheckerConfigCache::isFresh==>is_file] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Symfony\Component\Config\ResourceCheckerConfigCacheFactory::cache==>Symfony\Component\Config\ResourceCheckerConfigCache::isFresh] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1264
                    [pmu] => 1008
                )

            [Symfony\Component\Routing\Router::getMatcher==>Symfony\Component\Config\ResourceCheckerConfigCacheFactory::cache] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 68368
                    [pmu] => 68112
                )

            [Symfony\Component\Routing\Router::getMatcher==>Symfony\Component\Config\ResourceCheckerConfigCache::getPath] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 312
                )

            [Symfony\Component\Routing\Router::getCompiledRoutes==>function_exists] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 328
                )

            [Symfony\Component\Routing\Router::getCompiledRoutes==>ini_get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Symfony\Component\Routing\Router::getCompiledRoutes==>filter_var] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Symfony\Component\Routing\Router::getMatcher==>Symfony\Component\Routing\Router::getCompiledRoutes] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 2512
                    [pmu] => 2256
                )

            [Symfony\Component\Routing\Router::getMatcher==>Symfony\Component\Routing\Matcher\CompiledUrlMatcher::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Routing\Router::matchRequest==>Symfony\Component\Routing\Router::getMatcher] => Array
                (
                    [ct] => 1
                    [wt] => 47
                    [cpu] => 0
                    [mu] => 74000
                    [pmu] => 73744
                )

            [Symfony\Component\Routing\Matcher\UrlMatcher::matchRequest==>Symfony\Component\HttpFoundation\Request::getPathInfo] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Routing\Matcher\CompiledUrlMatcher::doMatch==>rawurldecode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 624
                    [pmu] => 368
                )

            [Symfony\Component\Routing\Matcher\CompiledUrlMatcher::doMatch==>rtrim] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Symfony\Component\Routing\Matcher\CompiledUrlMatcher::doMatch==>Symfony\Component\Routing\RequestContext::getMethod] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Routing\Matcher\CompiledUrlMatcher::doMatch==>preg_match] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1104
                    [pmu] => 1056
                )

            [Symfony\Component\Routing\Matcher\CompiledUrlMatcher::match==>Symfony\Component\Routing\Matcher\CompiledUrlMatcher::doMatch] => Array
                (
                    [ct] => 1
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 4224
                    [pmu] => 3968
                )

            [Symfony\Component\Routing\Matcher\UrlMatcher::matchRequest==>Symfony\Component\Routing\Matcher\CompiledUrlMatcher::match] => Array
                (
                    [ct] => 1
                    [wt] => 33
                    [cpu] => 0
                    [mu] => 4432
                    [pmu] => 4192
                )

            [Symfony\Component\Routing\Router::matchRequest==>Symfony\Component\Routing\Matcher\UrlMatcher::matchRequest] => Array
                (
                    [ct] => 1
                    [wt] => 39
                    [cpu] => 0
                    [mu] => 5760
                    [pmu] => 5504
                )

            [Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest==>Symfony\Component\Routing\Router::matchRequest] => Array
                (
                    [ct] => 1
                    [wt] => 93
                    [cpu] => 0
                    [mu] => 80264
                    [pmu] => 80008
                )

            [Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest==>Symfony\Component\HttpFoundation\Request::getUri] => Array
                (
                    [ct] => 1
                    [wt] => 79
                    [cpu] => 0
                    [mu] => 712
                    [pmu] => 544
                )

            [Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest==>Symfony\Component\HttpFoundation\Request::getMethod] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Monolog\Processor\PsrLogMessageProcessor::__invoke==>strtr] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 648
                    [pmu] => 600
                )

            [Monolog\LogRecord::with==>Monolog\LogRecord::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Monolog\Processor\PsrLogMessageProcessor::__invoke==>Monolog\LogRecord::with] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1752
                    [pmu] => 1496
                )

            [Monolog\Logger::info==>Monolog\Logger::addRecord] => Array
                (
                    [ct] => 3
                    [wt] => 171
                    [cpu] => 0
                    [mu] => 4560
                    [pmu] => 4744
                )

            [Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest==>Monolog\Logger::info] => Array
                (
                    [ct] => 1
                    [wt] => 72
                    [cpu] => 0
                    [mu] => 3720
                    [pmu] => 3792
                )

            [Symfony\Component\HttpFoundation\ParameterBag::add==>array_replace] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 944
                    [pmu] => 688
                )

            [Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest==>Symfony\Component\HttpFoundation\ParameterBag::add] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1264
                    [pmu] => 1008
                )

            [Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest==>Symfony\Component\HttpFoundation\ParameterBag::set] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest] => Array
                (
                    [ct] => 1
                    [wt] => 423
                    [cpu] => 0
                    [mu] => 103008
                    [pmu] => 102496
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getJaegerTraceIdExtractorService==>GameDev\Platform\Utils\JaegerTraceIdExtractor::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRequestResponseLoggerService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getJaegerTraceIdExtractorService] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1504
                    [pmu] => 1248
                )

            [Shared\DataStreamBundle\Kafka\ProducerTopicFactory::__construct==>defined] => Array
                (
                    [ct] => 11
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Shared\DataStreamBundle\Kafka\ProducerTopicFactory::__construct==>Shared\DataStreamBundle\Kafka\ProducerTopicFactory::setPartition] => Array
                (
                    [ct] => 11
                    [wt] => 9
                    [cpu] => 58
                    [mu] => 632
                    [pmu] => 376
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getProducerTopicRegistryService==>Shared\DataStreamBundle\Kafka\ProducerTopicFactory::__construct] => Array
                (
                    [ct] => 11
                    [wt] => 62
                    [cpu] => 58
                    [mu] => 2448
                    [pmu] => 1192
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonolog_Logger_FailedDeliveryService==>Monolog\Logger::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 808
                    [pmu] => 552
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonolog_Logger_FailedDeliveryService==>Monolog\Logger::pushProcessor] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 880
                    [pmu] => 624
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonolog_Logger_FailedDeliveryService==>Monolog\Logger::pushHandler] => Array
                (
                    [ct] => 4
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 880
                    [pmu] => 624
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonolog_Handler_FailedDeliveryService==>Symfony\Component\DependencyInjection\Container::getEnv] => Array
                (
                    [ct] => 2
                    [wt] => 188
                    [cpu] => 0
                    [mu] => 1288
                    [pmu] => 2432
                )

            [Monolog\Handler\RotatingFileHandler::__construct==>Monolog\Utils::canonicalizePath] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Monolog\Handler\RotatingFileHandler::setDateFormat==>preg_match] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Monolog\Handler\RotatingFileHandler::setFilenameFormat==>Monolog\Handler\RotatingFileHandler::setDateFormat] => Array
                (
                    [ct] => 2
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1264
                    [pmu] => 528
                )

            [Monolog\Handler\RotatingFileHandler::setFilenameFormat==>substr_count] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 488
                )

            [Monolog\Handler\RotatingFileHandler::getTimedFilename==>pathinfo] => Array
                (
                    [ct] => 3
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 2632
                    [pmu] => 1864
                )

            [Monolog\Handler\RotatingFileHandler::getTimedFilename==>date] => Array
                (
                    [ct] => 3
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1336
                    [pmu] => 1976
                )

            [Monolog\Handler\RotatingFileHandler::getTimedFilename==>str_replace] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 808
                    [pmu] => 648
                )

            [Monolog\Handler\RotatingFileHandler::setFilenameFormat==>Monolog\Handler\RotatingFileHandler::getTimedFilename] => Array
                (
                    [ct] => 2
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 4064
                    [pmu] => 4264
                )

            [Monolog\Handler\RotatingFileHandler::close==>Monolog\Handler\StreamHandler::close] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Monolog\Handler\RotatingFileHandler::setFilenameFormat==>Monolog\Handler\RotatingFileHandler::close] => Array
                (
                    [ct] => 2
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1248
                    [pmu] => 560
                )

            [Monolog\Handler\RotatingFileHandler::__construct==>Monolog\Handler\RotatingFileHandler::setFilenameFormat] => Array
                (
                    [ct] => 1
                    [wt] => 39
                    [cpu] => 0
                    [mu] => 6576
                    [pmu] => 5760
                )

            [Monolog\Handler\RotatingFileHandler::getNextRotation==>str_replace] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Monolog\Handler\RotatingFileHandler::getNextRotation==>DateTimeImmutable::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 856
                    [pmu] => 600
                )

            [Monolog\Handler\RotatingFileHandler::getNextRotation==>DateTimeImmutable::setTime] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 904
                    [pmu] => 648
                )

            [Monolog\Handler\RotatingFileHandler::__construct==>Monolog\Handler\RotatingFileHandler::getNextRotation] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 2848
                    [pmu] => 2592
                )

            [Monolog\Handler\RotatingFileHandler::__construct==>Monolog\Handler\RotatingFileHandler::getTimedFilename] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 1400
                    [pmu] => 1224
                )

            [Monolog\Handler\RotatingFileHandler::__construct==>Monolog\Handler\StreamHandler::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 51
                    [cpu] => 0
                    [mu] => 520
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonolog_Handler_FailedDeliveryService==>Monolog\Handler\RotatingFileHandler::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 135
                    [cpu] => 0
                    [mu] => 12224
                    [pmu] => 10680
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonolog_Handler_FailedDeliveryService==>Monolog\Handler\AbstractProcessingHandler::pushProcessor] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 912
                    [pmu] => 656
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonolog_Handler_FailedDeliveryService==>Monolog\Handler\RotatingFileHandler::setFilenameFormat] => Array
                (
                    [ct] => 1
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 1304
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonolog_Handler_FailedDeliveryService==>Monolog\Handler\AbstractProcessingHandler::setFormatter] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonolog_Logger_FailedDeliveryService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonolog_Handler_FailedDeliveryService] => Array
                (
                    [ct] => 1
                    [wt] => 370
                    [cpu] => 0
                    [mu] => 16944
                    [pmu] => 16688
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getProducerService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonolog_Logger_FailedDeliveryService] => Array
                (
                    [ct] => 1
                    [wt] => 412
                    [cpu] => 0
                    [mu] => 20656
                    [pmu] => 20400
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getProducerService==>Shared\DataStreamBundle\Kafka\ProducerFactory::setProducerConfig] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getProducerService==>Shared\DataStreamBundle\Kafka\ProducerFactory::setKafkaBrokers] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getProducerService==>Shared\DataStreamBundle\Kafka\Callbacks\DeliveryErrorToMonologCallback::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getProducerService==>Shared\DataStreamBundle\Kafka\ProducerFactory::setDeliveryCallback] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getProducerService==>Shared\DataStreamBundle\Kafka\Callbacks\ErrorToMonologCallback::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getProducerService==>Shared\DataStreamBundle\Kafka\ProducerFactory::setErrorCallback] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Shared\DataStreamBundle\Kafka\ProducerFactory::__invoke==>RdKafka\Conf::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Shared\DataStreamBundle\Kafka\ProducerFactory::__invoke==>RdKafka\Conf::set] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Shared\DataStreamBundle\Kafka\ProducerFactory::__invoke==>RdKafka\Conf::setDrMsgCb] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Shared\DataStreamBundle\Kafka\ProducerFactory::__invoke==>RdKafka\Conf::setErrorCb] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Shared\DataStreamBundle\Kafka\ProducerFactory::__invoke==>RdKafka\Producer::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 342
                    [cpu] => 133
                    [mu] => 808
                    [pmu] => 552
                )

            [Shared\DataStreamBundle\Kafka\ProducerFactory::__invoke==>RdKafka::addBrokers] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getProducerService==>Shared\DataStreamBundle\Kafka\ProducerFactory::__invoke] => Array
                (
                    [ct] => 1
                    [wt] => 400
                    [cpu] => 133
                    [mu] => 5512
                    [pmu] => 5256
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getProducerTopicRegistryService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getProducerService] => Array
                (
                    [ct] => 1
                    [wt] => 848
                    [cpu] => 133
                    [mu] => 31168
                    [pmu] => 30912
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getProducerTopicRegistryService==>Shared\DataStreamBundle\Kafka\ProducerTopicFactory::setProducer] => Array
                (
                    [ct] => 11
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getProducerTopicRegistryService==>Shared\DataStreamBundle\Kafka\ProducerTopicFactory::setTopicConfig] => Array
                (
                    [ct] => 11
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getProducerTopicRegistryService==>Symfony\Component\DependencyInjection\Container::getEnv] => Array
                (
                    [ct] => 11
                    [wt] => 245
                    [cpu] => 163
                    [mu] => 3808
                    [pmu] => 576
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getProducerTopicRegistryService==>Shared\DataStreamBundle\Kafka\ProducerTopicFactory::setTopicName] => Array
                (
                    [ct] => 11
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 41624
                    [pmu] => 81720
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getProducerTopicRegistryService==>Shared\DataStreamBundle\Kafka\ProducerTopicFactory::setFlushTimeout] => Array
                (
                    [ct] => 11
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Shared\DataStreamBundle\Kafka\ProducerTopicFactory::__invoke==>Shared\DataStreamBundle\Kafka\LazyProducerTopic::__construct] => Array
                (
                    [ct] => 11
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Shared\DataStreamBundle\Kafka\LazyProducerTopic::buildProducerTopic==>RdKafka\TopicConf::__construct] => Array
                (
                    [ct] => 11
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Shared\DataStreamBundle\Kafka\LazyProducerTopic::buildProducerTopic==>RdKafka\TopicConf::set] => Array
                (
                    [ct] => 22
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Shared\DataStreamBundle\Kafka\LazyProducerTopic::buildProducerTopic==>RdKafka::newTopic] => Array
                (
                    [ct] => 11
                    [wt] => 77
                    [cpu] => 0
                    [mu] => 1928
                    [pmu] => 0
                )

            [Shared\DataStreamBundle\Kafka\LazyProducerTopic::buildProducerTopic==>Shared\DataStreamBundle\Kafka\ProducerTopic::__construct] => Array
                (
                    [ct] => 11
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Shared\DataStreamBundle\Kafka\LazyProducerTopic::getProducerTopic==>Shared\DataStreamBundle\Kafka\LazyProducerTopic::buildProducerTopic] => Array
                (
                    [ct] => 11
                    [wt] => 220
                    [cpu] => 0
                    [mu] => 7816
                    [pmu] => 0
                )

            [Shared\DataStreamBundle\Kafka\ProducerTopicFactory::__invoke==>Shared\DataStreamBundle\Kafka\LazyProducerTopic::getProducerTopic] => Array
                (
                    [ct] => 11
                    [wt] => 254
                    [cpu] => 0
                    [mu] => 6752
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getProducerTopicRegistryService==>Shared\DataStreamBundle\Kafka\ProducerTopicFactory::__invoke] => Array
                (
                    [ct] => 11
                    [wt] => 305
                    [cpu] => 0
                    [mu] => 9936
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getProducerTopicRegistryService==>Shared\DataStreamBundle\Kafka\ProducerTopicRegistry::addProducerTopic] => Array
                (
                    [ct] => 11
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1360
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRequestResponseLoggerService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getProducerTopicRegistryService] => Array
                (
                    [ct] => 1
                    [wt] => 1665
                    [cpu] => 354
                    [mu] => 91688
                    [pmu] => 116536
                )

            [GameDev\Platform\Repository\Log\DataStreamRequestResponseRepository::__construct==>Shared\DataStreamBundle\DataStreamRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRequestResponseLoggerService==>GameDev\Platform\Repository\Log\DataStreamRequestResponseRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1424
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRequestResponseLoggerService==>GameDev\Platform\Service\Shared\Log\RequestResponseLogger::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventSubscriber7Service==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRequestResponseLoggerService] => Array
                (
                    [ct] => 1
                    [wt] => 1696
                    [cpu] => 354
                    [mu] => 95592
                    [pmu] => 120656
                )

            [Doctrine\Bundle\DoctrineBundle\Registry::__construct==>Doctrine\Persistence\AbstractManagerRegistry::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineService==>Doctrine\Bundle\DoctrineBundle\Registry::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSubdomainRepositoryService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineService] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 2216
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\LocalConfig\SubdomainRepository::__construct==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSubdomainRepositoryService==>GameDev\Platform\Repository\LocalConfig\SubdomainRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSubdomainProviderCachedService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSubdomainRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 23
                    [cpu] => 45
                    [mu] => 4592
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSubdomainProviderCachedService==>GameDev\Platform\Service\Shared\LocalConfig\SubdomainProvider::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getPlatformCachePoolService==>Symfony\Component\DependencyInjection\Container::getEnv] => Array
                (
                    [ct] => 1
                    [wt] => 82
                    [cpu] => 0
                    [mu] => 928
                    [pmu] => 0
                )

            [Predis\Client::__construct==>Predis\Configuration\Options::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Predis\Client::createOptions==>is_array] => Array
                (
                    [ct] => 4
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [Predis\Client::__construct==>Predis\Client::createOptions] => Array
                (
                    [ct] => 4
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 1168
                    [pmu] => 0
                )

            [Predis\Client::createConnection==>is_string] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Predis\Configuration\Options::__get==>array_key_exists] => Array
                (
                    [ct] => 14
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Predis\Configuration\Options::defined==>array_key_exists] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Predis\Configuration\Option\Connections::getDefault==>Predis\Configuration\Options::defined] => Array
                (
                    [ct] => 3
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 0
                )

            [Predis\Configuration\Options::getDefault==>Predis\Configuration\Option\Connections::getDefault] => Array
                (
                    [ct] => 3
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 2136
                    [pmu] => 144
                )

            [Predis\Configuration\Options::__get==>Predis\Configuration\Options::getDefault] => Array
                (
                    [ct] => 7
                    [wt] => 91
                    [cpu] => 0
                    [mu] => 7768
                    [pmu] => 3752
                )

            [Predis\Client::createConnection==>Predis\Configuration\Options::__get] => Array
                (
                    [ct] => 3
                    [wt] => 64
                    [cpu] => 0
                    [mu] => 5160
                    [pmu] => 296
                )

            [Predis\Connection\Factory::createParameters==>is_string] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Predis\Connection\Parameters::parse==>stripos] => Array
                (
                    [ct] => 6
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Predis\Connection\Parameters::parse==>parse_url] => Array
                (
                    [ct] => 3
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 2304
                    [pmu] => 392
                )

            [Predis\Connection\Parameters::parse==>strpos] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Predis\Connection\Parameters::parse==>parse_str] => Array
                (
                    [ct] => 3
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 1840
                    [pmu] => 456
                )

            [Predis\Connection\Parameters::parse==>array_merge] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1680
                    [pmu] => 200
                )

            [Predis\Connection\Factory::createParameters==>Predis\Connection\Parameters::parse] => Array
                (
                    [ct] => 3
                    [wt] => 57
                    [cpu] => 0
                    [mu] => 6512
                    [pmu] => 1048
                )

            [array_filter==>Predis\Connection\Parameters::{closure:Predis\Connection\Parameters::filter():55}] => Array
                (
                    [ct] => 21
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Predis\Connection\Parameters::filter==>array_filter] => Array
                (
                    [ct] => 3
                    [wt] => 40
                    [cpu] => 0
                    [mu] => 2344
                    [pmu] => 744
                )

            [Predis\Connection\Parameters::__construct==>Predis\Connection\Parameters::filter] => Array
                (
                    [ct] => 3
                    [wt] => 47
                    [cpu] => 0
                    [mu] => 2992
                    [pmu] => 888
                )

            [Predis\Connection\Factory::createParameters==>Predis\Connection\Parameters::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 58
                    [cpu] => 0
                    [mu] => 3656
                    [pmu] => 896
                )

            [Predis\Connection\Factory::create==>Predis\Connection\Factory::createParameters] => Array
                (
                    [ct] => 3
                    [wt] => 139
                    [cpu] => 0
                    [mu] => 10512
                    [pmu] => 2008
                )

            [Predis\Connection\Factory::create==>Predis\Connection\Parameters::__get] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Predis\Connection\Factory::create==>is_callable] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Predis\Connection\StreamConnection::assertParameters==>Predis\Connection\Parameters::__get] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Predis\Connection\AbstractConnection::__construct==>Predis\Connection\StreamConnection::assertParameters] => Array
                (
                    [ct] => 3
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 1296
                    [pmu] => 0
                )

            [Predis\Connection\StreamConnection::__construct==>Predis\Connection\AbstractConnection::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 1960
                    [pmu] => 528
                )

            [Predis\Connection\StreamConnection::__construct==>spl_object_hash] => Array
                (
                    [ct] => 3
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 760
                    [pmu] => 552
                )

            [Predis\Connection\StreamConnection::__construct==>Predis\Connection\Parameters::__set] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Predis\Connection\Factory::create==>Predis\Connection\StreamConnection::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 39
                    [cpu] => 0
                    [mu] => 4080
                    [pmu] => 2440
                )

            [Predis\Connection\Factory::prepareConnection==>Predis\Connection\AbstractConnection::getParameters] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Predis\Connection\Factory::prepareConnection==>Predis\Connection\Parameters::__isset] => Array
                (
                    [ct] => 9
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Predis\Connection\Factory::prepareConnection==>Predis\Connection\Parameters::__get] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Predis\Connection\Factory::prepareConnection==>strlen] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 488
                )

            [Predis\Command\RawCommand::__construct==>strtoupper] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 296
                )

            [Predis\Command\RawCommand::__construct==>Predis\Command\RawCommand::setArguments] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Predis\Connection\Factory::prepareConnection==>Predis\Command\RawCommand::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 1848
                    [pmu] => 1592
                )

            [Predis\Connection\Factory::prepareConnection==>Predis\Connection\AbstractConnection::addConnectCommand] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1248
                    [pmu] => 560
                )

            [Predis\Connection\Factory::create==>Predis\Connection\Factory::prepareConnection] => Array
                (
                    [ct] => 3
                    [wt] => 76
                    [cpu] => 0
                    [mu] => 7320
                    [pmu] => 6008
                )

            [Predis\Client::createConnection==>Predis\Connection\Factory::create] => Array
                (
                    [ct] => 3
                    [wt] => 300
                    [cpu] => 0
                    [mu] => 23128
                    [pmu] => 11408
                )

            [Predis\Client::__construct==>Predis\Client::createConnection] => Array
                (
                    [ct] => 4
                    [wt] => 383
                    [cpu] => 0
                    [mu] => 29600
                    [pmu] => 12384
                )

            [Predis\Configuration\Option\Commands::getDefault==>Predis\Command\RedisFactory::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Predis\Configuration\Options::__isset==>array_key_exists] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Predis\Configuration\Option\Commands::getDefault==>Predis\Configuration\Options::__isset] => Array
                (
                    [ct] => 3
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 976
                )

            [Predis\Configuration\Options::getDefault==>Predis\Configuration\Option\Commands::getDefault] => Array
                (
                    [ct] => 3
                    [wt] => 33
                    [cpu] => 0
                    [mu] => 3976
                    [pmu] => 2776
                )

            [Predis\Client::__construct==>Predis\Configuration\Options::__get] => Array
                (
                    [ct] => 4
                    [wt] => 58
                    [cpu] => 0
                    [mu] => 4608
                    [pmu] => 3408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getPlatformCachePoolService==>Predis\Client::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 242
                    [cpu] => 0
                    [mu] => 32480
                    [pmu] => 14256
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getPlatformCachePoolService==>Symfony\Component\Cache\Marshaller\DefaultMarshaller::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Cache\Adapter\RedisAdapter::init==>Symfony\Component\Cache\Adapter\AbstractAdapter::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 672
                    [pmu] => 416
                )

            [Symfony\Component\Cache\Adapter\RedisAdapter::init==>preg_match] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 624
                    [pmu] => 560
                )

            [Symfony\Component\Cache\Adapter\RedisAdapter::init==>Predis\Client::getOptions] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Predis\Configuration\Options::getDefault==>Predis\Configuration\Option\Exceptions::getDefault] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Symfony\Component\Cache\Adapter\RedisAdapter::init==>Predis\Configuration\Options::__get] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 1264
                    [pmu] => 1008
                )

            [Symfony\Component\Cache\Adapter\RedisAdapter::init==>Closure::bind] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 992
                    [pmu] => 736
                )

            [Symfony\Component\Cache\Adapter\RedisAdapter::init==>Predis\Configuration\Options::{closure:Symfony\Component\Cache\Traits\RedisTrait::init():69}] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1040
                    [pmu] => 704
                )

            [Symfony\Component\Cache\Adapter\RedisAdapter::init==>Predis\Client::getConnection] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 200
                )

            [Symfony\Component\Cache\Adapter\RedisAdapter::init==>Predis\Client::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Symfony\Component\Cache\Adapter\RedisAdapter::__construct==>Symfony\Component\Cache\Adapter\RedisAdapter::init] => Array
                (
                    [ct] => 1
                    [wt] => 68
                    [cpu] => 0
                    [mu] => 7336
                    [pmu] => 7080
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getPlatformCachePoolService==>Symfony\Component\Cache\Adapter\RedisAdapter::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 75
                    [cpu] => 0
                    [mu] => 7976
                    [pmu] => 7720
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getPlatformCachePoolService==>Symfony\Component\Cache\Adapter\AbstractAdapter::setLogger] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSubdomainProviderCachedService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getPlatformCachePoolService] => Array
                (
                    [ct] => 1
                    [wt] => 417
                    [cpu] => 0
                    [mu] => 44048
                    [pmu] => 24536
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSubdomainProviderCachedService==>GameDev\Platform\Service\Shared\LocalConfig\SubdomainProviderCached::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventSubscriber7Service==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSubdomainProviderCachedService] => Array
                (
                    [ct] => 1
                    [wt] => 457
                    [cpu] => 45
                    [mu] => 51104
                    [pmu] => 25944
                )

            [GameDev\Platform\Repository\LocalConfig\DomainGameRepository::__construct==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDomainGameRepositoryService==>GameDev\Platform\Repository\LocalConfig\DomainGameRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 1136
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDomainProviderCachedService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDomainGameRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 2312
                    [pmu] => 2056
                )

            [GameDev\Platform\Repository\LocalConfig\DomainGeoRepository::__construct==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDomainGeoRepositoryService==>GameDev\Platform\Repository\LocalConfig\DomainGeoRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 1136
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDomainProviderCachedService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDomainGeoRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 2312
                    [pmu] => 2056
                )

            [GameDev\Platform\Repository\LocalConfig\DomainApiRepository::__construct==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDomainApiRepositoryService==>GameDev\Platform\Repository\LocalConfig\DomainApiRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 1136
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDomainProviderCachedService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDomainApiRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 2312
                    [pmu] => 2056
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDomainProviderCachedService==>GameDev\Platform\Service\Shared\LocalConfig\DomainProvider::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDomainProviderCachedService==>GameDev\Platform\Service\Shared\LocalConfig\DomainProviderCached::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventSubscriber7Service==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDomainProviderCachedService] => Array
                (
                    [ct] => 1
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 9472
                    [pmu] => 9216
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainEntityManagerService==>ReflectionClass::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainEntityManagerService==>ReflectionClass::newLazyGhost] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1240
                    [pmu] => 984
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventSubscriber7Service==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainEntityManagerService] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 3488
                    [pmu] => 3232
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventSubscriber7Service==>GameDev\Platform\Legacy\Service\SystemProvider::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventSubscriber7Service==>GameDev\Platform\Legacy\Service\Utils\RequestSystemResolver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Legacy\EventSubscriber\KernelEventSubscriber::__construct==>GameDev\Platform\Service\Shared\Signature\Version1\SignatureValidator::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Legacy\EventSubscriber\KernelEventSubscriber::__construct==>GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1144
                    [pmu] => 888
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventSubscriber7Service==>GameDev\Platform\Legacy\EventSubscriber\KernelEventSubscriber::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 2696
                    [pmu] => 2440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2356}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventSubscriber7Service] => Array
                (
                    [ct] => 1
                    [wt] => 2246
                    [cpu] => 399
                    [mu] => 165304
                    [pmu] => 164712
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2356}] => Array
                (
                    [ct] => 1
                    [wt] => 2251
                    [cpu] => 399
                    [mu] => 166160
                    [pmu] => 165456
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::logRequest==>Symfony\Component\HttpKernel\Event\KernelEvent::getRequest] => Array
                (
                    [ct] => 7
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 248
                )

            [GameDev\Platform\Helper\RequestHelper::extractControllerClassName==>Symfony\Component\HttpFoundation\ParameterBag::get] => Array
                (
                    [ct] => 37
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Helper\RequestHelper::extractControllerClassName==>is_string] => Array
                (
                    [ct] => 37
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 504
                )

            [GameDev\Platform\Helper\RequestHelper::extractControllerClassName==>strlen] => Array
                (
                    [ct] => 37
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [GameDev\Platform\Helper\RequestHelper::extractControllerClassName==>str_contains] => Array
                (
                    [ct] => 37
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [GameDev\Platform\Helper\RequestHelper::extractControllerClassName==>explode] => Array
                (
                    [ct] => 37
                    [wt] => 44
                    [cpu] => 89
                    [mu] => 13016
                    [pmu] => 920
                )

            [GameDev\Platform\Helper\RequestHelper::isControllerRequest==>GameDev\Platform\Helper\RequestHelper::extractControllerClassName] => Array
                (
                    [ct] => 10
                    [wt] => 95
                    [cpu] => 0
                    [mu] => 4720
                    [pmu] => 4064
                )

            [GameDev\Platform\Legacy\EventSubscriber\KernelEventSubscriber::supportsRequest==>GameDev\Platform\Helper\RequestHelper::isControllerRequest] => Array
                (
                    [ct] => 5
                    [wt] => 69
                    [cpu] => 0
                    [mu] => 4648
                    [pmu] => 4568
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::logRequest==>GameDev\Platform\Legacy\EventSubscriber\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 5376
                    [pmu] => 5120
                )

            [GameDev\Platform\Helper\CacheKeyHelper::sanitizeKeyPart==>str_split] => Array
                (
                    [ct] => 24
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 11896
                    [pmu] => 1864
                )

            [GameDev\Platform\Helper\CacheKeyHelper::sanitizeKeyPart==>str_replace] => Array
                (
                    [ct] => 24
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [GameDev\Platform\Helper\CacheKeyHelper::composeKey==>GameDev\Platform\Helper\CacheKeyHelper::sanitizeKeyPart] => Array
                (
                    [ct] => 24
                    [wt] => 109
                    [cpu] => 0
                    [mu] => 1896
                    [pmu] => 2720
                )

            [GameDev\Platform\Helper\CacheKeyHelper::composeKey==>implode] => Array
                (
                    [ct] => 7
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1096
                    [pmu] => 96
                )

            [GameDev\Platform\Service\Shared\LocalConfig\DomainProviderCached::getApiDomains==>GameDev\Platform\Helper\CacheKeyHelper::composeKey] => Array
                (
                    [ct] => 1
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 3736
                    [pmu] => 3480
                )

            [Symfony\Component\Cache\Adapter\AbstractAdapter::getItem==>Symfony\Component\Cache\Adapter\AbstractAdapter::getId] => Array
                (
                    [ct] => 172
                    [wt] => 198
                    [cpu] => 0
                    [mu] => 46096
                    [pmu] => 1248
                )

            [Symfony\Component\Cache\Adapter\RedisAdapter::doFetch==>Predis\Client::getConnection] => Array
                (
                    [ct] => 14
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Predis\Command\RedisFactory::getCommandClass==>strtoupper] => Array
                (
                    [ct] => 13
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 984
                    [pmu] => 344
                )

            [Predis\Command\RedisFactory::getCommandClass==>array_key_exists] => Array
                (
                    [ct] => 7
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Predis\Command\RedisFactory::resolve==>class_exists] => Array
                (
                    [ct] => 7
                    [wt] => 54
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 680
                )

            [Predis\Command\RedisFactory::getCommandClass==>Predis\Command\RedisFactory::resolve] => Array
                (
                    [ct] => 7
                    [wt] => 72
                    [cpu] => 0
                    [mu] => 1592
                    [pmu] => 1272
                )

            [Predis\Command\Factory::create==>Predis\Command\RedisFactory::getCommandClass] => Array
                (
                    [ct] => 13
                    [wt] => 154
                    [cpu] => 0
                    [mu] => 5368
                    [pmu] => 3784
                )

            [Predis\Command\Command::normalizeArguments==>count] => Array
                (
                    [ct] => 8
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 296
                )

            [Predis\Command\Command::normalizeArguments==>is_array] => Array
                (
                    [ct] => 8
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [Predis\Command\Redis\MGET::setArguments==>Predis\Command\Command::normalizeArguments] => Array
                (
                    [ct] => 7
                    [wt] => 40
                    [cpu] => 0
                    [mu] => 1816
                    [pmu] => 1560
                )

            [Predis\Command\Redis\MGET::setArguments==>Predis\Command\Command::setArguments] => Array
                (
                    [ct] => 7
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Predis\Command\Factory::create==>Predis\Command\Redis\MGET::setArguments] => Array
                (
                    [ct] => 7
                    [wt] => 77
                    [cpu] => 0
                    [mu] => 3112
                    [pmu] => 3016
                )

            [Predis\Client::createCommand==>Predis\Command\Factory::create] => Array
                (
                    [ct] => 13
                    [wt] => 350
                    [cpu] => 0
                    [mu] => 15960
                    [pmu] => 8280
                )

            [Predis\Client::__call==>Predis\Client::createCommand] => Array
                (
                    [ct] => 13
                    [wt] => 392
                    [cpu] => 0
                    [mu] => 16576
                    [pmu] => 9120
                )

            [Predis\Connection\StreamConnection::writeRequest==>Predis\Command\Redis\MGET::getId] => Array
                (
                    [ct] => 7
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Predis\Connection\StreamConnection::writeRequest==>Predis\Command\Command::getArguments] => Array
                (
                    [ct] => 13
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Predis\Connection\StreamConnection::writeRequest==>strlen] => Array
                (
                    [ct] => 31
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 504
                )

            [Predis\Connection\StreamConnection::writeRequest==>count] => Array
                (
                    [ct] => 13
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Predis\Connection\StreamConnection::writeRequest==>strval] => Array
                (
                    [ct] => 18
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 568
                )

            [Predis\Connection\AbstractConnection::connect==>Predis\Connection\AbstractConnection::isConnected] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Predis\Connection\StreamConnection::createResource==>Predis\Connection\Parameters::__get] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Predis\Connection\StreamConnection::tcpStreamInitializer==>Predis\Connection\Parameters::__get] => Array
                (
                    [ct] => 12
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Predis\Connection\StreamConnection::tcpStreamInitializer==>filter_var] => Array
                (
                    [ct] => 6
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 504
                )

            [Predis\Connection\StreamConnection::tcpStreamInitializer==>Predis\Connection\Parameters::__isset] => Array
                (
                    [ct] => 6
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Predis\Connection\StreamConnection::createStreamSocket==>Predis\Connection\Parameters::__isset] => Array
                (
                    [ct] => 12
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Predis\Connection\StreamConnection::createStreamSocket==>Predis\Connection\Parameters::__get] => Array
                (
                    [ct] => 18
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Predis\Connection\StreamConnection::createStreamSocket==>stream_context_create] => Array
                (
                    [ct] => 3
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 3248
                    [pmu] => 1664
                )

            [Predis\Connection\StreamConnection::createStreamSocket==>stream_socket_client] => Array
                (
                    [ct] => 3
                    [wt] => 3148
                    [cpu] => 5483
                    [mu] => 2432
                    [pmu] => 992
                )

            [Predis\Connection\StreamConnection::createStreamSocket==>floor] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 248
                )

            [Predis\Connection\StreamConnection::createStreamSocket==>stream_set_timeout] => Array
                (
                    [ct] => 3
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [Predis\Connection\StreamConnection::tcpStreamInitializer==>Predis\Connection\StreamConnection::createStreamSocket] => Array
                (
                    [ct] => 3
                    [wt] => 3305
                    [cpu] => 5521
                    [mu] => 9816
                    [pmu] => 6728
                )

            [Predis\Connection\StreamConnection::createResource==>Predis\Connection\StreamConnection::tcpStreamInitializer] => Array
                (
                    [ct] => 3
                    [wt] => 3386
                    [cpu] => 5521
                    [mu] => 11992
                    [pmu] => 9224
                )

            [Predis\Connection\AbstractConnection::connect==>Predis\Connection\StreamConnection::createResource] => Array
                (
                    [ct] => 3
                    [wt] => 3409
                    [cpu] => 5528
                    [mu] => 13032
                    [pmu] => 10456
                )

            [Predis\Connection\StreamConnection::connect==>Predis\Connection\AbstractConnection::connect] => Array
                (
                    [ct] => 3
                    [wt] => 3429
                    [cpu] => 5530
                    [mu] => 14360
                    [pmu] => 11784
                )

            [Predis\Connection\StreamConnection::writeRequest@1==>Predis\Command\RawCommand::getId] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 1
                    [mu] => 584
                    [pmu] => 328
                )

            [Predis\Connection\StreamConnection::writeRequest@1==>Predis\Command\RawCommand::getArguments] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Predis\Connection\StreamConnection::writeRequest@1==>strlen] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 5
                    [mu] => 568
                    [pmu] => 504
                )

            [Predis\Connection\StreamConnection::writeRequest@1==>count] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Predis\Connection\StreamConnection::writeRequest@1==>strval] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Predis\Connection\StreamConnection::write@1==>Predis\Connection\AbstractConnection::getResource@1] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 3
                    [mu] => 600
                    [pmu] => 344
                )

            [Predis\Connection\StreamConnection::write@1==>strlen] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 131
                    [mu] => 552
                    [pmu] => 472
                )

            [Predis\Connection\StreamConnection::write@1==>is_resource] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Predis\Connection\StreamConnection::write@1==>fwrite] => Array
                (
                    [ct] => 3
                    [wt] => 60
                    [cpu] => 16
                    [mu] => 552
                    [pmu] => 552
                )

            [Predis\Connection\StreamConnection::writeRequest@1==>Predis\Connection\StreamConnection::write@1] => Array
                (
                    [ct] => 3
                    [wt] => 207
                    [cpu] => 154
                    [mu] => 3128
                    [pmu] => 2872
                )

            [Predis\Connection\AbstractConnection::executeCommand@1==>Predis\Connection\StreamConnection::writeRequest@1] => Array
                (
                    [ct] => 3
                    [wt] => 266
                    [cpu] => 170
                    [mu] => 7176
                    [pmu] => 6824
                )

            [Predis\Connection\StreamConnection::read==>Predis\Connection\AbstractConnection::getResource@1] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Predis\Connection\StreamConnection::read==>fgets] => Array
                (
                    [ct] => 16
                    [wt] => 13035
                    [cpu] => 4736
                    [mu] => 25640
                    [pmu] => 16168
                )

            [Predis\Connection\StreamConnection::read==>substr] => Array
                (
                    [ct] => 16
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 744
                    [pmu] => 600
                )

            [Predis\Response\Status::get==>Predis\Response\Status::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 248
                )

            [Predis\Connection\StreamConnection::read==>Predis\Response\Status::get] => Array
                (
                    [ct] => 5
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 1288
                    [pmu] => 816
                )

            [Predis\Connection\AbstractConnection::readResponse==>Predis\Connection\StreamConnection::read] => Array
                (
                    [ct] => 16
                    [wt] => 13397
                    [cpu] => 4736
                    [mu] => 36752
                    [pmu] => 25536
                )

            [Predis\Connection\AbstractConnection::executeCommand@1==>Predis\Connection\AbstractConnection::readResponse] => Array
                (
                    [ct] => 3
                    [wt] => 2452
                    [cpu] => 841
                    [mu] => 29152
                    [pmu] => 20312
                )

            [Predis\Connection\StreamConnection::connect==>Predis\Connection\AbstractConnection::executeCommand@1] => Array
                (
                    [ct] => 3
                    [wt] => 2734
                    [cpu] => 1011
                    [mu] => 36912
                    [pmu] => 28072
                )

            [Predis\Connection\AbstractConnection::getResource==>Predis\Connection\StreamConnection::connect] => Array
                (
                    [ct] => 3
                    [wt] => 6186
                    [cpu] => 6544
                    [mu] => 52000
                    [pmu] => 40840
                )

            [Predis\Connection\StreamConnection::write==>Predis\Connection\AbstractConnection::getResource] => Array
                (
                    [ct] => 13
                    [wt] => 6216
                    [cpu] => 6544
                    [mu] => 52664
                    [pmu] => 41504
                )

            [Predis\Connection\StreamConnection::write==>strlen] => Array
                (
                    [ct] => 13
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 472
                )

            [Predis\Connection\StreamConnection::write==>is_resource] => Array
                (
                    [ct] => 13
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [Predis\Connection\StreamConnection::write==>fwrite] => Array
                (
                    [ct] => 13
                    [wt] => 208
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [Predis\Connection\StreamConnection::writeRequest==>Predis\Connection\StreamConnection::write] => Array
                (
                    [ct] => 13
                    [wt] => 6531
                    [cpu] => 6544
                    [mu] => 55176
                    [pmu] => 44336
                )

            [Predis\Connection\AbstractConnection::executeCommand==>Predis\Connection\StreamConnection::writeRequest] => Array
                (
                    [ct] => 13
                    [wt] => 6768
                    [cpu] => 6544
                    [mu] => 64000
                    [pmu] => 50320
                )

            [Predis\Connection\StreamConnection::read==>Predis\Connection\AbstractConnection::getResource] => Array
                (
                    [ct] => 13
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Predis\Connection\StreamConnection::read@1==>Predis\Connection\AbstractConnection::getResource] => Array
                (
                    [ct] => 7
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Predis\Connection\StreamConnection::read@1==>fgets] => Array
                (
                    [ct] => 7
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 776
                    [pmu] => 504
                )

            [Predis\Connection\StreamConnection::read@1==>substr] => Array
                (
                    [ct] => 12
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 1200
                    [pmu] => 760
                )

            [Predis\Connection\StreamConnection::read@1==>is_resource] => Array
                (
                    [ct] => 5
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Predis\Connection\StreamConnection::read@1==>min] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [Predis\Connection\StreamConnection::read@1==>fread] => Array
                (
                    [ct] => 5
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 984
                    [pmu] => 648
                )

            [Predis\Connection\StreamConnection::read@1==>strlen] => Array
                (
                    [ct] => 5
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 520
                )

            [Predis\Connection\StreamConnection::read==>Predis\Connection\StreamConnection::read@1] => Array
                (
                    [ct] => 7
                    [wt] => 112
                    [cpu] => 0
                    [mu] => 6104
                    [pmu] => 5040
                )

            [Predis\Connection\AbstractConnection::executeCommand==>Predis\Connection\AbstractConnection::readResponse] => Array
                (
                    [ct] => 13
                    [wt] => 10999
                    [cpu] => 3895
                    [mu] => 8256
                    [pmu] => 6488
                )

            [Predis\Client::executeCommand==>Predis\Connection\AbstractConnection::executeCommand] => Array
                (
                    [ct] => 13
                    [wt] => 17852
                    [cpu] => 10439
                    [mu] => 71240
                    [pmu] => 57680
                )

            [Predis\Client::executeCommand==>Predis\Command\Command::parseResponse] => Array
                (
                    [ct] => 11
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Predis\Client::__call==>Predis\Client::executeCommand] => Array
                (
                    [ct] => 13
                    [wt] => 17927
                    [cpu] => 10439
                    [mu] => 72488
                    [pmu] => 58928
                )

            [Symfony\Component\Cache\Adapter\RedisAdapter::doFetch==>Predis\Client::__call] => Array
                (
                    [ct] => 7
                    [wt] => 8751
                    [cpu] => 7431
                    [mu] => 58672
                    [pmu] => 58008
                )

            [Symfony\Component\Cache\Adapter\RedisAdapter::doFetch==>array_combine] => Array
                (
                    [ct] => 7
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 3200
                    [pmu] => 680
                )

            [Symfony\Component\Cache\Marshaller\DefaultMarshaller::unmarshall==>extension_loaded] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [Symfony\Component\Cache\Marshaller\DefaultMarshaller::unmarshall==>ini_set] => Array
                (
                    [ct] => 10
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 904
                    [pmu] => 904
                )

            [Symfony\Component\Cache\Marshaller\DefaultMarshaller::unmarshall==>unserialize] => Array
                (
                    [ct] => 5
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 1784
                    [pmu] => 36904
                )

            [Symfony\Component\Cache\Adapter\RedisAdapter::doFetch==>Symfony\Component\Cache\Marshaller\DefaultMarshaller::unmarshall] => Array
                (
                    [ct] => 5
                    [wt] => 56
                    [cpu] => 0
                    [mu] => 4504
                    [pmu] => 38672
                )

            [Symfony\Component\Cache\Adapter\AbstractAdapter::getItem==>Symfony\Component\Cache\Adapter\RedisAdapter::doFetch] => Array
                (
                    [ct] => 7
                    [wt] => 8903
                    [cpu] => 7431
                    [mu] => 68216
                    [pmu] => 99064
                )

            [Symfony\Component\Cache\CacheItem::{closure:Symfony\Component\Cache\Adapter\AbstractAdapter::__construct():59}==>Symfony\Component\Cache\CacheItem::unpack] => Array
                (
                    [ct] => 172
                    [wt] => 161
                    [cpu] => 0
                    [mu] => 1296
                    [pmu] => 0
                )

            [Symfony\Component\Cache\Adapter\AbstractAdapter::getItem==>Symfony\Component\Cache\CacheItem::{closure:Symfony\Component\Cache\Adapter\AbstractAdapter::__construct():59}] => Array
                (
                    [ct] => 172
                    [wt] => 514
                    [cpu] => 0
                    [mu] => 35080
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\LocalConfig\DomainProviderCached::getCached==>Symfony\Component\Cache\Adapter\AbstractAdapter::getItem] => Array
                (
                    [ct] => 4
                    [wt] => 6215
                    [cpu] => 5946
                    [mu] => 66952
                    [pmu] => 74616
                )

            [GameDev\Platform\Service\Shared\LocalConfig\DomainProviderCached::getCached==>Symfony\Component\Cache\CacheItem::isHit] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\LocalConfig\DomainProviderCached::getCached==>Symfony\Component\Cache\CacheItem::get] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\LocalConfig\DomainProviderCached::getApiDomains==>GameDev\Platform\Service\Shared\LocalConfig\DomainProviderCached::getCached] => Array
                (
                    [ct] => 1
                    [wt] => 3305
                    [cpu] => 4798
                    [mu] => 68112
                    [pmu] => 74712
                )

            [GameDev\Platform\Legacy\Service\Utils\RequestSystemResolver::resolveRequestSystem==>GameDev\Platform\Service\Shared\LocalConfig\DomainProviderCached::getApiDomains] => Array
                (
                    [ct] => 1
                    [wt] => 3341
                    [cpu] => 4798
                    [mu] => 72016
                    [pmu] => 78632
                )

            [GameDev\Platform\Legacy\Service\Utils\RequestSystemResolver::getHttpHost==>Symfony\Component\HttpFoundation\Request::getHttpHost] => Array
                (
                    [ct] => 1
                    [wt] => 44
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\Model\HttpHost::parseHttpHost==>preg_replace] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\Model\HttpHost::parseHttpHost==>explode] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 896
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\Model\HttpHost::parseHttpHost==>count] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\Model\HttpHost::parseHttpHost==>array_shift] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\Model\HttpHost::parseHttpHost==>implode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 624
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\Model\HttpHost::__construct==>GameDev\Platform\Legacy\Model\HttpHost::parseHttpHost] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 4584
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\Service\Utils\RequestSystemResolver::getHttpHost==>GameDev\Platform\Legacy\Model\HttpHost::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 4952
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\Service\Utils\RequestSystemResolver::resolveRequestSystem==>GameDev\Platform\Legacy\Service\Utils\RequestSystemResolver::getHttpHost] => Array
                (
                    [ct] => 1
                    [wt] => 67
                    [cpu] => 0
                    [mu] => 6432
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\Service\Utils\RequestSystemResolver::resolveRequestSystem==>GameDev\Platform\Legacy\Model\HttpHost::getSubdomain] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 320
                )

            [GameDev\Platform\Legacy\Service\Utils\RequestSystemResolver::resolveRequestSystem==>GameDev\Platform\Legacy\Model\HttpHost::getDomain] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Legacy\Service\Utils\RequestSystemResolver::resolveRequestSystem==>in_array] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 520
                )

            [GameDev\Platform\Service\Shared\LocalConfig\SubdomainProviderCached::getApiSubdomains==>GameDev\Platform\Helper\CacheKeyHelper::composeKey] => Array
                (
                    [ct] => 1
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 1160
                    [pmu] => 904
                )

            [GameDev\Platform\Service\Shared\LocalConfig\SubdomainProviderCached::getCached==>Symfony\Component\Cache\Adapter\AbstractAdapter::getItem] => Array
                (
                    [ct] => 3
                    [wt] => 2797
                    [cpu] => 1485
                    [mu] => 2152
                    [pmu] => 26632
                )

            [GameDev\Platform\Service\Shared\LocalConfig\SubdomainProviderCached::getCached==>Symfony\Component\Cache\CacheItem::isHit] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\LocalConfig\SubdomainProviderCached::getCached==>Symfony\Component\Cache\CacheItem::get] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\LocalConfig\SubdomainProviderCached::getApiSubdomains==>GameDev\Platform\Service\Shared\LocalConfig\SubdomainProviderCached::getCached] => Array
                (
                    [ct] => 1
                    [wt] => 898
                    [cpu] => 289
                    [mu] => 3600
                    [pmu] => 13776
                )

            [GameDev\Platform\Legacy\Service\Utils\RequestSystemResolver::resolveRequestSystem==>GameDev\Platform\Service\Shared\LocalConfig\SubdomainProviderCached::getApiSubdomains] => Array
                (
                    [ct] => 1
                    [wt] => 923
                    [cpu] => 289
                    [mu] => 4960
                    [pmu] => 15120
                )

            [Symfony\Component\HttpFoundation\Request::get==>Symfony\Component\HttpFoundation\ParameterBag::get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\HttpFoundation\Request::get==>Symfony\Component\HttpFoundation\ParameterBag::has] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\HttpFoundation\Request::get==>Symfony\Component\HttpFoundation\ParameterBag::all] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\Service\Utils\RequestSystemResolver::resolveRequestSystem==>Symfony\Component\HttpFoundation\Request::get] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 2624
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\Service\Utils\RequestSystemResolver::getSystem==>is_numeric] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\ORM\QueryBuilder::__construct==>Doctrine\Common\Collections\ArrayCollection::__construct] => Array
                (
                    [ct] => 6
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\EntityManager::createQueryBuilder==>Doctrine\ORM\QueryBuilder::__construct] => Array
                (
                    [ct] => 6
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 1584
                    [pmu] => 376
                )

            [GameDev\Platform\Legacy\Service\SystemProvider::getSystemById==>Doctrine\ORM\EntityManager::createQueryBuilder] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 2632
                    [pmu] => 0
                )

            [Doctrine\ORM\QueryBuilder::validateVariadicParameter==>array_is_list] => Array
                (
                    [ct] => 22
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Doctrine\ORM\QueryBuilder::select==>Doctrine\ORM\QueryBuilder::validateVariadicParameter] => Array
                (
                    [ct] => 6
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\Expr\Base::addMultiple==>Doctrine\ORM\Query\Expr\Base::add] => Array
                (
                    [ct] => 40
                    [wt] => 73
                    [cpu] => 0
                    [mu] => 5720
                    [pmu] => 1296
                )

            [Doctrine\ORM\Query\Expr\Base::__construct==>Doctrine\ORM\Query\Expr\Base::addMultiple] => Array
                (
                    [ct] => 18
                    [wt] => 103
                    [cpu] => 0
                    [mu] => 6368
                    [pmu] => 2560
                )

            [Doctrine\ORM\QueryBuilder::select==>Doctrine\ORM\Query\Expr\Base::__construct] => Array
                (
                    [ct] => 6
                    [wt] => 40
                    [cpu] => 0
                    [mu] => 3176
                    [pmu] => 432
                )

            [Doctrine\ORM\QueryBuilder::select==>Doctrine\ORM\QueryBuilder::add] => Array
                (
                    [ct] => 6
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 6040
                    [pmu] => 3192
                )

            [GameDev\Platform\Legacy\Service\SystemProvider::getSystemById==>Doctrine\ORM\QueryBuilder::select] => Array
                (
                    [ct] => 1
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 6008
                    [pmu] => 1832
                )

            [Doctrine\ORM\QueryBuilder::from==>Doctrine\ORM\Query\Expr\From::__construct] => Array
                (
                    [ct] => 6
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\QueryBuilder::from==>Doctrine\ORM\QueryBuilder::add] => Array
                (
                    [ct] => 6
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 1864
                    [pmu] => 528
                )

            [GameDev\Platform\Legacy\Service\SystemProvider::getSystemById==>Doctrine\ORM\QueryBuilder::from] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 2192
                    [pmu] => 1936
                )

            [Doctrine\ORM\QueryBuilder::andWhere==>Doctrine\ORM\QueryBuilder::validateVariadicParameter] => Array
                (
                    [ct] => 16
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\QueryBuilder::andWhere==>Doctrine\ORM\QueryBuilder::getDQLPart] => Array
                (
                    [ct] => 16
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\QueryBuilder::andWhere==>array_unshift] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 520
                )

            [Doctrine\ORM\QueryBuilder::andWhere==>Doctrine\ORM\Query\Expr\Base::__construct] => Array
                (
                    [ct] => 6
                    [wt] => 40
                    [cpu] => 0
                    [mu] => 2512
                    [pmu] => 1568
                )

            [Doctrine\ORM\QueryBuilder::andWhere==>Doctrine\ORM\QueryBuilder::add] => Array
                (
                    [ct] => 16
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [GameDev\Platform\Legacy\Service\SystemProvider::getSystemById==>Doctrine\ORM\QueryBuilder::andWhere] => Array
                (
                    [ct] => 2
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 5328
                    [pmu] => 5128
                )

            [Doctrine\ORM\Query\Parameter::normalizeName==>trim] => Array
                (
                    [ct] => 50
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 296
                )

            [Doctrine\ORM\QueryBuilder::getParameter==>Doctrine\ORM\Query\Parameter::normalizeName] => Array
                (
                    [ct] => 15
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 1200
                    [pmu] => 944
                )

            [Doctrine\Common\Collections\ArrayCollection::filter==>array_filter] => Array
                (
                    [ct] => 22
                    [wt] => 194
                    [cpu] => 0
                    [mu] => 4240
                    [pmu] => 3672
                )

            [Doctrine\Common\Collections\ArrayCollection::createFrom==>Doctrine\Common\Collections\ArrayCollection::__construct] => Array
                (
                    [ct] => 22
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\Common\Collections\ArrayCollection::filter==>Doctrine\Common\Collections\ArrayCollection::createFrom] => Array
                (
                    [ct] => 22
                    [wt] => 75
                    [cpu] => 567
                    [mu] => 2560
                    [pmu] => 2088
                )

            [Doctrine\ORM\QueryBuilder::getParameter==>Doctrine\Common\Collections\ArrayCollection::filter] => Array
                (
                    [ct] => 15
                    [wt] => 225
                    [cpu] => 567
                    [mu] => 5440
                    [pmu] => 7128
                )

            [Doctrine\ORM\QueryBuilder::getParameter==>Doctrine\Common\Collections\ArrayCollection::isEmpty] => Array
                (
                    [ct] => 15
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\QueryBuilder::setParameter==>Doctrine\ORM\QueryBuilder::getParameter] => Array
                (
                    [ct] => 15
                    [wt] => 347
                    [cpu] => 567
                    [mu] => 8016
                    [pmu] => 18328
                )

            [Doctrine\ORM\Query\Parameter::__construct==>Doctrine\ORM\Query\Parameter::normalizeName] => Array
                (
                    [ct] => 28
                    [wt] => 53
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\Query\Parameter::setValue==>Doctrine\ORM\Query\ParameterTypeInferer::inferType] => Array
                (
                    [ct] => 28
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\Query\Parameter::__construct==>Doctrine\ORM\Query\Parameter::setValue] => Array
                (
                    [ct] => 28
                    [wt] => 98
                    [cpu] => 0
                    [mu] => 1248
                    [pmu] => 1120
                )

            [Doctrine\ORM\QueryBuilder::setParameter==>Doctrine\ORM\Query\Parameter::__construct] => Array
                (
                    [ct] => 15
                    [wt] => 139
                    [cpu] => 0
                    [mu] => 2544
                    [pmu] => 2288
                )

            [Doctrine\ORM\QueryBuilder::setParameter==>Doctrine\Common\Collections\ArrayCollection::add] => Array
                (
                    [ct] => 15
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 1624
                    [pmu] => 560
                )

            [GameDev\Platform\Legacy\Service\SystemProvider::getSystemById==>Doctrine\ORM\QueryBuilder::setParameter] => Array
                (
                    [ct] => 2
                    [wt] => 63
                    [cpu] => 0
                    [mu] => 10936
                    [pmu] => 11528
                )

            [Doctrine\ORM\QueryBuilder::andWhere==>Doctrine\ORM\Query\Expr\Base::addMultiple] => Array
                (
                    [ct] => 10
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [Doctrine\ORM\QueryBuilder::{closure:Doctrine\ORM\QueryBuilder::getParameter():511}==>Doctrine\ORM\Query\Parameter::getName] => Array
                (
                    [ct] => 39
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [array_filter==>Doctrine\ORM\QueryBuilder::{closure:Doctrine\ORM\QueryBuilder::getParameter():511}] => Array
                (
                    [ct] => 39
                    [wt] => 81
                    [cpu] => 0
                    [mu] => 1296
                    [pmu] => 1616
                )

            [Doctrine\ORM\QueryBuilder::getReducedDQLQueryPart==>Doctrine\ORM\QueryBuilder::getDQLPart] => Array
                (
                    [ct] => 30
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\Expr\Base::__toString==>Doctrine\ORM\Query\Expr\Base::count] => Array
                (
                    [ct] => 6
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 296
                )

            [implode==>Doctrine\ORM\Query\Expr\Base::__toString] => Array
                (
                    [ct] => 6
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 1200
                    [pmu] => 912
                )

            [Doctrine\ORM\QueryBuilder::getReducedDQLQueryPart==>implode] => Array
                (
                    [ct] => 7
                    [wt] => 48
                    [cpu] => 0
                    [mu] => 3144
                    [pmu] => 2544
                )

            [Doctrine\ORM\QueryBuilder::getDQLForSelect==>Doctrine\ORM\QueryBuilder::getReducedDQLQueryPart] => Array
                (
                    [ct] => 30
                    [wt] => 326
                    [cpu] => 0
                    [mu] => 24016
                    [pmu] => 14008
                )

            [Doctrine\ORM\QueryBuilder::getDQLForSelect==>Doctrine\ORM\QueryBuilder::getDQLPart] => Array
                (
                    [ct] => 12
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\QueryBuilder::getDQLForSelect==>Doctrine\ORM\Query\Expr\From::__toString] => Array
                (
                    [ct] => 6
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1048
                    [pmu] => 408
                )

            [Doctrine\ORM\QueryBuilder::getDQLForSelect==>Doctrine\ORM\Query\Expr\From::getAlias] => Array
                (
                    [ct] => 7
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\QueryBuilder::getDQLForSelect==>implode] => Array
                (
                    [ct] => 6
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [Doctrine\ORM\Query\Expr\Composite::__toString==>Doctrine\ORM\Query\Expr\Base::count] => Array
                (
                    [ct] => 6
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\Query\Expr\Composite::processQueryPart==>preg_match] => Array
                (
                    [ct] => 16
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Doctrine\ORM\Query\Expr\Composite::__toString==>Doctrine\ORM\Query\Expr\Composite::processQueryPart] => Array
                (
                    [ct] => 14
                    [wt] => 73
                    [cpu] => 0
                    [mu] => 4144
                    [pmu] => 3952
                )

            [Doctrine\ORM\Query\Expr\Composite::__toString==>implode] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1240
                    [pmu] => 296
                )

            [Doctrine\ORM\QueryBuilder::getReducedDQLQueryPart==>Doctrine\ORM\Query\Expr\Composite::__toString] => Array
                (
                    [ct] => 6
                    [wt] => 181
                    [cpu] => 0
                    [mu] => 20208
                    [pmu] => 10264
                )

            [Doctrine\ORM\QueryBuilder::getDQL==>Doctrine\ORM\QueryBuilder::getDQLForSelect] => Array
                (
                    [ct] => 6
                    [wt] => 432
                    [cpu] => 0
                    [mu] => 30512
                    [pmu] => 19112
                )

            [Doctrine\ORM\QueryBuilder::getQuery==>Doctrine\ORM\QueryBuilder::getDQL] => Array
                (
                    [ct] => 6
                    [wt] => 453
                    [cpu] => 0
                    [mu] => 29320
                    [pmu] => 19368
                )

            [Doctrine\ORM\AbstractQuery::__construct==>Doctrine\Common\Collections\ArrayCollection::__construct] => Array
                (
                    [ct] => 7
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainEntityManagerService==>dirname] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 824
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_MainConnectionService==>Doctrine\DBAL\Configuration::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 1064
                    [pmu] => 808
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_MainConnectionService==>Doctrine\Bundle\DoctrineBundle\Middleware\IdleConnectionMiddleware::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_MainConnectionService==>Doctrine\Bundle\DoctrineBundle\Middleware\IdleConnectionMiddleware::setConnectionName] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_MainConnectionService==>Doctrine\DBAL\Configuration::setSchemaManagerFactory] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_MainConnectionService==>Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_MainConnectionService==>Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_MainConnectionService==>Doctrine\DBAL\Configuration::setSchemaAssetsFilter] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 264
                    [pmu] => 8
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_MainConnectionService==>Doctrine\DBAL\Configuration::setMiddlewares] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_ConnectionFactoryService==>Doctrine\DBAL\Tools\DsnParser::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_ConnectionFactoryService==>Doctrine\Bundle\DoctrineBundle\ConnectionFactory::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_MainConnectionService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_ConnectionFactoryService] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 2304
                    [pmu] => 2048
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv==>preg_replace_callback] => Array
                (
                    [ct] => 8
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_MainConnectionService==>Symfony\Component\DependencyInjection\Container::getEnv] => Array
                (
                    [ct] => 1
                    [wt] => 71
                    [cpu] => 0
                    [mu] => 1448
                    [pmu] => 1480
                )

            [Doctrine\Bundle\DoctrineBundle\ConnectionFactory::createConnection==>method_exists] => Array
                (
                    [ct] => 6
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 288
                )

            [Doctrine\DBAL\Types\Type::createTypeRegistry==>Doctrine\DBAL\Types\Type::__construct] => Array
                (
                    [ct] => 23
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 64
                )

            [Doctrine\DBAL\Types\TypeRegistry::findTypeName==>spl_object_id] => Array
                (
                    [ct] => 24
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Doctrine\DBAL\Types\TypeRegistry::register==>Doctrine\DBAL\Types\TypeRegistry::findTypeName] => Array
                (
                    [ct] => 24
                    [wt] => 44
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 976
                )

            [Doctrine\DBAL\Types\TypeRegistry::register==>spl_object_id] => Array
                (
                    [ct] => 24
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Doctrine\DBAL\Types\TypeRegistry::__construct==>Doctrine\DBAL\Types\TypeRegistry::register] => Array
                (
                    [ct] => 23
                    [wt] => 102
                    [cpu] => 0
                    [mu] => 5200
                    [pmu] => 5320
                )

            [Doctrine\DBAL\Types\Type::createTypeRegistry==>Doctrine\DBAL\Types\TypeRegistry::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 127
                    [cpu] => 0
                    [mu] => 5864
                    [pmu] => 5640
                )

            [Doctrine\DBAL\Types\Type::getTypeRegistry==>Doctrine\DBAL\Types\Type::createTypeRegistry] => Array
                (
                    [ct] => 1
                    [wt] => 212
                    [cpu] => 0
                    [mu] => 9512
                    [pmu] => 9256
                )

            [Doctrine\DBAL\Types\Type::hasType==>Doctrine\DBAL\Types\Type::getTypeRegistry] => Array
                (
                    [ct] => 6
                    [wt] => 218
                    [cpu] => 0
                    [mu] => 8824
                    [pmu] => 9400
                )

            [Doctrine\DBAL\Types\Type::hasType==>Doctrine\DBAL\Types\TypeRegistry::has] => Array
                (
                    [ct] => 6
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\Bundle\DoctrineBundle\ConnectionFactory::initializeTypes==>Doctrine\DBAL\Types\Type::hasType] => Array
                (
                    [ct] => 1
                    [wt] => 220
                    [cpu] => 0
                    [mu] => 10136
                    [pmu] => 9880
                )

            [Doctrine\DBAL\Types\Type::addType==>Doctrine\DBAL\Types\Type::getTypeRegistry] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\DBAL\Types\Type::addType==>Doctrine\DBAL\Types\Type::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\DBAL\Types\Type::addType==>Doctrine\DBAL\Types\TypeRegistry::register] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\Bundle\DoctrineBundle\ConnectionFactory::initializeTypes==>Doctrine\DBAL\Types\Type::addType] => Array
                (
                    [ct] => 1
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 3024
                    [pmu] => 2768
                )

            [Doctrine\Bundle\DoctrineBundle\ConnectionFactory::createConnection==>Doctrine\Bundle\DoctrineBundle\ConnectionFactory::initializeTypes] => Array
                (
                    [ct] => 1
                    [wt] => 241
                    [cpu] => 0
                    [mu] => 13920
                    [pmu] => 13664
                )

            [Doctrine\DBAL\Tools\DsnParser::parse==>preg_replace] => Array
                (
                    [ct] => 5
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 296
                )

            [Doctrine\DBAL\Tools\DsnParser::parse==>parse_url] => Array
                (
                    [ct] => 5
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 3952
                    [pmu] => 2208
                )

            [Doctrine\DBAL\Tools\DsnParser::parse==>rawurldecode] => Array
                (
                    [ct] => 30
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 2072
                    [pmu] => 1400
                )

            [Doctrine\DBAL\Tools\DsnParser::parseDatabaseUrlScheme==>str_replace] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 24
                )

            [Doctrine\DBAL\Tools\DsnParser::parse==>Doctrine\DBAL\Tools\DsnParser::parseDatabaseUrlScheme] => Array
                (
                    [ct] => 5
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 688
                )

            [Doctrine\DBAL\Tools\DsnParser::parse==>is_a] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [Doctrine\DBAL\Tools\DsnParser::normalizeDatabaseUrlPath==>substr] => Array
                (
                    [ct] => 5
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 744
                    [pmu] => 344
                )

            [Doctrine\DBAL\Tools\DsnParser::parseDatabaseUrlPath==>Doctrine\DBAL\Tools\DsnParser::normalizeDatabaseUrlPath] => Array
                (
                    [ct] => 5
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 1440
                    [pmu] => 1040
                )

            [Doctrine\DBAL\Tools\DsnParser::parseDatabaseUrlPath==>strpos] => Array
                (
                    [ct] => 5
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Doctrine\DBAL\Tools\DsnParser::parseDatabaseUrlPath==>Doctrine\DBAL\Tools\DsnParser::parseRegularDatabaseUrlPath] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 2512
                    [pmu] => 1072
                )

            [Doctrine\DBAL\Tools\DsnParser::parse==>Doctrine\DBAL\Tools\DsnParser::parseDatabaseUrlPath] => Array
                (
                    [ct] => 5
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 7192
                    [pmu] => 5120
                )

            [Doctrine\DBAL\Tools\DsnParser::parseDatabaseUrlQuery==>parse_str] => Array
                (
                    [ct] => 5
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 2608
                    [pmu] => 256
                )

            [Doctrine\DBAL\Tools\DsnParser::parseDatabaseUrlQuery==>array_merge] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 2448
                    [pmu] => 944
                )

            [Doctrine\DBAL\Tools\DsnParser::parse==>Doctrine\DBAL\Tools\DsnParser::parseDatabaseUrlQuery] => Array
                (
                    [ct] => 5
                    [wt] => 33
                    [cpu] => 0
                    [mu] => 5944
                    [pmu] => 1928
                )

            [Doctrine\Bundle\DoctrineBundle\ConnectionFactory::parseDatabaseUrl==>Doctrine\DBAL\Tools\DsnParser::parse] => Array
                (
                    [ct] => 5
                    [wt] => 197
                    [cpu] => 0
                    [mu] => 15496
                    [pmu] => 14488
                )

            [Doctrine\Bundle\DoctrineBundle\ConnectionFactory::parseDatabaseUrl==>array_merge] => Array
                (
                    [ct] => 5
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 6624
                    [pmu] => 3000
                )

            [Doctrine\Bundle\DoctrineBundle\ConnectionFactory::createConnection==>Doctrine\Bundle\DoctrineBundle\ConnectionFactory::parseDatabaseUrl] => Array
                (
                    [ct] => 6
                    [wt] => 222
                    [cpu] => 0
                    [mu] => 20328
                    [pmu] => 17744
                )

            [Doctrine\Bundle\DoctrineBundle\ConnectionFactory::createConnection==>array_merge] => Array
                (
                    [ct] => 12
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\DBAL\DriverManager::getConnection==>Doctrine\DBAL\DriverManager::createDriver] => Array
                (
                    [ct] => 6
                    [wt] => 51
                    [cpu] => 0
                    [mu] => 22296
                    [pmu] => 41344
                )

            [Doctrine\DBAL\DriverManager::getConnection==>Doctrine\DBAL\Configuration::getMiddlewares] => Array
                (
                    [ct] => 6
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Bridge\Doctrine\Middleware\IdleConnection\Driver::__construct==>Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware::__construct] => Array
                (
                    [ct] => 6
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Doctrine\Bundle\DoctrineBundle\Middleware\IdleConnectionMiddleware::wrap==>Symfony\Bridge\Doctrine\Middleware\IdleConnection\Driver::__construct] => Array
                (
                    [ct] => 6
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 96
                )

            [Doctrine\DBAL\DriverManager::getConnection==>Doctrine\Bundle\DoctrineBundle\Middleware\IdleConnectionMiddleware::wrap] => Array
                (
                    [ct] => 6
                    [wt] => 35
                    [cpu] => 0
                    [mu] => 2760
                    [pmu] => 304
                )

            [Doctrine\DBAL\DriverManager::getConnection==>is_a] => Array
                (
                    [ct] => 6
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Doctrine\DBAL\Connection::__construct==>Doctrine\DBAL\Configuration::getAutoCommit] => Array
                (
                    [ct] => 12
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\DBAL\Connection::__construct==>Doctrine\DBAL\Configuration::getSchemaManagerFactory] => Array
                (
                    [ct] => 12
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\DBAL\DriverManager::getConnection==>Doctrine\DBAL\Connection::__construct] => Array
                (
                    [ct] => 6
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 1896
                    [pmu] => 80
                )

            [Doctrine\Bundle\DoctrineBundle\ConnectionFactory::createConnection==>Doctrine\DBAL\DriverManager::getConnection] => Array
                (
                    [ct] => 6
                    [wt] => 171
                    [cpu] => 0
                    [mu] => 30592
                    [pmu] => 42072
                )

            [Doctrine\Bundle\DoctrineBundle\ConnectionFactory::createConnection==>Doctrine\DBAL\Connection::getParams] => Array
                (
                    [ct] => 6
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\Bundle\DoctrineBundle\ConnectionFactory::createConnection==>Doctrine\Bundle\DoctrineBundle\ConnectionFactory::addDatabaseSuffix] => Array
                (
                    [ct] => 6
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Doctrine\Bundle\DoctrineBundle\ConnectionFactory::createConnection==>Doctrine\DBAL\Connection::getDriver] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\Bundle\DoctrineBundle\ConnectionFactory::createConnection==>class_exists] => Array
                (
                    [ct] => 6
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\Bundle\DoctrineBundle\ConnectionFactory::createConnection==>Doctrine\DBAL\Connection\StaticServerVersionProvider::__construct] => Array
                (
                    [ct] => 6
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\DBAL\Driver\AbstractMySQLDriver::getDatabasePlatform==>Doctrine\DBAL\Connection\StaticServerVersionProvider::getServerVersion] => Array
                (
                    [ct] => 10
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\DBAL\Driver\AbstractMySQLDriver::getDatabasePlatform==>stripos] => Array
                (
                    [ct] => 10
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Doctrine\DBAL\Driver\AbstractMySQLDriver::getDatabasePlatform==>version_compare] => Array
                (
                    [ct] => 10
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware::getDatabasePlatform==>Doctrine\DBAL\Driver\AbstractMySQLDriver::getDatabasePlatform] => Array
                (
                    [ct] => 10
                    [wt] => 62
                    [cpu] => 0
                    [mu] => 3440
                    [pmu] => 0
                )

            [Doctrine\Bundle\DoctrineBundle\ConnectionFactory::createConnection==>Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware::getDatabasePlatform] => Array
                (
                    [ct] => 6
                    [wt] => 52
                    [cpu] => 0
                    [mu] => 4544
                    [pmu] => 544
                )

            [Doctrine\Bundle\DoctrineBundle\ConnectionFactory::createConnection==>Doctrine\DBAL\Connection::__construct] => Array
                (
                    [ct] => 6
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 320
                )

            [Doctrine\DBAL\Connection::getDatabasePlatform==>Doctrine\DBAL\Connection\StaticServerVersionProvider::__construct] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\DBAL\Connection::getDatabasePlatform==>Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware::getDatabasePlatform] => Array
                (
                    [ct] => 5
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 1032
                    [pmu] => 0
                )

            [Doctrine\Bundle\DoctrineBundle\ConnectionFactory::getDatabasePlatform==>Doctrine\DBAL\Connection::getDatabasePlatform] => Array
                (
                    [ct] => 5
                    [wt] => 55
                    [cpu] => 0
                    [mu] => 2704
                    [pmu] => 0
                )

            [Doctrine\Bundle\DoctrineBundle\ConnectionFactory::createConnection==>Doctrine\Bundle\DoctrineBundle\ConnectionFactory::getDatabasePlatform] => Array
                (
                    [ct] => 5
                    [wt] => 65
                    [cpu] => 0
                    [mu] => 3152
                    [pmu] => 0
                )

            [Doctrine\DBAL\Platforms\AbstractPlatform::initializeAllDoctrineTypeMappings==>Doctrine\DBAL\Platforms\AbstractMySQLPlatform::initializeDoctrineTypeMappings] => Array
                (
                    [ct] => 5
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Doctrine\DBAL\Types\Type::getTypesMap==>Doctrine\DBAL\Types\Type::getTypeRegistry] => Array
                (
                    [ct] => 5
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\DBAL\Types\Type::getTypesMap==>Doctrine\DBAL\Types\TypeRegistry::getMap] => Array
                (
                    [ct] => 5
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 120
                )

            [array_map==>Doctrine\DBAL\Types\Type::{closure:Doctrine\DBAL\Types\Type::getTypesMap():189}] => Array
                (
                    [ct] => 120
                    [wt] => 76
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\DBAL\Types\Type::getTypesMap==>array_map] => Array
                (
                    [ct] => 5
                    [wt] => 184
                    [cpu] => 0
                    [mu] => 7896
                    [pmu] => 4288
                )

            [Doctrine\DBAL\Platforms\AbstractPlatform::initializeAllDoctrineTypeMappings==>Doctrine\DBAL\Types\Type::getTypesMap] => Array
                (
                    [ct] => 5
                    [wt] => 211
                    [cpu] => 0
                    [mu] => 9888
                    [pmu] => 4760
                )

            [Doctrine\DBAL\Types\Type::getType==>Doctrine\DBAL\Types\Type::getTypeRegistry] => Array
                (
                    [ct] => 371
                    [wt] => 194
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\DBAL\Types\Type::getType==>Doctrine\DBAL\Types\TypeRegistry::get] => Array
                (
                    [ct] => 371
                    [wt] => 256
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\DBAL\Platforms\AbstractPlatform::initializeAllDoctrineTypeMappings==>Doctrine\DBAL\Types\Type::getType] => Array
                (
                    [ct] => 120
                    [wt] => 414
                    [cpu] => 0
                    [mu] => 1928
                    [pmu] => 1752
                )

            [Doctrine\DBAL\Platforms\AbstractPlatform::initializeAllDoctrineTypeMappings==>Doctrine\DBAL\Types\Type::getMappedDatabaseTypes] => Array
                (
                    [ct] => 120
                    [wt] => 59
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\DBAL\Platforms\AbstractPlatform::registerDoctrineTypeMapping==>Doctrine\DBAL\Platforms\AbstractPlatform::initializeAllDoctrineTypeMappings] => Array
                (
                    [ct] => 5
                    [wt] => 947
                    [cpu] => 0
                    [mu] => 7352
                    [pmu] => 7848
                )

            [Doctrine\DBAL\Platforms\AbstractPlatform::registerDoctrineTypeMapping==>Doctrine\DBAL\Types\Type::hasType] => Array
                (
                    [ct] => 5
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\DBAL\Platforms\AbstractPlatform::registerDoctrineTypeMapping==>strtolower] => Array
                (
                    [ct] => 5
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 160
                )

            [Doctrine\Bundle\DoctrineBundle\ConnectionFactory::createConnection==>Doctrine\DBAL\Platforms\AbstractPlatform::registerDoctrineTypeMapping] => Array
                (
                    [ct] => 5
                    [wt] => 998
                    [cpu] => 0
                    [mu] => 16104
                    [pmu] => 10072
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_MainConnectionService==>Doctrine\Bundle\DoctrineBundle\ConnectionFactory::createConnection] => Array
                (
                    [ct] => 1
                    [wt] => 601
                    [cpu] => 0
                    [mu] => 77600
                    [pmu] => 77304
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainEntityManagerService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_MainConnectionService] => Array
                (
                    [ct] => 1
                    [wt] => 711
                    [cpu] => 0
                    [mu] => 89632
                    [pmu] => 89376
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainConfigurationService==>Doctrine\DBAL\Configuration::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1064
                    [pmu] => 808
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainConfigurationService==>dirname] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 696
                )

            [Doctrine\ORM\Mapping\Driver\AttributeDriver::addPaths==>array_merge] => Array
                (
                    [ct] => 5
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Doctrine\ORM\Mapping\Driver\AttributeDriver::addPaths==>array_unique] => Array
                (
                    [ct] => 5
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 1000
                    [pmu] => 1128
                )

            [Doctrine\ORM\Mapping\Driver\AttributeDriver::__construct==>Doctrine\ORM\Mapping\Driver\AttributeDriver::addPaths] => Array
                (
                    [ct] => 5
                    [wt] => 38
                    [cpu] => 0
                    [mu] => 2328
                    [pmu] => 2200
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainConfigurationService==>Doctrine\ORM\Mapping\Driver\AttributeDriver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 2680
                    [pmu] => 2424
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainConfigurationService==>Doctrine\Persistence\Mapping\Driver\MappingDriverChain::addDriver] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1040
                    [pmu] => 784
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainConfigurationService==>Doctrine\ORM\Configuration::setEntityNamespaces] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1040
                    [pmu] => 784
                )

            [Symfony\Component\Cache\Adapter\ArrayAdapter::__construct==>Closure::bind] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1096
                    [pmu] => 840
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainConfigurationService==>Symfony\Component\Cache\Adapter\ArrayAdapter::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1840
                    [pmu] => 1584
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainConfigurationService==>Symfony\Component\Cache\Adapter\PhpArrayAdapter::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainConfigurationService==>Doctrine\ORM\Configuration::setMetadataCache] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_SystemCachePoolService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getParameter] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_SystemCachePoolService==>Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache] => Array
                (
                    [ct] => 1
                    [wt] => 62
                    [cpu] => 0
                    [mu] => 2112
                    [pmu] => 1856
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainConfigurationService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_SystemCachePoolService] => Array
                (
                    [ct] => 1
                    [wt] => 68
                    [cpu] => 0
                    [mu] => 3600
                    [pmu] => 3344
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainConfigurationService==>Doctrine\ORM\Configuration::setQueryCache] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Cache\Adapter\FilesystemAdapter::__construct==>Symfony\Component\Cache\Adapter\AbstractAdapter::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Cache\Adapter\FilesystemAdapter::init==>realpath] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 624
                    [pmu] => 368
                )

            [Symfony\Component\Cache\Adapter\FilesystemAdapter::init==>preg_match] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 624
                    [pmu] => 624
                )

            [Symfony\Component\Cache\Adapter\FilesystemAdapter::init==>is_dir] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 488
                    [pmu] => 448
                )

            [Symfony\Component\Cache\Adapter\FilesystemAdapter::__construct==>Symfony\Component\Cache\Adapter\FilesystemAdapter::init] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 2696
                    [pmu] => 2440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_ResultCachePoolService==>Symfony\Component\Cache\Adapter\FilesystemAdapter::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 4032
                    [pmu] => 3776
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_ResultCachePoolService==>Symfony\Component\Cache\Adapter\AbstractAdapter::setLogger] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainConfigurationService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_ResultCachePoolService] => Array
                (
                    [ct] => 1
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 5840
                    [pmu] => 5584
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainConfigurationService==>Doctrine\DBAL\Configuration::setResultCache] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::get_ServiceLocator_BxSdgVtService==>Symfony\Component\DependencyInjection\Argument\ServiceLocator::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainConfigurationService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::get_ServiceLocator_BxSdgVtService] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1616
                    [pmu] => 1360
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainConfigurationService==>Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainConfigurationService==>Doctrine\ORM\Configuration::setMetadataDriverImpl] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainConfigurationService==>Doctrine\ORM\Configuration::setSchemaIgnoreClasses] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainConfigurationService==>Doctrine\ORM\Configuration::setClassMetadataFactoryName] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Doctrine\ORM\Configuration::setDefaultRepositoryClassName==>class_exists] => Array
                (
                    [ct] => 5
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\Configuration::setDefaultRepositoryClassName==>is_a] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainConfigurationService==>Doctrine\ORM\Configuration::setDefaultRepositoryClassName] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1944
                    [pmu] => 1688
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainConfigurationService==>Doctrine\ORM\Mapping\UnderscoreNamingStrategy::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainConfigurationService==>Doctrine\ORM\Configuration::setNamingStrategy] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainConfigurationService==>Doctrine\ORM\Configuration::setQuoteStrategy] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 984
                    [pmu] => 728
                )

            [Doctrine\ORM\Mapping\DefaultTypedFieldMapper::__construct==>defined] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Doctrine\ORM\Mapping\DefaultTypedFieldMapper::__construct==>array_merge] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainConfigurationService==>Doctrine\ORM\Mapping\DefaultTypedFieldMapper::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1928
                    [pmu] => 1672
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainConfigurationService==>Doctrine\ORM\Configuration::setTypedFieldMapper] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainConfigurationService==>Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainConfigurationService==>Doctrine\ORM\Configuration::setEntityListenerResolver] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainConfigurationService==>Doctrine\ORM\Configuration::setLazyGhostObjectEnabled] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainConfigurationService==>Doctrine\ORM\Configuration::setIdentityGenerationPreferences] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainConfigurationService==>Doctrine\ORM\Configuration::enableNativeLazyObjects] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_ContainerRepositoryFactoryService==>Symfony\Component\DependencyInjection\Argument\ServiceLocator::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_ContainerRepositoryFactoryService==>Doctrine\Bundle\DoctrineBundle\Repository\ContainerRepositoryFactory::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainConfigurationService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_ContainerRepositoryFactoryService] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 2520
                    [pmu] => 2264
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainConfigurationService==>Doctrine\ORM\Configuration::setRepositoryFactory] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Doctrine\ORM\Configuration::addCustomStringFunction==>strtolower] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 688
                    [pmu] => 352
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainConfigurationService==>Doctrine\ORM\Configuration::addCustomStringFunction] => Array
                (
                    [ct] => 3
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1792
                    [pmu] => 1456
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainEntityManagerService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainConfigurationService] => Array
                (
                    [ct] => 1
                    [wt] => 234
                    [cpu] => 0
                    [mu] => 43944
                    [pmu] => 43688
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_MainConnection_EventManagerService==>Symfony\Component\DependencyInjection\Argument\ServiceLocator::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_MainConnection_EventManagerService==>Symfony\Bridge\Doctrine\ContainerAwareEventManager::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainEntityManagerService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_MainConnection_EventManagerService] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 2600
                    [pmu] => 2344
                )

            [Doctrine\ORM\EntityManager::__construct==>Doctrine\ORM\Configuration::getMetadataDriverImpl] => Array
                (
                    [ct] => 5
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\EntityManager::__construct==>Doctrine\ORM\Configuration::getClassMetadataFactoryName] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\Mapping\ClassMetadataFactory::setEntityManager==>Doctrine\ORM\EntityManager::getConfiguration@1] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Mapping\ClassMetadataFactory::setEntityManager==>Doctrine\ORM\Configuration::isNativeLazyObjectsEnabled] => Array
                (
                    [ct] => 5
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\EntityManager::__construct==>Doctrine\ORM\Mapping\ClassMetadataFactory::setEntityManager] => Array
                (
                    [ct] => 5
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 2688
                    [pmu] => 2752
                )

            [Doctrine\ORM\EntityManager::configureMetadataCache==>Doctrine\ORM\Configuration::getMetadataCache] => Array
                (
                    [ct] => 5
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\EntityManager::configureMetadataCache==>Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::setCache] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\EntityManager::__construct==>Doctrine\ORM\EntityManager::configureMetadataCache] => Array
                (
                    [ct] => 5
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 1960
                    [pmu] => 1704
                )

            [Doctrine\ORM\EntityManager::__construct==>Doctrine\ORM\Configuration::getRepositoryFactory] => Array
                (
                    [ct] => 5
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\UnitOfWork::__construct==>Doctrine\ORM\EntityManager::getEventManager] => Array
                (
                    [ct] => 5
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\Event\ListenersInvoker::__construct==>Doctrine\ORM\EntityManager::getEventManager] => Array
                (
                    [ct] => 5
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\Event\ListenersInvoker::__construct==>Doctrine\ORM\EntityManager::getConfiguration@1] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\Event\ListenersInvoker::__construct==>Doctrine\ORM\Configuration::getEntityListenerResolver] => Array
                (
                    [ct] => 5
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\UnitOfWork::__construct==>Doctrine\ORM\Event\ListenersInvoker::__construct] => Array
                (
                    [ct] => 5
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 3272
                    [pmu] => 3336
                )

            [Doctrine\ORM\UnitOfWork::__construct==>Doctrine\ORM\EntityManager::getConfiguration@1] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\UnitOfWork::__construct==>Doctrine\ORM\Configuration::isSecondLevelCacheEnabled] => Array
                (
                    [ct] => 5
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\UnitOfWork::__construct==>Doctrine\ORM\EntityManager::getMetadataFactory] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\UnitOfWork::__construct==>Doctrine\ORM\Utility\IdentifierFlattener::__construct] => Array
                (
                    [ct] => 5
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\UnitOfWork::__construct==>Doctrine\ORM\Internal\HydrationCompleteHandler::__construct] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\EntityManager::__construct==>Doctrine\ORM\UnitOfWork::__construct] => Array
                (
                    [ct] => 5
                    [wt] => 116
                    [cpu] => 0
                    [mu] => 10432
                    [pmu] => 10560
                )

            [Doctrine\ORM\EntityManager::__construct==>Doctrine\ORM\Configuration::isNativeLazyObjectsEnabled] => Array
                (
                    [ct] => 5
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\Proxy\ProxyFactory::__construct==>Doctrine\ORM\EntityManager::getConfiguration@1] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\Proxy\ProxyFactory::__construct==>Doctrine\ORM\Configuration::isNativeLazyObjectsEnabled] => Array
                (
                    [ct] => 15
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\Proxy\ProxyFactory::__construct==>Doctrine\ORM\EntityManager::getUnitOfWork] => Array
                (
                    [ct] => 5
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\Proxy\ProxyFactory::__construct==>Doctrine\ORM\EntityManager::getMetadataFactory] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\Proxy\ProxyFactory::__construct==>Doctrine\ORM\Utility\IdentifierFlattener::__construct] => Array
                (
                    [ct] => 5
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\EntityManager::__construct==>Doctrine\ORM\Proxy\ProxyFactory::__construct] => Array
                (
                    [ct] => 5
                    [wt] => 90
                    [cpu] => 0
                    [mu] => 5632
                    [pmu] => 5696
                )

            [Doctrine\ORM\EntityManager::__construct==>Doctrine\ORM\Configuration::isSecondLevelCacheEnabled] => Array
                (
                    [ct] => 5
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainEntityManagerService==>Doctrine\ORM\EntityManager::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 82
                    [cpu] => 0
                    [mu] => 20520
                    [pmu] => 20264
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainEntityManagerService==>Doctrine\Bundle\DoctrineBundle\ManagerConfigurator::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Doctrine\Bundle\DoctrineBundle\ManagerConfigurator::configure==>Doctrine\Bundle\DoctrineBundle\ManagerConfigurator::enableFilters] => Array
                (
                    [ct] => 5
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainEntityManagerService==>Doctrine\Bundle\DoctrineBundle\ManagerConfigurator::configure] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1360
                    [pmu] => 1104
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainEntityManagerService():2260}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainEntityManagerService] => Array
                (
                    [ct] => 1
                    [wt] => 1060
                    [cpu] => 0
                    [mu] => 160672
                    [pmu] => 160416
                )

            [Doctrine\ORM\EntityManager::getConfiguration==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainEntityManagerService():2260}] => Array
                (
                    [ct] => 1
                    [wt] => 1064
                    [cpu] => 0
                    [mu] => 161464
                    [pmu] => 161208
                )

            [Doctrine\ORM\AbstractQuery::__construct==>Doctrine\ORM\EntityManager::getConfiguration] => Array
                (
                    [ct] => 14
                    [wt] => 1076
                    [cpu] => 0
                    [mu] => 161256
                    [pmu] => 161656
                )

            [Doctrine\ORM\AbstractQuery::__construct==>Doctrine\ORM\Configuration::getDefaultQueryHints] => Array
                (
                    [ct] => 7
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 8
                )

            [Doctrine\ORM\AbstractQuery::__construct==>Doctrine\ORM\Configuration::isSecondLevelCacheEnabled] => Array
                (
                    [ct] => 7
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\EntityManager::createQuery==>Doctrine\ORM\AbstractQuery::__construct] => Array
                (
                    [ct] => 7
                    [wt] => 1152
                    [cpu] => 0
                    [mu] => 164288
                    [pmu] => 163800
                )

            [Doctrine\ORM\EntityManager::createQuery==>Doctrine\ORM\Query::setDQL] => Array
                (
                    [ct] => 7
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Doctrine\ORM\QueryBuilder::getQuery==>Doctrine\ORM\EntityManager::createQuery] => Array
                (
                    [ct] => 6
                    [wt] => 1171
                    [cpu] => 0
                    [mu] => 168200
                    [pmu] => 165528
                )

            [Doctrine\ORM\QueryBuilder::getQuery==>Doctrine\ORM\AbstractQuery::setParameters] => Array
                (
                    [ct] => 6
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 248
                    [pmu] => 272
                )

            [Doctrine\ORM\QueryBuilder::getQuery==>Doctrine\ORM\Query::setFirstResult] => Array
                (
                    [ct] => 6
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\QueryBuilder::getQuery==>Doctrine\ORM\Query::setMaxResults] => Array
                (
                    [ct] => 6
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [GameDev\Platform\Legacy\Service\SystemProvider::getSystemById==>Doctrine\ORM\QueryBuilder::getQuery] => Array
                (
                    [ct] => 1
                    [wt] => 1154
                    [cpu] => 0
                    [mu] => 178688
                    [pmu] => 177312
                )

            [Doctrine\ORM\Query::setHint==>Doctrine\ORM\AbstractQuery::setHint] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 944
                    [pmu] => 688
                )

            [GameDev\Platform\Legacy\Service\SystemProvider::getSystemById==>Doctrine\ORM\Query::setHint] => Array
                (
                    [ct] => 2
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1608
                    [pmu] => 1416
                )

            [Doctrine\ORM\Query::setHydrationMode==>Doctrine\ORM\AbstractQuery::setHydrationMode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\AbstractQuery::executeIgnoreQueryCache==>Doctrine\ORM\Query::setHydrationMode] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1248
                    [pmu] => 992
                )

            [Doctrine\Common\Collections\ArrayCollection::getIterator==>ArrayIterator::__construct] => Array
                (
                    [ct] => 16
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 3464
                    [pmu] => 488
                )

            [Doctrine\ORM\Query::parse==>Doctrine\Common\Collections\ArrayCollection::getIterator] => Array
                (
                    [ct] => 7
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 4024
                    [pmu] => 1624
                )

            [Doctrine\ORM\Query::parse==>Doctrine\ORM\Query\Parameter::getName] => Array
                (
                    [ct] => 28
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Doctrine\ORM\Query::parse==>Doctrine\ORM\Query\Parameter::getType] => Array
                (
                    [ct] => 28
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Doctrine\ORM\Query::parse==>Doctrine\ORM\EntityManager::getConfiguration] => Array
                (
                    [ct] => 7
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\ORM\Query::parse==>Doctrine\ORM\Configuration::getQueryCache] => Array
                (
                    [ct] => 7
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Doctrine\ORM\Query::getQueryCacheId==>ksort] => Array
                (
                    [ct] => 7
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 888
                    [pmu] => 328
                )

            [Doctrine\ORM\Query::getQueryCacheId==>Doctrine\ORM\AbstractQuery::hasHint] => Array
                (
                    [ct] => 7
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\Query::getQueryCacheId==>Doctrine\ORM\Query::getDQL] => Array
                (
                    [ct] => 7
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Doctrine\ORM\Query::getQueryCacheId==>serialize] => Array
                (
                    [ct] => 14
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 2104
                    [pmu] => 2824
                )

            [Doctrine\ORM\Query::getQueryCacheId==>Doctrine\ORM\AbstractQuery::getEntityManager] => Array
                (
                    [ct] => 7
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\Query::getQueryCacheId==>Doctrine\ORM\EntityManager::getConnection] => Array
                (
                    [ct] => 7
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\Query::getQueryCacheId==>Doctrine\DBAL\Connection::getDatabasePlatform] => Array
                (
                    [ct] => 7
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\Query::getQueryCacheId==>get_debug_type] => Array
                (
                    [ct] => 7
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 472
                )

            [Doctrine\ORM\Query::getQueryCacheId==>Doctrine\ORM\EntityManager::hasFilters] => Array
                (
                    [ct] => 7
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\Query::getQueryCacheId==>md5] => Array
                (
                    [ct] => 7
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 1000
                    [pmu] => 328
                )

            [Doctrine\ORM\Query::parse==>Doctrine\ORM\Query::getQueryCacheId] => Array
                (
                    [ct] => 7
                    [wt] => 245
                    [cpu] => 0
                    [mu] => 9208
                    [pmu] => 8928
                )

            [Symfony\Component\Cache\Adapter\ApcuAdapter::doFetch==>ini_set] => Array
                (
                    [ct] => 330
                    [wt] => 202
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Symfony\Component\Cache\Adapter\ApcuAdapter::doFetch==>apcu_fetch] => Array
                (
                    [ct] => 165
                    [wt] => 1326
                    [cpu] => 0
                    [mu] => 567344
                    [pmu] => 801240
                )

            [Symfony\Component\Cache\Adapter\AbstractAdapter::getItem==>Symfony\Component\Cache\Adapter\ApcuAdapter::doFetch] => Array
                (
                    [ct] => 165
                    [wt] => 2185
                    [cpu] => 0
                    [mu] => 573952
                    [pmu] => 801648
                )

            [Symfony\Component\Cache\Adapter\ChainAdapter::getItem==>Symfony\Component\Cache\Adapter\AbstractAdapter::getItem] => Array
                (
                    [ct] => 94
                    [wt] => 2386
                    [cpu] => 2579
                    [mu] => 486744
                    [pmu] => 701888
                )

            [Symfony\Component\Cache\Adapter\ChainAdapter::getItem==>Symfony\Component\Cache\CacheItem::isHit] => Array
                (
                    [ct] => 94
                    [wt] => 59
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\Query::parse==>Symfony\Component\Cache\Adapter\ChainAdapter::getItem] => Array
                (
                    [ct] => 7
                    [wt] => 381
                    [cpu] => 0
                    [mu] => 87856
                    [pmu] => 124384
                )

            [Doctrine\ORM\Query::parse==>Symfony\Component\Cache\CacheItem::isHit] => Array
                (
                    [ct] => 7
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Doctrine\ORM\Query::parse==>Symfony\Component\Cache\CacheItem::get] => Array
                (
                    [ct] => 7
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Doctrine\ORM\Query::getSqlExecutor==>Doctrine\ORM\Query::parse] => Array
                (
                    [ct] => 7
                    [wt] => 849
                    [cpu] => 0
                    [mu] => 105816
                    [pmu] => 138840
                )

            [Doctrine\ORM\Query\Exec\SingleSelectSqlFinalizer::finalizeSql==>Doctrine\ORM\AbstractQuery::getEntityManager] => Array
                (
                    [ct] => 6
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\Exec\SingleSelectSqlFinalizer::finalizeSql==>Doctrine\ORM\EntityManager::getConnection] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\Exec\SingleSelectSqlFinalizer::finalizeSql==>Doctrine\DBAL\Connection::getDatabasePlatform] => Array
                (
                    [ct] => 6
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\Exec\SingleSelectSqlFinalizer::finalizeSql==>Doctrine\ORM\Query::getMaxResults] => Array
                (
                    [ct] => 6
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\Exec\SingleSelectSqlFinalizer::finalizeSql==>Doctrine\ORM\Query::getFirstResult] => Array
                (
                    [ct] => 6
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\DBAL\Platforms\AbstractPlatform::modifyLimitQuery==>Doctrine\DBAL\Platforms\AbstractMySQLPlatform::doModifyLimitQuery] => Array
                (
                    [ct] => 13
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 4472
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\Exec\SingleSelectSqlFinalizer::finalizeSql==>Doctrine\DBAL\Platforms\AbstractPlatform::modifyLimitQuery] => Array
                (
                    [ct] => 6
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 4208
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\Exec\SingleSelectSqlFinalizer::finalizeSql==>Doctrine\ORM\AbstractQuery::getHint] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\Exec\SingleSelectSqlFinalizer::createExecutor==>Doctrine\ORM\Query\Exec\SingleSelectSqlFinalizer::finalizeSql] => Array
                (
                    [ct] => 6
                    [wt] => 115
                    [cpu] => 0
                    [mu] => 9472
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\Exec\SingleSelectSqlFinalizer::createExecutor==>Doctrine\ORM\Query\Exec\FinalizedSelectExecutor::__construct] => Array
                (
                    [ct] => 6
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\ParserResult::prepareSqlExecutor==>Doctrine\ORM\Query\Exec\SingleSelectSqlFinalizer::createExecutor] => Array
                (
                    [ct] => 6
                    [wt] => 146
                    [cpu] => 0
                    [mu] => 11344
                    [pmu] => 0
                )

            [Doctrine\ORM\Query::getSqlExecutor==>Doctrine\ORM\Query\ParserResult::prepareSqlExecutor] => Array
                (
                    [ct] => 7
                    [wt] => 166
                    [cpu] => 0
                    [mu] => 12704
                    [pmu] => 0
                )

            [Doctrine\ORM\Query::_doExecute==>Doctrine\ORM\Query::getSqlExecutor] => Array
                (
                    [ct] => 7
                    [wt] => 1039
                    [cpu] => 0
                    [mu] => 117808
                    [pmu] => 139224
                )

            [Doctrine\ORM\Query::_doExecute==>Doctrine\ORM\Query\Exec\AbstractSqlExecutor::removeQueryCacheProfile] => Array
                (
                    [ct] => 7
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\Query::_doExecute==>Doctrine\ORM\Query\ParserResult::getResultSetMapping] => Array
                (
                    [ct] => 7
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\Query::_doExecute==>Doctrine\ORM\Query\ParserResult::getParameterMappings] => Array
                (
                    [ct] => 7
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\Query::_doExecute==>Doctrine\Common\Collections\ArrayCollection::count] => Array
                (
                    [ct] => 7
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\Query::processParameterMappings==>Doctrine\Common\Collections\ArrayCollection::getIterator] => Array
                (
                    [ct] => 7
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 3392
                    [pmu] => 720
                )

            [Doctrine\ORM\Query::processParameterMappings==>Doctrine\ORM\Query\Parameter::getName] => Array
                (
                    [ct] => 28
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\Query::resolveParameterValue==>Doctrine\ORM\Query\Parameter::typeWasSpecified] => Array
                (
                    [ct] => 28
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\Query::resolveParameterValue==>Doctrine\ORM\Query\Parameter::getName] => Array
                (
                    [ct] => 28
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\Query::resolveParameterValue==>Doctrine\ORM\Query\Parameter::getValue] => Array
                (
                    [ct] => 28
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\Query::resolveParameterValue==>Doctrine\ORM\Query::getResultSetMapping] => Array
                (
                    [ct] => 28
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\Query::resolveParameterValue==>Doctrine\ORM\AbstractQuery::processParameterValue] => Array
                (
                    [ct] => 28
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\Query::resolveParameterValue==>Doctrine\ORM\Query\Parameter::getType] => Array
                (
                    [ct] => 28
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\Query::processParameterMappings==>Doctrine\ORM\Query::resolveParameterValue] => Array
                (
                    [ct] => 28
                    [wt] => 275
                    [cpu] => 0
                    [mu] => 10568
                    [pmu] => 4760
                )

            [Doctrine\ORM\Query::processParameterMappings==>ksort] => Array
                (
                    [ct] => 14
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 3112
                    [pmu] => 0
                )

            [Doctrine\ORM\Query::processParameterMappings==>array_values] => Array
                (
                    [ct] => 14
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 3912
                    [pmu] => 536
                )

            [Doctrine\ORM\Query::_doExecute==>Doctrine\ORM\Query::processParameterMappings] => Array
                (
                    [ct] => 7
                    [wt] => 452
                    [cpu] => 0
                    [mu] => 14544
                    [pmu] => 8400
                )

            [Doctrine\ORM\Query::_doExecute==>Doctrine\ORM\EntityManager::getConnection] => Array
                (
                    [ct] => 14
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 88
                )

            [Doctrine\ORM\Query::_doExecute==>Doctrine\DBAL\Connection::getParams] => Array
                (
                    [ct] => 7
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Doctrine\ORM\Query::_doExecute==>Doctrine\ORM\Query::evictResultSetCache] => Array
                (
                    [ct] => 7
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\Query\Exec\FinalizedSelectExecutor::execute==>Doctrine\ORM\Query\Exec\AbstractSqlExecutor::getSqlStatements] => Array
                (
                    [ct] => 6
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Bridge\Doctrine\Middleware\IdleConnection\Driver::connect==>time] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\DBAL\Driver\Mysqli\Driver::connect==>mysqli::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 808
                    [pmu] => 392
                )

            [Doctrine\DBAL\Driver\Mysqli\Driver::connect==>Doctrine\DBAL\Driver\Mysqli\Driver::compilePreInitializers] => Array
                (
                    [ct] => 3
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 4808
                    [pmu] => 1768
                )

            [Doctrine\DBAL\Driver\Mysqli\Driver::connect==>mysqli::real_connect] => Array
                (
                    [ct] => 3
                    [wt] => 7426
                    [cpu] => 5362
                    [mu] => 568
                    [pmu] => 0
                )

            [Doctrine\DBAL\Driver\Mysqli\Driver::compilePostInitializers==>Doctrine\DBAL\Driver\Mysqli\Initializer\Charset::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 24
                )

            [Doctrine\DBAL\Driver\Mysqli\Driver::connect==>Doctrine\DBAL\Driver\Mysqli\Driver::compilePostInitializers] => Array
                (
                    [ct] => 6
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 1496
                    [pmu] => 624
                )

            [Doctrine\DBAL\Driver\Mysqli\Initializer\Charset::initialize==>mysqli::set_charset] => Array
                (
                    [ct] => 3
                    [wt] => 2204
                    [cpu] => 126
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\DBAL\Driver\Mysqli\Driver::connect==>Doctrine\DBAL\Driver\Mysqli\Initializer\Charset::initialize] => Array
                (
                    [ct] => 3
                    [wt] => 2216
                    [cpu] => 126
                    [mu] => 1280
                    [pmu] => 1024
                )

            [Doctrine\DBAL\Driver\Mysqli\Driver::connect==>Doctrine\DBAL\Driver\Mysqli\Connection::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware::connect==>Doctrine\DBAL\Driver\Mysqli\Driver::connect] => Array
                (
                    [ct] => 3
                    [wt] => 9771
                    [cpu] => 5488
                    [mu] => 7720
                    [pmu] => 6312
                )

            [Symfony\Bridge\Doctrine\Middleware\IdleConnection\Driver::connect==>Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware::connect] => Array
                (
                    [ct] => 3
                    [wt] => 9779
                    [cpu] => 5488
                    [mu] => 8248
                    [pmu] => 6952
                )

            [Doctrine\DBAL\Connection::connect==>Symfony\Bridge\Doctrine\Middleware\IdleConnection\Driver::connect] => Array
                (
                    [ct] => 3
                    [wt] => 9804
                    [cpu] => 5488
                    [mu] => 9880
                    [pmu] => 8584
                )

            [Doctrine\DBAL\Connection::executeQuery==>Doctrine\DBAL\Connection::connect] => Array
                (
                    [ct] => 13
                    [wt] => 9824
                    [cpu] => 5488
                    [mu] => 10528
                    [pmu] => 9232
                )

            [Doctrine\DBAL\Connection::expandArrayParameters==>key] => Array
                (
                    [ct] => 13
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 296
                )

            [Doctrine\DBAL\Connection::executeQuery==>Doctrine\DBAL\Connection::expandArrayParameters] => Array
                (
                    [ct] => 12
                    [wt] => 44
                    [cpu] => 0
                    [mu] => 6560
                    [pmu] => 1568
                )

            [Doctrine\DBAL\Driver\Mysqli\Connection::prepare==>mysqli::prepare] => Array
                (
                    [ct] => 16
                    [wt] => 12522
                    [cpu] => 31999
                    [mu] => 302280
                    [pmu] => 202576
                )

            [Doctrine\DBAL\Driver\Mysqli\Statement::__construct==>str_repeat] => Array
                (
                    [ct] => 16
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 1184
                    [pmu] => 352
                )

            [Doctrine\DBAL\Driver\Mysqli\Statement::__construct==>array_fill] => Array
                (
                    [ct] => 16
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 4928
                    [pmu] => 1432
                )

            [Doctrine\DBAL\Driver\Mysqli\Connection::prepare==>Doctrine\DBAL\Driver\Mysqli\Statement::__construct] => Array
                (
                    [ct] => 16
                    [wt] => 114
                    [cpu] => 0
                    [mu] => 6840
                    [pmu] => 2512
                )

            [Doctrine\DBAL\Connection::executeQuery==>Doctrine\DBAL\Driver\Mysqli\Connection::prepare] => Array
                (
                    [ct] => 12
                    [wt] => 9672
                    [cpu] => 27928
                    [mu] => 272016
                    [pmu] => 136016
                )

            [Doctrine\DBAL\Connection::bindParameters==>key] => Array
                (
                    [ct] => 13
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 296
                )

            [Doctrine\DBAL\Connection::getBindingInfo==>Doctrine\DBAL\Types\Type::getType] => Array
                (
                    [ct] => 27
                    [wt] => 134
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 1448
                )

            [Doctrine\DBAL\Connection::getBindingInfo==>Doctrine\DBAL\Connection::getDatabasePlatform] => Array
                (
                    [ct] => 27
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\DBAL\Connection::getBindingInfo==>Doctrine\DBAL\Types\Type::convertToDatabaseValue] => Array
                (
                    [ct] => 22
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\DBAL\Connection::getBindingInfo==>Doctrine\DBAL\Types\IntegerType::getBindingType] => Array
                (
                    [ct] => 20
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 976
                    [pmu] => 720
                )

            [Doctrine\DBAL\Connection::bindParameters==>Doctrine\DBAL\Connection::getBindingInfo] => Array
                (
                    [ct] => 36
                    [wt] => 408
                    [cpu] => 0
                    [mu] => 14800
                    [pmu] => 8928
                )

            [Doctrine\DBAL\Driver\Mysqli\Statement::bindValue==>Doctrine\DBAL\Driver\Mysqli\Statement::convertParameterType] => Array
                (
                    [ct] => 57
                    [wt] => 94
                    [cpu] => 375
                    [mu] => 856
                    [pmu] => 600
                )

            [Doctrine\DBAL\Connection::bindParameters==>Doctrine\DBAL\Driver\Mysqli\Statement::bindValue] => Array
                (
                    [ct] => 36
                    [wt] => 122
                    [cpu] => 0
                    [mu] => 5640
                    [pmu] => 1992
                )

            [Doctrine\DBAL\Platforms\AbstractPlatform::convertBooleansToDatabaseValue==>Doctrine\DBAL\Platforms\AbstractPlatform::convertBooleans] => Array
                (
                    [ct] => 9
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\DBAL\Types\BooleanType::convertToDatabaseValue==>Doctrine\DBAL\Platforms\AbstractPlatform::convertBooleansToDatabaseValue] => Array
                (
                    [ct] => 9
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 1488
                )

            [Doctrine\DBAL\Connection::getBindingInfo==>Doctrine\DBAL\Types\BooleanType::convertToDatabaseValue] => Array
                (
                    [ct] => 5
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 1992
                    [pmu] => 2136
                )

            [Doctrine\DBAL\Connection::getBindingInfo==>Doctrine\DBAL\Types\BooleanType::getBindingType] => Array
                (
                    [ct] => 5
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 656
                    [pmu] => 400
                )

            [Doctrine\DBAL\Connection::executeQuery==>Doctrine\DBAL\Connection::bindParameters] => Array
                (
                    [ct] => 12
                    [wt] => 580
                    [cpu] => 0
                    [mu] => 13552
                    [pmu] => 13456
                )

            [Doctrine\DBAL\Driver\Mysqli\Statement::bindParameters==>mysqli_stmt::bind_param] => Array
                (
                    [ct] => 15
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 2064
                    [pmu] => 504
                )

            [Doctrine\DBAL\Driver\Mysqli\Statement::bindParameters==>Doctrine\DBAL\Driver\Mysqli\Statement::sendLongData] => Array
                (
                    [ct] => 15
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\DBAL\Driver\Mysqli\Statement::execute==>Doctrine\DBAL\Driver\Mysqli\Statement::bindParameters] => Array
                (
                    [ct] => 15
                    [wt] => 132
                    [cpu] => 0
                    [mu] => 8808
                    [pmu] => 6528
                )

            [Doctrine\DBAL\Driver\Mysqli\Statement::execute==>mysqli_stmt::execute] => Array
                (
                    [ct] => 16
                    [wt] => 14810
                    [cpu] => 2136
                    [mu] => 616
                    [pmu] => 312
                )

            [Doctrine\DBAL\Driver\Mysqli\Result::__construct==>mysqli_stmt::result_metadata] => Array
                (
                    [ct] => 16
                    [wt] => 90
                    [cpu] => 0
                    [mu] => 215968
                    [pmu] => 165456
                )

            [Doctrine\DBAL\Driver\Mysqli\Result::__construct==>mysqli_result::fetch_fields] => Array
                (
                    [ct] => 13
                    [wt] => 223
                    [cpu] => 0
                    [mu] => 188928
                    [pmu] => 182312
                )

            [Doctrine\DBAL\Driver\Mysqli\Result::__construct==>array_column] => Array
                (
                    [ct] => 13
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 5296
                    [pmu] => 2712
                )

            [Doctrine\DBAL\Driver\Mysqli\Result::__construct==>mysqli_result::free] => Array
                (
                    [ct] => 13
                    [wt] => 17
                    [cpu] => 0
                    [mu] => -212736
                    [pmu] => 0
                )

            [Doctrine\DBAL\Driver\Mysqli\Result::__construct==>mysqli_stmt::store_result] => Array
                (
                    [ct] => 13
                    [wt] => 694
                    [cpu] => 84
                    [mu] => 43208
                    [pmu] => 7504
                )

            [Doctrine\DBAL\Driver\Mysqli\Result::__construct==>array_fill] => Array
                (
                    [ct] => 13
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 5296
                    [pmu] => 320
                )

            [Doctrine\DBAL\Driver\Mysqli\Result::__construct==>mysqli_stmt::bind_result] => Array
                (
                    [ct] => 13
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 4152
                    [pmu] => 64
                )

            [Doctrine\DBAL\Driver\Mysqli\Statement::execute==>Doctrine\DBAL\Driver\Mysqli\Result::__construct] => Array
                (
                    [ct] => 16
                    [wt] => 1320
                    [cpu] => 84
                    [mu] => 67456
                    [pmu] => 362216
                )

            [Doctrine\DBAL\Connection::executeQuery==>Doctrine\DBAL\Driver\Mysqli\Statement::execute] => Array
                (
                    [ct] => 12
                    [wt] => 12646
                    [cpu] => 1484
                    [mu] => 68752
                    [pmu] => 337680
                )

            [Doctrine\DBAL\Connection::executeQuery==>Doctrine\DBAL\Result::__construct] => Array
                (
                    [ct] => 13
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\Exec\FinalizedSelectExecutor::execute==>Doctrine\DBAL\Connection::executeQuery] => Array
                (
                    [ct] => 6
                    [wt] => 16079
                    [cpu] => 13847
                    [mu] => 221344
                    [pmu] => 269872
                )

            [Doctrine\ORM\Query::_doExecute==>Doctrine\ORM\Query\Exec\FinalizedSelectExecutor::execute] => Array
                (
                    [ct] => 6
                    [wt] => 16114
                    [cpu] => 13847
                    [mu] => 216712
                    [pmu] => 270632
                )

            [Doctrine\ORM\AbstractQuery::executeIgnoreQueryCache==>Doctrine\ORM\Query::_doExecute] => Array
                (
                    [ct] => 7
                    [wt] => 19643
                    [cpu] => 14666
                    [mu] => 355616
                    [pmu] => 432536
                )

            [Doctrine\ORM\AbstractQuery::executeIgnoreQueryCache==>is_numeric] => Array
                (
                    [ct] => 7
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Doctrine\ORM\AbstractQuery::executeIgnoreQueryCache==>Doctrine\ORM\Query::getResultSetMapping] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::__construct==>Doctrine\ORM\EntityManager::getConnection] => Array
                (
                    [ct] => 13
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::__construct==>Doctrine\DBAL\Connection::getDatabasePlatform] => Array
                (
                    [ct] => 13
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::__construct==>Doctrine\ORM\EntityManager::getUnitOfWork] => Array
                (
                    [ct] => 13
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\EntityManager::newHydrator==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::__construct] => Array
                (
                    [ct] => 13
                    [wt] => 113
                    [cpu] => 0
                    [mu] => 2688
                    [pmu] => 0
                )

            [Doctrine\ORM\AbstractQuery::executeIgnoreQueryCache==>Doctrine\ORM\EntityManager::newHydrator] => Array
                (
                    [ct] => 6
                    [wt] => 77
                    [cpu] => 0
                    [mu] => 5272
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::hydrateAll==>Doctrine\ORM\EntityManager::getEventManager] => Array
                (
                    [ct] => 13
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Bridge\Doctrine\ContainerAwareEventManager::addEventListener@1==>Symfony\Bridge\Doctrine\ContainerAwareEventManager::getHash] => Array
                (
                    [ct] => 18
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 2408
                    [pmu] => 0
                )

            [Symfony\Bridge\Doctrine\ContainerAwareEventManager::initializeSubscribers==>Symfony\Bridge\Doctrine\ContainerAwareEventManager::addEventListener@1] => Array
                (
                    [ct] => 18
                    [wt] => 52
                    [cpu] => 0
                    [mu] => 7984
                    [pmu] => 0
                )

            [Symfony\Bridge\Doctrine\ContainerAwareEventManager::addEventListener==>Symfony\Bridge\Doctrine\ContainerAwareEventManager::initializeSubscribers] => Array
                (
                    [ct] => 3
                    [wt] => 84
                    [cpu] => 0
                    [mu] => 8712
                    [pmu] => 0
                )

            [Symfony\Bridge\Doctrine\ContainerAwareEventManager::getHash==>spl_object_hash] => Array
                (
                    [ct] => 26
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 2248
                    [pmu] => 0
                )

            [Symfony\Bridge\Doctrine\ContainerAwareEventManager::addEventListener==>Symfony\Bridge\Doctrine\ContainerAwareEventManager::getHash] => Array
                (
                    [ct] => 13
                    [wt] => 43
                    [cpu] => 0
                    [mu] => 2112
                    [pmu] => 0
                )

            [Symfony\Bridge\Doctrine\ContainerAwareEventManager::getMethod==>method_exists] => Array
                (
                    [ct] => 13
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Bridge\Doctrine\ContainerAwareEventManager::addEventListener==>Symfony\Bridge\Doctrine\ContainerAwareEventManager::getMethod] => Array
                (
                    [ct] => 13
                    [wt] => 43
                    [cpu] => 0
                    [mu] => 1280
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::hydrateAll==>Symfony\Bridge\Doctrine\ContainerAwareEventManager::addEventListener] => Array
                (
                    [ct] => 13
                    [wt] => 242
                    [cpu] => 0
                    [mu] => 16312
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\ObjectHydrator::prepare==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::resultSetMapping] => Array
                (
                    [ct] => 12
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::hydrateAll==>Doctrine\ORM\Internal\Hydration\ObjectHydrator::prepare] => Array
                (
                    [ct] => 6
                    [wt] => 37
                    [cpu] => 0
                    [mu] => 8096
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\ObjectHydrator::hydrateAllData==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::statement] => Array
                (
                    [ct] => 10
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\DBAL\Driver\Mysqli\Result::fetchNumeric==>mysqli_stmt::fetch] => Array
                (
                    [ct] => 103
                    [wt] => 167
                    [cpu] => 0
                    [mu] => 40384
                    [pmu] => 20424
                )

            [Doctrine\DBAL\Driver\Mysqli\Result::fetchAssociative==>Doctrine\DBAL\Driver\Mysqli\Result::fetchNumeric] => Array
                (
                    [ct] => 103
                    [wt] => 438
                    [cpu] => 0
                    [mu] => 75368
                    [pmu] => 20656
                )

            [Doctrine\DBAL\Driver\Mysqli\Result::fetchAssociative==>array_combine] => Array
                (
                    [ct] => 90
                    [wt] => 114
                    [cpu] => 0
                    [mu] => 64168
                    [pmu] => 36328
                )

            [Doctrine\DBAL\Result::fetchAssociative==>Doctrine\DBAL\Driver\Mysqli\Result::fetchAssociative] => Array
                (
                    [ct] => 103
                    [wt] => 859
                    [cpu] => 0
                    [mu] => 140264
                    [pmu] => 56984
                )

            [Doctrine\ORM\Internal\Hydration\ObjectHydrator::hydrateAllData==>Doctrine\DBAL\Result::fetchAssociative] => Array
                (
                    [ct] => 10
                    [wt] => 110
                    [cpu] => 0
                    [mu] => 30808
                    [pmu] => 21144
                )

            [Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::normalizeClassName==>ltrim] => Array
                (
                    [ct] => 301
                    [wt] => 155
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::getMetadataFor==>Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::normalizeClassName] => Array
                (
                    [ct] => 301
                    [wt] => 655
                    [cpu] => 0
                    [mu] => 1312
                    [pmu] => 0
                )

            [Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::getMetadataFor==>class_exists] => Array
                (
                    [ct] => 40
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::getMetadataFor==>ReflectionClass::__construct] => Array
                (
                    [ct] => 20
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::getMetadataFor==>ReflectionClass::isAnonymous] => Array
                (
                    [ct] => 20
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 248
                )

            [Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::getRealClass==>Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::createDefaultProxyClassNameResolver] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 856
                    [pmu] => 480
                )

            [Doctrine\Persistence\Mapping\ProxyClassNameResolver@anonymous::resolveClassName==>strrpos] => Array
                (
                    [ct] => 20
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 384
                )

            [Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::getRealClass==>Doctrine\Persistence\Mapping\ProxyClassNameResolver@anonymous::resolveClassName] => Array
                (
                    [ct] => 20
                    [wt] => 60
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 1072
                )

            [Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::getMetadataFor==>Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::getRealClass] => Array
                (
                    [ct] => 20
                    [wt] => 118
                    [cpu] => 0
                    [mu] => 2976
                    [pmu] => 3048
                )

            [Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::getCacheKey==>str_replace] => Array
                (
                    [ct] => 20
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 2264
                    [pmu] => 408
                )

            [Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::getMetadataFor==>Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::getCacheKey] => Array
                (
                    [ct] => 20
                    [wt] => 56
                    [cpu] => 0
                    [mu] => 3280
                    [pmu] => 1152
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::initialize==>is_file] => Array
                (
                    [ct] => 5
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::getItem==>Symfony\Component\Cache\Adapter\PhpArrayAdapter::initialize] => Array
                (
                    [ct] => 5
                    [wt] => 53
                    [cpu] => 0
                    [mu] => 26312
                    [pmu] => 22280
                )

            [Symfony\Component\VarExporter\Internal\Registry::getClassReflector==>class_exists] => Array
                (
                    [ct] => 14
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Symfony\Component\VarExporter\Internal\Registry::getClassReflector==>ReflectionClass::__construct] => Array
                (
                    [ct] => 14
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Symfony\Component\VarExporter\Internal\Registry::getClassReflector==>ReflectionClass::newInstanceWithoutConstructor] => Array
                (
                    [ct] => 14
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 4464
                    [pmu] => 1720
                )

            [Symfony\Component\VarExporter\Internal\Registry::p==>Symfony\Component\VarExporter\Internal\Registry::getClassReflector] => Array
                (
                    [ct] => 14
                    [wt] => 98
                    [cpu] => 0
                    [mu] => 9904
                    [pmu] => 8168
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/main_metadata_php:768}==>Symfony\Component\VarExporter\Internal\Registry::p] => Array
                (
                    [ct] => 4
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 5912
                    [pmu] => 6016
                )

            [Symfony\Component\VarExporter\Internal\Hydrator::hydrate==>Symfony\Component\VarExporter\Internal\Hydrator::getHydrator] => Array
                (
                    [ct] => 2
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 4528
                    [pmu] => 2912
                )

            [Symfony\Component\VarExporter\Internal\Hydrator::hydrate==>Symfony\Component\VarExporter\Internal\Hydrator::{closure:Symfony\Component\VarExporter\Internal\Hydrator::getHydrator():57}] => Array
                (
                    [ct] => 18
                    [wt] => 137
                    [cpu] => 0
                    [mu] => 8104
                    [pmu] => 3016
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/main_metadata_php:768}==>Symfony\Component\VarExporter\Internal\Hydrator::hydrate] => Array
                (
                    [ct] => 1
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 2976
                    [pmu] => 2720
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::getItem==>Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/main_metadata_php:768}] => Array
                (
                    [ct] => 1
                    [wt] => 64
                    [cpu] => 0
                    [mu] => 16344
                    [pmu] => 17848
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::getItem==>Symfony\Component\Cache\CacheItem::{closure:Symfony\Component\Cache\Adapter\PhpArrayAdapter::__construct():53}] => Array
                (
                    [ct] => 18
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 4152
                    [pmu] => 0
                )

            [Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::getMetadataFor==>Symfony\Component\Cache\Adapter\PhpArrayAdapter::getItem] => Array
                (
                    [ct] => 18
                    [wt] => 826
                    [cpu] => 0
                    [mu] => 184944
                    [pmu] => 167624
                )

            [Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::getMetadataFor==>Symfony\Component\Cache\CacheItem::get] => Array
                (
                    [ct] => 20
                    [wt] => 13
                    [cpu] => 819
                    [mu] => 632
                    [pmu] => 16
                )

            [Doctrine\Persistence\Mapping\RuntimeReflectionService::__construct==>phpversion] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 712
                    [pmu] => 360
                )

            [Doctrine\Persistence\Mapping\RuntimeReflectionService::__construct==>version_compare] => Array
                (
                    [ct] => 4
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::getReflectionService==>Doctrine\Persistence\Mapping\RuntimeReflectionService::__construct] => Array
                (
                    [ct] => 4
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 1960
                    [pmu] => 1704
                )

            [Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::getMetadataFor==>Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::getReflectionService] => Array
                (
                    [ct] => 20
                    [wt] => 49
                    [cpu] => 0
                    [mu] => 2912
                    [pmu] => 2488
                )

            [Doctrine\Persistence\Mapping\RuntimeReflectionService::getClass==>ReflectionClass::__construct] => Array
                (
                    [ct] => 20
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\Mapping\ClassMetadata::wakeupReflection==>Doctrine\Persistence\Mapping\RuntimeReflectionService::getClass] => Array
                (
                    [ct] => 20
                    [wt] => 49
                    [cpu] => 0
                    [mu] => 3216
                    [pmu] => 1136
                )

            [Doctrine\ORM\Mapping\ClassMetadata::wakeupReflection==>Doctrine\ORM\Mapping\LegacyReflectionFields::__construct] => Array
                (
                    [ct] => 20
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\PropertyAccessorFactory::createPropertyAccessor==>ReflectionProperty::__construct] => Array
                (
                    [ct] => 184
                    [wt] => 124
                    [cpu] => 0
                    [mu] => 3576
                    [pmu] => 392
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\RawValuePropertyAccessor::fromReflectionProperty==>ReflectionProperty::getName] => Array
                (
                    [ct] => 184
                    [wt] => 96
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\RawValuePropertyAccessor::fromReflectionProperty==>ReflectionProperty::isPrivate] => Array
                (
                    [ct] => 184
                    [wt] => 90
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\RawValuePropertyAccessor::fromReflectionProperty==>ReflectionProperty::isProtected] => Array
                (
                    [ct] => 30
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\RawValuePropertyAccessor::fromReflectionProperty==>Doctrine\ORM\Mapping\PropertyAccessors\RawValuePropertyAccessor::__construct] => Array
                (
                    [ct] => 184
                    [wt] => 131
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\PropertyAccessorFactory::createPropertyAccessor==>Doctrine\ORM\Mapping\PropertyAccessors\RawValuePropertyAccessor::fromReflectionProperty] => Array
                (
                    [ct] => 184
                    [wt] => 1884
                    [cpu] => 70
                    [mu] => 35072
                    [pmu] => 23592
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\PropertyAccessorFactory::createPropertyAccessor==>ReflectionProperty::hasType] => Array
                (
                    [ct] => 184
                    [wt] => 87
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\PropertyAccessorFactory::createPropertyAccessor==>ReflectionProperty::getType] => Array
                (
                    [ct] => 184
                    [wt] => 147
                    [cpu] => 0
                    [mu] => 36152
                    [pmu] => 16544
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\PropertyAccessorFactory::createPropertyAccessor==>ReflectionType::allowsNull] => Array
                (
                    [ct] => 184
                    [wt] => 134
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\PropertyAccessorFactory::createPropertyAccessor==>ReflectionProperty::isReadOnly] => Array
                (
                    [ct] => 184
                    [wt] => 102
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Mapping\ClassMetadata::wakeupReflection==>Doctrine\ORM\Mapping\PropertyAccessors\PropertyAccessorFactory::createPropertyAccessor] => Array
                (
                    [ct] => 184
                    [wt] => 4815
                    [cpu] => 1308
                    [mu] => 96096
                    [pmu] => 58840
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\TypedNoDefaultPropertyAccessor::__construct==>ReflectionProperty::hasType] => Array
                (
                    [ct] => 125
                    [wt] => 67
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\TypedNoDefaultPropertyAccessor::__construct==>ReflectionProperty::getType] => Array
                (
                    [ct] => 125
                    [wt] => 69
                    [cpu] => 0
                    [mu] => 13632
                    [pmu] => 480
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\TypedNoDefaultPropertyAccessor::__construct==>ReflectionType::allowsNull] => Array
                (
                    [ct] => 125
                    [wt] => 78
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\PropertyAccessorFactory::createPropertyAccessor==>Doctrine\ORM\Mapping\PropertyAccessors\TypedNoDefaultPropertyAccessor::__construct] => Array
                (
                    [ct] => 125
                    [wt] => 739
                    [cpu] => 0
                    [mu] => 2784
                    [pmu] => 11568
                )

            [Doctrine\ORM\Mapping\ClassMetadataFactory::wakeupReflection==>Doctrine\ORM\Mapping\ClassMetadata::wakeupReflection] => Array
                (
                    [ct] => 20
                    [wt] => 5272
                    [cpu] => 1308
                    [mu] => 118152
                    [pmu] => 64720
                )

            [Doctrine\ORM\Mapping\ClassMetadataFactory::wakeupReflection==>Doctrine\ORM\Mapping\PropertyAccessors\RawValuePropertyAccessor::getUnderlyingReflector] => Array
                (
                    [ct] => 59
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Doctrine\ORM\Mapping\ClassMetadataFactory::wakeupReflection==>ReflectionProperty::isVirtual] => Array
                (
                    [ct] => 184
                    [wt] => 95
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\Mapping\ClassMetadataFactory::wakeupReflection==>Doctrine\ORM\Mapping\PropertyAccessors\TypedNoDefaultPropertyAccessor::getUnderlyingReflector] => Array
                (
                    [ct] => 114
                    [wt] => 60
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::getMetadataFor==>Doctrine\ORM\Mapping\ClassMetadataFactory::wakeupReflection] => Array
                (
                    [ct] => 20
                    [wt] => 5911
                    [cpu] => 1308
                    [mu] => 124304
                    [pmu] => 69088
                )

            [Doctrine\ORM\EntityManager::getClassMetadata==>Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::getMetadataFor] => Array
                (
                    [ct] => 300
                    [wt] => 8789
                    [cpu] => 2202
                    [mu] => 394112
                    [pmu] => 374632
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::getClassMetadata==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 13
                    [wt] => 513
                    [cpu] => 0
                    [mu] => 66216
                    [pmu] => 63056
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::hydrateColumnInfo==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::getClassMetadata] => Array
                (
                    [ct] => 112
                    [wt] => 529
                    [cpu] => 0
                    [mu] => 68448
                    [pmu] => 64160
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::hydrateColumnInfo==>in_array] => Array
                (
                    [ct] => 106
                    [wt] => 64
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 488
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::hydrateColumnInfo==>Doctrine\DBAL\Types\Type::getType] => Array
                (
                    [ct] => 112
                    [wt] => 453
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 1944
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::gatherRowData==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::hydrateColumnInfo] => Array
                (
                    [ct] => 55
                    [wt] => 970
                    [cpu] => 0
                    [mu] => 94560
                    [pmu] => 76088
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::gatherRowData==>Doctrine\DBAL\Types\IntegerType::convertToPHPValue] => Array
                (
                    [ct] => 13
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::gatherRowData==>Doctrine\DBAL\Types\Type::convertToPHPValue] => Array
                (
                    [ct] => 16
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 216
                )

            [Doctrine\DBAL\Types\BooleanType::convertToPHPValue==>Doctrine\DBAL\Platforms\AbstractPlatform::convertFromBoolean] => Array
                (
                    [ct] => 23
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 312
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::gatherRowData==>Doctrine\DBAL\Types\BooleanType::convertToPHPValue] => Array
                (
                    [ct] => 11
                    [wt] => 37
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 928
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::gatherRowData==>Doctrine\DBAL\Types\TextType::convertToPHPValue] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 216
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::gatherRowData==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::resultSetMapping] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::gatherRowData==>array_keys] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 488
                )

            [Doctrine\ORM\Internal\Hydration\ObjectHydrator::hydrateRowData==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::gatherRowData] => Array
                (
                    [ct] => 4
                    [wt] => 1315
                    [cpu] => 0
                    [mu] => 134296
                    [pmu] => 86808
                )

            [Doctrine\ORM\Internal\Hydration\ObjectHydrator::hydrateRowData==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::resultSetMapping] => Array
                (
                    [ct] => 20
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Internal\Hydration\ObjectHydrator::getEntity==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::resultSetMapping] => Array
                (
                    [ct] => 11
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/main_metadata_php:239}==>Symfony\Component\VarExporter\Internal\Registry::p] => Array
                (
                    [ct] => 5
                    [wt] => 37
                    [cpu] => 0
                    [mu] => 2936
                    [pmu] => 3016
                )

            [Symfony\Component\VarExporter\Internal\Hydrator::getHydrator==>class_exists] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\VarExporter\Internal\Hydrator::getHydrator==>ReflectionClass::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\VarExporter\Internal\Hydrator::getHydrator==>ReflectionClass::isInternal] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Symfony\Component\VarExporter\Internal\Hydrator::getHydrator==>Closure::bindTo] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 984
                    [pmu] => 728
                )

            [Symfony\Component\VarExporter\Internal\Hydrator::hydrate==>Doctrine\ORM\Mapping\AssociationMapping::{closure:Symfony\Component\VarExporter\Internal\Hydrator::getHydrator():57}] => Array
                (
                    [ct] => 11
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 5472
                    [pmu] => 1776
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/main_metadata_php:239}==>Symfony\Component\VarExporter\Internal\Hydrator::hydrate] => Array
                (
                    [ct] => 1
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 4480
                    [pmu] => 5024
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::getItem==>Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/main_metadata_php:239}] => Array
                (
                    [ct] => 1
                    [wt] => 86
                    [cpu] => 0
                    [mu] => 25424
                    [pmu] => 30504
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\RawValuePropertyAccessor::fromReflectionProperty==>ReflectionProperty::getDeclaringClass] => Array
                (
                    [ct] => 154
                    [wt] => 101
                    [cpu] => 0
                    [mu] => 15416
                    [pmu] => 0
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\RawValuePropertyAccessor::fromReflectionProperty==>ReflectionClass::getName] => Array
                (
                    [ct] => 154
                    [wt] => 78
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\RawValuePropertyAccessor::fromReflectionProperty==>ltrim] => Array
                (
                    [ct] => 154
                    [wt] => 71
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\Mapping\ClassMetadata::wakeupReflection==>Doctrine\ORM\Mapping\PropertyAccessors\EmbeddablePropertyAccessor::__construct] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 200
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\EmbeddablePropertyAccessor::getUnderlyingReflector==>Doctrine\ORM\Mapping\PropertyAccessors\TypedNoDefaultPropertyAccessor::getUnderlyingReflector] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Doctrine\ORM\Mapping\ClassMetadataFactory::wakeupReflection==>Doctrine\ORM\Mapping\PropertyAccessors\EmbeddablePropertyAccessor::getUnderlyingReflector] => Array
                (
                    [ct] => 4
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 2184
                    [pmu] => 648
                )

            [Doctrine\ORM\UnitOfWork::createEntity==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 105
                    [wt] => 3650
                    [cpu] => 2202
                    [mu] => 113552
                    [pmu] => 116704
                )

            [Doctrine\ORM\UnitOfWork::createEntity==>Doctrine\ORM\Utility\IdentifierFlattener::flattenIdentifier] => Array
                (
                    [ct] => 90
                    [wt] => 128
                    [cpu] => 0
                    [mu] => 34440
                    [pmu] => 720
                )

            [Doctrine\ORM\UnitOfWork::getIdHashByIdentifier==>implode] => Array
                (
                    [ct] => 194
                    [wt] => 151
                    [cpu] => 0
                    [mu] => 9016
                    [pmu] => 344
                )

            [Doctrine\ORM\UnitOfWork::createEntity==>Doctrine\ORM\UnitOfWork::getIdHashByIdentifier] => Array
                (
                    [ct] => 95
                    [wt] => 230
                    [cpu] => 0
                    [mu] => 5368
                    [pmu] => 992
                )

            [Doctrine\Instantiator\Instantiator::getReflectionClass==>class_exists] => Array
                (
                    [ct] => 7
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Doctrine\Instantiator\Instantiator::getReflectionClass==>enum_exists] => Array
                (
                    [ct] => 7
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Doctrine\Instantiator\Instantiator::getReflectionClass==>ReflectionClass::__construct] => Array
                (
                    [ct] => 7
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\Instantiator\Instantiator::getReflectionClass==>ReflectionClass::isAbstract] => Array
                (
                    [ct] => 7
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\Instantiator\Instantiator::buildFactory==>Doctrine\Instantiator\Instantiator::getReflectionClass] => Array
                (
                    [ct] => 7
                    [wt] => 70
                    [cpu] => 0
                    [mu] => 3864
                    [pmu] => 3184
                )

            [Doctrine\Instantiator\Instantiator::hasInternalAncestors==>ReflectionClass::isInternal] => Array
                (
                    [ct] => 8
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\Instantiator\Instantiator::hasInternalAncestors==>ReflectionClass::getParentClass] => Array
                (
                    [ct] => 8
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Doctrine\Instantiator\Instantiator::isInstantiableViaReflection==>Doctrine\Instantiator\Instantiator::hasInternalAncestors] => Array
                (
                    [ct] => 7
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 1944
                    [pmu] => 1744
                )

            [Doctrine\Instantiator\Instantiator::buildFactory==>Doctrine\Instantiator\Instantiator::isInstantiableViaReflection] => Array
                (
                    [ct] => 7
                    [wt] => 57
                    [cpu] => 0
                    [mu] => 2640
                    [pmu] => 2496
                )

            [Doctrine\Instantiator\Instantiator::buildAndCacheFromFactory==>Doctrine\Instantiator\Instantiator::buildFactory] => Array
                (
                    [ct] => 7
                    [wt] => 168
                    [cpu] => 0
                    [mu] => 8776
                    [pmu] => 6992
                )

            [Doctrine\Instantiator\Instantiator::buildAndCacheFromFactory==>ReflectionClass::newInstanceWithoutConstructor] => Array
                (
                    [ct] => 7
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 2544
                    [pmu] => 824
                )

            [Doctrine\Instantiator\Instantiator::buildAndCacheFromFactory==>ReflectionClass::__construct] => Array
                (
                    [ct] => 7
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\Instantiator\Instantiator::isSafeToClone==>ReflectionClass::isCloneable] => Array
                (
                    [ct] => 7
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\Instantiator\Instantiator::isSafeToClone==>ReflectionClass::hasMethod] => Array
                (
                    [ct] => 7
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\Instantiator\Instantiator::isSafeToClone==>ReflectionClass::isSubclassOf] => Array
                (
                    [ct] => 7
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\Instantiator\Instantiator::buildAndCacheFromFactory==>Doctrine\Instantiator\Instantiator::isSafeToClone] => Array
                (
                    [ct] => 7
                    [wt] => 57
                    [cpu] => 0
                    [mu] => 2576
                    [pmu] => 2376
                )

            [Doctrine\Instantiator\Instantiator::instantiate==>Doctrine\Instantiator\Instantiator::buildAndCacheFromFactory] => Array
                (
                    [ct] => 7
                    [wt] => 298
                    [cpu] => 0
                    [mu] => 18048
                    [pmu] => 13792
                )

            [Doctrine\ORM\Mapping\ClassMetadata::newInstance==>Doctrine\Instantiator\Instantiator::instantiate] => Array
                (
                    [ct] => 88
                    [wt] => 362
                    [cpu] => 0
                    [mu] => 36912
                    [pmu] => 14584
                )

            [Doctrine\ORM\UnitOfWork::createEntity==>Doctrine\ORM\Mapping\ClassMetadata::newInstance] => Array
                (
                    [ct] => 88
                    [wt] => 508
                    [cpu] => 0
                    [mu] => 37560
                    [pmu] => 21072
                )

            [Doctrine\ORM\UnitOfWork::createEntity==>spl_object_id] => Array
                (
                    [ct] => 90
                    [wt] => 52
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 472
                )

            [Doctrine\ORM\UnitOfWork::registerManaged==>spl_object_id] => Array
                (
                    [ct] => 94
                    [wt] => 57
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Doctrine\ORM\UnitOfWork::addToIdentityMap==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 96
                    [wt] => 526
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 17152
                )

            [Doctrine\ORM\UnitOfWork::getIdHashByEntity==>spl_object_id] => Array
                (
                    [ct] => 96
                    [wt] => 56
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Doctrine\ORM\UnitOfWork::getIdHashByEntity==>in_array] => Array
                (
                    [ct] => 96
                    [wt] => 57
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [Doctrine\ORM\UnitOfWork::getIdHashByEntity==>Doctrine\ORM\UnitOfWork::getIdHashByIdentifier] => Array
                (
                    [ct] => 96
                    [wt] => 213
                    [cpu] => 0
                    [mu] => 4800
                    [pmu] => 376
                )

            [Doctrine\ORM\UnitOfWork::addToIdentityMap==>Doctrine\ORM\UnitOfWork::getIdHashByEntity] => Array
                (
                    [ct] => 96
                    [wt] => 680
                    [cpu] => 0
                    [mu] => 6696
                    [pmu] => 2272
                )

            [Doctrine\ORM\UnitOfWork::registerManaged==>Doctrine\ORM\UnitOfWork::addToIdentityMap] => Array
                (
                    [ct] => 94
                    [wt] => 1472
                    [cpu] => 0
                    [mu] => 19456
                    [pmu] => 37232
                )

            [Doctrine\ORM\UnitOfWork::createEntity==>Doctrine\ORM\UnitOfWork::registerManaged] => Array
                (
                    [ct] => 92
                    [wt] => 1751
                    [cpu] => 0
                    [mu] => 46376
                    [pmu] => 71656
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\RawValuePropertyAccessor::setValue==>ReflectionProperty::setRawValueWithoutLazyInitialization] => Array
                (
                    [ct] => 938
                    [wt] => 586
                    [cpu] => 0
                    [mu] => 752
                    [pmu] => 376
                )

            [Doctrine\ORM\UnitOfWork::createEntity==>Doctrine\ORM\Mapping\PropertyAccessors\RawValuePropertyAccessor::setValue] => Array
                (
                    [ct] => 114
                    [wt] => 268
                    [cpu] => 0
                    [mu] => 1368
                    [pmu] => 1264
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\TypedNoDefaultPropertyAccessor::setValue==>Doctrine\ORM\Mapping\PropertyAccessors\RawValuePropertyAccessor::setValue] => Array
                (
                    [ct] => 820
                    [wt] => 1860
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 1704
                )

            [Doctrine\ORM\UnitOfWork::createEntity==>Doctrine\ORM\Mapping\PropertyAccessors\TypedNoDefaultPropertyAccessor::setValue] => Array
                (
                    [ct] => 404
                    [wt] => 1614
                    [cpu] => 0
                    [mu] => 6456
                    [pmu] => 7704
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/main_metadata_php:4739}==>Symfony\Component\VarExporter\Internal\Registry::p] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 984
                    [pmu] => 728
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/main_metadata_php:4739}==>Symfony\Component\VarExporter\Internal\Hydrator::hydrate] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::getItem==>Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/main_metadata_php:4739}] => Array
                (
                    [ct] => 1
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 5944
                    [pmu] => 7448
                )

            [Doctrine\ORM\UnitOfWork::createEntity==>Doctrine\ORM\Mapping\AssociationMapping::isToOne] => Array
                (
                    [ct] => 15
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::createEntity==>Doctrine\ORM\Mapping\AssociationMapping::isOwningSide] => Array
                (
                    [ct] => 6
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 336
                )

            [Doctrine\ORM\UnitOfWork::createEntity==>Doctrine\ORM\Mapping\ClassMetadata::getFieldForColumn] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\UnitOfWork::createEntity==>in_array] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 472
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\TypedNoDefaultPropertyAccessor::setValue==>ReflectionProperty::getName] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\TypedNoDefaultPropertyAccessor::setValue==>ReflectionProperty::getDeclaringClass] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 728
                    [pmu] => 472
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\TypedNoDefaultPropertyAccessor::setValue==>ReflectionClass::getName] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\TypedNoDefaultPropertyAccessor::setValue==>Closure::bindTo] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1376
                    [pmu] => 1120
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\TypedNoDefaultPropertyAccessor::setValue==>GameDev\Platform\Entity\Catalog\Aggregator::{closure:Doctrine\ORM\Mapping\PropertyAccessors\TypedNoDefaultPropertyAccessor::setValue():43}] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 728
                    [pmu] => 472
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/main_metadata_php:2898}==>Symfony\Component\VarExporter\Internal\Registry::p] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 984
                    [pmu] => 728
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/main_metadata_php:2898}==>Symfony\Component\VarExporter\Internal\Hydrator::hydrate] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::getItem==>Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/main_metadata_php:2898}] => Array
                (
                    [ct] => 1
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 5816
                    [pmu] => 7320
                )

            [Doctrine\ORM\UnitOfWork::createEntity==>Doctrine\Common\Collections\ArrayCollection::__construct] => Array
                (
                    [ct] => 9
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::createEntity==>Doctrine\ORM\PersistentCollection::__construct] => Array
                (
                    [ct] => 9
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\PersistentCollection::setOwner==>Doctrine\ORM\Mapping\AssociationMapping::isOwningSide] => Array
                (
                    [ct] => 9
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\UnitOfWork::createEntity==>Doctrine\ORM\PersistentCollection::setOwner] => Array
                (
                    [ct] => 9
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 1248
                    [pmu] => 1184
                )

            [Doctrine\ORM\UnitOfWork::createEntity==>Doctrine\ORM\PersistentCollection::setInitialized] => Array
                (
                    [ct] => 9
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/main_metadata_php:2490}==>Symfony\Component\VarExporter\Internal\Hydrator::hydrate] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::getItem==>Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/main_metadata_php:2490}] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 4768
                    [pmu] => 6272
                )

            [Doctrine\ORM\Event\ListenersInvoker::getSubscribedSystems==>Symfony\Bridge\Doctrine\ContainerAwareEventManager::hasListeners] => Array
                (
                    [ct] => 97
                    [wt] => 59
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 160
                )

            [Doctrine\ORM\Internal\HydrationCompleteHandler::deferPostLoadInvoking==>Doctrine\ORM\Event\ListenersInvoker::getSubscribedSystems] => Array
                (
                    [ct] => 90
                    [wt] => 229
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 760
                )

            [Doctrine\ORM\UnitOfWork::createEntity==>Doctrine\ORM\Internal\HydrationCompleteHandler::deferPostLoadInvoking] => Array
                (
                    [ct] => 90
                    [wt] => 408
                    [cpu] => 0
                    [mu] => 2024
                    [pmu] => 1360
                )

            [Doctrine\ORM\Internal\Hydration\ObjectHydrator::getEntity==>Doctrine\ORM\UnitOfWork::createEntity] => Array
                (
                    [ct] => 4
                    [wt] => 4279
                    [cpu] => 2202
                    [mu] => 177728
                    [pmu] => 155680
                )

            [Doctrine\ORM\Internal\Hydration\ObjectHydrator::hydrateRowData==>Doctrine\ORM\Internal\Hydration\ObjectHydrator::getEntity] => Array
                (
                    [ct] => 4
                    [wt] => 4312
                    [cpu] => 2202
                    [mu] => 179400
                    [pmu] => 157864
                )

            [Doctrine\ORM\Internal\Hydration\ObjectHydrator::hydrateAllData==>Doctrine\ORM\Internal\Hydration\ObjectHydrator::hydrateRowData] => Array
                (
                    [ct] => 4
                    [wt] => 5716
                    [cpu] => 2202
                    [mu] => 320088
                    [pmu] => 247240
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::hydrateAll==>Doctrine\ORM\Internal\Hydration\ObjectHydrator::hydrateAllData] => Array
                (
                    [ct] => 6
                    [wt] => 5882
                    [cpu] => 2202
                    [mu] => 340056
                    [pmu] => 268448
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::cleanup==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::statement] => Array
                (
                    [ct] => 13
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\DBAL\Driver\Mysqli\Result::free==>mysqli_stmt::free_result] => Array
                (
                    [ct] => 13
                    [wt] => 29
                    [cpu] => 0
                    [mu] => -45624
                    [pmu] => 0
                )

            [Doctrine\DBAL\Result::free==>Doctrine\DBAL\Driver\Mysqli\Result::free] => Array
                (
                    [ct] => 13
                    [wt] => 56
                    [cpu] => 0
                    [mu] => -44992
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::cleanup==>Doctrine\DBAL\Result::free] => Array
                (
                    [ct] => 13
                    [wt] => 82
                    [cpu] => 0
                    [mu] => -44344
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::cleanup==>Doctrine\ORM\EntityManager::getEventManager] => Array
                (
                    [ct] => 13
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Bridge\Doctrine\ContainerAwareEventManager::removeEventListener==>Symfony\Bridge\Doctrine\ContainerAwareEventManager::getHash] => Array
                (
                    [ct] => 13
                    [wt] => 33
                    [cpu] => 0
                    [mu] => 1464
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::cleanup==>Symfony\Bridge\Doctrine\ContainerAwareEventManager::removeEventListener] => Array
                (
                    [ct] => 13
                    [wt] => 82
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\ObjectHydrator::cleanup==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::cleanup] => Array
                (
                    [ct] => 6
                    [wt] => 115
                    [cpu] => 0
                    [mu] => -63352
                    [pmu] => 16
                )

            [Doctrine\ORM\Internal\Hydration\ObjectHydrator::cleanup==>Doctrine\ORM\UnitOfWork::triggerEagerLoads] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::hydrationComplete==>Doctrine\ORM\Internal\HydrationCompleteHandler::hydrationComplete] => Array
                (
                    [ct] => 13
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\ObjectHydrator::cleanup==>Doctrine\ORM\UnitOfWork::hydrationComplete] => Array
                (
                    [ct] => 6
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 1296
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::hydrateAll==>Doctrine\ORM\Internal\Hydration\ObjectHydrator::cleanup] => Array
                (
                    [ct] => 6
                    [wt] => 173
                    [cpu] => 0
                    [mu] => -66032
                    [pmu] => 16
                )

            [Doctrine\ORM\AbstractQuery::executeIgnoreQueryCache==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::hydrateAll] => Array
                (
                    [ct] => 6
                    [wt] => 6250
                    [cpu] => 2202
                    [mu] => 292768
                    [pmu] => 268464
                )

            [Doctrine\ORM\AbstractQuery::executeIgnoreQueryCache==>Doctrine\ORM\AbstractQuery::{closure:Doctrine\ORM\AbstractQuery::executeIgnoreQueryCache():912}] => Array
                (
                    [ct] => 7
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Doctrine\ORM\AbstractQuery::execute==>Doctrine\ORM\AbstractQuery::executeIgnoreQueryCache] => Array
                (
                    [ct] => 7
                    [wt] => 26074
                    [cpu] => 16868
                    [mu] => 643560
                    [pmu] => 703224
                )

            [Doctrine\ORM\AbstractQuery::getSingleResult==>Doctrine\ORM\AbstractQuery::execute] => Array
                (
                    [ct] => 1
                    [wt] => 7495
                    [cpu] => 2011
                    [mu] => 300280
                    [pmu] => 324600
                )

            [Doctrine\ORM\AbstractQuery::getSingleResult==>array_shift] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\Service\SystemProvider::getSystemById==>Doctrine\ORM\AbstractQuery::getSingleResult] => Array
                (
                    [ct] => 1
                    [wt] => 7504
                    [cpu] => 2011
                    [mu] => 301640
                    [pmu] => 324624
                )

            [GameDev\Platform\Legacy\Service\SystemProvider::getSystemById==>Doctrine\ORM\EntityManager::getUnitOfWork] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::doDetach==>spl_object_id] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::getEntityState==>spl_object_id] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::doDetach==>Doctrine\ORM\UnitOfWork::getEntityState] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1200
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::isInIdentityMap==>spl_object_id] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::isInIdentityMap==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::isInIdentityMap==>Doctrine\ORM\UnitOfWork::getIdHashByIdentifier] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::doDetach==>Doctrine\ORM\UnitOfWork::isInIdentityMap] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 2560
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::removeFromIdentityMap==>spl_object_id] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::removeFromIdentityMap==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::removeFromIdentityMap==>Doctrine\ORM\UnitOfWork::getIdHashByIdentifier] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::doDetach==>Doctrine\ORM\UnitOfWork::removeFromIdentityMap] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 2576
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::cascadeDetach==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\ORM\Mapping\AssociationMapping::isCascadeDetach==>in_array] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::{closure:Doctrine\ORM\UnitOfWork::cascadeDetach():2078}==>Doctrine\ORM\Mapping\AssociationMapping::isCascadeDetach] => Array
                (
                    [ct] => 3
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1296
                    [pmu] => 0
                )

            [array_filter==>Doctrine\ORM\UnitOfWork::{closure:Doctrine\ORM\UnitOfWork::cascadeDetach():2078}] => Array
                (
                    [ct] => 3
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 1960
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::cascadeDetach==>array_filter] => Array
                (
                    [ct] => 1
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 2632
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::doDetach==>Doctrine\ORM\UnitOfWork::cascadeDetach] => Array
                (
                    [ct] => 1
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 3928
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::detach==>Doctrine\ORM\UnitOfWork::doDetach] => Array
                (
                    [ct] => 1
                    [wt] => 65
                    [cpu] => 0
                    [mu] => 11056
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\Service\SystemProvider::getSystemById==>Doctrine\ORM\UnitOfWork::detach] => Array
                (
                    [ct] => 1
                    [wt] => 67
                    [cpu] => 0
                    [mu] => 11752
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\Service\SystemProvider::getSystemById==>GameDev\Platform\Legacy\Model\System::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\Service\Utils\RequestSystemResolver::getSystem==>GameDev\Platform\Legacy\Service\SystemProvider::getSystemById] => Array
                (
                    [ct] => 1
                    [wt] => 8890
                    [cpu] => 2011
                    [mu] => 522480
                    [pmu] => 525224
                )

            [GameDev\Platform\Legacy\Service\Utils\RequestSystemResolver::resolveRequestSystem==>GameDev\Platform\Legacy\Service\Utils\RequestSystemResolver::getSystem] => Array
                (
                    [ct] => 1
                    [wt] => 8901
                    [cpu] => 2011
                    [mu] => 507152
                    [pmu] => 525224
                )

            [GameDev\Platform\Legacy\Service\Utils\RequestSystemResolver::resolveRequestSystem==>Symfony\Component\HttpFoundation\Request::getRequestUri] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\Service\Utils\RequestSystemResolver::resolveRequestSystem==>str_starts_with] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\HttpFoundation\ParameterBag::getString==>Symfony\Component\HttpFoundation\ParameterBag::get] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\Service\Utils\RequestSystemResolver::addRestPrefixToRequestUri==>Symfony\Component\HttpFoundation\ParameterBag::getString] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1360
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\Service\Utils\RequestSystemResolver::addRestPrefixToRequestUri==>Symfony\Component\HttpFoundation\ParameterBag::set] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\Service\Utils\RequestSystemResolver::addRestPrefixToRequestUri==>Symfony\Component\HttpFoundation\ParameterBag::all] => Array
                (
                    [ct] => 6
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\Service\Utils\RequestSystemResolver::addRestPrefixToRequestUri==>Symfony\Component\HttpFoundation\Request::getContent] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\Service\Utils\RequestSystemResolver::addRestPrefixToRequestUri==>Symfony\Component\HttpFoundation\Request::initialize] => Array
                (
                    [ct] => 1
                    [wt] => 2188
                    [cpu] => 0
                    [mu] => 1280
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\Service\Utils\RequestSystemResolver::resolveRequestSystem==>GameDev\Platform\Legacy\Service\Utils\RequestSystemResolver::addRestPrefixToRequestUri] => Array
                (
                    [ct] => 1
                    [wt] => 2215
                    [cpu] => 0
                    [mu] => 5696
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\Service\Utils\RequestSystemResolver::resolveRequestSystem==>Symfony\Component\HttpFoundation\ParameterBag::set] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\Model\System::getId==>GameDev\Platform\Entity\Catalog\System::getId] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\Service\Utils\RequestSystemResolver::resolveRequestSystem==>GameDev\Platform\Legacy\Model\System::getId] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1296
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\Model\System::getName==>GameDev\Platform\Entity\Catalog\System::getName] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\Service\Utils\RequestSystemResolver::resolveRequestSystem==>GameDev\Platform\Legacy\Model\System::getName] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1296
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\Model\System::getTitle==>GameDev\Platform\Entity\Catalog\System::getTitle] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\Service\Utils\RequestSystemResolver::resolveRequestSystem==>GameDev\Platform\Legacy\Model\System::getTitle] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1296
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\Model\System::getType==>GameDev\Platform\Entity\Catalog\Aggregator::getTypeName] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\Model\System::getType==>GameDev\Platform\Legacy\Model\SystemType::from] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1776
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\Model\System::getTypeName==>GameDev\Platform\Legacy\Model\System::getType] => Array
                (
                    [ct] => 3
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 3512
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\Service\Utils\RequestSystemResolver::resolveRequestSystem==>GameDev\Platform\Legacy\Model\System::getTypeName] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 4208
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\Service\Utils\RequestSystemResolver::resolveRequestSystem==>Monolog\Logger::debug] => Array
                (
                    [ct] => 1
                    [wt] => 42
                    [cpu] => 0
                    [mu] => 1144
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\EventSubscriber\KernelEventSubscriber::resolveSystemForRequest==>GameDev\Platform\Legacy\Service\Utils\RequestSystemResolver::resolveRequestSystem] => Array
                (
                    [ct] => 1
                    [wt] => 15563
                    [cpu] => 7098
                    [mu] => 614448
                    [pmu] => 621120
                )

            [GameDev\Platform\Legacy\EventSubscriber\KernelEventSubscriber::resolveSystemForRequest==>Symfony\Component\HttpFoundation\ParameterBag::has] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\EventSubscriber\KernelEventSubscriber::resolveSystemForRequest==>Webmozart\Assert\Assert::true] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\EventSubscriber\KernelEventSubscriber::resolveSystemForRequest==>Symfony\Component\HttpFoundation\ParameterBag::get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\EventSubscriber\KernelEventSubscriber::resolveSystemForRequest==>GameDev\Platform\Legacy\Model\System::getEntity] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::getSystemForRequest==>GameDev\Platform\Legacy\EventSubscriber\KernelEventSubscriber::resolveSystemForRequest] => Array
                (
                    [ct] => 1
                    [wt] => 15584
                    [cpu] => 7098
                    [mu] => 616480
                    [pmu] => 621232
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::configureSentrySystemTags==>GameDev\Platform\Entity\Catalog\System::getName] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\Catalog\System::getDisplayableTypeName==>GameDev\Platform\Entity\Catalog\Aggregator::getTypeName] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::configureSentrySystemTags==>GameDev\Platform\Entity\Catalog\System::getDisplayableTypeName] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1360
                    [pmu] => 0
                )

            [Sentry\configureScope==>Sentry\SentrySdk::getCurrentHub] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Sentry\State\Hub::getScope==>Sentry\State\Hub::getStackTop] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Sentry\State\Hub::getScope==>Sentry\State\Layer::getScope] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Sentry\State\Hub::configureScope==>Sentry\State\Hub::getScope] => Array
                (
                    [ct] => 2
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 1832
                    [pmu] => 984
                )

            [Sentry\State\Scope::setTags==>array_merge] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 296
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::{closure:GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::configureSentrySystemTags():218}==>Sentry\State\Scope::setTags] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1344
                    [pmu] => 1088
                )

            [Sentry\State\Scope::setExtras==>array_merge] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 296
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::{closure:GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::configureSentrySystemTags():218}==>Sentry\State\Scope::setExtras] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1344
                    [pmu] => 1088
                )

            [Sentry\State\Hub::configureScope==>GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::{closure:GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::configureSentrySystemTags():218}] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 3544
                    [pmu] => 3288
                )

            [Sentry\configureScope==>Sentry\State\Hub::configureScope] => Array
                (
                    [ct] => 1
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 6072
                    [pmu] => 5168
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::configureSentrySystemTags==>Sentry\configureScope] => Array
                (
                    [ct] => 1
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 7384
                    [pmu] => 5800
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::getSystemForRequest==>GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::configureSentrySystemTags] => Array
                (
                    [ct] => 1
                    [wt] => 42
                    [cpu] => 0
                    [mu] => 10672
                    [pmu] => 5864
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::logRequest==>GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::getSystemForRequest] => Array
                (
                    [ct] => 1
                    [wt] => 15634
                    [cpu] => 7098
                    [mu] => 628320
                    [pmu] => 628064
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::initialize==>GameDev\Platform\Entity\Catalog\System::getId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::initialize==>GameDev\Platform\Entity\Catalog\System::getName] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::initialize==>GameDev\Platform\Entity\Catalog\System::getDisplayableTypeName] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Entity\Log\RequestResponse::__construct==>date_create] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 888
                    [pmu] => 632
                )

            [GameDev\Platform\Entity\Log\RequestResponse::__construct==>GameDev\Platform\Entity\Log\RequestResponse::setDateTime] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::initialize==>GameDev\Platform\Entity\Log\RequestResponse::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 2280
                    [pmu] => 2024
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::initialize==>GameDev\Platform\Entity\Catalog\System::isShouldLog] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::logRequest==>GameDev\Platform\Service\Shared\Log\RequestResponseLogger::initialize] => Array
                (
                    [ct] => 1
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 6240
                    [pmu] => 5984
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::logRequest==>Symfony\Component\HttpFoundation\ParameterBag::getString] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::logRequest==>GameDev\Platform\Entity\Log\RequestResponse::setReferer] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Helper\RequestHelper::extractRequestIp==>Symfony\Component\HttpFoundation\ParameterBag::getString] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::logRequest==>GameDev\Platform\Helper\RequestHelper::extractRequestIp] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 1072
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::logRequest==>GameDev\Platform\Entity\Log\RequestResponse::setRequestIp] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::logRequest==>Symfony\Component\HttpFoundation\Request::getHost] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::logRequest==>GameDev\Platform\Entity\Log\RequestResponse::setRequestHost] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::logRequest==>Symfony\Component\HttpFoundation\Request::getMethod] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::logRequest==>GameDev\Platform\Entity\Log\RequestResponse::setRequestMethod] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::logRequest==>Symfony\Component\HttpFoundation\Request::getContent] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::logRequest==>GameDev\Platform\Helper\StringHelper::trimForLog] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::logRequest==>GameDev\Platform\Entity\Log\RequestResponse::setRequestBody] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::filterRequestHeaders==>Symfony\Component\HttpFoundation\HeaderBag::all] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::{closure:GameDev\Platform\Service\Shared\Log\RequestResponseLogger::filterRequestHeaders():111}==>strtolower] => Array
                (
                    [ct] => 20
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::{closure:{closure:GameDev\Platform\Service\Shared\Log\RequestResponseLogger::filterRequestHeaders():111}:121}==>str_starts_with] => Array
                (
                    [ct] => 81
                    [wt] => 38
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [array_all==>GameDev\Platform\Service\Shared\Log\RequestResponseLogger::{closure:{closure:GameDev\Platform\Service\Shared\Log\RequestResponseLogger::filterRequestHeaders():111}:121}] => Array
                (
                    [ct] => 81
                    [wt] => 150
                    [cpu] => 0
                    [mu] => 1456
                    [pmu] => 1200
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::{closure:GameDev\Platform\Service\Shared\Log\RequestResponseLogger::filterRequestHeaders():111}==>array_all] => Array
                (
                    [ct] => 20
                    [wt] => 241
                    [cpu] => 0
                    [mu] => 2184
                    [pmu] => 3304
                )

            [array_filter==>GameDev\Platform\Service\Shared\Log\RequestResponseLogger::{closure:GameDev\Platform\Service\Shared\Log\RequestResponseLogger::filterRequestHeaders():111}] => Array
                (
                    [ct] => 20
                    [wt] => 298
                    [cpu] => 0
                    [mu] => 3672
                    [pmu] => 5152
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::filterRequestHeaders==>array_filter] => Array
                (
                    [ct] => 1
                    [wt] => 322
                    [cpu] => 0
                    [mu] => 5032
                    [pmu] => 5888
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::logRequest==>GameDev\Platform\Service\Shared\Log\RequestResponseLogger::filterRequestHeaders] => Array
                (
                    [ct] => 1
                    [wt] => 329
                    [cpu] => 0
                    [mu] => 6456
                    [pmu] => 6744
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::logRequest==>GameDev\Platform\Entity\Log\RequestResponse::setRequestHeaders] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 136
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::logRequest==>Symfony\Component\HttpFoundation\Request::getRequestUri] => Array
                (
                    [ct] => 1
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 456
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::logRequest==>GameDev\Platform\Entity\Log\RequestResponse::setRequestUri] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Utils\JaegerTraceIdExtractor::extractTraceId==>Symfony\Component\HttpFoundation\HeaderBag::all] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Utils\JaegerTraceIdExtractor::extractTraceId==>GameDev\Utils\Tracer\Services\JaegerTracer::extractSpanFromHeaders] => Array
                (
                    [ct] => 1
                    [wt] => 191
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 2008
                )

            [GameDev\Platform\Utils\JaegerTraceIdExtractor::extractTraceId==>is_numeric] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::logRequest==>GameDev\Platform\Utils\JaegerTraceIdExtractor::extractTraceId] => Array
                (
                    [ct] => 1
                    [wt] => 199
                    [cpu] => 0
                    [mu] => 2672
                    [pmu] => 2800
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::logRequest==>GameDev\Platform\Service\Shared\Log\RequestResponseLogger::logRequest] => Array
                (
                    [ct] => 1
                    [wt] => 624
                    [cpu] => 0
                    [mu] => 20360
                    [pmu] => 20104
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::logRequest] => Array
                (
                    [ct] => 7
                    [wt] => 16424
                    [cpu] => 7098
                    [mu] => 672280
                    [pmu] => 669384
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getValidator_BuilderService==>Symfony\Component\Validator\Validation::createValidatorBuilder] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 920
                    [pmu] => 648
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getValidator_BuilderService==>Symfony\Component\DependencyInjection\Argument\ServiceLocator::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 504
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getValidator_BuilderService==>Symfony\Component\Validator\ContainerConstraintValidatorFactory::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getValidator_BuilderService==>Symfony\Component\Validator\ValidatorBuilder::setConstraintValidatorFactory] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getValidator_BuilderService==>Symfony\Component\Validator\ValidatorBuilder::setGroupProviderLocator] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 296
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getValidator_BuilderService==>Symfony\Component\Validator\ValidatorBuilder::setTranslationDomain] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getValidator_BuilderService==>Symfony\Component\Validator\ValidatorBuilder::enableAttributeMapping] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getValidator_BuilderService==>Symfony\Component\Validator\ValidatorBuilder::addMethodMapping] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 880
                    [pmu] => 624
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCache_ValidatorService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getParameter] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCache_ValidatorService==>Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache] => Array
                (
                    [ct] => 1
                    [wt] => 63
                    [cpu] => 0
                    [mu] => 2112
                    [pmu] => 1856
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getValidator_BuilderService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCache_ValidatorService] => Array
                (
                    [ct] => 1
                    [wt] => 68
                    [cpu] => 0
                    [mu] => 3568
                    [pmu] => 3312
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getValidator_BuilderService==>Symfony\Component\Cache\Adapter\PhpArrayAdapter::create] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 824
                    [pmu] => 568
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getValidator_BuilderService==>Symfony\Component\Validator\ValidatorBuilder::setMappingCache] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getValidator_BuilderService==>Symfony\Bridge\Doctrine\Validator\DoctrineInitializer::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Validator\ValidatorBuilder::addObjectInitializers==>array_merge] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getValidator_BuilderService==>Symfony\Component\Validator\ValidatorBuilder::addObjectInitializers] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1312
                    [pmu] => 1056
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getValidator_BuilderService==>Symfony\Component\Validator\Mapping\Loader\PropertyInfoLoader::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getValidator_BuilderService==>Symfony\Component\Validator\ValidatorBuilder::addLoader] => Array
                (
                    [ct] => 6
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 880
                    [pmu] => 624
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getValidator_BuilderService==>Symfony\Bridge\Doctrine\Validator\DoctrineLoader::__construct] => Array
                (
                    [ct] => 5
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionEntityManagerService==>ReflectionClass::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionEntityManagerService==>ReflectionClass::newLazyGhost] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 920
                    [pmu] => 664
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getValidator_BuilderService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionEntityManagerService] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 3808
                    [pmu] => 3552
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoEntityManagerService==>ReflectionClass::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoEntityManagerService==>ReflectionClass::newLazyGhost] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 920
                    [pmu] => 664
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getValidator_BuilderService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoEntityManagerService] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 3168
                    [pmu] => 2912
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigEntityManagerService==>ReflectionClass::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigEntityManagerService==>ReflectionClass::newLazyGhost] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 920
                    [pmu] => 664
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getValidator_BuilderService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigEntityManagerService] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 3168
                    [pmu] => 2912
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataEntityManagerService==>ReflectionClass::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataEntityManagerService==>ReflectionClass::newLazyGhost] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 952
                    [pmu] => 696
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getValidator_BuilderService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataEntityManagerService] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 3232
                    [pmu] => 2976
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getValidatorService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getValidator_BuilderService] => Array
                (
                    [ct] => 1
                    [wt] => 185
                    [cpu] => 0
                    [mu] => 31656
                    [pmu] => 31288
                )

            [Symfony\Component\Validator\ValidatorBuilder::getLoaders==>Symfony\Component\Validator\Mapping\Loader\StaticMethodLoader::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Validator\ValidatorBuilder::getLoaders==>array_merge] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 784
                    [pmu] => 552
                )

            [Symfony\Component\Validator\ValidatorBuilder::getValidator==>Symfony\Component\Validator\ValidatorBuilder::getLoaders] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 2488
                    [pmu] => 2232
                )

            [Symfony\Component\Validator\ValidatorBuilder::getValidator==>Symfony\Component\Validator\Mapping\Loader\LoaderChain::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Validator\ValidatorBuilder::getValidator==>Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Validator\ValidatorBuilder::getValidator==>Symfony\Contracts\Translation\TranslatorInterface@anonymous::setLocale] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Validator\ValidatorBuilder::getValidator==>Symfony\Component\Validator\Context\ExecutionContextFactory::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 296
                )

            [Symfony\Component\Validator\ValidatorBuilder::getValidator==>Symfony\Component\Validator\Validator\RecursiveValidator::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getValidatorService==>Symfony\Component\Validator\ValidatorBuilder::getValidator] => Array
                (
                    [ct] => 1
                    [wt] => 40
                    [cpu] => 0
                    [mu] => 6896
                    [pmu] => 6640
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventSubscriberService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getValidatorService] => Array
                (
                    [ct] => 1
                    [wt] => 231
                    [cpu] => 0
                    [mu] => 39344
                    [pmu] => 38864
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSignatureValidatorService==>GameDev\Platform\Service\Shared\Signature\Version3\SignatureValidator::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventSubscriberService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSignatureValidatorService] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1552
                    [pmu] => 1296
                )

            [GameDev\Platform\Repository\Catalog\AggregatorRepository::__construct==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getAggregatorRepositoryService==>GameDev\Platform\Repository\Catalog\AggregatorRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 1136
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getAggregatorProviderService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getAggregatorRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 7944
                    [pmu] => 9552
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getAggregatorProviderService==>GameDev\Platform\Service\Shared\Catalog\AggregatorProvider::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getAggregatorResolverService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getAggregatorProviderService] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 9488
                    [pmu] => 9720
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getAggregatorResolverService==>GameDev\Platform\Service\Aggregator\API\Common\Request\AggregatorResolver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 272
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventSubscriberService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getAggregatorResolverService] => Array
                (
                    [ct] => 1
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 11088
                    [pmu] => 10832
                )

            [GameDev\Platform\Service\Aggregator\API\Common\ExceptionFormatterFactory::__invoke==>GameDev\Platform\Service\Aggregator\API\Common\ExceptionFormatter::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Aggregator\API\Common\ExceptionFormatterFactory::__invoke==>in_array] => Array
                (
                    [ct] => 22
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 488
                )

            [GameDev\Platform\Service\Aggregator\API\Common\ExceptionFormatter::addMapping==>sprintf] => Array
                (
                    [ct] => 22
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 7624
                    [pmu] => 712
                )

            [Webmozart\Assert\Assert::classExists==>class_exists] => Array
                (
                    [ct] => 22
                    [wt] => 77
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 640
                )

            [GameDev\Platform\Service\Aggregator\API\Common\ExceptionFormatter::addMapping==>Webmozart\Assert\Assert::classExists] => Array
                (
                    [ct] => 22
                    [wt] => 100
                    [cpu] => 0
                    [mu] => 1248
                    [pmu] => 1248
                )

            [GameDev\Platform\Service\Aggregator\API\Common\ExceptionFormatter::addMapping==>array_keys] => Array
                (
                    [ct] => 22
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 29992
                    [pmu] => 4120
                )

            [Webmozart\Assert\Assert::inArray==>in_array] => Array
                (
                    [ct] => 22
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 296
                )

            [GameDev\Platform\Service\Aggregator\API\Common\ExceptionFormatter::addMapping==>Webmozart\Assert\Assert::inArray] => Array
                (
                    [ct] => 22
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 1248
                    [pmu] => 992
                )

            [GameDev\Platform\Service\Aggregator\API\Common\ExceptionFormatterFactory::__invoke==>GameDev\Platform\Service\Aggregator\API\Common\ExceptionFormatter::addMapping] => Array
                (
                    [ct] => 22
                    [wt] => 257
                    [cpu] => 0
                    [mu] => 14256
                    [pmu] => 15024
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getExceptionFormatterService==>GameDev\Platform\Service\Aggregator\API\Common\ExceptionFormatterFactory::__invoke] => Array
                (
                    [ct] => 1
                    [wt] => 317
                    [cpu] => 0
                    [mu] => 16464
                    [pmu] => 16904
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventSubscriberService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getExceptionFormatterService] => Array
                (
                    [ct] => 1
                    [wt] => 321
                    [cpu] => 0
                    [mu] => 17224
                    [pmu] => 17056
                )

            [GameDev\Platform\EventSubscriber\Aggregator\API\KernelEventSubscriber::__construct==>GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1176
                    [pmu] => 920
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventSubscriberService==>GameDev\Platform\EventSubscriber\Aggregator\API\KernelEventSubscriber::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1936
                    [pmu] => 1680
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2363}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventSubscriberService] => Array
                (
                    [ct] => 1
                    [wt] => 598
                    [cpu] => 0
                    [mu] => 137984
                    [pmu] => 137392
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2363}] => Array
                (
                    [ct] => 1
                    [wt] => 601
                    [cpu] => 0
                    [mu] => 138840
                    [pmu] => 138136
                )

            [GameDev\Platform\Helper\RequestHelper::isControllerSubclassRequest==>GameDev\Platform\Helper\RequestHelper::extractControllerClassName] => Array
                (
                    [ct] => 27
                    [wt] => 233
                    [cpu] => 89
                    [mu] => 2792
                    [pmu] => 1256
                )

            [GameDev\Platform\Helper\RequestHelper::isControllerSubclassRequest==>is_subclass_of] => Array
                (
                    [ct] => 27
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 488
                )

            [GameDev\Platform\EventSubscriber\Aggregator\API\KernelEventSubscriber::supportsRequest==>GameDev\Platform\Helper\RequestHelper::isControllerSubclassRequest] => Array
                (
                    [ct] => 6
                    [wt] => 83
                    [cpu] => 0
                    [mu] => 2008
                    [pmu] => 1848
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::logRequest==>GameDev\Platform\EventSubscriber\Aggregator\API\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 2768
                    [pmu] => 2368
                )

            [GameDev\Platform\Repository\Catalog\BackOfficeRepository::__construct==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getBackOfficeRepositoryService==>GameDev\Platform\Repository\Catalog\BackOfficeRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 1136
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventSubscriber2Service==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getBackOfficeRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 2312
                    [pmu] => 1960
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventSubscriber2Service==>GameDev\Platform\Service\BackOffice\API\Common\Request\BackOfficeResolver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 856
                    [pmu] => 600
                )

            [GameDev\Platform\EventSubscriber\BackOffice\API\KernelEventSubscriber::__construct==>GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1176
                    [pmu] => 920
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventSubscriber2Service==>GameDev\Platform\EventSubscriber\BackOffice\API\KernelEventSubscriber::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1936
                    [pmu] => 1680
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2371}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventSubscriber2Service] => Array
                (
                    [ct] => 1
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 6368
                    [pmu] => 5664
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2371}] => Array
                (
                    [ct] => 1
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 7224
                    [pmu] => 6408
                )

            [GameDev\Platform\EventSubscriber\BackOffice\API\KernelEventSubscriber::supportsRequest==>GameDev\Platform\Helper\RequestHelper::isControllerSubclassRequest] => Array
                (
                    [ct] => 5
                    [wt] => 52
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 504
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::logRequest==>GameDev\Platform\EventSubscriber\BackOffice\API\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 1424
                    [pmu] => 1024
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventSubscriber3Service==>GameDev\Platform\Service\Shared\Signature\Version1\SignatureValidator::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 360
                )

            [GameDev\Platform\Repository\Catalog\GameProviderRepository::__construct==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameProviderRepositoryService==>GameDev\Platform\Repository\Catalog\GameProviderRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 1136
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameProviderResolverService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameProviderRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 2312
                    [pmu] => 2056
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameProviderResolverService==>GameDev\Platform\Service\Game\API\Common\Request\GameProviderResolver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventSubscriber3Service==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameProviderResolverService] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 3912
                    [pmu] => 3656
                )

            [GameDev\Platform\EventSubscriber\Game\API\Instant\KernelEventSubscriber::__construct==>GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1176
                    [pmu] => 920
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventSubscriber3Service==>GameDev\Platform\EventSubscriber\Game\API\Instant\KernelEventSubscriber::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1936
                    [pmu] => 1680
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2378}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventSubscriber3Service] => Array
                (
                    [ct] => 1
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 7824
                    [pmu] => 7120
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2378}] => Array
                (
                    [ct] => 1
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 8680
                    [pmu] => 7864
                )

            [GameDev\Platform\EventSubscriber\Game\API\Instant\KernelEventSubscriber::supportsRequest==>GameDev\Platform\Helper\RequestHelper::isControllerSubclassRequest] => Array
                (
                    [ct] => 5
                    [wt] => 74
                    [cpu] => 89
                    [mu] => 664
                    [pmu] => 536
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::logRequest==>GameDev\Platform\EventSubscriber\Game\API\Instant\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 1424
                    [pmu] => 1040
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSignatureValidator2Service==>GameDev\Platform\Service\Shared\Signature\Version2\SignatureValidator::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventSubscriber4Service==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSignatureValidator2Service] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1552
                    [pmu] => 1104
                )

            [GameDev\Platform\EventSubscriber\Game\API\Slot\KernelEventSubscriber::__construct==>GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1176
                    [pmu] => 920
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventSubscriber4Service==>GameDev\Platform\EventSubscriber\Game\API\Slot\KernelEventSubscriber::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1936
                    [pmu] => 1680
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2385}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventSubscriber4Service] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 4568
                    [pmu] => 3848
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2385}] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 5424
                    [pmu] => 4592
                )

            [GameDev\Platform\EventSubscriber\Game\API\Slot\KernelEventSubscriber::supportsRequest==>GameDev\Platform\Helper\RequestHelper::isControllerSubclassRequest] => Array
                (
                    [ct] => 5
                    [wt] => 53
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 504
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::logRequest==>GameDev\Platform\EventSubscriber\Game\API\Slot\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 1424
                    [pmu] => 1024
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getInfoSystemResolverService==>GameDev\Platform\Service\Info\API\Common\Request\InfoSystemResolver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventSubscriber5Service==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getInfoSystemResolverService] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1504
                    [pmu] => 1112
                )

            [GameDev\Platform\EventSubscriber\Info\API\KernelEventSubscriber::__construct==>GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1144
                    [pmu] => 888
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventSubscriber5Service==>GameDev\Platform\EventSubscriber\Info\API\KernelEventSubscriber::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1872
                    [pmu] => 1616
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2397}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventSubscriber5Service] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 4496
                    [pmu] => 3792
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2397}] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 5352
                    [pmu] => 4536
                )

            [GameDev\Platform\EventSubscriber\Info\API\KernelEventSubscriber::supportsRequest==>GameDev\Platform\Helper\RequestHelper::isControllerSubclassRequest] => Array
                (
                    [ct] => 6
                    [wt] => 69
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 648
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::logRequest==>GameDev\Platform\EventSubscriber\Info\API\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 1424
                    [pmu] => 1024
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonitoringSystemResolverService==>GameDev\Platform\Service\Monitoring\API\Common\Request\MonitoringSystemResolver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventSubscriber6Service==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonitoringSystemResolverService] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1536
                    [pmu] => 1120
                )

            [GameDev\Platform\EventSubscriber\Monitoring\API\KernelEventSubscriber::__construct==>GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1176
                    [pmu] => 920
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventSubscriber6Service==>GameDev\Platform\EventSubscriber\Monitoring\API\KernelEventSubscriber::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1936
                    [pmu] => 1680
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2404}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventSubscriber6Service] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 4552
                    [pmu] => 3848
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2404}] => Array
                (
                    [ct] => 1
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 5408
                    [pmu] => 4592
                )

            [GameDev\Platform\EventSubscriber\Monitoring\API\KernelEventSubscriber::supportsRequest==>GameDev\Platform\Helper\RequestHelper::isControllerRequest] => Array
                (
                    [ct] => 5
                    [wt] => 46
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 648
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::logRequest==>GameDev\Platform\EventSubscriber\Monitoring\API\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 1424
                    [pmu] => 1024
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2426}] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest==>Symfony\Component\HttpKernel\Event\KernelEvent::getRequest] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 216
                )

            [Symfony\Component\HttpKernel\EventListener\LocaleListener::setLocale==>Symfony\Component\HttpFoundation\ParameterBag::get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest==>Symfony\Component\HttpKernel\EventListener\LocaleListener::setLocale] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1360
                    [pmu] => 1104
                )

            [Symfony\Component\HttpKernel\EventListener\LocaleListener::setRouterContext==>Symfony\Component\Routing\Router::getContext] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpKernel\EventListener\LocaleListener::setRouterContext==>Symfony\Component\HttpFoundation\Request::getLocale] => Array
                (
                    [ct] => 1
                    [wt] => 22
                    [cpu] => 6253
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpKernel\EventListener\LocaleListener::setRouterContext==>Symfony\Component\Routing\RequestContext::setParameter] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest==>Symfony\Component\HttpKernel\EventListener\LocaleListener::setRouterContext] => Array
                (
                    [ct] => 1
                    [wt] => 30
                    [cpu] => 6253
                    [mu] => 2752
                    [pmu] => 2496
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest] => Array
                (
                    [ct] => 1
                    [wt] => 41
                    [cpu] => 6253
                    [mu] => 5664
                    [pmu] => 5152
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getLocaleAwareListenerService==>Symfony\Component\DependencyInjection\Argument\RewindableGenerator::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getLocaleAwareListenerService==>Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2436}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getLocaleAwareListenerService] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 3248
                    [pmu] => 2656
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2436}] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 4104
                    [pmu] => 3400
                )

            [Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest==>Symfony\Component\HttpKernel\Event\KernelEvent::getRequest] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 248
                )

            [Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest==>Symfony\Component\HttpFoundation\Request::getLocale] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest==>Symfony\Component\HttpFoundation\Request::getDefaultLocale] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::setLocale==>Symfony\Component\DependencyInjection\Argument\RewindableGenerator::getIterator] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1144
                    [pmu] => 888
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getLocaleAwareListenerService():14644}==>Symfony\Component\String\Slugger\AsciiSlugger::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 728
                    [pmu] => 472
                )

            [Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::setLocale==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getLocaleAwareListenerService():14644}] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1696
                    [pmu] => 1440
                )

            [Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::setLocale==>Symfony\Component\String\Slugger\AsciiSlugger::setLocale] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest==>Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::setLocale] => Array
                (
                    [ct] => 1
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 3848
                    [pmu] => 3952
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelRequest] => Array
                (
                    [ct] => 1
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 6792
                    [pmu] => 6280
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRequestListenerService==>Sentry\SentryBundle\EventListener\RequestListener::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 224
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2350}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRequestListenerService] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1576
                    [pmu] => 984
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2350}] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 2432
                    [pmu] => 1728
                )

            [Sentry\SentryBundle\EventListener\RequestListener::isMainRequest==>method_exists] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 168
                )

            [Sentry\SentryBundle\EventListener\RequestListener::isMainRequest==>Symfony\Component\HttpKernel\Event\KernelEvent::isMainRequest] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Sentry\SentryBundle\EventListener\RequestListener::handleKernelRequestEvent==>Sentry\SentryBundle\EventListener\RequestListener::isMainRequest] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 2008
                    [pmu] => 1592
                )

            [Sentry\State\HubAdapter::getClient==>Sentry\SentrySdk::getCurrentHub] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 82488
                    [pmu] => 163640
                )

            [Sentry\State\Hub::getClient==>Sentry\State\Hub::getStackTop] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Sentry\State\Hub::getClient==>Sentry\State\Layer::getClient] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Sentry\State\HubAdapter::getClient==>Sentry\State\Hub::getClient] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1832
                    [pmu] => 0
                )

            [Sentry\SentryBundle\EventListener\RequestListener::handleKernelRequestEvent==>Sentry\State\HubAdapter::getClient] => Array
                (
                    [ct] => 1
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 85080
                    [pmu] => 163696
                )

            [Sentry\SentryBundle\EventListener\RequestListener::handleKernelRequestEvent==>Sentry\Client::getOptions] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Sentry\SentryBundle\EventListener\RequestListener::handleKernelRequestEvent==>Sentry\Options::shouldSendDefaultPii] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>Sentry\SentryBundle\EventListener\RequestListener::handleKernelRequestEvent] => Array
                (
                    [ct] => 1
                    [wt] => 45
                    [cpu] => 0
                    [mu] => 89304
                    [pmu] => 165576
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSubRequestListenerService==>Sentry\SentryBundle\EventListener\SubRequestListener::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2352}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSubRequestListenerService] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1576
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2352}] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 2432
                    [pmu] => 0
                )

            [Sentry\SentryBundle\EventListener\SubRequestListener::isMainRequest==>method_exists] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Sentry\SentryBundle\EventListener\SubRequestListener::isMainRequest==>Symfony\Component\HttpKernel\Event\KernelEvent::isMainRequest] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Sentry\SentryBundle\EventListener\SubRequestListener::handleKernelRequestEvent==>Sentry\SentryBundle\EventListener\SubRequestListener::isMainRequest] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 2008
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>Sentry\SentryBundle\EventListener\SubRequestListener::handleKernelRequestEvent] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 2800
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2357}] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\EventSubscriber\KernelEventSubscriber::validateSignature==>Symfony\Component\HttpKernel\Event\KernelEvent::getRequest] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\EventSubscriber\KernelEventSubscriber::validateSignature==>GameDev\Platform\Legacy\EventSubscriber\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\EventSubscriber\KernelEventSubscriber::validateSignature==>GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::getSystemForRequest] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>GameDev\Platform\Legacy\EventSubscriber\KernelEventSubscriber::validateSignature] => Array
                (
                    [ct] => 1
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 2944
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2364}] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Aggregator\API\KernelEventSubscriber::validateSignature==>Symfony\Component\HttpKernel\Event\KernelEvent::getRequest] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Aggregator\API\KernelEventSubscriber::validateSignature==>GameDev\Platform\EventSubscriber\Aggregator\API\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::validateSignature==>Symfony\Component\HttpKernel\Event\KernelEvent::getRequest] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::validateSignature==>GameDev\Platform\EventSubscriber\Aggregator\API\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Aggregator\API\KernelEventSubscriber::validateSignature==>GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::validateSignature] => Array
                (
                    [ct] => 1
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 2184
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>GameDev\Platform\EventSubscriber\Aggregator\API\KernelEventSubscriber::validateSignature] => Array
                (
                    [ct] => 1
                    [wt] => 33
                    [cpu] => 0
                    [mu] => 4464
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2372}] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::validateSignature==>GameDev\Platform\EventSubscriber\BackOffice\API\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::validateSignature] => Array
                (
                    [ct] => 4
                    [wt] => 57
                    [cpu] => 0
                    [mu] => 3768
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2379}] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::validateSignature==>GameDev\Platform\EventSubscriber\Game\API\Instant\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2386}] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::validateSignature==>GameDev\Platform\EventSubscriber\Game\API\Slot\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2398}] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Info\API\KernelEventSubscriber::validateSignature==>Symfony\Component\HttpKernel\Event\KernelEvent::getRequest] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Info\API\KernelEventSubscriber::validateSignature==>GameDev\Platform\EventSubscriber\Info\API\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::validateSignature==>GameDev\Platform\EventSubscriber\Info\API\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Info\API\KernelEventSubscriber::validateSignature==>GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::validateSignature] => Array
                (
                    [ct] => 1
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 1456
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>GameDev\Platform\EventSubscriber\Info\API\KernelEventSubscriber::validateSignature] => Array
                (
                    [ct] => 1
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 3704
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2405}] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::validateSignature==>GameDev\Platform\EventSubscriber\Monitoring\API\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::dispatch==>Symfony\Component\EventDispatcher\EventDispatcher::callListeners] => Array
                (
                    [ct] => 7
                    [wt] => 41190
                    [cpu] => 34282
                    [mu] => 1883552
                    [pmu] => 1948424
                )

            [Symfony\Component\HttpKernel\HttpKernel::handleRaw==>Symfony\Component\EventDispatcher\EventDispatcher::dispatch] => Array
                (
                    [ct] => 3
                    [wt] => 24499
                    [cpu] => 24248
                    [mu] => 1634896
                    [pmu] => 1667008
                )

            [Symfony\Component\HttpKernel\HttpKernel::handleRaw==>Symfony\Component\HttpKernel\Event\RequestEvent::hasResponse] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Controller\ControllerResolver::getController==>Symfony\Component\HttpFoundation\ParameterBag::get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Controller\ControllerResolver::getController==>function_exists] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Controller\ControllerResolver::createController==>str_contains] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Controller\ControllerResolver::createController==>explode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 920
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Controller\ContainerControllerResolver::instantiateController==>ltrim] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Controller\ContainerControllerResolver::instantiateController==>Symfony\Component\DependencyInjection\Container::has] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getIndexControllerService==>dirname] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 728
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::get_ServiceLocator_AOYNH6MService==>Symfony\Component\DependencyInjection\Argument\ServiceLocator::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getIndexControllerService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::get_ServiceLocator_AOYNH6MService] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1616
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getIndexControllerService==>Symfony\Component\DependencyInjection\ServiceLocator::withContext] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 856
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getIndexControllerService==>Symfony\Bundle\FrameworkBundle\Controller\AbstractController::setContainer] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\DependencyInjection\Container::make==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getIndexControllerService] => Array
                (
                    [ct] => 1
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 4712
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Controller\ContainerControllerResolver::instantiateController==>Symfony\Component\DependencyInjection\Container::get] => Array
                (
                    [ct] => 1
                    [wt] => 33
                    [cpu] => 0
                    [mu] => 5440
                    [pmu] => 0
                )

            [Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver::instantiateController==>Symfony\Component\HttpKernel\Controller\ContainerControllerResolver::instantiateController] => Array
                (
                    [ct] => 1
                    [wt] => 42
                    [cpu] => 0
                    [mu] => 7592
                    [pmu] => 0
                )

            [Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver::instantiateController==>Symfony\Bundle\FrameworkBundle\Controller\AbstractController::setContainer] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Controller\ControllerResolver::createController==>Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver::instantiateController] => Array
                (
                    [ct] => 1
                    [wt] => 50
                    [cpu] => 0
                    [mu] => 9048
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Controller\ControllerResolver::createController==>is_callable] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Controller\ControllerResolver::getController==>Symfony\Component\HttpKernel\Controller\ControllerResolver::createController] => Array
                (
                    [ct] => 1
                    [wt] => 60
                    [cpu] => 0
                    [mu] => 12088
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Controller\ControllerResolver::getController==>is_callable] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Controller\ControllerResolver::checkController==>Symfony\Component\HttpFoundation\ParameterBag::get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Controller\ControllerResolver::getController==>Symfony\Component\HttpKernel\Controller\ControllerResolver::checkController] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1360
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\HttpKernel::handleRaw==>Symfony\Component\HttpKernel\Controller\ControllerResolver::getController] => Array
                (
                    [ct] => 1
                    [wt] => 74
                    [cpu] => 0
                    [mu] => 16136
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Event\ControllerEvent::__construct==>Symfony\Component\HttpKernel\Event\KernelEvent::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Event\ControllerEvent::setController==>method_exists] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Event\ControllerEvent::setController==>ReflectionMethod::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Event\ControllerEvent::__construct==>Symfony\Component\HttpKernel\Event\ControllerEvent::setController] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 2056
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\HttpKernel::handleRaw==>Symfony\Component\HttpKernel\Event\ControllerEvent::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 3448
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2351}] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [Sentry\SentryBundle\EventListener\RequestListener::handleKernelControllerEvent==>Sentry\SentryBundle\EventListener\RequestListener::isMainRequest] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Sentry\SentryBundle\EventListener\RequestListener::handleKernelControllerEvent==>Symfony\Component\HttpKernel\Event\KernelEvent::getRequest] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Sentry\SentryBundle\EventListener\RequestListener::handleKernelControllerEvent==>Symfony\Component\HttpFoundation\ParameterBag::get] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Sentry\State\HubAdapter::configureScope==>Sentry\SentrySdk::getCurrentHub] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Sentry\SentryBundle\EventListener\RequestListener::{closure:Sentry\SentryBundle\EventListener\RequestListener::handleKernelControllerEvent():88}==>Sentry\State\Scope::setTag] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1072
                    [pmu] => 0
                )

            [Sentry\State\Hub::configureScope==>Sentry\SentryBundle\EventListener\RequestListener::{closure:Sentry\SentryBundle\EventListener\RequestListener::handleKernelControllerEvent():88}] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1832
                    [pmu] => 0
                )

            [Sentry\State\HubAdapter::configureScope==>Sentry\State\Hub::configureScope] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 2480
                    [pmu] => 0
                )

            [Sentry\SentryBundle\EventListener\RequestListener::handleKernelControllerEvent==>Sentry\State\HubAdapter::configureScope] => Array
                (
                    [ct] => 1
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 3824
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>Sentry\SentryBundle\EventListener\RequestListener::handleKernelControllerEvent] => Array
                (
                    [ct] => 1
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 6768
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2358}] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::startRequestTimers==>Symfony\Component\HttpKernel\Event\KernelEvent::getRequest] => Array
                (
                    [ct] => 7
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::startRequestTimers==>GameDev\Platform\Legacy\EventSubscriber\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::startRequestTimers==>gethostname] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::startRequestTimers==>GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::getSystemForRequest] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::startRequestTimers==>GameDev\Platform\Entity\Catalog\System::getTitle] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::startRequestTimers==>pinba_timer_start] => Array
                (
                    [ct] => 2
                    [wt] => 9
                    [cpu] => 575
                    [mu] => 2376
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\EventSubscriber\KernelEventSubscriber::getApiLabelValue==>Symfony\Component\HttpFoundation\Request::getRequestUri] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\EventSubscriber\KernelEventSubscriber::getApiLabelValue==>strtok] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 648
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\EventSubscriber\KernelEventSubscriber::getApiLabelValue==>strtolower] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 688
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\EventSubscriber\KernelEventSubscriber::getApiLabelValue==>str_contains] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\EventSubscriber\KernelEventSubscriber::getApiLabelValue==>str_replace] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 640
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\EventSubscriber\KernelEventSubscriber::getApiLabelValue==>GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::getSystemForRequest] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\EventSubscriber\KernelEventSubscriber::getApiLabelValue==>GameDev\Platform\Entity\Catalog\System::getDisplayableTypeName] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\EventSubscriber\KernelEventSubscriber::getApiLabelValue==>sprintf] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 920
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::startRequestTimers==>GameDev\Platform\Legacy\EventSubscriber\KernelEventSubscriber::getApiLabelValue] => Array
                (
                    [ct] => 1
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 6632
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::startRequestTimers] => Array
                (
                    [ct] => 7
                    [wt] => 152
                    [cpu] => 575
                    [mu] => 17696
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2365}] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::startRequestTimers==>GameDev\Platform\EventSubscriber\Aggregator\API\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2373}] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::startRequestTimers==>GameDev\Platform\EventSubscriber\BackOffice\API\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2380}] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::startRequestTimers==>GameDev\Platform\EventSubscriber\Game\API\Instant\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2387}] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::startRequestTimers==>GameDev\Platform\EventSubscriber\Game\API\Slot\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2399}] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::startRequestTimers==>GameDev\Platform\EventSubscriber\Info\API\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2406}] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::startRequestTimers==>GameDev\Platform\EventSubscriber\Monitoring\API\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\HttpKernel::handleRaw==>Symfony\Component\HttpKernel\Event\ControllerEvent::getController] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\HttpKernel::handleRaw==>Symfony\Component\HttpKernel\Event\ControllerEvent::getControllerReflector] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory::createArgumentMetadata==>Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory::getPrettyName] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory::createArgumentMetadata==>ReflectionFunctionAbstract::getParameters] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1120
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory::createArgumentMetadata==>ReflectionParameter::getAttributes] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 744
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory::createArgumentMetadata==>ReflectionParameter::getName] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory::getType==>ReflectionParameter::getType] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 840
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory::getType==>ReflectionNamedType::getName] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory::getType==>strtolower] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 776
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory::createArgumentMetadata==>Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory::getType] => Array
                (
                    [ct] => 2
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 2960
                    [pmu] => 160
                )

            [Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory::createArgumentMetadata==>ReflectionParameter::isVariadic] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory::createArgumentMetadata==>ReflectionParameter::isDefaultValueAvailable] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory::createArgumentMetadata==>ReflectionParameter::allowsNull] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory::createArgumentMetadata==>Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 136
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver::getArguments==>Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory::createArgumentMetadata] => Array
                (
                    [ct] => 1
                    [wt] => 52
                    [cpu] => 0
                    [mu] => 10088
                    [pmu] => 1024
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver::getArguments==>Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata::getAttributesOfType] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver::getArguments==>Symfony\Component\DependencyInjection\Argument\RewindableGenerator::getIterator] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1624
                    [pmu] => 888
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_EntityValueResolverService==>dirname] => Array
                (
                    [ct] => 5
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 952
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_EntityValueResolverService==>class_exists] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 536
                )

            [Symfony\Component\ExpressionLanguage\ExpressionLanguage::__construct==>Symfony\Component\Cache\Adapter\ArrayAdapter::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\ExpressionLanguage\ExpressionFunction::fromPhp==>ltrim] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Symfony\Component\ExpressionLanguage\ExpressionFunction::fromPhp==>function_exists] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [Symfony\Component\ExpressionLanguage\ExpressionFunction::fromPhp==>explode] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 800
                )

            [Symfony\Component\ExpressionLanguage\ExpressionFunction::fromPhp==>end] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Symfony\Component\ExpressionLanguage\ExpressionFunction::fromPhp==>Symfony\Component\ExpressionLanguage\ExpressionFunction::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\ExpressionLanguage\ExpressionLanguage::registerFunctions==>Symfony\Component\ExpressionLanguage\ExpressionFunction::fromPhp] => Array
                (
                    [ct] => 3
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 9648
                    [pmu] => 9520
                )

            [Symfony\Component\ExpressionLanguage\ExpressionLanguage::addFunction==>Symfony\Component\ExpressionLanguage\ExpressionFunction::getName] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\ExpressionLanguage\ExpressionLanguage::addFunction==>Symfony\Component\ExpressionLanguage\ExpressionFunction::getCompiler] => Array
                (
                    [ct] => 4
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\ExpressionLanguage\ExpressionLanguage::addFunction==>Symfony\Component\ExpressionLanguage\ExpressionFunction::getEvaluator] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\ExpressionLanguage\ExpressionLanguage::addFunction==>Symfony\Component\ExpressionLanguage\ExpressionLanguage::register] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 2544
                    [pmu] => 1280
                )

            [Symfony\Component\ExpressionLanguage\ExpressionLanguage::registerFunctions==>Symfony\Component\ExpressionLanguage\ExpressionLanguage::addFunction] => Array
                (
                    [ct] => 4
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 5424
                    [pmu] => 4256
                )

            [Symfony\Component\ExpressionLanguage\ExpressionLanguage::registerFunctions==>Symfony\Component\ExpressionLanguage\ExpressionFunction::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\ExpressionLanguage\ExpressionLanguage::__construct==>Symfony\Component\ExpressionLanguage\ExpressionLanguage::registerFunctions] => Array
                (
                    [ct] => 1
                    [wt] => 69
                    [cpu] => 0
                    [mu] => 16384
                    [pmu] => 16128
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_EntityValueResolverService==>Symfony\Component\ExpressionLanguage\ExpressionLanguage::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 75
                    [cpu] => 0
                    [mu] => 18064
                    [pmu] => 17808
                )

            [Symfony\Bridge\Doctrine\Attribute\MapEntity::__construct==>Symfony\Component\HttpKernel\Attribute\ValueResolver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Bridge\Doctrine\Attribute\MapEntity::__construct==>Symfony\Bridge\Doctrine\Attribute\MapEntity::selfValidate] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_EntityValueResolverService==>Symfony\Bridge\Doctrine\Attribute\MapEntity::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 2056
                    [pmu] => 1800
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_EntityValueResolverService==>Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHttpKernelService():2483}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_EntityValueResolverService] => Array
                (
                    [ct] => 1
                    [wt] => 105
                    [cpu] => 0
                    [mu] => 23640
                    [pmu] => 23384
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver::getArguments==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHttpKernelService():2483}] => Array
                (
                    [ct] => 18
                    [wt] => 230
                    [cpu] => 0
                    [mu] => 48088
                    [pmu] => 46120
                )

            [Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver::resolve==>Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata::getName] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver::resolve==>Symfony\Component\HttpFoundation\ParameterBag::get] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata::getAttributes==>Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata::getAttributesOfType] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver::resolve==>Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata::getAttributes] => Array
                (
                    [ct] => 2
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 1248
                )

            [Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver::resolve==>Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata::getType] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Bridge\Doctrine\Attribute\MapEntity::withDefaults==>class_exists] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 552
                )

            [Symfony\Bridge\Doctrine\Attribute\MapEntity::withDefaults==>Symfony\Bridge\Doctrine\Attribute\MapEntity::selfValidate] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver::resolve==>Symfony\Bridge\Doctrine\Attribute\MapEntity::withDefaults] => Array
                (
                    [ct] => 2
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 2424
                    [pmu] => 2136
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver::getArguments==>Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver::resolve] => Array
                (
                    [ct] => 2
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 6760
                    [pmu] => 6600
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver\BackedEnumValueResolver::resolve==>Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata::getType] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver\BackedEnumValueResolver::resolve==>is_subclass_of] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 520
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver::getArguments==>Symfony\Component\HttpKernel\Controller\ArgumentResolver\BackedEnumValueResolver::resolve] => Array
                (
                    [ct] => 2
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 2088
                    [pmu] => 1808
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getArgumentResolver_DatetimeService==>dirname] => Array
                (
                    [ct] => 5
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 920
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getArgumentResolver_DatetimeService==>Symfony\Component\Clock\Clock::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getArgumentResolver_DatetimeService==>Symfony\Component\HttpKernel\Controller\ArgumentResolver\DateTimeValueResolver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHttpKernelService():2483}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getArgumentResolver_DatetimeService] => Array
                (
                    [ct] => 1
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 3048
                    [pmu] => 2792
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver\DateTimeValueResolver::resolve==>Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata::getType] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver\DateTimeValueResolver::resolve==>is_a] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 488
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver::getArguments==>Symfony\Component\HttpKernel\Controller\ArgumentResolver\DateTimeValueResolver::resolve] => Array
                (
                    [ct] => 2
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 2056
                    [pmu] => 1800
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver::resolve==>Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata::isVariadic] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver::resolve==>Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata::getName] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver::resolve==>Symfony\Component\HttpFoundation\ParameterBag::has] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver::getArguments==>Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver::resolve] => Array
                (
                    [ct] => 2
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 2944
                    [pmu] => 2664
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver::resolve==>Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata::getType] => Array
                (
                    [ct] => 4
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver::getArguments==>Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver::resolve] => Array
                (
                    [ct] => 2
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 2936
                    [pmu] => 1984
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver::resolve==>is_subclass_of] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver::resolve==>str_ends_with] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 232
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver::resolve==>Symfony\Component\HttpFoundation\Request::hasSession] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver::getArguments==>Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver::resolve] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 1096
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRequestBodyValueResolverService==>dirname] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 728
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRequestBodyValueResolverService==>GameDev\Platform\HttpKernel\Controller\RequestBodyValueResolver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHttpKernelService():2483}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRequestBodyValueResolverService] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 2312
                    [pmu] => 2056
                )

            [GameDev\Platform\HttpKernel\Controller\RequestBodyValueResolver::resolve==>Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata::getAttributesOfType] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver::getArguments==>GameDev\Platform\HttpKernel\Controller\RequestBodyValueResolver::resolve] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 1136
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getAggregatorValueResolverService==>dirname] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 728
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getAggregatorValueResolverService==>GameDev\Platform\Service\Aggregator\API\Common\ValueResolver\AggregatorValueResolver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHttpKernelService():2483}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getAggregatorValueResolverService] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 2272
                    [pmu] => 2016
                )

            [GameDev\Platform\Service\Aggregator\API\Common\ValueResolver\AggregatorValueResolver::resolve==>Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata::getAttributesOfType] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver::getArguments==>GameDev\Platform\Service\Aggregator\API\Common\ValueResolver\AggregatorValueResolver::resolve] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1424
                    [pmu] => 1168
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameProviderValueResolverService==>dirname] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 728
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameProviderValueResolverService==>GameDev\Platform\Service\Game\API\Common\ValueResolver\GameProviderValueResolver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHttpKernelService():2483}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameProviderValueResolverService] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 2272
                    [pmu] => 2016
                )

            [GameDev\Platform\Service\Game\API\Common\ValueResolver\GameProviderValueResolver::resolve==>Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata::getAttributesOfType] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver::getArguments==>GameDev\Platform\Service\Game\API\Common\ValueResolver\GameProviderValueResolver::resolve] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1424
                    [pmu] => 1168
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameValueResolverService==>dirname] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 728
                    [pmu] => 264
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameRepositoryService==>dirname] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\Catalog\GameRepository::__construct==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameRepositoryService==>GameDev\Platform\Repository\Catalog\GameRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 1136
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameValueResolverService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 2944
                    [pmu] => 2688
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameValueResolverService==>GameDev\Platform\Service\Info\API\Common\ValueResolver\GameValueResolver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHttpKernelService():2483}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameValueResolverService] => Array
                (
                    [ct] => 1
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 5280
                    [pmu] => 4880
                )

            [GameDev\Platform\Service\Info\API\Common\ValueResolver\GameValueResolver::resolve==>Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata::getAttributesOfType] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver::getArguments==>GameDev\Platform\Service\Info\API\Common\ValueResolver\GameValueResolver::resolve] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1424
                    [pmu] => 1168
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getInfoSystemValueResolverService==>dirname] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 728
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getInfoSystemValueResolverService==>GameDev\Platform\Service\Info\API\Common\ValueResolver\InfoSystemValueResolver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHttpKernelService():2483}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getInfoSystemValueResolverService] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 2272
                    [pmu] => 2016
                )

            [GameDev\Platform\Service\Info\API\Common\ValueResolver\InfoSystemValueResolver::resolve==>Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata::getAttributesOfType] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver::getArguments==>GameDev\Platform\Service\Info\API\Common\ValueResolver\InfoSystemValueResolver::resolve] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1424
                    [pmu] => 1168
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonitoringSystemValueResolverService==>dirname] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 760
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonitoringSystemValueResolverService==>GameDev\Platform\Service\Monitoring\API\Common\ValueResolver\MonitoringSystemValueResolver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 728
                    [pmu] => 472
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHttpKernelService():2483}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonitoringSystemValueResolverService] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 2336
                    [pmu] => 2080
                )

            [GameDev\Platform\Service\Monitoring\API\Common\ValueResolver\MonitoringSystemValueResolver::resolve==>Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata::getAttributesOfType] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver::getArguments==>GameDev\Platform\Service\Monitoring\API\Common\ValueResolver\MonitoringSystemValueResolver::resolve] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1456
                    [pmu] => 1200
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getArgumentResolver_ServiceService==>dirname] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 728
                    [pmu] => 280
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getArgumentResolver_ServiceService==>Symfony\Component\DependencyInjection\Argument\ServiceLocator::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getArgumentResolver_ServiceService==>Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHttpKernelService():2483}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getArgumentResolver_ServiceService] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 3192
                    [pmu] => 2808
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver::resolve==>Symfony\Component\HttpFoundation\ParameterBag::get] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver::resolve==>Symfony\Component\DependencyInjection\ServiceLocator::has] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getIndexControllerindexActionService==>Symfony\Component\DependencyInjection\Argument\ServiceLocator::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getIndexControllerindexActionService==>Symfony\Component\DependencyInjection\ServiceLocator::withContext] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 856
                    [pmu] => 600
                )

            [Symfony\Component\DependencyInjection\Container::getService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getIndexControllerindexActionService] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 2344
                    [pmu] => 2088
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver::resolve==>Symfony\Component\DependencyInjection\Argument\ServiceLocator::get] => Array
                (
                    [ct] => 3
                    [wt] => 42
                    [cpu] => 0
                    [mu] => 8560
                    [pmu] => 8256
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver::resolve==>Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata::getName] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRootRequestHandlerService==>dirname] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 728
                    [pmu] => 408
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\RootRequestHandler::loadRoutes==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getParameter] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\RootRequestHandler::loadRoutes==>file_exists] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 560
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\RootRequestHandler::loadRoutes==>GameDev\Platform\Legacy\Service\RequestHandler\RootRequestHandler::{closure:/app/config/routes-legacy_php:6}] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\RootRequestHandler::__construct==>GameDev\Platform\Legacy\Service\RequestHandler\RootRequestHandler::loadRoutes] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 3648
                    [pmu] => 3392
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRootRequestHandlerService==>GameDev\Platform\Legacy\Service\RequestHandler\RootRequestHandler::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 3920
                    [pmu] => 3664
                )

            [Symfony\Component\DependencyInjection\Container::getService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRootRequestHandlerService] => Array
                (
                    [ct] => 1
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 5424
                    [pmu] => 5168
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver::getArguments==>Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver::resolve] => Array
                (
                    [ct] => 1
                    [wt] => 58
                    [cpu] => 0
                    [mu] => 11688
                    [pmu] => 11432
                )

            [Symfony\Component\HttpKernel\HttpKernel::handleRaw==>Symfony\Component\HttpKernel\Controller\ArgumentResolver::getArguments] => Array
                (
                    [ct] => 1
                    [wt] => 487
                    [cpu] => 0
                    [mu] => 98440
                    [pmu] => 89760
                )

            [Symfony\Component\HttpKernel\Event\ControllerArgumentsEvent::__construct==>Symfony\Component\HttpKernel\Event\KernelEvent::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\HttpKernel::handleRaw==>Symfony\Component\HttpKernel\Event\ControllerArgumentsEvent::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 600
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2434}==>Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1112
                    [pmu] => 856
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2434}] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 2064
                    [pmu] => 1808
                )

            [Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments==>Symfony\Component\HttpKernel\Event\KernelEvent::getRequest] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 240
                )

            [Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments==>Symfony\Component\HttpFoundation\ParameterBag::get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\HttpKernel\Event\ControllerEvent::getAttributes==>method_exists] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Symfony\Component\HttpKernel\Event\ControllerEvent::getAttributes==>ReflectionClass::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Symfony\Component\HttpKernel\Event\ControllerEvent::getAttributes==>ReflectionClass::getAttributes] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Symfony\Component\HttpKernel\Event\ControllerEvent::getAttributes==>ReflectionFunctionAbstract::getAttributes] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 984
                    [pmu] => 728
                )

            [Symfony\Component\HttpKernel\Event\ControllerEvent::getAttributes==>array_merge] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 504
                )

            [Symfony\Component\HttpKernel\Event\ControllerEvent::getAttributes==>ReflectionAttribute::getName] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [class_exists==>class_exists@1] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 528
                    [pmu] => 528
                )

            [class_exists==>class_alias] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 608
                    [pmu] => 608
                )

            [Symfony\Component\HttpKernel\Event\ControllerEvent::getAttributes==>class_exists] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 1848
                    [pmu] => 1792
                )

            [Symfony\Component\Routing\Attribute\Route::__construct==>Symfony\Component\Routing\Attribute\Route::setMethods] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Routing\Attribute\Route::__construct==>Symfony\Component\Routing\Attribute\Route::setSchemes] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Routing\Attribute\Route::__construct==>Symfony\Component\Routing\Attribute\Route::setAliases] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [ReflectionAttribute::newInstance==>Symfony\Component\Routing\Attribute\Route::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 2688
                    [pmu] => 2432
                )

            [Symfony\Component\HttpKernel\Event\ControllerEvent::getAttributes==>ReflectionAttribute::newInstance] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 3608
                    [pmu] => 3352
                )

            [Symfony\Component\HttpKernel\Event\ControllerArgumentsEvent::getAttributes==>Symfony\Component\HttpKernel\Event\ControllerEvent::getAttributes] => Array
                (
                    [ct] => 1
                    [wt] => 44
                    [cpu] => 0
                    [mu] => 11056
                    [pmu] => 10800
                )

            [Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments==>Symfony\Component\HttpKernel\Event\ControllerArgumentsEvent::getAttributes] => Array
                (
                    [ct] => 1
                    [wt] => 47
                    [cpu] => 0
                    [mu] => 11584
                    [pmu] => 11328
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments] => Array
                (
                    [ct] => 1
                    [wt] => 54
                    [cpu] => 0
                    [mu] => 13896
                    [pmu] => 13376
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getArgumentResolver_RequestPayloadService==>ReflectionClass::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 192
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getArgumentResolver_RequestPayloadService==>ReflectionClass::newLazyGhost] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 808
                    [pmu] => 552
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2423}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getArgumentResolver_RequestPayloadService] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 3152
                    [pmu] => 2560
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2423}] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 4008
                    [pmu] => 3288
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver::onKernelControllerArguments==>Symfony\Component\HttpKernel\Event\ControllerArgumentsEvent::getArguments] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 344
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver::onKernelControllerArguments==>Symfony\Component\HttpKernel\Event\ControllerArgumentsEvent::setArguments] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestPayloadValueResolver::onKernelControllerArguments] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 2312
                    [pmu] => 1848
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getExceptionListenerService==>Symfony\Component\HttpKernel\EventListener\ErrorListener::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 248
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2430}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getExceptionListenerService] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1648
                    [pmu] => 1008
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2430}] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 2504
                    [pmu] => 1752
                )

            [Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments==>Symfony\Component\HttpKernel\Event\KernelEvent::getRequest] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 248
                )

            [Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments==>Symfony\Component\HttpFoundation\ParameterBag::get] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 2152
                    [pmu] => 1640
                )

            [Symfony\Component\HttpKernel\Event\ControllerArgumentsEvent::getController==>Symfony\Component\HttpKernel\Event\ControllerEvent::getController] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\HttpKernel::handleRaw==>Symfony\Component\HttpKernel\Event\ControllerArgumentsEvent::getController] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1360
                    [pmu] => 8
                )

            [Symfony\Component\HttpKernel\HttpKernel::handleRaw==>Symfony\Component\HttpKernel\Event\ControllerArgumentsEvent::getArguments] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\RootRequestHandler::handleRequest==>Symfony\Component\HttpFoundation\Request::getRequestUri] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\RootRequestHandler::handleRequest==>strtok] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 648
                    [pmu] => 568
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\RootRequestHandler::handleRequest==>preg_match] => Array
                (
                    [ct] => 2
                    [wt] => 63
                    [cpu] => 0
                    [mu] => 1240
                    [pmu] => 1368
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\RootRequestHandler::handleRequest==>Monolog\Logger::debug] => Array
                (
                    [ct] => 2
                    [wt] => 73
                    [cpu] => 0
                    [mu] => 1656
                    [pmu] => 2128
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\RootRequestHandler::handleRequest==>is_numeric] => Array
                (
                    [ct] => 5
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 440
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\RootRequestHandler::handleRequest==>Symfony\Component\HttpFoundation\ParameterBag::set] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 952
                    [pmu] => 760
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\RootRequestHandler::getRequestHandler==>class_exists] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\RootRequestHandler::getRequestHandler==>Symfony\Component\DependencyInjection\Container::has] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRestRequestHandlerService==>dirname] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 856
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRestRequestHandlerService==>GameDev\Platform\Legacy\Service\Utils\ApiServiceResolver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRestRequestHandlerService==>GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\DependencyInjection\Container::make==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRestRequestHandlerService] => Array
                (
                    [ct] => 1
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 2992
                    [pmu] => 2736
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\RootRequestHandler::getRequestHandler==>Symfony\Component\DependencyInjection\Container::get] => Array
                (
                    [ct] => 1
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 3720
                    [pmu] => 3464
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\RootRequestHandler::getRequestHandler==>Webmozart\Assert\Assert::isInstanceOf] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\RootRequestHandler::handleRequest==>GameDev\Platform\Legacy\Service\RequestHandler\RootRequestHandler::getRequestHandler] => Array
                (
                    [ct] => 1
                    [wt] => 45
                    [cpu] => 0
                    [mu] => 6536
                    [pmu] => 6280
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::handleRequest==>Symfony\Component\HttpFoundation\ParameterBag::get] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::handleRequest==>Webmozart\Assert\Assert::isInstanceOf] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 360
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::handleRequest==>Webmozart\Assert\Assert::notEmpty] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::handleRequest==>GameDev\Platform\Legacy\Model\System::getId] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::handleRequest==>GameDev\Platform\Legacy\Model\System::getName] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::handleRequest==>GameDev\Platform\Legacy\Model\System::getTitle] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::handleRequest==>GameDev\Platform\Legacy\Model\System::getTypeName] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::handleRequest==>Monolog\Logger::debug] => Array
                (
                    [ct] => 1
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 1144
                    [pmu] => 1064
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::handleRequest==>Symfony\Component\HttpFoundation\ParameterBag::all] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::handleRequest==>array_merge] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 264
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::handleRequest==>array_key_exists] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 600
                )

            [GameDev\Platform\Legacy\Model\System::isAggregator==>GameDev\Platform\Legacy\Model\System::getType] => Array
                (
                    [ct] => 15
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [GameDev\Platform\Legacy\Service\ResponseBuilderFactory::createResponseBuilder==>GameDev\Platform\Legacy\Model\System::isAggregator] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1296
                    [pmu] => 1040
                )

            [Symfony\Component\HttpFoundation\ResponseHeaderBag::__construct==>Symfony\Component\HttpFoundation\HeaderBag::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpFoundation\ResponseHeaderBag::set==>strtr] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 720
                    [pmu] => 352
                )

            [Symfony\Component\HttpFoundation\HeaderBag::set==>implode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Symfony\Component\HttpFoundation\HeaderUtils::split==>preg_quote] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 648
                    [pmu] => 352
                )

            [Symfony\Component\HttpFoundation\HeaderUtils::split==>trim] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Symfony\Component\HttpFoundation\HeaderUtils::split==>preg_match_all] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1808
                    [pmu] => 1808
                )

            [Symfony\Component\HttpFoundation\HeaderUtils::groupParts==>substr] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 216
                )

            [Symfony\Component\HttpFoundation\HeaderUtils::split==>Symfony\Component\HttpFoundation\HeaderUtils::groupParts] => Array
                (
                    [ct] => 2
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 5216
                    [pmu] => 4728
                )

            [Symfony\Component\HttpFoundation\HeaderBag::parseCacheControl==>Symfony\Component\HttpFoundation\HeaderUtils::split] => Array
                (
                    [ct] => 2
                    [wt] => 42
                    [cpu] => 0
                    [mu] => 8544
                    [pmu] => 8992
                )

            [Symfony\Component\HttpFoundation\HeaderBag::parseCacheControl==>Symfony\Component\HttpFoundation\HeaderUtils::combine] => Array
                (
                    [ct] => 2
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1640
                    [pmu] => 376
                )

            [Symfony\Component\HttpFoundation\HeaderBag::set==>Symfony\Component\HttpFoundation\HeaderBag::parseCacheControl] => Array
                (
                    [ct] => 1
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 5304
                    [pmu] => 5048
                )

            [Symfony\Component\HttpFoundation\ResponseHeaderBag::set==>Symfony\Component\HttpFoundation\HeaderBag::set] => Array
                (
                    [ct] => 4
                    [wt] => 38
                    [cpu] => 0
                    [mu] => 8024
                    [pmu] => 7008
                )

            [Symfony\Component\HttpFoundation\HeaderBag::has==>strtr] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 336
                )

            [Symfony\Component\HttpFoundation\ResponseHeaderBag::all==>Symfony\Component\HttpFoundation\HeaderBag::all] => Array
                (
                    [ct] => 11
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpFoundation\ResponseHeaderBag::all==>Symfony\Component\HttpFoundation\ResponseHeaderBag::getCookies] => Array
                (
                    [ct] => 9
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpFoundation\HeaderBag::has==>Symfony\Component\HttpFoundation\ResponseHeaderBag::all] => Array
                (
                    [ct] => 6
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 2024
                    [pmu] => 2248
                )

            [Symfony\Component\HttpFoundation\ResponseHeaderBag::computeCacheControlValue==>Symfony\Component\HttpFoundation\HeaderBag::has] => Array
                (
                    [ct] => 2
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 3336
                    [pmu] => 3288
                )

            [Symfony\Component\HttpFoundation\ResponseHeaderBag::set==>Symfony\Component\HttpFoundation\ResponseHeaderBag::computeCacheControlValue] => Array
                (
                    [ct] => 1
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 4032
                    [pmu] => 3776
                )

            [Symfony\Component\HttpFoundation\HeaderUtils::groupParts@1==>substr] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Symfony\Component\HttpFoundation\HeaderUtils::unquote==>preg_replace] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Symfony\Component\HttpFoundation\HeaderUtils::groupParts@1==>Symfony\Component\HttpFoundation\HeaderUtils::unquote] => Array
                (
                    [ct] => 2
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1264
                    [pmu] => 1008
                )

            [Symfony\Component\HttpFoundation\HeaderUtils::groupParts==>Symfony\Component\HttpFoundation\HeaderUtils::groupParts@1] => Array
                (
                    [ct] => 2
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 3024
                    [pmu] => 2632
                )

            [Symfony\Component\HttpFoundation\HeaderUtils::combine==>strtolower] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Symfony\Component\HttpFoundation\ResponseHeaderBag::set==>Symfony\Component\HttpFoundation\HeaderBag::parseCacheControl] => Array
                (
                    [ct] => 1
                    [wt] => 35
                    [cpu] => 0
                    [mu] => 5016
                    [pmu] => 5288
                )

            [Symfony\Component\HttpFoundation\ResponseHeaderBag::__construct==>Symfony\Component\HttpFoundation\ResponseHeaderBag::set] => Array
                (
                    [ct] => 1
                    [wt] => 92
                    [cpu] => 0
                    [mu] => 17536
                    [pmu] => 17856
                )

            [Symfony\Component\HttpFoundation\ResponseHeaderBag::initDate==>gmdate] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 824
                    [pmu] => 328
                )

            [Symfony\Component\HttpFoundation\ResponseHeaderBag::initDate==>Symfony\Component\HttpFoundation\ResponseHeaderBag::set] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 912
                    [pmu] => 656
                )

            [Symfony\Component\HttpFoundation\ResponseHeaderBag::__construct==>Symfony\Component\HttpFoundation\ResponseHeaderBag::initDate] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 2296
                    [pmu] => 1800
                )

            [Symfony\Component\HttpFoundation\Response::__construct==>Symfony\Component\HttpFoundation\ResponseHeaderBag::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 110
                    [cpu] => 0
                    [mu] => 21288
                    [pmu] => 21032
                )

            [Symfony\Component\HttpFoundation\Response::__construct==>Symfony\Component\HttpFoundation\Response::setContent] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpFoundation\Response::setStatusCode==>Symfony\Component\HttpFoundation\Response::isInvalid] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpFoundation\Response::__construct==>Symfony\Component\HttpFoundation\Response::setStatusCode] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 1072
                )

            [Symfony\Component\HttpFoundation\Response::__construct==>Symfony\Component\HttpFoundation\Response::setProtocolVersion] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Legacy\Service\ResponseBuilder::reset==>Symfony\Component\HttpFoundation\Response::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 126
                    [cpu] => 0
                    [mu] => 24896
                    [pmu] => 24640
                )

            [GameDev\Platform\Legacy\Service\ResponseBuilder::__construct==>GameDev\Platform\Legacy\Service\ResponseBuilder::reset] => Array
                (
                    [ct] => 1
                    [wt] => 128
                    [cpu] => 0
                    [mu] => 25752
                    [pmu] => 25432
                )

            [GameDev\Platform\Legacy\Service\ResponseBuilderFactory::createResponseBuilder==>GameDev\Platform\Legacy\Service\ResponseBuilder::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 132
                    [cpu] => 0
                    [mu] => 26480
                    [pmu] => 26080
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::handleRequest==>GameDev\Platform\Legacy\Service\ResponseBuilderFactory::createResponseBuilder] => Array
                (
                    [ct] => 1
                    [wt] => 148
                    [cpu] => 0
                    [mu] => 28768
                    [pmu] => 28512
                )

            [GameDev\Platform\Legacy\Service\Utils\ApiServiceResolver::getServiceId==>GameDev\Platform\Legacy\Model\System::getTypeName] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Legacy\Service\Utils\ApiServiceResolver::getServiceId==>ucfirst] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 504
                )

            [GameDev\Platform\Legacy\Service\Utils\ApiServiceResolver::getServiceId==>sprintf] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 904
                    [pmu] => 904
                )

            [GameDev\Platform\Legacy\Service\Utils\ApiServiceResolver::resolve==>GameDev\Platform\Legacy\Service\Utils\ApiServiceResolver::getServiceId] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 2976
                    [pmu] => 2720
                )

            [GameDev\Platform\Legacy\Service\Utils\ApiServiceResolver::resolve==>class_exists] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 488
                )

            [GameDev\Platform\Legacy\Service\Utils\ApiServiceResolver::resolve==>Symfony\Component\DependencyInjection\Container::has] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGame2Service==>dirname] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 776
                    [pmu] => 392
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameAdapterService==>dirname] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 648
                    [pmu] => 392
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGetBetLevelsActionService==>dirname] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameListServiceService==>dirname] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameListServiceService==>GameDev\Platform\Service\Aggregator\Game\GameListService::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGetBetLevelsActionService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameListServiceService] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 2112
                    [pmu] => 1856
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameBetsProviderService==>dirname] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getBetLimitProviderService==>dirname] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameBetLimitRepositoryService==>dirname] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\Catalog\GameBetLimitRepository::__construct==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameBetLimitRepositoryService==>GameDev\Platform\Repository\Catalog\GameBetLimitRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 1136
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getBetLimitProviderService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameBetLimitRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 2976
                    [pmu] => 2720
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCurrencyConverterService==>dirname] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCurrencyRateProviderService==>dirname] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 728
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCurrencyRateRepositoryService==>dirname] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\Catalog\CurrencyRateRepository::__construct==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCurrencyRateRepositoryService==>GameDev\Platform\Repository\Catalog\CurrencyRateRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 1136
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCurrencyRateProviderService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCurrencyRateRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 2976
                    [pmu] => 2720
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCustomCurrencyRateRepositoryService==>dirname] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\Catalog\CustomCurrencyRateRepository::__construct==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCustomCurrencyRateRepositoryService==>GameDev\Platform\Repository\Catalog\CustomCurrencyRateRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1424
                    [pmu] => 1168
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCurrencyRateProviderService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCustomCurrencyRateRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 3008
                    [pmu] => 2752
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCurrencyRateProviderService==>GameDev\Platform\Service\Shared\Money\CurrencyRateProvider::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCurrencyConverterService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCurrencyRateProviderService] => Array
                (
                    [ct] => 1
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 8296
                    [pmu] => 8040
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCurrencyRateStaticProviderService==>dirname] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 728
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCurrencyRateStaticProviderService==>GameDev\Platform\Service\Shared\Money\CurrencyRateStaticProvider::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCurrencyConverterService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCurrencyRateStaticProviderService] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 2176
                    [pmu] => 1920
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCurrencyConverterService==>GameDev\Platform\Service\Shared\Money\CurrencyConverter::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getBetLimitProviderService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCurrencyConverterService] => Array
                (
                    [ct] => 1
                    [wt] => 53
                    [cpu] => 0
                    [mu] => 12736
                    [pmu] => 12480
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getBetLimitProviderService==>GameDev\Platform\Service\Shared\Catalog\BetLimitProvider::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameBetsProviderService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getBetLimitProviderService] => Array
                (
                    [ct] => 1
                    [wt] => 73
                    [cpu] => 0
                    [mu] => 18008
                    [pmu] => 17752
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameClientService==>dirname] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 840
                    [pmu] => 392
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getTraceableClientService==>dirname] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHttpClient_UriTemplateService==>dirname] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHttpClient_TransportService==>dirname] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 728
                    [pmu] => 408
                )

            [Composer\Autoload\ClassLoader::findFileWithExtension==>strtr] => Array
                (
                    [ct] => 6
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 648
                    [pmu] => 392
                )

            [Composer\Autoload\ClassLoader::findFileWithExtension==>file_exists] => Array
                (
                    [ct] => 3
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Composer\Autoload\ClassLoader::findFileWithExtension==>strrpos] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Composer\Autoload\ClassLoader::findFileWithExtension==>substr] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 680
                    [pmu] => 680
                )

            [class_exists==>Composer\Autoload\ClassLoader::findFileWithExtension] => Array
                (
                    [ct] => 1
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 3368
                    [pmu] => 3112
                )

            [class_exists==>defined] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 520
                    [pmu] => 168
                )

            [Symfony\Component\HttpClient\HttpClient::create==>class_exists] => Array
                (
                    [ct] => 1
                    [wt] => 35
                    [cpu] => 0
                    [mu] => 4688
                    [pmu] => 4432
                )

            [Symfony\Component\HttpClient\HttpClient::create==>extension_loaded] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Symfony\Component\HttpClient\CurlHttpClient::__construct==>extension_loaded] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Symfony\Component\HttpClient\CurlHttpClient::mergeDefaultOptions==>Symfony\Component\HttpClient\CurlHttpClient::normalizeHeaders] => Array
                (
                    [ct] => 3
                    [wt] => 39
                    [cpu] => 0
                    [mu] => 6304
                    [pmu] => 5536
                )

            [Symfony\Component\HttpClient\CurlHttpClient::mergeDefaultOptions==>array_values] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 800
                    [pmu] => 584
                )

            [Symfony\Component\HttpClient\CurlHttpClient::mergeDefaultOptions==>array_merge] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1176
                    [pmu] => 960
                )

            [Symfony\Component\HttpClient\CurlHttpClient::prepareRequest==>Symfony\Component\HttpClient\CurlHttpClient::mergeDefaultOptions] => Array
                (
                    [ct] => 2
                    [wt] => 73
                    [cpu] => 0
                    [mu] => 10688
                    [pmu] => 10824
                )

            [Symfony\Component\HttpClient\CurlHttpClient::prepareRequest==>Symfony\Component\HttpClient\CurlHttpClient::normalizeBody] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpClient\CurlHttpClient::prepareRequest==>substr] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 472
                )

            [Symfony\Component\HttpClient\CurlHttpClient::prepareRequest==>ini_get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Symfony\Component\HttpClient\CurlHttpClient::prepareRequest==>array_values] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1016
                    [pmu] => 800
                )

            [Symfony\Component\HttpClient\CurlHttpClient::prepareRequest==>array_merge] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1016
                    [pmu] => 584
                )

            [Symfony\Component\HttpClient\CurlHttpClient::__construct==>Symfony\Component\HttpClient\CurlHttpClient::prepareRequest] => Array
                (
                    [ct] => 1
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 8752
                    [pmu] => 8496
                )

            [Symfony\Component\HttpClient\HttpClient::create==>Symfony\Component\HttpClient\CurlHttpClient::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 38
                    [cpu] => 0
                    [mu] => 9880
                    [pmu] => 9624
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHttpClient_TransportService==>Symfony\Component\HttpClient\HttpClient::create] => Array
                (
                    [ct] => 1
                    [wt] => 88
                    [cpu] => 0
                    [mu] => 20448
                    [pmu] => 20192
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHttpClient_TransportService==>Monolog\Logger::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 808
                    [pmu] => 552
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHttpClient_TransportService==>Monolog\Logger::pushProcessor] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 880
                    [pmu] => 624
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHttpClient_TransportService==>Monolog\Logger::pushHandler] => Array
                (
                    [ct] => 3
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 880
                    [pmu] => 624
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHttpClient_TransportService==>Symfony\Component\HttpClient\CurlHttpClient::setLogger] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHttpClient_UriTemplateService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHttpClient_TransportService] => Array
                (
                    [ct] => 1
                    [wt] => 125
                    [cpu] => 0
                    [mu] => 25552
                    [pmu] => 25296
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHttpClient_UriTemplateService==>Symfony\Component\HttpClient\UriTemplateHttpClient::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getTraceableClientService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHttpClient_UriTemplateService] => Array
                (
                    [ct] => 1
                    [wt] => 137
                    [cpu] => 0
                    [mu] => 27800
                    [pmu] => 27544
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getTraceableClientService==>GameDev\Utils\Tracer\Component\HttpClient\TraceableClient::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameClientService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getTraceableClientService] => Array
                (
                    [ct] => 1
                    [wt] => 151
                    [cpu] => 0
                    [mu] => 30016
                    [pmu] => 29760
                )

            [GameDev\Platform\Service\Shared\GameClient\HttpAdapter::__construct==>interface_exists] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [Symfony\Component\HttpClient\HttplugClient::__construct==>class_exists] => Array
                (
                    [ct] => 2
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 560
                )

            [Http\Discovery\Psr17Factory::__construct==>Http\Discovery\Psr17Factory::setFactory] => Array
                (
                    [ct] => 6
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Symfony\Component\HttpClient\HttplugClient::__construct==>Http\Discovery\Psr17Factory::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 1248
                    [pmu] => 992
                )

            [Symfony\Component\HttpClient\HttplugClient::__construct==>Symfony\Component\HttpClient\Internal\HttplugWaitLoop::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Shared\GameClient\HttpAdapter::__construct==>Symfony\Component\HttpClient\HttplugClient::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 3704
                    [pmu] => 3368
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameClientService==>GameDev\Platform\Service\Shared\GameClient\HttpAdapter::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 42
                    [cpu] => 0
                    [mu] => 5208
                    [pmu] => 4952
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameClientService==>GameDev\Platform\Service\Shared\GameClient::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameBetsProviderService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameClientService] => Array
                (
                    [ct] => 1
                    [wt] => 210
                    [cpu] => 0
                    [mu] => 37544
                    [pmu] => 37288
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameBetsProviderService==>GameDev\Platform\Service\Aggregator\Game\GameBetsProvider::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGetBetLevelsActionService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameBetsProviderService] => Array
                (
                    [ct] => 1
                    [wt] => 298
                    [cpu] => 0
                    [mu] => 57816
                    [pmu] => 57560
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGetBetLevelsActionService==>GameDev\Platform\Service\Aggregator\API\Game\GetBetLevelsAction::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameAdapterService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGetBetLevelsActionService] => Array
                (
                    [ct] => 1
                    [wt] => 322
                    [cpu] => 0
                    [mu] => 62208
                    [pmu] => 61952
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGetBetsInMoneyActionService==>dirname] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGetBetsInMoneyActionService==>GameDev\Platform\Service\Aggregator\API\Game\GetBetsInMoneyAction::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameAdapterService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGetBetsInMoneyActionService] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 2152
                    [pmu] => 1896
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGetDenominationsActionService==>dirname] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 728
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGetDenominationsActionService==>GameDev\Platform\Service\Aggregator\Game\GameDenominationsProvider::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGetDenominationsActionService==>GameDev\Platform\Service\Aggregator\API\Game\GetDenominationsAction::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameAdapterService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGetDenominationsActionService] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 3000
                    [pmu] => 2744
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGetInfoActionService==>dirname] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameListItemFactoryService==>dirname] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameConfigCacheService==>dirname] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 856
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameConfigCacheService==>GameDev\Platform\Service\Shared\Game\GameConfigProvider::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameConfigCacheService==>GameDev\Platform\Service\Shared\Game\GameConfigCache::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameListItemFactoryService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameConfigCacheService] => Array
                (
                    [ct] => 1
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 2960
                    [pmu] => 2704
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameRtpProviderService==>dirname] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getStripePackServiceService==>dirname] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 728
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getStripePackRepositoryService==>dirname] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\Catalog\StripePackRepository::__construct==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getStripePackRepositoryService==>GameDev\Platform\Repository\Catalog\StripePackRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 1136
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getStripePackServiceService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getStripePackRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 2976
                    [pmu] => 2720
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCustomPayoutRepositoryService==>dirname] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\Catalog\CustomPayoutRepository::__construct==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCustomPayoutRepositoryService==>GameDev\Platform\Repository\Catalog\CustomPayoutRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 1136
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getStripePackServiceService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCustomPayoutRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 2976
                    [pmu] => 2720
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getStripePackServiceService==>GameDev\Platform\Service\Shared\Catalog\CustomPayoutProvider::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getStripePackServiceService==>GameDev\Platform\Service\Shared\Catalog\StripePackService::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameRtpProviderService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getStripePackServiceService] => Array
                (
                    [ct] => 1
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 9040
                    [pmu] => 8784
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameRtpProviderService==>GameDev\Platform\Service\Aggregator\Game\GameRtpProvider::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameListItemFactoryService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameRtpProviderService] => Array
                (
                    [ct] => 1
                    [wt] => 39
                    [cpu] => 0
                    [mu] => 11240
                    [pmu] => 10984
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameListItemFactoryService==>GameDev\Platform\Service\Aggregator\API\Game\Factory\GameListItemFactory::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGetInfoActionService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameListItemFactoryService] => Array
                (
                    [ct] => 1
                    [wt] => 67
                    [cpu] => 0
                    [mu] => 16512
                    [pmu] => 16256
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGetInfoActionService==>GameDev\Platform\Service\Aggregator\API\Game\GetInfoAction::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameAdapterService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGetInfoActionService] => Array
                (
                    [ct] => 1
                    [wt] => 77
                    [cpu] => 0
                    [mu] => 22824
                    [pmu] => 30096
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGetListAction8Service==>dirname] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGetListAction8Service==>GameDev\Platform\Service\Aggregator\API\Game\GetListAction::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameAdapterService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGetListAction8Service] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 2184
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getLaunchActionService==>dirname] => Array
                (
                    [ct] => 4
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 840
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameLauncherService==>dirname] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 712
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSessionTokenEncoderService==>dirname] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSessionTokenEncoderService==>GameDev\Platform\Service\Shared\SessionTokenEncoder::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameLauncherService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSessionTokenEncoderService] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 2112
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameBaseUrlProviderService==>dirname] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 728
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGeoIpClientCacheService==>dirname] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGeo_Ip_Client_UriTemplateService==>dirname] => Array
                (
                    [ct] => 5
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 920
                    [pmu] => 408
                )

            [Symfony\Component\DependencyInjection\Container::getEnv@2==>Symfony\Component\DependencyInjection\Container::get@1] => Array
                (
                    [ct] => 9
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGeo_Ip_Client_UriTemplateService==>Symfony\Component\DependencyInjection\Container::getEnv] => Array
                (
                    [ct] => 1
                    [wt] => 66
                    [cpu] => 0
                    [mu] => 1608
                    [pmu] => 1800
                )

            [Symfony\Component\HttpClient\ScopingHttpClient::parseUrl==>parse_url] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1440
                    [pmu] => 728
                )

            [Symfony\Component\HttpClient\ScopingHttpClient::parseUrl==>str_contains] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Symfony\Component\HttpClient\ScopingHttpClient::parseUrl==>preg_replace_callback] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri==>Symfony\Component\HttpClient\ScopingHttpClient::parseUrl] => Array
                (
                    [ct] => 2
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 5840
                    [pmu] => 5064
                )

            [Symfony\Component\HttpClient\ScopingHttpClient::parseUrl==>strtolower] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 504
                )

            [Symfony\Component\HttpClient\ScopingHttpClient::parseUrl==>idn_to_ascii] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 888
                    [pmu] => 888
                )

            [Symfony\Component\HttpClient\ScopingHttpClient::removeDotSegments==>substr_replace] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 624
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\ScopingHttpClient::removeDotSegments==>str_starts_with] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [Symfony\Component\HttpClient\ScopingHttpClient::removeDotSegments==>strpos] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [Symfony\Component\HttpClient\ScopingHttpClient::removeDotSegments==>substr] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [Symfony\Component\HttpClient\ScopingHttpClient::resolveUrl==>Symfony\Component\HttpClient\ScopingHttpClient::removeDotSegments] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 3264
                    [pmu] => 2576
                )

            [Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri==>Symfony\Component\HttpClient\ScopingHttpClient::resolveUrl] => Array
                (
                    [ct] => 1
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 3928
                    [pmu] => 3144
                )

            [Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri==>implode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 160
                )

            [Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri==>preg_quote] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 648
                    [pmu] => 144
                )

            [Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri==>Symfony\Component\HttpClient\ScopingHttpClient::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGeo_Ip_Client_UriTemplateService==>Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri] => Array
                (
                    [ct] => 1
                    [wt] => 63
                    [cpu] => 0
                    [mu] => 11408
                    [pmu] => 10912
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGeo_Ip_Client_UriTemplateService==>Symfony\Component\HttpClient\UriTemplateHttpClient::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGeoIpClientCacheService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGeo_Ip_Client_UriTemplateService] => Array
                (
                    [ct] => 1
                    [wt] => 146
                    [cpu] => 0
                    [mu] => 15200
                    [pmu] => 14944
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGeoIpClientCacheService==>GameDev\Platform\Service\Shared\GeoIp\GeoIpClient::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGeoIpClientCacheService==>GameDev\Platform\Service\Shared\GeoIp\GeoIpClientCache::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameBaseUrlProviderService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGeoIpClientCacheService] => Array
                (
                    [ct] => 1
                    [wt] => 166
                    [cpu] => 0
                    [mu] => 18288
                    [pmu] => 18032
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameBaseUrlProviderService==>Symfony\Component\DependencyInjection\Container::getEnv] => Array
                (
                    [ct] => 4
                    [wt] => 226
                    [cpu] => 0
                    [mu] => 1824
                    [pmu] => 2488
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameBaseUrlProviderService==>GameDev\Platform\Model\Shared\GameClientSentryConfig::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameBaseUrlProviderService==>GameDev\Platform\Service\Aggregator\Game\GameBaseUrlProvider::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 88
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameLauncherService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameBaseUrlProviderService] => Array
                (
                    [ct] => 1
                    [wt] => 417
                    [cpu] => 0
                    [mu] => 22672
                    [pmu] => 21536
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameLauncherService==>GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameLauncherService==>GameDev\Platform\Service\Aggregator\Game\GameLauncher::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getLaunchActionService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameLauncherService] => Array
                (
                    [ct] => 1
                    [wt] => 445
                    [cpu] => 0
                    [mu] => 27904
                    [pmu] => 23608
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameStateServiceService==>dirname] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 984
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameStateServiceService==>Symfony\Component\DependencyInjection\Container::getEnv] => Array
                (
                    [ct] => 1
                    [wt] => 51
                    [cpu] => 0
                    [mu] => 912
                    [pmu] => 1104
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameStateServiceService==>Predis\Client::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 131
                    [cpu] => 0
                    [mu] => 2976
                    [pmu] => 2496
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameStateServiceService==>GameDev\Platform\Repository\SessionShared\RedisGameStateLockRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameStateServiceService==>GameDev\Platform\Service\Shared\Game\Session\GameStateLocker::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameSessionRepositoryService==>dirname] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineGameSessionRepositoryService==>dirname] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 824
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionEntityManagerService==>dirname] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 824
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_SessionConnectionService==>Doctrine\DBAL\Configuration::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1064
                    [pmu] => 808
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_SessionConnectionService==>Doctrine\Bundle\DoctrineBundle\Middleware\IdleConnectionMiddleware::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_SessionConnectionService==>Doctrine\Bundle\DoctrineBundle\Middleware\IdleConnectionMiddleware::setConnectionName] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_SessionConnectionService==>Doctrine\DBAL\Configuration::setSchemaManagerFactory] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_SessionConnectionService==>Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_SessionConnectionService==>Doctrine\DBAL\Configuration::setSchemaAssetsFilter] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 264
                    [pmu] => 8
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_SessionConnectionService==>Doctrine\DBAL\Configuration::setMiddlewares] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_SessionConnectionService==>Symfony\Component\DependencyInjection\Container::getEnv] => Array
                (
                    [ct] => 1
                    [wt] => 38
                    [cpu] => 0
                    [mu] => 6440
                    [pmu] => 8312
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_SessionConnectionService==>Doctrine\Bundle\DoctrineBundle\ConnectionFactory::createConnection] => Array
                (
                    [ct] => 1
                    [wt] => 309
                    [cpu] => 0
                    [mu] => 3784
                    [pmu] => 2024
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionEntityManagerService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_SessionConnectionService] => Array
                (
                    [ct] => 1
                    [wt] => 372
                    [cpu] => 0
                    [mu] => 17552
                    [pmu] => 17296
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionConfigurationService==>Doctrine\DBAL\Configuration::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1064
                    [pmu] => 808
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionConfigurationService==>dirname] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 760
                    [pmu] => 760
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionConfigurationService==>Doctrine\ORM\Mapping\Driver\AttributeDriver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 936
                    [pmu] => 680
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionConfigurationService==>Doctrine\Persistence\Mapping\Driver\MappingDriverChain::addDriver] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 1040
                    [pmu] => 784
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionConfigurationService==>Doctrine\ORM\Configuration::setEntityNamespaces] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 1040
                    [pmu] => 768
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionConfigurationService==>Symfony\Component\Cache\Adapter\ArrayAdapter::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionConfigurationService==>Symfony\Component\Cache\Adapter\PhpArrayAdapter::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionConfigurationService==>Doctrine\ORM\Configuration::setMetadataCache] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionConfigurationService==>Doctrine\ORM\Configuration::setQueryCache] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionConfigurationService==>Doctrine\DBAL\Configuration::setResultCache] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionConfigurationService==>Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionConfigurationService==>Doctrine\ORM\Configuration::setMetadataDriverImpl] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionConfigurationService==>Doctrine\ORM\Configuration::setSchemaIgnoreClasses] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionConfigurationService==>Doctrine\ORM\Configuration::setClassMetadataFactoryName] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionConfigurationService==>Doctrine\ORM\Configuration::setDefaultRepositoryClassName] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionConfigurationService==>Doctrine\ORM\Configuration::setNamingStrategy] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionConfigurationService==>Doctrine\ORM\Configuration::setQuoteStrategy] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 984
                    [pmu] => 728
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionConfigurationService==>Doctrine\ORM\Configuration::setTypedFieldMapper] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionConfigurationService==>Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionConfigurationService==>Doctrine\ORM\Configuration::setEntityListenerResolver] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionConfigurationService==>Doctrine\ORM\Configuration::setLazyGhostObjectEnabled] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionConfigurationService==>Doctrine\ORM\Configuration::setIdentityGenerationPreferences] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionConfigurationService==>Doctrine\ORM\Configuration::enableNativeLazyObjects] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionConfigurationService==>Doctrine\ORM\Configuration::setRepositoryFactory] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Doctrine\ORM\Configuration::addCustomDatetimeFunction==>strtolower] => Array
                (
                    [ct] => 8
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 880
                    [pmu] => 352
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionConfigurationService==>Doctrine\ORM\Configuration::addCustomDatetimeFunction] => Array
                (
                    [ct] => 3
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1792
                    [pmu] => 1456
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionEntityManagerService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionConfigurationService] => Array
                (
                    [ct] => 1
                    [wt] => 100
                    [cpu] => 0
                    [mu] => 22904
                    [pmu] => 22648
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_SessionConnection_EventManagerService==>Symfony\Component\DependencyInjection\Argument\ServiceLocator::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_SessionConnection_EventManagerService==>Symfony\Bridge\Doctrine\ContainerAwareEventManager::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionEntityManagerService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_SessionConnection_EventManagerService] => Array
                (
                    [ct] => 1
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 10792
                    [pmu] => 10536
                )

            [Doctrine\ORM\Mapping\ClassMetadataFactory::setEntityManager==>Doctrine\ORM\EntityManager::getConfiguration] => Array
                (
                    [ct] => 4
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Event\ListenersInvoker::__construct==>Doctrine\ORM\EntityManager::getConfiguration] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\UnitOfWork::__construct==>Doctrine\ORM\EntityManager::getConfiguration] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 248
                )

            [Doctrine\ORM\Proxy\ProxyFactory::__construct==>Doctrine\ORM\EntityManager::getConfiguration] => Array
                (
                    [ct] => 12
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionEntityManagerService==>Doctrine\ORM\EntityManager::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 90
                    [cpu] => 0
                    [mu] => 4568
                    [pmu] => 4312
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionEntityManagerService==>Doctrine\Bundle\DoctrineBundle\ManagerConfigurator::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionEntityManagerService==>Doctrine\Bundle\DoctrineBundle\ManagerConfigurator::configure] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionEntityManagerService():2304}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionEntityManagerService] => Array
                (
                    [ct] => 1
                    [wt] => 609
                    [cpu] => 0
                    [mu] => 59096
                    [pmu] => 58840
                )

            [Doctrine\ORM\EntityManager::getClassMetadata==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionEntityManagerService():2304}] => Array
                (
                    [ct] => 1
                    [wt] => 611
                    [cpu] => 0
                    [mu] => 59888
                    [pmu] => 59632
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/session_metadata_php:1753}==>Symfony\Component\VarExporter\Internal\Registry::p] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 736
                    [pmu] => 480
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/session_metadata_php:1753}==>Symfony\Component\VarExporter\Internal\Hydrator::hydrate] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 600
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::getItem==>Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/session_metadata_php:1753}] => Array
                (
                    [ct] => 1
                    [wt] => 40
                    [cpu] => 0
                    [mu] => 11176
                    [pmu] => 12560
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::__construct==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 1
                    [wt] => 1132
                    [cpu] => 0
                    [mu] => 84712
                    [pmu] => 84704
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::__construct==>Doctrine\ORM\EntityRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineGameSessionRepositoryService==>GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1138
                    [cpu] => 0
                    [mu] => 86168
                    [pmu] => 85912
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameSessionRepositoryService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineGameSessionRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 1152
                    [cpu] => 0
                    [mu] => 87720
                    [pmu] => 87464
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineGameSessionRepository2Service==>dirname] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 824
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoEntityManagerService==>dirname] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 824
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_SessionDemoConnectionService==>Doctrine\DBAL\Configuration::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1064
                    [pmu] => 808
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_SessionDemoConnectionService==>Doctrine\Bundle\DoctrineBundle\Middleware\IdleConnectionMiddleware::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_SessionDemoConnectionService==>Doctrine\Bundle\DoctrineBundle\Middleware\IdleConnectionMiddleware::setConnectionName] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_SessionDemoConnectionService==>Doctrine\DBAL\Configuration::setSchemaManagerFactory] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_SessionDemoConnectionService==>Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_SessionDemoConnectionService==>Doctrine\DBAL\Configuration::setSchemaAssetsFilter] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 264
                    [pmu] => 8
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_SessionDemoConnectionService==>Doctrine\DBAL\Configuration::setMiddlewares] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_SessionDemoConnectionService==>Symfony\Component\DependencyInjection\Container::getEnv] => Array
                (
                    [ct] => 1
                    [wt] => 42
                    [cpu] => 0
                    [mu] => 816
                    [pmu] => 848
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_SessionDemoConnectionService==>Doctrine\Bundle\DoctrineBundle\ConnectionFactory::createConnection] => Array
                (
                    [ct] => 1
                    [wt] => 338
                    [cpu] => 0
                    [mu] => 3832
                    [pmu] => 3880
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoEntityManagerService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_SessionDemoConnectionService] => Array
                (
                    [ct] => 1
                    [wt] => 406
                    [cpu] => 0
                    [mu] => 12008
                    [pmu] => 11752
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoConfigurationService==>Doctrine\DBAL\Configuration::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1064
                    [pmu] => 808
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoConfigurationService==>dirname] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 760
                    [pmu] => 760
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoConfigurationService==>Doctrine\ORM\Mapping\Driver\AttributeDriver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 936
                    [pmu] => 680
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoConfigurationService==>Doctrine\Persistence\Mapping\Driver\MappingDriverChain::addDriver] => Array
                (
                    [ct] => 2
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 1072
                    [pmu] => 816
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoConfigurationService==>Doctrine\ORM\Configuration::setEntityNamespaces] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1040
                    [pmu] => 768
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoConfigurationService==>Doctrine\ORM\Configuration::setMetadataCache] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoConfigurationService==>Doctrine\ORM\Configuration::setQueryCache] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoConfigurationService==>Doctrine\DBAL\Configuration::setResultCache] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoConfigurationService==>Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoConfigurationService==>Doctrine\ORM\Configuration::setMetadataDriverImpl] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoConfigurationService==>Doctrine\ORM\Configuration::setSchemaIgnoreClasses] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoConfigurationService==>Doctrine\ORM\Configuration::setClassMetadataFactoryName] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoConfigurationService==>Doctrine\ORM\Configuration::setDefaultRepositoryClassName] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoConfigurationService==>Doctrine\ORM\Configuration::setNamingStrategy] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoConfigurationService==>Doctrine\ORM\Configuration::setQuoteStrategy] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 984
                    [pmu] => 728
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoConfigurationService==>Doctrine\ORM\Configuration::setTypedFieldMapper] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoConfigurationService==>Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoConfigurationService==>Doctrine\ORM\Configuration::setEntityListenerResolver] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoConfigurationService==>Doctrine\ORM\Configuration::setLazyGhostObjectEnabled] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoConfigurationService==>Doctrine\ORM\Configuration::setIdentityGenerationPreferences] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoConfigurationService==>Doctrine\ORM\Configuration::enableNativeLazyObjects] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoConfigurationService==>Doctrine\ORM\Configuration::setRepositoryFactory] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoConfigurationService==>Doctrine\ORM\Configuration::addCustomDatetimeFunction] => Array
                (
                    [ct] => 3
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1160
                    [pmu] => 824
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoEntityManagerService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoConfigurationService] => Array
                (
                    [ct] => 1
                    [wt] => 113
                    [cpu] => 0
                    [mu] => 20448
                    [pmu] => 20192
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_SessionDemoConnection_EventManagerService==>Symfony\Component\DependencyInjection\Argument\ServiceLocator::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_SessionDemoConnection_EventManagerService==>Symfony\Bridge\Doctrine\ContainerAwareEventManager::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoEntityManagerService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_SessionDemoConnection_EventManagerService] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 2600
                    [pmu] => 2344
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoEntityManagerService==>Doctrine\ORM\EntityManager::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 62
                    [cpu] => 0
                    [mu] => 1896
                    [pmu] => 1640
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoEntityManagerService==>Doctrine\Bundle\DoctrineBundle\ManagerConfigurator::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoEntityManagerService==>Doctrine\Bundle\DoctrineBundle\ManagerConfigurator::configure] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoEntityManagerService():2282}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoEntityManagerService] => Array
                (
                    [ct] => 1
                    [wt] => 616
                    [cpu] => 0
                    [mu] => 40264
                    [pmu] => 40008
                )

            [Doctrine\ORM\EntityManager::getClassMetadata==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoEntityManagerService():2282}] => Array
                (
                    [ct] => 1
                    [wt] => 618
                    [cpu] => 0
                    [mu] => 41056
                    [pmu] => 40800
                )

            [Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::getMetadataFor==>Symfony\Component\Cache\Adapter\ChainAdapter::getItem] => Array
                (
                    [ct] => 2
                    [wt] => 148
                    [cpu] => 0
                    [mu] => 74328
                    [pmu] => 108720
                )

            [GameDev\Platform\Repository\SessionDemo\DoctrineGameSessionRepository::__construct==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 1
                    [wt] => 1177
                    [cpu] => 0
                    [mu] => 96120
                    [pmu] => 109008
                )

            [GameDev\Platform\Repository\SessionDemo\DoctrineGameSessionRepository::__construct==>Doctrine\ORM\EntityRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineGameSessionRepository2Service==>GameDev\Platform\Repository\SessionDemo\DoctrineGameSessionRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1183
                    [cpu] => 0
                    [mu] => 97576
                    [pmu] => 109088
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameSessionRepositoryService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineGameSessionRepository2Service] => Array
                (
                    [ct] => 1
                    [wt] => 1194
                    [cpu] => 0
                    [mu] => 99128
                    [pmu] => 109992
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameSessionRepositoryService==>GameDev\Platform\Repository\SessionShared\GameSessionRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameStateServiceService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameSessionRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 2360
                    [cpu] => 0
                    [mu] => 189144
                    [pmu] => 198648
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineWindowSettingsRepositoryService==>dirname] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 824
                    [pmu] => 0
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/session_metadata_php:2400}==>Symfony\Component\VarExporter\Internal\Hydrator::hydrate] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::getItem==>Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/session_metadata_php:2400}] => Array
                (
                    [ct] => 1
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 6600
                    [pmu] => 24
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineWindowSettingsRepository::__construct==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 1
                    [wt] => 282
                    [cpu] => 0
                    [mu] => 10248
                    [pmu] => 1896
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineWindowSettingsRepository::__construct==>Doctrine\ORM\EntityRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineWindowSettingsRepositoryService==>GameDev\Platform\Repository\SessionDefault\DoctrineWindowSettingsRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 287
                    [cpu] => 0
                    [mu] => 11704
                    [pmu] => 3024
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameStateServiceService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineWindowSettingsRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 301
                    [cpu] => 0
                    [mu] => 13256
                    [pmu] => 3656
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineWindowSettingsRepository2Service==>dirname] => Array
                (
                    [ct] => 3
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 824
                    [pmu] => 440
                )

            [GameDev\Platform\Repository\SessionDemo\DoctrineWindowSettingsRepository::__construct==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 1
                    [wt] => 282
                    [cpu] => 0
                    [mu] => 29840
                    [pmu] => 41312
                )

            [GameDev\Platform\Repository\SessionDemo\DoctrineWindowSettingsRepository::__construct==>Doctrine\ORM\EntityRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineWindowSettingsRepository2Service==>GameDev\Platform\Repository\SessionDemo\DoctrineWindowSettingsRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 287
                    [cpu] => 0
                    [mu] => 31296
                    [pmu] => 41392
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameStateServiceService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineWindowSettingsRepository2Service] => Array
                (
                    [ct] => 1
                    [wt] => 297
                    [cpu] => 0
                    [mu] => 32848
                    [pmu] => 42296
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameStateServiceService==>GameDev\Platform\Repository\SessionShared\WindowSettingsRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineAchievementsRepositoryService==>dirname] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 760
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineAchievementsRepository::__construct==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineAchievementsRepositoryService==>GameDev\Platform\Repository\SessionDefault\DoctrineAchievementsRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1456
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameStateServiceService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineAchievementsRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 3072
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineAchievementsRepository2Service==>dirname] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 760
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDemo\DoctrineAchievementsRepository::__construct==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineAchievementsRepository2Service==>GameDev\Platform\Repository\SessionDemo\DoctrineAchievementsRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1456
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameStateServiceService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineAchievementsRepository2Service] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 3072
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameStateServiceService==>GameDev\Platform\Repository\SessionShared\AchievementsRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSessionTransactionManagerService==>dirname] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 856
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getPersistence_SessionDefaultTransactionManagerService==>dirname] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 824
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getPersistence_SessionDefaultTransactionManagerService==>GameDev\Platform\Persistence\DoctrineTransactionManager::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSessionTransactionManagerService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getPersistence_SessionDefaultTransactionManagerService] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 2240
                    [pmu] => 1328
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSessionTransactionManagerService==>GameDev\Platform\Persistence\DoctrineTransactionManager::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSessionTransactionManagerService==>GameDev\Platform\Persistence\SessionTransactionManager::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameStateServiceService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSessionTransactionManagerService] => Array
                (
                    [ct] => 1
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 5272
                    [pmu] => 3440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameStateServiceService==>GameDev\Platform\Service\Shared\Game\Session\GameStateService::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getLaunchActionService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameStateServiceService] => Array
                (
                    [ct] => 1
                    [wt] => 3244
                    [cpu] => 0
                    [mu] => 256440
                    [pmu] => 256184
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRedisCounterService==>dirname] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 712
                    [pmu] => 392
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRedisCounterService==>Symfony\Component\DependencyInjection\Container::getEnv] => Array
                (
                    [ct] => 1
                    [wt] => 133
                    [cpu] => 0
                    [mu] => 872
                    [pmu] => 13816
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRedisCounterService==>GameDev\Platform\Service\Shared\Player\WindowIdGenerator\RedisCounter::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getLaunchActionService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRedisCounterService] => Array
                (
                    [ct] => 1
                    [wt] => 145
                    [cpu] => 0
                    [mu] => 2912
                    [pmu] => 14624
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRedisPlayerBalanceRepositoryService==>dirname] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 728
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRedisPlayerBalanceRepositoryService==>Symfony\Component\DependencyInjection\Container::getEnv] => Array
                (
                    [ct] => 1
                    [wt] => 52
                    [cpu] => 0
                    [mu] => 952
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRedisPlayerBalanceRepositoryService==>Predis\Client::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 118
                    [cpu] => 0
                    [mu] => 2976
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRedisPlayerBalanceRepositoryService==>GameDev\Platform\Repository\SessionDefault\RedisPlayerBalanceRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getLaunchActionService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRedisPlayerBalanceRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 183
                    [cpu] => 0
                    [mu] => 6200
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineUserTokenRelationRepositoryService==>dirname] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 760
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineUserTokenRelationRepository::__construct==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineUserTokenRelationRepositoryService==>GameDev\Platform\Repository\SessionDefault\DoctrineUserTokenRelationRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1456
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getLaunchActionService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineUserTokenRelationRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 3072
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getLaunchActionService==>GameDev\Platform\Service\Aggregator\Player\AggregatorPlayerService::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getLaunchActionService==>GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameAdapterService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getLaunchActionService] => Array
                (
                    [ct] => 1
                    [wt] => 4085
                    [cpu] => 0
                    [mu] => 299928
                    [pmu] => 295208
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getLaunchDemoActionService==>dirname] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 856
                    [pmu] => 232
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRedisDemoPlayerBalanceRepositoryService==>dirname] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 760
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRedisDemoPlayerBalanceRepositoryService==>GameDev\Platform\Repository\SessionDemo\RedisDemoPlayerBalanceRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getLaunchDemoActionService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRedisDemoPlayerBalanceRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 2208
                    [pmu] => 1952
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getLaunchDemoActionService==>GameDev\Platform\Service\Aggregator\Player\DemoPlayerService::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getLaunchDemoActionService==>GameDev\Platform\Service\Aggregator\API\Game\LaunchDemoAction::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameAdapterService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getLaunchDemoActionService] => Array
                (
                    [ct] => 1
                    [wt] => 33
                    [cpu] => 0
                    [mu] => 5312
                    [pmu] => 4880
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameAdapterService==>GameDev\Platform\Legacy\Service\API\Aggregator\Version1\Game\GameAdapter::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGame2Service==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameAdapterService] => Array
                (
                    [ct] => 1
                    [wt] => 4568
                    [cpu] => 0
                    [mu] => 400288
                    [pmu] => 400032
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGiftAdapterService==>dirname] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 648
                    [pmu] => 392
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGiftRegisterActionService==>dirname] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineGiftRegistryRepositoryService==>dirname] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 760
                    [pmu] => 440
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGiftRegistryRepository::__construct==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineGiftRegistryRepositoryService==>GameDev\Platform\Repository\SessionDefault\DoctrineGiftRegistryRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1456
                    [pmu] => 1200
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGiftRegisterActionService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineGiftRegistryRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 3072
                    [pmu] => 2816
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineGiftSessionRepositoryService==>dirname] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 760
                    [pmu] => 440
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGiftSessionRepository::__construct==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineGiftSessionRepositoryService==>GameDev\Platform\Repository\SessionDefault\DoctrineGiftSessionRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1456
                    [pmu] => 1200
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGiftRegisterActionService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineGiftSessionRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 3072
                    [pmu] => 2816
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGiftRegisterActionService==>GameDev\Platform\Service\Aggregator\Game\GameParameterValidator::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGiftRegisterActionService==>GameDev\Platform\Service\Aggregator\Gift\GiftRegisterService::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGiftRegisterActionService==>GameDev\Platform\Service\Aggregator\API\Gift\GiftRegisterAction::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGiftAdapterService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGiftRegisterActionService] => Array
                (
                    [ct] => 1
                    [wt] => 61
                    [cpu] => 0
                    [mu] => 10120
                    [pmu] => 9864
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGiftCancelActionService==>dirname] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 728
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGiftCancelActionService==>GameDev\Platform\Service\Aggregator\Gift\GiftCancelService::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGiftCancelActionService==>GameDev\Platform\Service\Aggregator\API\Gift\GiftCancelAction::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGiftAdapterService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGiftCancelActionService] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 2976
                    [pmu] => 2720
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGiftAdapterService==>GameDev\Platform\Legacy\Service\API\Aggregator\Version1\Game\GiftAdapter::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGame2Service==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGiftAdapterService] => Array
                (
                    [ct] => 1
                    [wt] => 103
                    [cpu] => 0
                    [mu] => 15360
                    [pmu] => 15104
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHistoryAdapterService==>dirname] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGetEventAction2Service==>dirname] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHistoryServiceService==>dirname] => Array
                (
                    [ct] => 5
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 920
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHistoryServiceService==>GameDev\Platform\Service\Aggregator\History\EventRenderer\HtmlEventRenderer::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHistoryServiceService==>GameDev\Platform\Service\Aggregator\History\EventRenderService::addEventRenderer] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 880
                    [pmu] => 624
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDataStreamEventRepositoryService==>dirname] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDataStreamEventRepositoryService==>Shared\DataStreamBundle\Clickhouse\MoneyFormatter::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_ClickhouseConnectionService==>dirname] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_ClickhouseConnectionService==>Doctrine\DBAL\Configuration::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1064
                    [pmu] => 808
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_ClickhouseConnectionService==>Doctrine\Bundle\DoctrineBundle\Middleware\IdleConnectionMiddleware::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_ClickhouseConnectionService==>Doctrine\Bundle\DoctrineBundle\Middleware\IdleConnectionMiddleware::setConnectionName] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_ClickhouseConnectionService==>Doctrine\DBAL\Configuration::setSchemaManagerFactory] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_ClickhouseConnectionService==>Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_ClickhouseConnectionService==>Doctrine\DBAL\Configuration::setSchemaAssetsFilter] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 264
                    [pmu] => 8
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_ClickhouseConnectionService==>Doctrine\DBAL\Configuration::setMiddlewares] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_ClickhouseConnectionService==>Symfony\Component\DependencyInjection\Container::getEnv] => Array
                (
                    [ct] => 5
                    [wt] => 251
                    [cpu] => 0
                    [mu] => 2664
                    [pmu] => 3120
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@1==>preg_replace_callback] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@1==>ArrayIterator::count] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 24
                )

            [Doctrine\Bundle\DoctrineBundle\ConnectionFactory::createConnection==>is_subclass_of] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\DBAL\DriverManager::createDriver==>is_a] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 296
                )

            [Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware::getDatabasePlatform==>FOD\DBALClickHouse\Driver::getDatabasePlatform] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 712
                    [pmu] => 456
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_ClickhouseConnectionService==>Doctrine\Bundle\DoctrineBundle\ConnectionFactory::createConnection] => Array
                (
                    [ct] => 1
                    [wt] => 63
                    [cpu] => 0
                    [mu] => 3144
                    [pmu] => 2776
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDataStreamEventRepositoryService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_ClickhouseConnectionService] => Array
                (
                    [ct] => 1
                    [wt] => 355
                    [cpu] => 0
                    [mu] => 13400
                    [pmu] => 13216
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::__construct==>Shared\DataStreamBundle\DataStreamRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDataStreamEventRepositoryService==>GameDev\Platform\Repository\History\DataStreamEventRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1360
                    [pmu] => 1104
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHistoryServiceService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDataStreamEventRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 384
                    [cpu] => 0
                    [mu] => 17184
                    [pmu] => 16928
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHistoryServiceService==>GameDev\Platform\Service\Aggregator\History\HistoryService::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGetEventAction2Service==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHistoryServiceService] => Array
                (
                    [ct] => 1
                    [wt] => 419
                    [cpu] => 0
                    [mu] => 21296
                    [pmu] => 21040
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGetEventAction2Service==>GameDev\Platform\Service\Aggregator\API\History\GetEventAction::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHistoryAdapterService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGetEventAction2Service] => Array
                (
                    [ct] => 1
                    [wt] => 429
                    [cpu] => 0
                    [mu] => 23472
                    [pmu] => 23216
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGetRoundActionService==>dirname] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGetRoundActionService==>GameDev\Platform\Service\Aggregator\API\History\GetRoundAction::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHistoryAdapterService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGetRoundActionService] => Array
                (
                    [ct] => 1
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 2112
                    [pmu] => 1856
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHistoryAdapterService==>GameDev\Platform\Legacy\Service\API\Aggregator\Version1\Game\HistoryAdapter::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGame2Service==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHistoryAdapterService] => Array
                (
                    [ct] => 1
                    [wt] => 468
                    [cpu] => 0
                    [mu] => 27896
                    [pmu] => 27640
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameDevelopersProviderService==>dirname] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameDevelopersProviderService==>GameDev\Platform\Legacy\Service\API\Aggregator\Version1\Game\GameDevelopersProvider::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGame2Service==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameDevelopersProviderService] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 2144
                    [pmu] => 1888
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameTypesProviderService==>dirname] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameTypesProviderService==>GameDev\Platform\Legacy\Service\API\Aggregator\Version1\Game\GameTypesProvider::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGame2Service==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameTypesProviderService] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 2144
                    [pmu] => 1888
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGame2Service==>GameDev\Platform\Legacy\Service\API\Aggregator\Version1\Game::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\DependencyInjection\Container::make==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGame2Service] => Array
                (
                    [ct] => 1
                    [wt] => 5183
                    [cpu] => 0
                    [mu] => 450288
                    [pmu] => 450032
                )

            [GameDev\Platform\Legacy\Service\Utils\ApiServiceResolver::resolve==>Symfony\Component\DependencyInjection\Container::get] => Array
                (
                    [ct] => 1
                    [wt] => 5189
                    [cpu] => 0
                    [mu] => 450984
                    [pmu] => 450728
                )

            [GameDev\Platform\Legacy\Service\Utils\ApiServiceResolver::resolve==>Webmozart\Assert\Assert::isInstanceOf] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::handleRequest==>GameDev\Platform\Legacy\Service\Utils\ApiServiceResolver::resolve] => Array
                (
                    [ct] => 1
                    [wt] => 5218
                    [cpu] => 0
                    [mu] => 456792
                    [pmu] => 456536
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::handleRequest==>method_exists] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 184
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::handleRequest==>ReflectionMethod::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::handleRequest==>ReflectionFunctionAbstract::getAttributes] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 984
                    [pmu] => 728
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::getMethodArgs==>ReflectionFunctionAbstract::getParameters] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1808
                    [pmu] => 1552
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::getMethodArgs==>array_keys] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 816
                    [pmu] => 736
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::isSystemParameterType==>ReflectionParameter::getType] => Array
                (
                    [ct] => 16
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 2296
                    [pmu] => 480
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::isSystemParameterType==>ReflectionNamedType::getName] => Array
                (
                    [ct] => 14
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::getMethodArgs==>GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::isSystemParameterType] => Array
                (
                    [ct] => 8
                    [wt] => 73
                    [cpu] => 0
                    [mu] => 4840
                    [pmu] => 3912
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::getMethodArgs==>ReflectionParameter::getName] => Array
                (
                    [ct] => 8
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [is_subclass_of==>Composer\Autoload\ClassLoader::findFileWithExtension] => Array
                (
                    [ct] => 2
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 888
                    [pmu] => 472
                )

            [is_subclass_of==>defined] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 528
                    [pmu] => 288
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::isSystemParameterType==>is_subclass_of] => Array
                (
                    [ct] => 6
                    [wt] => 40
                    [cpu] => 0
                    [mu] => 1856
                    [pmu] => 1568
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::getMethodArgs==>array_key_exists] => Array
                (
                    [ct] => 7
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 288
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::getMethodArgs==>ReflectionParameter::isOptional] => Array
                (
                    [ct] => 7
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::getMethodArgs==>GameDev\Platform\Legacy\Model\System::isAggregator] => Array
                (
                    [ct] => 7
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 512
                )

            [GameDev\Platform\Helper\StringHelper::camelToSnake==>preg_replace] => Array
                (
                    [ct] => 4
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 760
                    [pmu] => 128
                )

            [GameDev\Platform\Helper\StringHelper::camelToSnake==>strtolower] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 744
                    [pmu] => 608
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::getMethodArgs==>GameDev\Platform\Helper\StringHelper::camelToSnake] => Array
                (
                    [ct] => 2
                    [wt] => 38
                    [cpu] => 0
                    [mu] => 2016
                    [pmu] => 1480
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::getMethodArgs==>array_diff] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 656
                    [pmu] => 240
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::getMethodArgs==>array_values] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 600
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::handleRequest==>GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::getMethodArgs] => Array
                (
                    [ct] => 1
                    [wt] => 191
                    [cpu] => 0
                    [mu] => 14304
                    [pmu] => 13984
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::getRequiredArgs==>ReflectionFunctionAbstract::getParameters] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1808
                    [pmu] => 192
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::getRequiredArgs==>GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::isSystemParameterType] => Array
                (
                    [ct] => 8
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 1528
                    [pmu] => 888
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::getRequiredArgs==>ReflectionParameter::getName] => Array
                (
                    [ct] => 7
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 144
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::getRequiredArgs==>array_key_exists] => Array
                (
                    [ct] => 7
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 576
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::getRequiredArgs==>GameDev\Platform\Legacy\Model\System::isAggregator] => Array
                (
                    [ct] => 7
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 488
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::getRequiredArgs==>GameDev\Platform\Helper\StringHelper::camelToSnake] => Array
                (
                    [ct] => 2
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 752
                    [pmu] => 240
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::handleRequest==>GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::getRequiredArgs] => Array
                (
                    [ct] => 1
                    [wt] => 90
                    [cpu] => 0
                    [mu] => 6600
                    [pmu] => 4904
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::validateSignature==>GameDev\Platform\Legacy\Model\System::getEntity] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Signature\Version1\SignatureCalculator::calculateSignature==>GameDev\Platform\Entity\Catalog\System::getId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 392
                )

            [GameDev\Platform\Service\Shared\Signature\Version1\SignatureCalculator::calculateSignature==>GameDev\Platform\Entity\Catalog\System::getSecretKey] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Shared\Signature\Version1\SignatureCalculator::shouldArgumentBeIncludedToSignatureSource==>in_array] => Array
                (
                    [ct] => 7
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Shared\Signature\Version1\SignatureCalculator::calculateSignatureUsingKey==>GameDev\Platform\Service\Shared\Signature\Version1\SignatureCalculator::shouldArgumentBeIncludedToSignatureSource] => Array
                (
                    [ct] => 7
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 1424
                    [pmu] => 1168
                )

            [GameDev\Platform\Service\Shared\Signature\Version1\SignatureCalculator::shouldValueBeIncludedToSignatureSource==>is_array] => Array
                (
                    [ct] => 7
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Shared\Signature\Version1\SignatureCalculator::normalizeValue==>GameDev\Platform\Service\Shared\Signature\Version1\SignatureCalculator::shouldValueBeIncludedToSignatureSource] => Array
                (
                    [ct] => 7
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 1136
                )

            [GameDev\Platform\Service\Shared\Signature\Version1\SignatureCalculator::normalizeValue==>is_array] => Array
                (
                    [ct] => 7
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 440
                )

            [GameDev\Platform\Service\Shared\Signature\Version1\SignatureCalculator::calculateSignatureUsingKey==>GameDev\Platform\Service\Shared\Signature\Version1\SignatureCalculator::normalizeValue] => Array
                (
                    [ct] => 7
                    [wt] => 51
                    [cpu] => 0
                    [mu] => 7056
                    [pmu] => 6496
                )

            [GameDev\Platform\Service\Shared\Signature\Version1\SignatureCalculator::{closure:GameDev\Platform\Service\Shared\Signature\Version1\SignatureCalculator::normalizeValue():63}==>is_array] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [array_walk_recursive==>GameDev\Platform\Service\Shared\Signature\Version1\SignatureCalculator::{closure:GameDev\Platform\Service\Shared\Signature\Version1\SignatureCalculator::normalizeValue():63}] => Array
                (
                    [ct] => 2
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1552
                    [pmu] => 1232
                )

            [GameDev\Platform\Service\Shared\Signature\Version1\SignatureCalculator::normalizeValue==>array_walk_recursive] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 2688
                    [pmu] => 2688
                )

            [GameDev\Platform\Service\Shared\Signature\Version1\SignatureCalculator::normalizeValue==>strlen] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Signature\Version1\SignatureCalculator::normalizeValue==>substr] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 576
                )

            [GameDev\Platform\Service\Shared\Signature\Version1\SignatureCalculator::calculateSignatureUsingKey==>implode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 856
                    [pmu] => 304
                )

            [GameDev\Platform\Service\Shared\Signature\Version1\SignatureCalculator::calculateSignatureUsingKey==>md5] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 696
                )

            [GameDev\Platform\Service\Shared\Signature\Version1\SignatureCalculator::calculateSignature==>GameDev\Platform\Service\Shared\Signature\Version1\SignatureCalculator::calculateSignatureUsingKey] => Array
                (
                    [ct] => 1
                    [wt] => 88
                    [cpu] => 0
                    [mu] => 10536
                    [pmu] => 10280
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::validateSignature==>GameDev\Platform\Service\Shared\Signature\Version1\SignatureCalculator::calculateSignature] => Array
                (
                    [ct] => 1
                    [wt] => 95
                    [cpu] => 0
                    [mu] => 12280
                    [pmu] => 11928
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::handleRequest==>GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::validateSignature] => Array
                (
                    [ct] => 1
                    [wt] => 106
                    [cpu] => 0
                    [mu] => 13768
                    [pmu] => 12560
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::handleRequest==>array_values] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 816
                    [pmu] => 624
                )

            [GameDev\Platform\Legacy\Service\API\Aggregator\Version1\Game::getURL==>array_key_exists] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [GameDev\Platform\Legacy\Service\API\Aggregator\Version1\Game::getURL==>count] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [GameDev\Platform\Legacy\Service\API\Aggregator\Version1\Game::isDemoToken==>strtolower] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [GameDev\Platform\Legacy\Service\API\Aggregator\Version1\Game::getURL==>GameDev\Platform\Legacy\Service\API\Aggregator\Version1\Game::isDemoToken] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1312
                    [pmu] => 1056
                )

            [GameDev\Platform\Helper\FilterVar::validateUrl==>filter_var] => Array
                (
                    [ct] => 3
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 648
                    [pmu] => 392
                )

            [GameDev\Platform\Legacy\Service\API\Aggregator\Version1\Game\GameAdapter::launchGame==>GameDev\Platform\Helper\FilterVar::validateUrl] => Array
                (
                    [ct] => 3
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 1344
                    [pmu] => 1088
                )

            [GameDev\Platform\Legacy\Service\API\Aggregator\Version1\Game\GameAdapter::launchGame==>GameDev\Platform\Model\Shared\Aggregator\Callback\CallbackVersion::tryFrom] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Legacy\Service\API\Aggregator\Version1\Game\GameAdapter::launchGame==>floor] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 488
                )

            [GameDev\Platform\Legacy\Service\API\Aggregator\Version1\Game\GameAdapter::launchGame==>filter_var] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 600
                )

            [GameDev\Platform\Legacy\Service\API\Aggregator\Version1\Game\GameAdapter::launchGame==>GameDev\Platform\Legacy\Model\System::getId] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\Persistence\AbstractManagerRegistry::getManagerForClass==>ReflectionClass::__construct] => Array
                (
                    [ct] => 9
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\Persistence\AbstractManagerRegistry::getManagerForClass==>ReflectionClass::isAnonymous] => Array
                (
                    [ct] => 9
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\Persistence\AbstractManagerRegistry::getManagerForClass==>ReflectionClass::implementsInterface] => Array
                (
                    [ct] => 9
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Symfony\Bridge\Doctrine\ManagerRegistry::getService==>Symfony\Component\DependencyInjection\Container::get] => Array
                (
                    [ct] => 21
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\Persistence\AbstractManagerRegistry::getManagerForClass==>Symfony\Bridge\Doctrine\ManagerRegistry::getService] => Array
                (
                    [ct] => 21
                    [wt] => 64
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 1392
                )

            [Doctrine\Persistence\AbstractManagerRegistry::getManagerForClass==>Doctrine\ORM\EntityManager::getMetadataFactory] => Array
                (
                    [ct] => 21
                    [wt] => 1159
                    [cpu] => 0
                    [mu] => 84784
                    [pmu] => 54136
                )

            [Doctrine\ORM\Mapping\ClassMetadataFactory::initialize==>Doctrine\ORM\EntityManager::getConfiguration] => Array
                (
                    [ct] => 5
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\Mapping\ClassMetadataFactory::initialize==>Doctrine\ORM\Configuration::getMetadataDriverImpl] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Mapping\ClassMetadataFactory::initialize==>Doctrine\ORM\EntityManager::getEventManager] => Array
                (
                    [ct] => 5
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::isTransient==>Doctrine\ORM\Mapping\ClassMetadataFactory::initialize] => Array
                (
                    [ct] => 5
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 2656
                    [pmu] => 2400
                )

            [Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::isTransient==>class_exists] => Array
                (
                    [ct] => 42
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 504
                )

            [Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::isTransient==>ReflectionClass::__construct] => Array
                (
                    [ct] => 21
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::isTransient==>ReflectionClass::isAnonymous] => Array
                (
                    [ct] => 21
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::isTransient==>Doctrine\ORM\Mapping\ClassMetadataFactory::getDriver] => Array
                (
                    [ct] => 21
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\Persistence\Mapping\Driver\MappingDriverChain::isTransient==>strpos] => Array
                (
                    [ct] => 27
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\Mapping\Driver\AttributeDriver::isTransient==>ReflectionClass::__construct] => Array
                (
                    [ct] => 7
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\Mapping\Driver\AttributeReader::getClassAttributes==>ReflectionClass::getAttributes] => Array
                (
                    [ct] => 7
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 6056
                    [pmu] => 2344
                )

            [Doctrine\ORM\Mapping\Driver\AttributeReader::convertToAttributeInstances==>ReflectionAttribute::getName] => Array
                (
                    [ct] => 29
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\Mapping\Driver\AttributeReader::convertToAttributeInstances==>is_subclass_of] => Array
                (
                    [ct] => 29
                    [wt] => 44
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 560
                )

            [ReflectionAttribute::newInstance==>Doctrine\ORM\Mapping\Entity::__construct] => Array
                (
                    [ct] => 7
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\Mapping\Driver\AttributeReader::convertToAttributeInstances==>ReflectionAttribute::newInstance] => Array
                (
                    [ct] => 29
                    [wt] => 174
                    [cpu] => 0
                    [mu] => 6624
                    [pmu] => 5304
                )

            [Doctrine\ORM\Mapping\Driver\AttributeReader::isRepeatable==>ReflectionClass::__construct] => Array
                (
                    [ct] => 12
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\Mapping\Driver\AttributeReader::isRepeatable==>ReflectionClass::getAttributes] => Array
                (
                    [ct] => 12
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 4824
                    [pmu] => 920
                )

            [ReflectionAttribute::newInstance==>Attribute::__construct] => Array
                (
                    [ct] => 12
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Doctrine\ORM\Mapping\Driver\AttributeReader::isRepeatable==>ReflectionAttribute::newInstance] => Array
                (
                    [ct] => 12
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 1904
                    [pmu] => 1392
                )

            [Doctrine\ORM\Mapping\Driver\AttributeReader::convertToAttributeInstances==>Doctrine\ORM\Mapping\Driver\AttributeReader::isRepeatable] => Array
                (
                    [ct] => 29
                    [wt] => 126
                    [cpu] => 0
                    [mu] => 6208
                    [pmu] => 4408
                )

            [ReflectionAttribute::newInstance==>Doctrine\ORM\Mapping\Table::__construct] => Array
                (
                    [ct] => 7
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [ReflectionAttribute::newInstance==>Doctrine\ORM\Mapping\ChangeTrackingPolicy::__construct] => Array
                (
                    [ct] => 7
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 48
                )

            [Doctrine\ORM\Mapping\Driver\AttributeReader::getClassAttributes==>Doctrine\ORM\Mapping\Driver\AttributeReader::convertToAttributeInstances] => Array
                (
                    [ct] => 7
                    [wt] => 540
                    [cpu] => 0
                    [mu] => 17928
                    [pmu] => 13840
                )

            [Doctrine\ORM\Mapping\Driver\AttributeDriver::isTransient==>Doctrine\ORM\Mapping\Driver\AttributeReader::getClassAttributes] => Array
                (
                    [ct] => 7
                    [wt] => 591
                    [cpu] => 0
                    [mu] => 19288
                    [pmu] => 17720
                )

            [Doctrine\Persistence\Mapping\Driver\MappingDriverChain::isTransient==>Doctrine\ORM\Mapping\Driver\AttributeDriver::isTransient] => Array
                (
                    [ct] => 7
                    [wt] => 633
                    [cpu] => 0
                    [mu] => 20632
                    [pmu] => 19496
                )

            [Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver::isTransient==>Doctrine\Persistence\Mapping\Driver\MappingDriverChain::isTransient] => Array
                (
                    [ct] => 21
                    [wt] => 734
                    [cpu] => 0
                    [mu] => 15104
                    [pmu] => 20592
                )

            [Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::isTransient==>Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver::isTransient] => Array
                (
                    [ct] => 21
                    [wt] => 779
                    [cpu] => 0
                    [mu] => 15832
                    [pmu] => 21376
                )

            [Doctrine\Persistence\AbstractManagerRegistry::getManagerForClass==>Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::isTransient] => Array
                (
                    [ct] => 21
                    [wt] => 1060
                    [cpu] => 0
                    [mu] => 21952
                    [pmu] => 27848
                )

            [Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::resolveRepository==>Doctrine\Persistence\AbstractManagerRegistry::getManagerForClass] => Array
                (
                    [ct] => 7
                    [wt] => 1038
                    [cpu] => 0
                    [mu] => 27432
                    [pmu] => 33392
                )

            [Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::resolveRepository==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 7
                    [wt] => 2376
                    [cpu] => 0
                    [mu] => 91640
                    [pmu] => 56704
                )

            [Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::resolveRepository==>Doctrine\ORM\EntityRepository::__construct] => Array
                (
                    [ct] => 7
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::find==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::resolveRepository] => Array
                (
                    [ct] => 1
                    [wt] => 139
                    [cpu] => 0
                    [mu] => 26328
                    [pmu] => 26072
                )

            [Doctrine\ORM\EntityManager::find==>ltrim] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 296
                )

            [Doctrine\ORM\EntityManager::find==>Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::getMetadataFor] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\EntityManager::find==>Doctrine\ORM\EntityManager::getUnitOfWork] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\UnitOfWork::tryGetById==>Doctrine\ORM\UnitOfWork::getIdHashByIdentifier] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 616
                    [pmu] => 360
                )

            [Doctrine\ORM\EntityManager::find==>Doctrine\ORM\UnitOfWork::tryGetById] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1248
                    [pmu] => 992
                )

            [Doctrine\ORM\UnitOfWork::getEntityPersister==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 10
                    [wt] => 58
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 952
                )

            [Doctrine\ORM\UnitOfWork::getEntityPersister==>Doctrine\ORM\Mapping\ClassMetadata::isInheritanceTypeNone] => Array
                (
                    [ct] => 10
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\UnitOfWork::getEntityPersister==>Doctrine\ORM\Mapping\ClassMetadata::isInheritanceTypeSingleTable] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\UnitOfWork::getEntityPersister==>Doctrine\ORM\Mapping\ClassMetadata::isInheritanceTypeJoined] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::__construct==>Doctrine\ORM\EntityManager::getConnection] => Array
                (
                    [ct] => 10
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::__construct==>Doctrine\DBAL\Connection::getDatabasePlatform] => Array
                (
                    [ct] => 10
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::__construct==>Doctrine\ORM\EntityManager::getConfiguration] => Array
                (
                    [ct] => 10
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::__construct==>Doctrine\ORM\Configuration::getQuoteStrategy] => Array
                (
                    [ct] => 10
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::__construct==>Doctrine\ORM\EntityManager::getUnitOfWork] => Array
                (
                    [ct] => 10
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::__construct==>Doctrine\ORM\EntityManager::getMetadataFactory] => Array
                (
                    [ct] => 10
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::__construct==>Doctrine\ORM\Utility\IdentifierFlattener::__construct] => Array
                (
                    [ct] => 10
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::__construct==>Doctrine\ORM\Persisters\Entity\CachedPersisterContext::__construct] => Array
                (
                    [ct] => 20
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\UnitOfWork::getEntityPersister==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::__construct] => Array
                (
                    [ct] => 10
                    [wt] => 271
                    [cpu] => 0
                    [mu] => 19160
                    [pmu] => 13448
                )

            [Doctrine\ORM\EntityManager::find==>Doctrine\ORM\UnitOfWork::getEntityPersister] => Array
                (
                    [ct] => 1
                    [wt] => 88
                    [cpu] => 0
                    [mu] => 12304
                    [pmu] => 12048
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::load==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::switchPersisterContext] => Array
                (
                    [ct] => 6
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getSelectSQL==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::switchPersisterContext] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getSelectSQL==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSQLTableAlias] => Array
                (
                    [ct] => 4
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1480
                    [pmu] => 816
                )

            [Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getJoinSql==>Doctrine\ORM\Mapping\ClassMetadata::getIdentifierColumnNames] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1064
                    [pmu] => 592
                )

            [Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getJoinSql==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 2
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getJoinSql==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSQLTableAlias] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 728
                    [pmu] => 440
                )

            [Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getJoinSql==>Doctrine\ORM\Mapping\DefaultQuoteStrategy::getTableName] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getJoinSql==>implode] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getSelectSQL==>Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getJoinSql] => Array
                (
                    [ct] => 2
                    [wt] => 54
                    [cpu] => 0
                    [mu] => 5328
                    [pmu] => 4472
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectConditionStatementColumnSQL==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSQLTableAlias] => Array
                (
                    [ct] => 7
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1888
                    [pmu] => 408
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectConditionStatementColumnSQL==>Doctrine\ORM\Mapping\DefaultQuoteStrategy::getColumnName] => Array
                (
                    [ct] => 7
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectConditionStatementSQL==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectConditionStatementColumnSQL] => Array
                (
                    [ct] => 7
                    [wt] => 54
                    [cpu] => 0
                    [mu] => 5168
                    [pmu] => 2152
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectConditionStatementSQL==>Doctrine\DBAL\Types\Type::getType] => Array
                (
                    [ct] => 7
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectConditionStatementSQL==>Doctrine\DBAL\Types\Type::convertToDatabaseValueSQL] => Array
                (
                    [ct] => 7
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectConditionStatementSQL==>implode] => Array
                (
                    [ct] => 7
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 600
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectConditionSQL==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectConditionStatementSQL] => Array
                (
                    [ct] => 7
                    [wt] => 155
                    [cpu] => 0
                    [mu] => 9816
                    [pmu] => 5128
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectConditionSQL==>implode] => Array
                (
                    [ct] => 7
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 648
                    [pmu] => 216
                )

            [Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getSelectSQL==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectConditionSQL] => Array
                (
                    [ct] => 2
                    [wt] => 57
                    [cpu] => 0
                    [mu] => 6872
                    [pmu] => 6136
                )

            [Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getSelectSQL==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 2
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Query\FilterCollection::__construct==>Doctrine\ORM\EntityManager::getConfiguration] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\EntityManager::getFilters==>Doctrine\ORM\Query\FilterCollection::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 1264
                    [pmu] => 1008
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::generateFilterConditionSQL==>Doctrine\ORM\EntityManager::getFilters] => Array
                (
                    [ct] => 7
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 2120
                    [pmu] => 1864
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::generateFilterConditionSQL==>Doctrine\ORM\Query\FilterCollection::getEnabledFilters] => Array
                (
                    [ct] => 7
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::generateFilterConditionSQL==>implode] => Array
                (
                    [ct] => 7
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 520
                )

            [Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getSelectSQL==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::generateFilterConditionSQL] => Array
                (
                    [ct] => 2
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 4240
                    [pmu] => 3984
                )

            [Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getSelectSQL==>Doctrine\ORM\Mapping\DefaultQuoteStrategy::getTableName] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getSelectSQL==>Doctrine\DBAL\Platforms\AbstractPlatform::appendLockHint] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getSelectColumnsSQL==>Doctrine\ORM\Mapping\ClassMetadata::getDiscriminatorColumn] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getSelectColumnsSQL==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSQLTableAlias] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getSelectColumnsSQL==>Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getSQLResultCasing] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getSelectColumnsSQL==>Doctrine\ORM\Query\ResultSetMapping::addEntityResult] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 2136
                    [pmu] => 1128
                )

            [Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getSelectColumnsSQL==>Doctrine\ORM\Query\ResultSetMapping::setDiscriminatorColumn] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 2168
                    [pmu] => 1160
                )

            [Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getSelectColumnsSQL==>Doctrine\ORM\Query\ResultSetMapping::addMetaResult] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 2136
                    [pmu] => 1128
                )

            [Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getSelectColumnsSQL==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 21
                    [wt] => 117
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 1112
                )

            [Doctrine\ORM\Mapping\DefaultQuoteStrategy::getColumnAlias==>Doctrine\DBAL\Platforms\AbstractPlatform::getMaxIdentifierLength] => Array
                (
                    [ct] => 63
                    [wt] => 37
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Mapping\DefaultQuoteStrategy::getColumnAlias==>substr] => Array
                (
                    [ct] => 63
                    [wt] => 33
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 472
                )

            [Doctrine\ORM\Mapping\DefaultQuoteStrategy::getColumnAlias==>preg_replace] => Array
                (
                    [ct] => 63
                    [wt] => 46
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [Doctrine\ORM\Mapping\DefaultQuoteStrategy::getColumnAlias==>is_numeric] => Array
                (
                    [ct] => 63
                    [wt] => 35
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Doctrine\ORM\Mapping\DefaultQuoteStrategy::getColumnAlias==>Doctrine\ORM\Mapping\DefaultQuoteStrategy::getSQLResultCasing] => Array
                (
                    [ct] => 63
                    [wt] => 45
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSQLColumnAlias==>Doctrine\ORM\Mapping\DefaultQuoteStrategy::getColumnAlias] => Array
                (
                    [ct] => 63
                    [wt] => 583
                    [cpu] => 0
                    [mu] => 6552
                    [pmu] => 7040
                )

            [Doctrine\ORM\Persisters\Entity\AbstractEntityInheritancePersister::getSelectColumnSQL==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSQLColumnAlias] => Array
                (
                    [ct] => 33
                    [wt] => 347
                    [cpu] => 0
                    [mu] => 6080
                    [pmu] => 6784
                )

            [Doctrine\ORM\Persisters\Entity\AbstractEntityInheritancePersister::getSelectColumnSQL==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSQLTableAlias] => Array
                (
                    [ct] => 33
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Doctrine\ORM\Persisters\Entity\AbstractEntityInheritancePersister::getSelectColumnSQL==>Doctrine\ORM\Mapping\DefaultQuoteStrategy::getColumnName] => Array
                (
                    [ct] => 33
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Doctrine\ORM\Persisters\Entity\AbstractEntityInheritancePersister::getSelectColumnSQL==>Doctrine\ORM\Query\ResultSetMapping::addFieldResult] => Array
                (
                    [ct] => 33
                    [wt] => 33
                    [cpu] => 0
                    [mu] => 10728
                    [pmu] => 6208
                )

            [Doctrine\ORM\Persisters\Entity\AbstractEntityInheritancePersister::getSelectColumnSQL==>Doctrine\DBAL\Types\Type::getType] => Array
                (
                    [ct] => 33
                    [wt] => 135
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 456
                )

            [Doctrine\ORM\Persisters\Entity\AbstractEntityInheritancePersister::getSelectColumnSQL==>Doctrine\DBAL\Types\Type::convertToPHPValueSQL] => Array
                (
                    [ct] => 33
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getSelectColumnsSQL==>Doctrine\ORM\Persisters\Entity\AbstractEntityInheritancePersister::getSelectColumnSQL] => Array
                (
                    [ct] => 33
                    [wt] => 855
                    [cpu] => 0
                    [mu] => 23944
                    [pmu] => 17304
                )

            [Doctrine\ORM\Mapping\AssociationMapping::isToOneOwningSide==>Doctrine\ORM\Mapping\AssociationMapping::isToOne] => Array
                (
                    [ct] => 6
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 216
                )

            [Doctrine\ORM\Mapping\AssociationMapping::isToOneOwningSide==>Doctrine\ORM\Mapping\AssociationMapping::isOwningSide] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getSelectColumnsSQL==>Doctrine\ORM\Mapping\AssociationMapping::isToOneOwningSide] => Array
                (
                    [ct] => 4
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 2056
                    [pmu] => 1640
                )

            [Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getSelectColumnsSQL==>Doctrine\ORM\Mapping\DefaultQuoteStrategy::getJoinColumnName] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 200
                )

            [Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getSelectColumnsSQL==>Doctrine\ORM\Utility\PersisterHelper::getTypeOfColumn] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\AbstractEntityInheritancePersister::getSelectJoinColumnSQL==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSQLColumnAlias] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 712
                    [pmu] => 456
                )

            [Doctrine\ORM\Persisters\Entity\AbstractEntityInheritancePersister::getSelectJoinColumnSQL==>Doctrine\ORM\Query\ResultSetMapping::addMetaResult] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getSelectColumnsSQL==>Doctrine\ORM\Persisters\Entity\AbstractEntityInheritancePersister::getSelectJoinColumnSQL] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 2248
                    [pmu] => 1992
                )

            [Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getSelectColumnsSQL==>implode] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1992
                    [pmu] => 1080
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::updateFilterHash==>Doctrine\ORM\EntityManager::getFilters] => Array
                (
                    [ct] => 6
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 952
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::updateFilterHash==>Doctrine\ORM\Query\FilterCollection::getHash] => Array
                (
                    [ct] => 6
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getSelectColumnsSQL==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::updateFilterHash] => Array
                (
                    [ct] => 2
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 2056
                    [pmu] => 1880
                )

            [Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getSelectSQL==>Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getSelectColumnsSQL] => Array
                (
                    [ct] => 2
                    [wt] => 1163
                    [cpu] => 0
                    [mu] => 43920
                    [pmu] => 35408
                )

            [Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getSelectSQL==>Doctrine\DBAL\Platforms\AbstractPlatform::modifyLimitQuery] => Array
                (
                    [ct] => 2
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::load==>Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getSelectSQL] => Array
                (
                    [ct] => 2
                    [wt] => 1389
                    [cpu] => 0
                    [mu] => 63480
                    [pmu] => 54840
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getTypes==>array_merge] => Array
                (
                    [ct] => 7
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 544
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::expandParameters==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getTypes] => Array
                (
                    [ct] => 7
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 2792
                    [pmu] => 1240
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getValues==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getIndividualValue] => Array
                (
                    [ct] => 7
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 2176
                    [pmu] => 624
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::expandParameters==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getValues] => Array
                (
                    [ct] => 7
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 2872
                    [pmu] => 1320
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::expandParameters==>array_merge] => Array
                (
                    [ct] => 7
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 800
                    [pmu] => 488
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::load==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::expandParameters] => Array
                (
                    [ct] => 6
                    [wt] => 85
                    [cpu] => 0
                    [mu] => 7936
                    [pmu] => 4440
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::load==>Doctrine\DBAL\Connection::executeQuery] => Array
                (
                    [ct] => 6
                    [wt] => 16854
                    [cpu] => 21053
                    [mu] => 150600
                    [pmu] => 230848
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::load==>Doctrine\ORM\EntityManager::newHydrator] => Array
                (
                    [ct] => 6
                    [wt] => 80
                    [cpu] => 0
                    [mu] => 1752
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::prepare==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::resultSetMapping] => Array
                (
                    [ct] => 21
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::prepare==>reset] => Array
                (
                    [ct] => 7
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::prepare==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::getClassMetadata] => Array
                (
                    [ct] => 7
                    [wt] => 81
                    [cpu] => 0
                    [mu] => 3264
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::hydrateAll==>Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::prepare] => Array
                (
                    [ct] => 7
                    [wt] => 161
                    [cpu] => 0
                    [mu] => 5480
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::hydrateAllData==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::statement] => Array
                (
                    [ct] => 93
                    [wt] => 60
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::hydrateAllData==>Doctrine\DBAL\Result::fetchAssociative] => Array
                (
                    [ct] => 93
                    [wt] => 933
                    [cpu] => 0
                    [mu] => 76432
                    [pmu] => 35840
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::hydrateRowData==>Doctrine\ORM\Mapping\ClassMetadata::getDiscriminatorColumn] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::hydrateRowData==>Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::getSQLResultCasing] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::hydrateRowData==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::resultSetMapping] => Array
                (
                    [ct] => 869
                    [wt] => 497
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::hydrateRowData==>array_search] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::hydrateRowData==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::hydrateColumnInfo] => Array
                (
                    [ct] => 867
                    [wt] => 1215
                    [cpu] => 469
                    [mu] => 35616
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::hydrateRowData==>Doctrine\DBAL\Types\IntegerType::convertToPHPValue] => Array
                (
                    [ct] => 338
                    [wt] => 193
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::hydrateRowData==>Doctrine\DBAL\Types\Type::convertToPHPValue] => Array
                (
                    [ct] => 103
                    [wt] => 63
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::hydrateRowData==>Doctrine\DBAL\Types\BooleanType::convertToPHPValue] => Array
                (
                    [ct] => 12
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::hydrateRowData==>Doctrine\DBAL\Types\TextType::convertToPHPValue] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::getDiscriminatorValues==>array_map] => Array
                (
                    [ct] => 13
                    [wt] => 10
                    [cpu] => 469
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::hydrateColumnInfo==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::getDiscriminatorValues] => Array
                (
                    [ct] => 13
                    [wt] => 63
                    [cpu] => 469
                    [mu] => 4120
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::hydrateColumnInfo==>array_merge] => Array
                (
                    [ct] => 13
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 5472
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::hydrateRowData==>in_array] => Array
                (
                    [ct] => 13
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::hydrateRowData==>Doctrine\ORM\EntityManager::getUnitOfWork] => Array
                (
                    [ct] => 86
                    [wt] => 50
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\TypedNoDefaultPropertyAccessor::getValue==>ReflectionProperty::isInitialized] => Array
                (
                    [ct] => 21
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\EmbeddablePropertyAccessor::setValue==>Doctrine\ORM\Mapping\PropertyAccessors\TypedNoDefaultPropertyAccessor::getValue] => Array
                (
                    [ct] => 2
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1360
                    [pmu] => 0
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\EmbeddablePropertyAccessor::setValue==>Doctrine\Instantiator\Instantiator::instantiate] => Array
                (
                    [ct] => 2
                    [wt] => 50
                    [cpu] => 0
                    [mu] => 1112
                    [pmu] => 0
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\EmbeddablePropertyAccessor::setValue==>Doctrine\ORM\Mapping\PropertyAccessors\TypedNoDefaultPropertyAccessor::setValue] => Array
                (
                    [ct] => 4
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 168
                )

            [Doctrine\ORM\UnitOfWork::createEntity==>Doctrine\ORM\Mapping\PropertyAccessors\EmbeddablePropertyAccessor::setValue] => Array
                (
                    [ct] => 2
                    [wt] => 94
                    [cpu] => 0
                    [mu] => 4016
                    [pmu] => 168
                )

            [Doctrine\ORM\UnitOfWork::normalizeIdentifier==>Doctrine\ORM\Mapping\ClassMetadata::getIdentifierFieldNames] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::normalizeIdentifier==>Doctrine\ORM\Mapping\ClassMetadata::isSingleValuedAssociation] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::createEntity==>Doctrine\ORM\UnitOfWork::normalizeIdentifier] => Array
                (
                    [ct] => 4
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 3480
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::createEntity==>Doctrine\ORM\EntityManager::getProxyFactory] => Array
                (
                    [ct] => 4
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\ORM\Proxy\ProxyFactory::getProxy==>Doctrine\ORM\EntityManager::getConfiguration] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\Proxy\ProxyFactory::getProxy==>Doctrine\ORM\Configuration::isNativeLazyObjectsEnabled] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\Proxy\ProxyFactory::getProxy==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 4
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 448
                )

            [Doctrine\ORM\Proxy\ProxyFactory::getProxy==>Doctrine\ORM\UnitOfWork::getEntityPersister] => Array
                (
                    [ct] => 4
                    [wt] => 142
                    [cpu] => 0
                    [mu] => 6856
                    [pmu] => 3040
                )

            [Doctrine\ORM\Proxy\ProxyFactory::getProxy==>ReflectionClass::newLazyGhost] => Array
                (
                    [ct] => 4
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1496
                    [pmu] => 440
                )

            [Doctrine\ORM\Proxy\ProxyFactory::getProxy==>Doctrine\ORM\Mapping\PropertyAccessors\RawValuePropertyAccessor::setValue] => Array
                (
                    [ct] => 2
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 472
                )

            [Doctrine\ORM\UnitOfWork::createEntity==>Doctrine\ORM\Proxy\ProxyFactory::getProxy] => Array
                (
                    [ct] => 4
                    [wt] => 237
                    [cpu] => 0
                    [mu] => 15808
                    [pmu] => 8200
                )

            [Doctrine\ORM\UnitOfWork::createEntity==>Doctrine\ORM\Mapping\AssociationMapping::isOneToOne] => Array
                (
                    [ct] => 5
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 104
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::hydrateRowData==>Doctrine\ORM\UnitOfWork::createEntity] => Array
                (
                    [ct] => 86
                    [wt] => 9950
                    [cpu] => 9999
                    [mu] => 124592
                    [pmu] => 114424
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::hydrateAllData==>Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::hydrateRowData] => Array
                (
                    [ct] => 86
                    [wt] => 15858
                    [cpu] => 13388
                    [mu] => 236344
                    [pmu] => 119032
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::hydrateAllData==>Doctrine\ORM\EntityManager::getUnitOfWork] => Array
                (
                    [ct] => 7
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::hydrateAllData==>Doctrine\ORM\UnitOfWork::triggerEagerLoads] => Array
                (
                    [ct] => 7
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::hydrateAll==>Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::hydrateAllData] => Array
                (
                    [ct] => 7
                    [wt] => 17240
                    [cpu] => 13388
                    [mu] => 250448
                    [pmu] => 154936
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::cleanup==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::cleanup] => Array
                (
                    [ct] => 7
                    [wt] => 165
                    [cpu] => 0
                    [mu] => -34024
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::cleanup==>Doctrine\ORM\UnitOfWork::triggerEagerLoads] => Array
                (
                    [ct] => 7
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::cleanup==>Doctrine\ORM\UnitOfWork::hydrationComplete] => Array
                (
                    [ct] => 7
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::hydrateAll==>Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::cleanup] => Array
                (
                    [ct] => 7
                    [wt] => 228
                    [cpu] => 0
                    [mu] => -31936
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::load==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::hydrateAll] => Array
                (
                    [ct] => 6
                    [wt] => 2752
                    [cpu] => 662
                    [mu] => 65360
                    [pmu] => 5840
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::loadById==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::load] => Array
                (
                    [ct] => 3
                    [wt] => 9034
                    [cpu] => 17313
                    [mu] => 200752
                    [pmu] => 199744
                )

            [Doctrine\ORM\EntityManager::find==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::loadById] => Array
                (
                    [ct] => 1
                    [wt] => 3551
                    [cpu] => 8059
                    [mu] => 100464
                    [pmu] => 138352
                )

            [Doctrine\ORM\EntityRepository::find==>Doctrine\ORM\EntityManager::find] => Array
                (
                    [ct] => 1
                    [wt] => 3668
                    [cpu] => 8059
                    [mu] => 117512
                    [pmu] => 154864
                )

            [Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::find==>Doctrine\ORM\EntityRepository::find] => Array
                (
                    [ct] => 1
                    [wt] => 3670
                    [cpu] => 8059
                    [mu] => 117456
                    [pmu] => 154928
                )

            [GameDev\Platform\Repository\Catalog\AggregatorRepository::findById==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::find] => Array
                (
                    [ct] => 1
                    [wt] => 3822
                    [cpu] => 8059
                    [mu] => 144576
                    [pmu] => 181384
                )

            [GameDev\Platform\Service\Shared\Catalog\AggregatorProvider::getById==>GameDev\Platform\Repository\Catalog\AggregatorRepository::findById] => Array
                (
                    [ct] => 1
                    [wt] => 3825
                    [cpu] => 8059
                    [mu] => 145304
                    [pmu] => 181496
                )

            [GameDev\Platform\Service\Shared\Catalog\AggregatorProvider::getEnabledById==>GameDev\Platform\Service\Shared\Catalog\AggregatorProvider::getById] => Array
                (
                    [ct] => 1
                    [wt] => 3828
                    [cpu] => 8059
                    [mu] => 146032
                    [pmu] => 181592
                )

            [GameDev\Platform\Service\Shared\Catalog\AggregatorProvider::ensureAggregatorEnabled==>GameDev\Platform\Entity\Catalog\System::isDisabled] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Catalog\AggregatorProvider::getEnabledById==>GameDev\Platform\Service\Shared\Catalog\AggregatorProvider::ensureAggregatorEnabled] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\Service\API\Aggregator\Version1\Game\GameAdapter::launchGame==>GameDev\Platform\Service\Shared\Catalog\AggregatorProvider::getEnabledById] => Array
                (
                    [ct] => 1
                    [wt] => 3835
                    [cpu] => 8059
                    [mu] => 148216
                    [pmu] => 181688
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::validateValue==>property_exists] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Context\ExecutionContext::__construct==>Symfony\Component\Validator\ConstraintViolationList::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Context\ExecutionContextFactory::createContext==>Symfony\Component\Validator\Context\ExecutionContext::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 1792
                    [pmu] => 152
                )

            [Symfony\Component\Validator\Validator\RecursiveValidator::startContext==>Symfony\Component\Validator\Context\ExecutionContextFactory::createContext] => Array
                (
                    [ct] => 2
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 3160
                    [pmu] => 568
                )

            [Symfony\Component\Validator\Context\ExecutionContext::getPropertyPath==>Symfony\Component\Validator\Util\PropertyPath::append] => Array
                (
                    [ct] => 47
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::__construct==>Symfony\Component\Validator\Context\ExecutionContext::getPropertyPath] => Array
                (
                    [ct] => 8
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 1360
                    [pmu] => 240
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::__construct==>Symfony\Component\Validator\Context\ExecutionContext::getGroup] => Array
                (
                    [ct] => 8
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Validator\RecursiveValidator::startContext==>Symfony\Component\Validator\Validator\RecursiveContextualValidator::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 3248
                    [pmu] => 144
                )

            [Symfony\Component\Validator\Validator\RecursiveValidator::validate==>Symfony\Component\Validator\Validator\RecursiveValidator::startContext] => Array
                (
                    [ct] => 2
                    [wt] => 66
                    [cpu] => 0
                    [mu] => 7520
                    [pmu] => 984
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validate==>Symfony\Component\Validator\Context\ExecutionContext::getValue] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validate==>Symfony\Component\Validator\Context\ExecutionContext::getObject] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validate==>Symfony\Component\Validator\Context\ExecutionContext::getMetadata] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validate==>Symfony\Component\Validator\Context\ExecutionContext::getPropertyPath] => Array
                (
                    [ct] => 2
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 488
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validate==>Symfony\Component\Validator\Context\ExecutionContext::getGroup] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validate==>Symfony\Component\Validator\Context\ExecutionContext::getConstraint] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::getMetadataFor==>ltrim] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::getMetadataFor==>class_exists] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 600
                )

            [Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::escapeClassName==>str_contains] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::escapeClassName==>str_replace] => Array
                (
                    [ct] => 3
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 888
                    [pmu] => 696
                )

            [Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::getMetadataFor==>Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::escapeClassName] => Array
                (
                    [ct] => 2
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 2216
                    [pmu] => 1864
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::getItem==>Symfony\Component\Cache\Adapter\ChainAdapter::getItem] => Array
                (
                    [ct] => 7
                    [wt] => 728
                    [cpu] => 2579
                    [mu] => 232216
                    [pmu] => 340232
                )

            [Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::getMetadataFor==>Symfony\Component\Cache\Adapter\PhpArrayAdapter::getItem] => Array
                (
                    [ct] => 2
                    [wt] => 339
                    [cpu] => 0
                    [mu] => 131456
                    [pmu] => 195328
                )

            [Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::getMetadataFor==>Symfony\Component\Cache\CacheItem::isHit] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::getMetadataFor==>Symfony\Component\Cache\CacheItem::get] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Mapping\ClassMetadata::getReflectionClass==>Symfony\Component\Validator\Mapping\ClassMetadata::getClassName] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Mapping\ClassMetadata::getReflectionClass==>ReflectionClass::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::mergeConstraints==>Symfony\Component\Validator\Mapping\ClassMetadata::getReflectionClass] => Array
                (
                    [ct] => 6
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 2216
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::mergeConstraints==>ReflectionClass::isInterface] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::mergeConstraints==>ReflectionClass::getParentClass] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 728
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::mergeConstraints==>ReflectionClass::getInterfaces] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::getMetadataFor==>Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::mergeConstraints] => Array
                (
                    [ct] => 2
                    [wt] => 311
                    [cpu] => 0
                    [mu] => 48232
                    [pmu] => 22648
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateObject==>Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::getMetadataFor] => Array
                (
                    [ct] => 2
                    [wt] => 698
                    [cpu] => 0
                    [mu] => 185792
                    [pmu] => 221776
                )

            [Symfony\Component\Validator\Context\ExecutionContext::generateCacheKey==>spl_object_hash] => Array
                (
                    [ct] => 25
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 2200
                    [pmu] => 656
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::generateCacheKey==>Symfony\Component\Validator\Context\ExecutionContext::generateCacheKey] => Array
                (
                    [ct] => 25
                    [wt] => 69
                    [cpu] => 0
                    [mu] => 4808
                    [pmu] => 976
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateObject==>Symfony\Component\Validator\Validator\RecursiveContextualValidator::generateCacheKey] => Array
                (
                    [ct] => 2
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 2904
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateClassNode==>Symfony\Component\Validator\Context\ExecutionContext::setNode] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateClassNode==>Symfony\Component\Validator\Context\ExecutionContext::isObjectInitialized] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigEntityManagerService==>dirname] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 824
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_LocalConfigConnectionService==>Doctrine\DBAL\Configuration::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1064
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_LocalConfigConnectionService==>Doctrine\Bundle\DoctrineBundle\Middleware\IdleConnectionMiddleware::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_LocalConfigConnectionService==>Doctrine\Bundle\DoctrineBundle\Middleware\IdleConnectionMiddleware::setConnectionName] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_LocalConfigConnectionService==>Doctrine\DBAL\Configuration::setSchemaManagerFactory] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_LocalConfigConnectionService==>Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_LocalConfigConnectionService==>Doctrine\DBAL\Configuration::setSchemaAssetsFilter] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 264
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_LocalConfigConnectionService==>Doctrine\DBAL\Configuration::setMiddlewares] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_LocalConfigConnectionService==>Symfony\Component\DependencyInjection\Container::getEnv] => Array
                (
                    [ct] => 1
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 816
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_LocalConfigConnectionService==>Doctrine\Bundle\DoctrineBundle\ConnectionFactory::createConnection] => Array
                (
                    [ct] => 1
                    [wt] => 321
                    [cpu] => 0
                    [mu] => 3824
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigEntityManagerService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_LocalConfigConnectionService] => Array
                (
                    [ct] => 1
                    [wt] => 384
                    [cpu] => 0
                    [mu] => 12000
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigConfigurationService==>Doctrine\DBAL\Configuration::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1064
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigConfigurationService==>dirname] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigConfigurationService==>Doctrine\ORM\Mapping\Driver\AttributeDriver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 720
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigConfigurationService==>Doctrine\Persistence\Mapping\Driver\MappingDriverChain::addDriver] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1072
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigConfigurationService==>Doctrine\ORM\Configuration::setEntityNamespaces] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 1040
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigConfigurationService==>Symfony\Component\Cache\Adapter\ArrayAdapter::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigConfigurationService==>Symfony\Component\Cache\Adapter\PhpArrayAdapter::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigConfigurationService==>Doctrine\ORM\Configuration::setMetadataCache] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigConfigurationService==>Doctrine\ORM\Configuration::setQueryCache] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigConfigurationService==>Doctrine\DBAL\Configuration::setResultCache] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigConfigurationService==>Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigConfigurationService==>Doctrine\ORM\Configuration::setMetadataDriverImpl] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigConfigurationService==>Doctrine\ORM\Configuration::setSchemaIgnoreClasses] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigConfigurationService==>Doctrine\ORM\Configuration::setClassMetadataFactoryName] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigConfigurationService==>Doctrine\ORM\Configuration::setDefaultRepositoryClassName] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigConfigurationService==>Doctrine\ORM\Configuration::setNamingStrategy] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigConfigurationService==>Doctrine\ORM\Configuration::setQuoteStrategy] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 984
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigConfigurationService==>Doctrine\ORM\Configuration::setTypedFieldMapper] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigConfigurationService==>Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigConfigurationService==>Doctrine\ORM\Configuration::setEntityListenerResolver] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigConfigurationService==>Doctrine\ORM\Configuration::setLazyGhostObjectEnabled] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigConfigurationService==>Doctrine\ORM\Configuration::setIdentityGenerationPreferences] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigConfigurationService==>Doctrine\ORM\Configuration::enableNativeLazyObjects] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigConfigurationService==>Doctrine\ORM\Configuration::setRepositoryFactory] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigEntityManagerService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigConfigurationService] => Array
                (
                    [ct] => 1
                    [wt] => 71
                    [cpu] => 0
                    [mu] => 21096
                    [pmu] => 2864
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_LocalConfigConnection_EventManagerService==>Symfony\Component\DependencyInjection\Argument\ServiceLocator::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_LocalConfigConnection_EventManagerService==>Symfony\Bridge\Doctrine\ContainerAwareEventManager::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigEntityManagerService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_LocalConfigConnection_EventManagerService] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 2600
                    [pmu] => 2344
                )

            [Doctrine\ORM\UnitOfWork::__construct==>Doctrine\ORM\EntityManager::getMetadataFactory@1] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\Proxy\ProxyFactory::__construct==>Doctrine\ORM\EntityManager::getMetadataFactory@1] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigEntityManagerService==>Doctrine\ORM\EntityManager::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 57
                    [cpu] => 0
                    [mu] => 3208
                    [pmu] => 2952
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigEntityManagerService==>Doctrine\Bundle\DoctrineBundle\ManagerConfigurator::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigEntityManagerService==>Doctrine\Bundle\DoctrineBundle\ManagerConfigurator::configure] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigEntityManagerService():2238}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigEntityManagerService] => Array
                (
                    [ct] => 1
                    [wt] => 561
                    [cpu] => 0
                    [mu] => 42216
                    [pmu] => 11096
                )

            [Doctrine\ORM\EntityManager::getMetadataFactory==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigEntityManagerService():2238}] => Array
                (
                    [ct] => 1
                    [wt] => 563
                    [cpu] => 0
                    [mu] => 43008
                    [pmu] => 11760
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataEntityManagerService==>dirname] => Array
                (
                    [ct] => 4
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 888
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_DaemonMetadataConnectionService==>Doctrine\DBAL\Configuration::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1064
                    [pmu] => 808
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_DaemonMetadataConnectionService==>Doctrine\Bundle\DoctrineBundle\Middleware\IdleConnectionMiddleware::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_DaemonMetadataConnectionService==>Doctrine\Bundle\DoctrineBundle\Middleware\IdleConnectionMiddleware::setConnectionName] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_DaemonMetadataConnectionService==>Doctrine\DBAL\Configuration::setSchemaManagerFactory] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_DaemonMetadataConnectionService==>Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_DaemonMetadataConnectionService==>Doctrine\DBAL\Configuration::setSchemaAssetsFilter] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 264
                    [pmu] => 8
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_DaemonMetadataConnectionService==>Doctrine\DBAL\Configuration::setMiddlewares] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_DaemonMetadataConnectionService==>Symfony\Component\DependencyInjection\Container::getEnv] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 728
                    [pmu] => 472
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_DaemonMetadataConnectionService==>Doctrine\Bundle\DoctrineBundle\ConnectionFactory::createConnection] => Array
                (
                    [ct] => 1
                    [wt] => 311
                    [cpu] => 0
                    [mu] => 3176
                    [pmu] => 3272
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataEntityManagerService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_DaemonMetadataConnectionService] => Array
                (
                    [ct] => 1
                    [wt] => 340
                    [cpu] => 0
                    [mu] => 11296
                    [pmu] => 11040
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataConfigurationService==>Doctrine\DBAL\Configuration::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1064
                    [pmu] => 808
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataConfigurationService==>dirname] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 696
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataConfigurationService==>Doctrine\ORM\Mapping\Driver\AttributeDriver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 720
                    [pmu] => 464
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataConfigurationService==>Doctrine\Persistence\Mapping\Driver\MappingDriverChain::addDriver] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1072
                    [pmu] => 816
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataConfigurationService==>Doctrine\ORM\Configuration::setEntityNamespaces] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1040
                    [pmu] => 784
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataConfigurationService==>Symfony\Component\Cache\Adapter\ArrayAdapter::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataConfigurationService==>Symfony\Component\Cache\Adapter\PhpArrayAdapter::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataConfigurationService==>Doctrine\ORM\Configuration::setMetadataCache] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataConfigurationService==>Doctrine\ORM\Configuration::setQueryCache] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 392
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataConfigurationService==>Doctrine\DBAL\Configuration::setResultCache] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 392
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataConfigurationService==>Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataConfigurationService==>Doctrine\ORM\Configuration::setMetadataDriverImpl] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataConfigurationService==>Doctrine\ORM\Configuration::setSchemaIgnoreClasses] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataConfigurationService==>Doctrine\ORM\Configuration::setClassMetadataFactoryName] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataConfigurationService==>Doctrine\ORM\Configuration::setDefaultRepositoryClassName] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataConfigurationService==>Doctrine\ORM\Configuration::setNamingStrategy] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataConfigurationService==>Doctrine\ORM\Configuration::setQuoteStrategy] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 984
                    [pmu] => 728
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataConfigurationService==>Doctrine\ORM\Configuration::setTypedFieldMapper] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataConfigurationService==>Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataConfigurationService==>Doctrine\ORM\Configuration::setEntityListenerResolver] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataConfigurationService==>Doctrine\ORM\Configuration::setLazyGhostObjectEnabled] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataConfigurationService==>Doctrine\ORM\Configuration::setIdentityGenerationPreferences] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataConfigurationService==>Doctrine\ORM\Configuration::enableNativeLazyObjects] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataConfigurationService==>Doctrine\ORM\Configuration::setRepositoryFactory] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataConfigurationService==>Doctrine\ORM\Configuration::addCustomDatetimeFunction] => Array
                (
                    [ct] => 2
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1112
                    [pmu] => 824
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataEntityManagerService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataConfigurationService] => Array
                (
                    [ct] => 1
                    [wt] => 116
                    [cpu] => 0
                    [mu] => 22800
                    [pmu] => 22544
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_DaemonMetadataConnection_EventManagerService==>Symfony\Component\DependencyInjection\Argument\ServiceLocator::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_DaemonMetadataConnection_EventManagerService==>Symfony\Bridge\Doctrine\ContainerAwareEventManager::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataEntityManagerService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_DaemonMetadataConnection_EventManagerService] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 2600
                    [pmu] => 2344
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataEntityManagerService==>Doctrine\ORM\EntityManager::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 74
                    [cpu] => 0
                    [mu] => 1896
                    [pmu] => 1640
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataEntityManagerService==>Doctrine\Bundle\DoctrineBundle\ManagerConfigurator::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataEntityManagerService==>Doctrine\Bundle\DoctrineBundle\ManagerConfigurator::configure] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataEntityManagerService():2215}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataEntityManagerService] => Array
                (
                    [ct] => 1
                    [wt] => 569
                    [cpu] => 0
                    [mu] => 41936
                    [pmu] => 41240
                )

            [Doctrine\ORM\EntityManager::getMetadataFactory==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataEntityManagerService():2215}] => Array
                (
                    [ct] => 1
                    [wt] => 572
                    [cpu] => 0
                    [mu] => 42728
                    [pmu] => 41872
                )

            [Symfony\Bridge\Doctrine\Validator\DoctrineInitializer::initialize==>Doctrine\Persistence\AbstractManagerRegistry::getManagerForClass] => Array
                (
                    [ct] => 2
                    [wt] => 1426
                    [cpu] => 0
                    [mu] => 84976
                    [pmu] => 54144
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateClassNode==>Symfony\Bridge\Doctrine\Validator\DoctrineInitializer::initialize] => Array
                (
                    [ct] => 2
                    [wt] => 1432
                    [cpu] => 0
                    [mu] => 85512
                    [pmu] => 54224
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateClassNode==>Symfony\Component\Validator\Context\ExecutionContext::markObjectAsInitialized] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1416
                    [pmu] => 784
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateClassNode==>Symfony\Component\Validator\Context\ExecutionContext::isGroupValidated] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateClassNode==>Symfony\Component\Validator\Context\ExecutionContext::markGroupAsValidated] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 2168
                    [pmu] => 1568
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateClassNode==>Symfony\Component\Validator\Mapping\ClassMetadata::hasGroupSequence] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateClassNode==>Symfony\Component\Validator\Mapping\ClassMetadata::isGroupSequenceProvider] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateInGroup==>Symfony\Component\Validator\Context\ExecutionContext::setGroup] => Array
                (
                    [ct] => 23
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateInGroup==>Symfony\Component\Validator\Mapping\GenericMetadata::findConstraints] => Array
                (
                    [ct] => 23
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::generateCacheKey==>Symfony\Component\Validator\Context\ExecutionContext::getPropertyPath] => Array
                (
                    [ct] => 23
                    [wt] => 55
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 1248
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateInGroup==>Symfony\Component\Validator\Validator\RecursiveContextualValidator::generateCacheKey] => Array
                (
                    [ct] => 23
                    [wt] => 190
                    [cpu] => 0
                    [mu] => 5592
                    [pmu] => 4112
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateInGroup==>Symfony\Component\Validator\Context\ExecutionContext::isConstraintValidated] => Array
                (
                    [ct] => 23
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateInGroup==>Symfony\Component\Validator\Context\ExecutionContext::markConstraintAsValidated] => Array
                (
                    [ct] => 23
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 6216
                    [pmu] => 1384
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateInGroup==>Symfony\Component\Validator\Context\ExecutionContext::setConstraint] => Array
                (
                    [ct] => 23
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Validator\ContainerConstraintValidatorFactory::getInstance==>Symfony\Component\Validator\Constraint::validatedBy] => Array
                (
                    [ct] => 18
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 2216
                    [pmu] => 472
                )

            [Symfony\Component\Validator\ContainerConstraintValidatorFactory::getInstance==>Symfony\Component\DependencyInjection\ServiceLocator::has] => Array
                (
                    [ct] => 9
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Validator\ContainerConstraintValidatorFactory::getInstance==>class_exists] => Array
                (
                    [ct] => 8
                    [wt] => 46
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 568
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateInGroup==>Symfony\Component\Validator\ContainerConstraintValidatorFactory::getInstance] => Array
                (
                    [ct] => 23
                    [wt] => 163
                    [cpu] => 0
                    [mu] => 13808
                    [pmu] => 8976
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateInGroup==>Symfony\Component\Validator\ConstraintValidator::initialize] => Array
                (
                    [ct] => 23
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Validator\Constraints\CallbackValidator::validate==>method_exists] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Symfony\Component\Validator\Constraints\CallbackValidator::validate==>ReflectionMethod::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Symfony\Component\Validator\Constraints\CallbackValidator::validate==>ReflectionFunctionAbstract::isStatic] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [ReflectionMethod::invoke@1==>GameDev\Platform\Model\Aggregator\API\Game\LaunchRequest::validate] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Symfony\Component\Validator\Constraints\CallbackValidator::validate==>ReflectionMethod::invoke@1] => Array
                (
                    [ct] => 2
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 1928
                    [pmu] => 1504
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateInGroup==>Symfony\Component\Validator\Constraints\CallbackValidator::validate] => Array
                (
                    [ct] => 2
                    [wt] => 44
                    [cpu] => 0
                    [mu] => 4888
                    [pmu] => 4432
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateClassNode==>Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateInGroup] => Array
                (
                    [ct] => 2
                    [wt] => 159
                    [cpu] => 0
                    [mu] => 15744
                    [pmu] => 15592
                )

            [Symfony\Component\Validator\Mapping\ClassMetadata::getConstrainedProperties==>array_keys] => Array
                (
                    [ct] => 3
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1408
                    [pmu] => 720
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateClassNode==>Symfony\Component\Validator\Mapping\ClassMetadata::getConstrainedProperties] => Array
                (
                    [ct] => 2
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1920
                    [pmu] => 1448
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateClassNode==>Symfony\Component\Validator\Mapping\ClassMetadata::getPropertyMetadata] => Array
                (
                    [ct] => 21
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Validator\Mapping\PropertyMetadata::newReflectionMember==>Symfony\Component\Validator\Mapping\MemberMetadata::getName] => Array
                (
                    [ct] => 42
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Validator\Mapping\PropertyMetadata::newReflectionMember==>property_exists] => Array
                (
                    [ct] => 21
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 504
                )

            [Symfony\Component\Validator\Mapping\PropertyMetadata::newReflectionMember==>ReflectionProperty::__construct] => Array
                (
                    [ct] => 21
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 968
                    [pmu] => 352
                )

            [Symfony\Component\Validator\Mapping\MemberMetadata::getReflectionMember==>Symfony\Component\Validator\Mapping\PropertyMetadata::newReflectionMember] => Array
                (
                    [ct] => 21
                    [wt] => 163
                    [cpu] => 0
                    [mu] => 5408
                    [pmu] => 3424
                )

            [Symfony\Component\Validator\Mapping\PropertyMetadata::getPropertyValue==>Symfony\Component\Validator\Mapping\MemberMetadata::getReflectionMember] => Array
                (
                    [ct] => 21
                    [wt] => 180
                    [cpu] => 0
                    [mu] => 13024
                    [pmu] => 4336
                )

            [Symfony\Component\Validator\Mapping\PropertyMetadata::getPropertyValue==>ReflectionProperty::hasType] => Array
                (
                    [ct] => 21
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Symfony\Component\Validator\Mapping\PropertyMetadata::getPropertyValue==>ReflectionProperty::isInitialized] => Array
                (
                    [ct] => 21
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Validator\Mapping\PropertyMetadata::getPropertyValue==>ReflectionProperty::getValue] => Array
                (
                    [ct] => 21
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateClassNode==>Symfony\Component\Validator\Mapping\PropertyMetadata::getPropertyValue] => Array
                (
                    [ct] => 21
                    [wt] => 331
                    [cpu] => 0
                    [mu] => 15776
                    [pmu] => 7680
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateClassNode==>Symfony\Component\Validator\Util\PropertyPath::append] => Array
                (
                    [ct] => 21
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateGenericNode==>Symfony\Component\Validator\Context\ExecutionContext::setNode] => Array
                (
                    [ct] => 21
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Validator\ContainerConstraintValidatorFactory::getInstance==>GameDev\Platform\Validator\Constraint\AggregatorToken::validatedBy] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Validator\Constraints\SequentiallyValidator::validate==>Symfony\Component\Validator\Context\ExecutionContext::getValidator] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Validator\Validator\RecursiveValidator::inContext==>Symfony\Component\Validator\Validator\RecursiveContextualValidator::__construct] => Array
                (
                    [ct] => 6
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 1960
                    [pmu] => 800
                )

            [Symfony\Component\Validator\Constraints\SequentiallyValidator::validate==>Symfony\Component\Validator\Validator\RecursiveValidator::inContext] => Array
                (
                    [ct] => 6
                    [wt] => 48
                    [cpu] => 0
                    [mu] => 3648
                    [pmu] => 1960
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::getViolations==>Symfony\Component\Validator\Context\ExecutionContext::getViolations] => Array
                (
                    [ct] => 22
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Validator\Constraints\SequentiallyValidator::validate==>Symfony\Component\Validator\Validator\RecursiveContextualValidator::getViolations] => Array
                (
                    [ct] => 20
                    [wt] => 43
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 1176
                )

            [Symfony\Component\Validator\Constraints\SequentiallyValidator::validate==>Symfony\Component\Validator\ConstraintViolationList::count] => Array
                (
                    [ct] => 20
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validate@1==>Symfony\Component\Validator\Context\ExecutionContext::getValue] => Array
                (
                    [ct] => 14
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validate@1==>Symfony\Component\Validator\Context\ExecutionContext::getObject] => Array
                (
                    [ct] => 14
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validate@1==>Symfony\Component\Validator\Context\ExecutionContext::getMetadata] => Array
                (
                    [ct] => 14
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validate@1==>Symfony\Component\Validator\Context\ExecutionContext::getPropertyPath] => Array
                (
                    [ct] => 14
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 488
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validate@1==>Symfony\Component\Validator\Context\ExecutionContext::getGroup] => Array
                (
                    [ct] => 14
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validate@1==>Symfony\Component\Validator\Context\ExecutionContext::getConstraint] => Array
                (
                    [ct] => 14
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Validator\Mapping\GenericMetadata::addConstraints==>Symfony\Component\Validator\Mapping\GenericMetadata::addConstraint] => Array
                (
                    [ct] => 14
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 15000
                    [pmu] => 2392
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validate@1==>Symfony\Component\Validator\Mapping\GenericMetadata::addConstraints] => Array
                (
                    [ct] => 14
                    [wt] => 54
                    [cpu] => 0
                    [mu] => 15728
                    [pmu] => 3216
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateGenericNode@1==>Symfony\Component\Validator\Context\ExecutionContext::setNode] => Array
                (
                    [ct] => 14
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateInGroup@1==>Symfony\Component\Validator\Context\ExecutionContext::setGroup] => Array
                (
                    [ct] => 14
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateInGroup@1==>Symfony\Component\Validator\Mapping\GenericMetadata::findConstraints] => Array
                (
                    [ct] => 14
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateInGroup@1==>Symfony\Component\Validator\Context\ExecutionContext::setConstraint] => Array
                (
                    [ct] => 14
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateInGroup@1==>Symfony\Component\Validator\ContainerConstraintValidatorFactory::getInstance] => Array
                (
                    [ct] => 14
                    [wt] => 59
                    [cpu] => 0
                    [mu] => 2512
                    [pmu] => 1104
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateInGroup@1==>Symfony\Component\Validator\ConstraintValidator::initialize] => Array
                (
                    [ct] => 14
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateInGroup@1==>Symfony\Component\Validator\Constraints\NotBlankValidator::validate] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateGenericNode@1==>Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateInGroup@1] => Array
                (
                    [ct] => 14
                    [wt] => 238
                    [cpu] => 0
                    [mu] => 10112
                    [pmu] => 8704
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateGenericNode@1==>Symfony\Component\Validator\Mapping\GenericMetadata::getCascadingStrategy] => Array
                (
                    [ct] => 6
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validate@1==>Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateGenericNode@1] => Array
                (
                    [ct] => 14
                    [wt] => 297
                    [cpu] => 0
                    [mu] => 12328
                    [pmu] => 11464
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validate@1==>Symfony\Component\Validator\Context\ExecutionContext::setNode] => Array
                (
                    [ct] => 14
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validate@1==>Symfony\Component\Validator\Context\ExecutionContext::setGroup] => Array
                (
                    [ct] => 14
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validate@1==>Symfony\Component\Validator\Context\ExecutionContext::setConstraint] => Array
                (
                    [ct] => 14
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Validator\Constraints\SequentiallyValidator::validate==>Symfony\Component\Validator\Validator\RecursiveContextualValidator::validate@1] => Array
                (
                    [ct] => 14
                    [wt] => 603
                    [cpu] => 0
                    [mu] => 40216
                    [pmu] => 23320
                )

            [Symfony\Component\Validator\Constraints\LengthValidator::validate==>mb_check_encoding] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 264
                )

            [Symfony\Component\Validator\Constraints\LengthValidator::validate==>mb_strlen] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateInGroup@1==>Symfony\Component\Validator\Constraints\LengthValidator::validate] => Array
                (
                    [ct] => 2
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 1960
                    [pmu] => 1640
                )

            [Symfony\Component\Validator\Constraints\RegexValidator::validate==>preg_match] => Array
                (
                    [ct] => 2
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 264
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateInGroup@1==>Symfony\Component\Validator\Constraints\RegexValidator::validate] => Array
                (
                    [ct] => 2
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 1312
                    [pmu] => 992
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateInGroup==>Symfony\Component\Validator\Constraints\SequentiallyValidator::validate] => Array
                (
                    [ct] => 6
                    [wt] => 793
                    [cpu] => 0
                    [mu] => 28384
                    [pmu] => 28712
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateGenericNode==>Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateInGroup] => Array
                (
                    [ct] => 21
                    [wt] => 2152
                    [cpu] => 0
                    [mu] => 90280
                    [pmu] => 104200
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateGenericNode==>Symfony\Component\Validator\Mapping\GenericMetadata::getCascadingStrategy] => Array
                (
                    [ct] => 7
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateClassNode==>Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateGenericNode] => Array
                (
                    [ct] => 21
                    [wt] => 2250
                    [cpu] => 0
                    [mu] => 90912
                    [pmu] => 106112
                )

            [Symfony\Component\Validator\ContainerConstraintValidatorFactory::getInstance==>GameDev\Platform\Validator\Constraint\AggregatorUserId::validatedBy] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Validator\ContainerConstraintValidatorFactory::getInstance==>GameDev\Platform\Validator\Constraint\Currency::validatedBy] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCurrencyValidatorService==>dirname] => Array
                (
                    [ct] => 4
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 856
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Money\CurrencyBlacklist::addBlacklistedCurrency==>in_array] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCurrencyValidatorService==>GameDev\Platform\Service\Shared\Money\CurrencyBlacklist::addBlacklistedCurrency] => Array
                (
                    [ct] => 4
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1544
                    [pmu] => 1288
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCurrencyValidatorService==>GameDev\Platform\Validator\Constraint\CurrencyValidator::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\DependencyInjection\Container::getService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCurrencyValidatorService] => Array
                (
                    [ct] => 1
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 3816
                    [pmu] => 3120
                )

            [Symfony\Component\Validator\ContainerConstraintValidatorFactory::getInstance==>Symfony\Component\DependencyInjection\Argument\ServiceLocator::get] => Array
                (
                    [ct] => 1
                    [wt] => 37
                    [cpu] => 0
                    [mu] => 4544
                    [pmu] => 3640
                )

            [GameDev\Platform\Validator\Constraint\CurrencyValidator::validate==>strtoupper] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [GameDev\Platform\Service\Shared\Money\CurrencyRateStaticProvider::getCurrencies==>array_keys] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 8848
                    [pmu] => 8592
                )

            [GameDev\Platform\Validator\Constraint\CurrencyValidator::validate==>GameDev\Platform\Service\Shared\Money\CurrencyRateStaticProvider::getCurrencies] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 9576
                    [pmu] => 9320
                )

            [GameDev\Platform\Validator\Constraint\CurrencyValidator::validate==>in_array] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 472
                )

            [GameDev\Platform\Validator\Constraint\CurrencyValidator::validate==>GameDev\Platform\Service\Shared\Money\CurrencyBlacklist::getBlacklistedCurrencies] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Validator\Constraint\CurrencyValidator::validate==>GameDev\Platform\Model\Shared\Money\Currency::tryFrom] => Array
                (
                    [ct] => 1
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 36304
                    [pmu] => 43608
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateInGroup==>GameDev\Platform\Validator\Constraint\CurrencyValidator::validate] => Array
                (
                    [ct] => 1
                    [wt] => 66
                    [cpu] => 0
                    [mu] => 48912
                    [pmu] => 55352
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateInGroup==>Symfony\Component\Validator\Constraints\NotBlankValidator::validate] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateInGroup==>Symfony\Component\Validator\Constraints\UrlValidator::validate] => Array
                (
                    [ct] => 5
                    [wt] => 632
                    [cpu] => 0
                    [mu] => 6704
                    [pmu] => 9136
                )

            [Symfony\Component\Validator\ContainerConstraintValidatorFactory::getInstance==>Symfony\Component\Validator\Constraints\Positive::validatedBy] => Array
                (
                    [ct] => 12
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 1816
                    [pmu] => 0
                )

            [Symfony\Component\Validator\ContainerConstraintValidatorFactory::getInstance==>Symfony\Component\Validator\Constraints\AbstractComparisonValidator::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateInGroup==>Symfony\Component\Validator\Constraints\AbstractComparisonValidator::validate] => Array
                (
                    [ct] => 8
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 16
                )

            [Symfony\Component\Validator\ContainerConstraintValidatorFactory::getInstance==>GameDev\Platform\Validator\Constraint\BetInMoney::validatedBy] => Array
                (
                    [ct] => 4
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateInGroup@1==>Symfony\Component\Validator\Constraints\AbstractComparisonValidator::validate] => Array
                (
                    [ct] => 8
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Constraints\AbstractComparisonValidator::validate==>Symfony\Component\Validator\Constraints\GreaterThanValidator::compareValues] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Constraints\UrlValidator::validate==>implode] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 280
                )

            [Symfony\Component\Validator\Constraints\UrlValidator::validate==>sprintf] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 4680
                    [pmu] => 4680
                )

            [Symfony\Component\Validator\Constraints\UrlValidator::validate==>preg_match] => Array
                (
                    [ct] => 1
                    [wt] => 615
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 4048
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateClassNode==>Symfony\Component\Validator\Mapping\GenericMetadata::getTraversalStrategy] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateObject==>Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateClassNode] => Array
                (
                    [ct] => 2
                    [wt] => 4414
                    [cpu] => 0
                    [mu] => 219824
                    [pmu] => 194080
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validate==>Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateObject] => Array
                (
                    [ct] => 2
                    [wt] => 5144
                    [cpu] => 0
                    [mu] => 408992
                    [pmu] => 416016
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validate==>Symfony\Component\Validator\Context\ExecutionContext::setNode] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validate==>Symfony\Component\Validator\Context\ExecutionContext::setGroup] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Validator\RecursiveValidator::validate==>Symfony\Component\Validator\Validator\RecursiveContextualValidator::validate] => Array
                (
                    [ct] => 2
                    [wt] => 5201
                    [cpu] => 0
                    [mu] => 415544
                    [pmu] => 420616
                )

            [Symfony\Component\Validator\Validator\RecursiveValidator::validate==>Symfony\Component\Validator\Validator\RecursiveContextualValidator::getViolations] => Array
                (
                    [ct] => 2
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::validateValue==>Symfony\Component\Validator\Validator\RecursiveValidator::validate] => Array
                (
                    [ct] => 1
                    [wt] => 4040
                    [cpu] => 0
                    [mu] => 401928
                    [pmu] => 372488
                )

            [count==>Symfony\Component\Validator\ConstraintViolationList::count] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::validateValue==>count] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1216
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__invoke==>GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::validateValue] => Array
                (
                    [ct] => 1
                    [wt] => 4054
                    [cpu] => 0
                    [mu] => 404600
                    [pmu] => 372488
                )

            [GameDev\Platform\Model\Shared\Money\Currency::createFromString==>strtoupper] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [GameDev\Platform\Model\Shared\Money\Currency::createFromString==>GameDev\Platform\Model\Shared\Money\Currency::tryFrom] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__invoke==>GameDev\Platform\Model\Shared\Money\Currency::createFromString] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 1976
                    [pmu] => 568
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__invoke==>GameDev\Platform\Model\Shared\Money\Currency::isFunCurrency] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Component\Filter\Filter::__construct==>Doctrine\Common\Collections\ArrayCollection::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 264
                )

            [GameDev\Component\Filter\Filter::create==>GameDev\Component\Filter\Filter::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 1440
                    [pmu] => 1088
                )

            [GameDev\Platform\Service\Aggregator\Game\GameListService::getGame==>GameDev\Component\Filter\Filter::create] => Array
                (
                    [ct] => 1
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 2168
                    [pmu] => 1912
                )

            [GameDev\Platform\Service\Aggregator\Game\GameListService::getGame==>GameDev\Platform\Entity\Catalog\System::getId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Component\Filter\FilterCondition::validateValue==>GameDev\Component\Filter\FilterCondition\Eq::supportsValue] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Component\Filter\FilterCondition::__construct==>GameDev\Component\Filter\FilterCondition::validateValue] => Array
                (
                    [ct] => 6
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 1168
                )

            [GameDev\Component\Filter\FilterCondition::eq==>GameDev\Component\Filter\FilterCondition::__construct] => Array
                (
                    [ct] => 6
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 1992
                    [pmu] => 1912
                )

            [GameDev\Platform\Service\Aggregator\Game\GameListService::getGame==>GameDev\Component\Filter\FilterCondition::eq] => Array
                (
                    [ct] => 2
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 2848
                    [pmu] => 2848
                )

            [Doctrine\Common\Collections\ArrayCollection::contains==>in_array] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [GameDev\Component\Filter\FilterConditionCollection::addCondition==>Doctrine\Common\Collections\ArrayCollection::contains] => Array
                (
                    [ct] => 6
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 1264
                    [pmu] => 1008
                )

            [GameDev\Component\Filter\FilterConditionCollection::addCondition==>Doctrine\Common\Collections\ArrayCollection::add] => Array
                (
                    [ct] => 6
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1064
                    [pmu] => 592
                )

            [GameDev\Component\Filter\Filter::addCondition==>GameDev\Component\Filter\FilterConditionCollection::addCondition] => Array
                (
                    [ct] => 2
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 2872
                    [pmu] => 2616
                )

            [GameDev\Platform\Service\Aggregator\Game\GameListService::getGame==>GameDev\Component\Filter\Filter::addCondition] => Array
                (
                    [ct] => 2
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 3568
                    [pmu] => 3312
                )

            [GameDev\Platform\Service\Aggregator\Game\GameListService::getGame==>is_numeric] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 504
                )

            [GameDev\Platform\Service\Aggregator\Game\GameListService::getGame==>GameDev\Component\Filter\Filter::setLimit] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 120
                )

            [GameDev\Platform\Repository\Catalog\GameRepository::validateFilterType==>GameDev\Platform\Repository\Catalog\GameRepository::getSupportedFilterClass] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\Catalog\GameRepository::doFindOneByFilter==>GameDev\Platform\Repository\Catalog\GameRepository::validateFilterType] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 1136
                )

            [GameDev\Platform\Repository\Catalog\GameRepository::doFindOneByFilter==>GameDev\Component\Filter\Filter::setLimit] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Repository\Catalog\GameRepository::createQueryBuilderForFilter==>GameDev\Platform\Repository\Catalog\GameRepository::validateFilterType] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ReflectionAttribute::newInstance==>Doctrine\ORM\Mapping\UniqueConstraint::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\Mapping\Driver\AttributeReader::convertToAttributeInstances==>ArrayObject::__construct] => Array
                (
                    [ct] => 4
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 104
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/main_metadata_php:1227}==>Symfony\Component\VarExporter\Internal\Hydrator::hydrate] => Array
                (
                    [ct] => 1
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 600
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::getItem==>Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/main_metadata_php:1227}] => Array
                (
                    [ct] => 1
                    [wt] => 69
                    [cpu] => 0
                    [mu] => 15944
                    [pmu] => 17568
                )

            [Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::createQueryBuilder==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::resolveRepository] => Array
                (
                    [ct] => 3
                    [wt] => 1627
                    [cpu] => 0
                    [mu] => 34264
                    [pmu] => 34560
                )

            [Doctrine\ORM\EntityRepository::createQueryBuilder==>Doctrine\ORM\EntityManager::createQueryBuilder] => Array
                (
                    [ct] => 5
                    [wt] => 38
                    [cpu] => 0
                    [mu] => 2160
                    [pmu] => 1200
                )

            [Doctrine\ORM\EntityRepository::createQueryBuilder==>Doctrine\ORM\QueryBuilder::select] => Array
                (
                    [ct] => 5
                    [wt] => 89
                    [cpu] => 0
                    [mu] => 8264
                    [pmu] => 4184
                )

            [Doctrine\ORM\EntityRepository::createQueryBuilder==>Doctrine\ORM\QueryBuilder::from] => Array
                (
                    [ct] => 5
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 2144
                    [pmu] => 944
                )

            [Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::createQueryBuilder==>Doctrine\ORM\EntityRepository::createQueryBuilder] => Array
                (
                    [ct] => 4
                    [wt] => 149
                    [cpu] => 0
                    [mu] => 10400
                    [pmu] => 5696
                )

            [GameDev\Platform\Repository\Catalog\GameRepository::createBasicQueryBuilderForFilter==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::createQueryBuilder] => Array
                (
                    [ct] => 1
                    [wt] => 1048
                    [cpu] => 0
                    [mu] => 31512
                    [pmu] => 31256
                )

            [GameDev\Component\Filter\FilterConditionCollection::getConditions==>Doctrine\Common\Collections\ArrayCollection::toArray] => Array
                (
                    [ct] => 7
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Component\Filter\FilterConditionCollection::hasAnyConditionFor==>GameDev\Component\Filter\FilterConditionCollection::getConditions] => Array
                (
                    [ct] => 5
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 1360
                    [pmu] => 1264
                )

            [GameDev\Component\Filter\FilterConditionCollection::isConditionContainsProperty==>GameDev\Component\Filter\FilterCondition::getProperty] => Array
                (
                    [ct] => 8
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Component\Filter\FilterConditionCollection::hasAnyConditionFor==>GameDev\Component\Filter\FilterConditionCollection::isConditionContainsProperty] => Array
                (
                    [ct] => 8
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 1360
                    [pmu] => 1216
                )

            [GameDev\Component\Filter\Filter::hasAnyConditionFor==>GameDev\Component\Filter\FilterConditionCollection::hasAnyConditionFor] => Array
                (
                    [ct] => 5
                    [wt] => 58
                    [cpu] => 0
                    [mu] => 3480
                    [pmu] => 3608
                )

            [GameDev\Platform\Repository\Catalog\GameRepository::createBasicQueryBuilderForFilter==>GameDev\Component\Filter\Filter::hasAnyConditionFor] => Array
                (
                    [ct] => 5
                    [wt] => 66
                    [cpu] => 0
                    [mu] => 4208
                    [pmu] => 4528
                )

            [Doctrine\ORM\QueryBuilder::innerJoin==>strpos] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 48
                )

            [Doctrine\ORM\QueryBuilder::innerJoin==>substr] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 552
                )

            [Doctrine\ORM\QueryBuilder::getRootAliases==>Doctrine\ORM\Query\Expr\From::getAlias] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\QueryBuilder::findRootAlias==>Doctrine\ORM\QueryBuilder::getRootAliases] => Array
                (
                    [ct] => 2
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 1728
                    [pmu] => 1264
                )

            [Doctrine\ORM\QueryBuilder::findRootAlias==>in_array] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 472
                )

            [Doctrine\ORM\QueryBuilder::innerJoin==>Doctrine\ORM\QueryBuilder::findRootAlias] => Array
                (
                    [ct] => 2
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 2936
                    [pmu] => 2688
                )

            [Doctrine\ORM\QueryBuilder::innerJoin==>Doctrine\ORM\Query\Expr\Join::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\QueryBuilder::add==>is_numeric] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 296
                )

            [Doctrine\ORM\QueryBuilder::add==>key] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 160
                )

            [Doctrine\ORM\QueryBuilder::innerJoin==>Doctrine\ORM\QueryBuilder::add] => Array
                (
                    [ct] => 2
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 2376
                    [pmu] => 2240
                )

            [Doctrine\ORM\QueryBuilder::join==>Doctrine\ORM\QueryBuilder::innerJoin] => Array
                (
                    [ct] => 2
                    [wt] => 79
                    [cpu] => 0
                    [mu] => 8240
                    [pmu] => 8040
                )

            [GameDev\Platform\Repository\Catalog\GameRepository::createBasicQueryBuilderForFilter==>Doctrine\ORM\QueryBuilder::join] => Array
                (
                    [ct] => 2
                    [wt] => 87
                    [cpu] => 0
                    [mu] => 8904
                    [pmu] => 8672
                )

            [GameDev\Platform\Repository\Catalog\GameRepository::createQueryBuilderForFilter==>GameDev\Platform\Repository\Catalog\GameRepository::createBasicQueryBuilderForFilter] => Array
                (
                    [ct] => 1
                    [wt] => 1218
                    [cpu] => 0
                    [mu] => 45480
                    [pmu] => 45520
                )

            [GameDev\Platform\Repository\Catalog\GameRepository::createQueryBuilderForFilter==>GameDev\Component\Filter\Compiler\DoctrineCompiler::create] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 704
                    [pmu] => 272
                )

            [Doctrine\Deprecations\Deprecation::triggerIfCalledFromOutside==>Doctrine\Deprecations\Deprecation::getTypeFromEnv] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\Deprecations\Deprecation::triggerIfCalledFromOutside==>debug_backtrace] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 2520
                    [pmu] => 1472
                )

            [Doctrine\Deprecations\Deprecation::triggerIfCalledFromOutside==>strpos] => Array
                (
                    [ct] => 6
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Doctrine\Deprecations\Deprecation::triggerIfCalledFromOutside==>str_replace] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 680
                    [pmu] => 632
                )

            [Doctrine\Common\Collections\Criteria::setFirstResult==>Doctrine\Deprecations\Deprecation::triggerIfCalledFromOutside] => Array
                (
                    [ct] => 2
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 5832
                    [pmu] => 4336
                )

            [Doctrine\Common\Collections\Criteria::__construct==>Doctrine\Common\Collections\Criteria::setFirstResult] => Array
                (
                    [ct] => 2
                    [wt] => 36
                    [cpu] => 0
                    [mu] => 4048
                    [pmu] => 4496
                )

            [Doctrine\Common\Collections\Criteria::__construct==>Doctrine\Common\Collections\Criteria::setMaxResults] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [GameDev\Component\Filter\Compiler\DoctrineCompiler::compile==>Doctrine\Common\Collections\Criteria::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 44
                    [cpu] => 0
                    [mu] => 5408
                    [pmu] => 5152
                )

            [GameDev\Component\Filter\Filter::getConditions==>GameDev\Component\Filter\FilterConditionCollection::getConditions] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Component\Filter\Compiler\DoctrineCompiler::compile==>GameDev\Component\Filter\Filter::getConditions] => Array
                (
                    [ct] => 2
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 1072
                )

            [GameDev\Component\Filter\Compiler\DoctrineCompiler::compileExpression==>GameDev\Component\Filter\FilterCondition::getProperty] => Array
                (
                    [ct] => 6
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Component\Filter\Compiler\DoctrineCompiler::mapProperty==>GameDev\Platform\Repository\Catalog\GameRepository::getFilterPropertiesMap] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 2056
                    [pmu] => 1544
                )

            [GameDev\Component\Filter\Compiler\DoctrineCompiler::compileExpression==>GameDev\Component\Filter\Compiler\DoctrineCompiler::mapProperty] => Array
                (
                    [ct] => 6
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 6264
                    [pmu] => 2352
                )

            [GameDev\Component\Filter\Compiler\DoctrineCompiler::compileExpression==>GameDev\Component\Filter\FilterCondition::getValue] => Array
                (
                    [ct] => 6
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Component\Filter\Compiler\DoctrineCompiler::compileExpression==>Doctrine\Common\Collections\Criteria::expr] => Array
                (
                    [ct] => 6
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 688
                    [pmu] => 432
                )

            [Doctrine\Common\Collections\ExpressionBuilder::eq==>Doctrine\Common\Collections\Expr\Value::__construct] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\Common\Collections\ExpressionBuilder::eq==>Doctrine\Common\Collections\Expr\Comparison::__construct] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Component\Filter\Compiler\DoctrineCompiler::compileExpression==>Doctrine\Common\Collections\ExpressionBuilder::eq] => Array
                (
                    [ct] => 6
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 2904
                    [pmu] => 1888
                )

            [GameDev\Component\Filter\Compiler\DoctrineCompiler::compile==>GameDev\Component\Filter\Compiler\DoctrineCompiler::compileExpression] => Array
                (
                    [ct] => 6
                    [wt] => 93
                    [cpu] => 0
                    [mu] => 7896
                    [pmu] => 6800
                )

            [Doctrine\Common\Collections\Criteria::andWhere==>Doctrine\Common\Collections\Criteria::where] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [GameDev\Component\Filter\Compiler\DoctrineCompiler::compile==>Doctrine\Common\Collections\Criteria::andWhere] => Array
                (
                    [ct] => 6
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 3176
                    [pmu] => 1576
                )

            [Doctrine\Common\Collections\Criteria::andWhere==>Doctrine\Common\Collections\Expr\CompositeExpression::__construct] => Array
                (
                    [ct] => 4
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1496
                    [pmu] => 472
                )

            [GameDev\Component\Filter\Compiler\DoctrineCompiler::compile==>GameDev\Component\Filter\Filter::hasOffset] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 320
                )

            [GameDev\Component\Filter\Compiler\DoctrineCompiler::compile==>GameDev\Component\Filter\Filter::hasLimit] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [GameDev\Component\Filter\Compiler\DoctrineCompiler::compile==>GameDev\Component\Filter\Filter::getLimit] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [GameDev\Component\Filter\Compiler\DoctrineCompiler::compile==>Doctrine\Common\Collections\Criteria::setMaxResults] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Component\Filter\Compiler\DoctrineCompiler::compile==>GameDev\Component\Filter\Filter::hasOrderings] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Repository\Catalog\GameRepository::createQueryBuilderForFilter==>GameDev\Component\Filter\Compiler\DoctrineCompiler::compile] => Array
                (
                    [ct] => 1
                    [wt] => 96
                    [cpu] => 0
                    [mu] => 20032
                    [pmu] => 19776
                )

            [Doctrine\ORM\QueryBuilder::getAllAliases==>Doctrine\ORM\QueryBuilder::getRootAliases] => Array
                (
                    [ct] => 4
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 1512
                    [pmu] => 608
                )

            [Doctrine\ORM\QueryBuilder::getAllAliases==>array_keys] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 984
                    [pmu] => 552
                )

            [Doctrine\ORM\QueryBuilder::addCriteria==>Doctrine\ORM\QueryBuilder::getAllAliases] => Array
                (
                    [ct] => 4
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 2776
                    [pmu] => 1984
                )

            [Doctrine\ORM\QueryBuilder::addCriteria==>Doctrine\ORM\Query\QueryExpressionVisitor::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 680
                    [pmu] => 384
                )

            [Doctrine\ORM\QueryBuilder::addCriteria==>Doctrine\Common\Collections\Criteria::getWhereExpression] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\Query\QueryExpressionVisitor::walkCompositeExpression==>Doctrine\Common\Collections\Expr\CompositeExpression::getExpressionList] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Doctrine\ORM\Query\QueryExpressionVisitor::walkComparison==>Doctrine\Common\Collections\Expr\Comparison::getField] => Array
                (
                    [ct] => 26
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Query\QueryExpressionVisitor::walkComparison==>str_starts_with] => Array
                (
                    [ct] => 8
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 312
                )

            [Doctrine\ORM\Query\QueryExpressionVisitor::walkComparison==>str_replace] => Array
                (
                    [ct] => 6
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 832
                    [pmu] => 232
                )

            [Doctrine\ORM\Query\QueryExpressionVisitor::walkComparison==>Doctrine\Common\Collections\Expr\Comparison::getValue] => Array
                (
                    [ct] => 12
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Query\QueryExpressionVisitor::walkValue==>Doctrine\Common\Collections\Expr\Value::getValue] => Array
                (
                    [ct] => 12
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\Query\QueryExpressionVisitor::walkComparison==>Doctrine\ORM\Query\QueryExpressionVisitor::walkValue] => Array
                (
                    [ct] => 12
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 1296
                    [pmu] => 1200
                )

            [Doctrine\ORM\Query\QueryExpressionVisitor::walkComparison==>Doctrine\ORM\Query\Parameter::__construct] => Array
                (
                    [ct] => 6
                    [wt] => 43
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 408
                )

            [Doctrine\ORM\Query\QueryExpressionVisitor::walkComparison==>Doctrine\Common\Collections\Expr\Comparison::getOperator] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Query\Expr::eq==>Doctrine\ORM\Query\Expr\Comparison::__construct] => Array
                (
                    [ct] => 7
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\Query\QueryExpressionVisitor::walkComparison==>Doctrine\ORM\Query\Expr::eq] => Array
                (
                    [ct] => 6
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 1808
                    [pmu] => 1120
                )

            [Doctrine\Common\Collections\Expr\ExpressionVisitor::dispatch@1==>Doctrine\ORM\Query\QueryExpressionVisitor::walkComparison] => Array
                (
                    [ct] => 3
                    [wt] => 110
                    [cpu] => 0
                    [mu] => 9064
                    [pmu] => 8640
                )

            [Doctrine\ORM\Query\QueryExpressionVisitor::walkCompositeExpression==>Doctrine\Common\Collections\Expr\ExpressionVisitor::dispatch@1] => Array
                (
                    [ct] => 4
                    [wt] => 264
                    [cpu] => 0
                    [mu] => 20128
                    [pmu] => 9432
                )

            [Doctrine\ORM\Query\QueryExpressionVisitor::walkComparison==>Doctrine\ORM\Query\Parameter::getName] => Array
                (
                    [ct] => 7
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 320
                )

            [Doctrine\ORM\Query\QueryExpressionVisitor::walkCompositeExpression==>Doctrine\Common\Collections\Expr\CompositeExpression::getType] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 144
                )

            [Doctrine\ORM\Query\Expr\Base::add==>in_array] => Array
                (
                    [ct] => 15
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 296
                )

            [Doctrine\ORM\Query\QueryExpressionVisitor::walkCompositeExpression==>Doctrine\ORM\Query\Expr\Base::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 1680
                    [pmu] => 1208
                )

            [Doctrine\Common\Collections\Expr\ExpressionVisitor::dispatch==>Doctrine\ORM\Query\QueryExpressionVisitor::walkCompositeExpression] => Array
                (
                    [ct] => 2
                    [wt] => 302
                    [cpu] => 0
                    [mu] => 24808
                    [pmu] => 13256
                )

            [Doctrine\ORM\QueryBuilder::addCriteria==>Doctrine\Common\Collections\Expr\ExpressionVisitor::dispatch] => Array
                (
                    [ct] => 2
                    [wt] => 308
                    [cpu] => 0
                    [mu] => 25040
                    [pmu] => 13704
                )

            [Doctrine\ORM\Query\Expr\Base::add==>Doctrine\ORM\Query\Expr\Base::count] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Doctrine\ORM\QueryBuilder::addCriteria==>Doctrine\ORM\QueryBuilder::andWhere] => Array
                (
                    [ct] => 2
                    [wt] => 39
                    [cpu] => 0
                    [mu] => 2528
                    [pmu] => 1616
                )

            [Doctrine\ORM\Query\QueryExpressionVisitor::getParameters==>Doctrine\Common\Collections\ArrayCollection::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\QueryBuilder::addCriteria==>Doctrine\ORM\Query\QueryExpressionVisitor::getParameters] => Array
                (
                    [ct] => 2
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1408
                    [pmu] => 1096
                )

            [Doctrine\ORM\QueryBuilder::addCriteria==>Doctrine\Common\Collections\ArrayCollection::getIterator] => Array
                (
                    [ct] => 2
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1352
                    [pmu] => 720
                )

            [Doctrine\ORM\QueryBuilder::addCriteria==>Doctrine\Common\Collections\ArrayCollection::add] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1032
                    [pmu] => 560
                )

            [Doctrine\ORM\QueryBuilder::addCriteria==>Doctrine\Common\Collections\Criteria::orderings] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\QueryBuilder::addCriteria==>Doctrine\Common\Collections\Criteria::getFirstResult] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\QueryBuilder::addCriteria==>Doctrine\Common\Collections\Criteria::getMaxResults] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\QueryBuilder::addCriteria==>Doctrine\ORM\QueryBuilder::setMaxResults] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [GameDev\Platform\Repository\Catalog\GameRepository::createQueryBuilderForFilter==>Doctrine\ORM\QueryBuilder::addCriteria] => Array
                (
                    [ct] => 1
                    [wt] => 188
                    [cpu] => 0
                    [mu] => 26392
                    [pmu] => 26136
                )

            [GameDev\Platform\Repository\Catalog\GameRepository::doFindOneByFilter==>GameDev\Platform\Repository\Catalog\GameRepository::createQueryBuilderForFilter] => Array
                (
                    [ct] => 1
                    [wt] => 1523
                    [cpu] => 0
                    [mu] => 92720
                    [pmu] => 93360
                )

            [Doctrine\ORM\Query\Expr\Join::__toString==>strtoupper] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 56
                )

            [Doctrine\ORM\QueryBuilder::getDQLForSelect==>Doctrine\ORM\Query\Expr\Join::__toString] => Array
                (
                    [ct] => 2
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1304
                    [pmu] => 752
                )

            [Doctrine\ORM\Query\Expr\Composite::__toString@1==>Doctrine\ORM\Query\Expr\Base::count] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\Query\Expr\Composite::processQueryPart==>Doctrine\ORM\Query\Expr\Comparison::__toString] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 784
                    [pmu] => 384
                )

            [Doctrine\ORM\Query\Expr\Composite::__toString@1==>Doctrine\ORM\Query\Expr\Composite::processQueryPart] => Array
                (
                    [ct] => 4
                    [wt] => 51
                    [cpu] => 0
                    [mu] => 10968
                    [pmu] => 1128
                )

            [Doctrine\ORM\Query\Expr\Composite::__toString@1==>implode] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1000
                    [pmu] => 296
                )

            [Doctrine\ORM\Query\Expr\Composite::__toString==>Doctrine\ORM\Query\Expr\Composite::__toString@1] => Array
                (
                    [ct] => 2
                    [wt] => 64
                    [cpu] => 0
                    [mu] => 13456
                    [pmu] => 3352
                )

            [GameDev\Platform\Repository\Catalog\GameRepository::doFindOneByFilter==>Doctrine\ORM\QueryBuilder::getQuery] => Array
                (
                    [ct] => 1
                    [wt] => 94
                    [cpu] => 0
                    [mu] => 5864
                    [pmu] => 4984
                )

            [Doctrine\ORM\Query::getQueryCacheId==>Doctrine\ORM\EntityManager::getFilters] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\ORM\Query::getQueryCacheId==>Doctrine\ORM\Query\FilterCollection::getHash] => Array
                (
                    [ct] => 6
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\DBAL\Types\DateTimeType::convertToPHPValue==>Doctrine\DBAL\Platforms\AbstractPlatform::getDateTimeFormatString] => Array
                (
                    [ct] => 6
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\DBAL\Types\DateTimeType::convertToPHPValue==>DateTime::createFromFormat] => Array
                (
                    [ct] => 6
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 2504
                    [pmu] => 624
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::gatherRowData==>Doctrine\DBAL\Types\DateTimeType::convertToPHPValue] => Array
                (
                    [ct] => 5
                    [wt] => 47
                    [cpu] => 0
                    [mu] => 3576
                    [pmu] => 640
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::gatherRowData==>Doctrine\DBAL\Types\DecimalType::convertToPHPValue] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\DBAL\Types\JsonType::convertToPHPValue==>json_decode] => Array
                (
                    [ct] => 17
                    [wt] => 64
                    [cpu] => 0
                    [mu] => 24392
                    [pmu] => 576
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::gatherRowData==>Doctrine\DBAL\Types\JsonType::convertToPHPValue] => Array
                (
                    [ct] => 2
                    [wt] => 35
                    [cpu] => 0
                    [mu] => 18848
                    [pmu] => 0
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/main_metadata_php:964}==>Symfony\Component\VarExporter\Internal\Hydrator::hydrate] => Array
                (
                    [ct] => 1
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::getItem==>Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/main_metadata_php:964}] => Array
                (
                    [ct] => 1
                    [wt] => 40
                    [cpu] => 0
                    [mu] => 10336
                    [pmu] => 0
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/main_metadata_php:3672}==>Symfony\Component\VarExporter\Internal\Registry::p] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 704
                    [pmu] => 448
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/main_metadata_php:3672}==>Symfony\Component\VarExporter\Internal\Hydrator::hydrate] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::getItem==>Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/main_metadata_php:3672}] => Array
                (
                    [ct] => 1
                    [wt] => 40
                    [cpu] => 0
                    [mu] => 5664
                    [pmu] => 7168
                )

            [Doctrine\ORM\Proxy\ProxyFactory::getProxy==>Doctrine\ORM\Mapping\PropertyAccessors\TypedNoDefaultPropertyAccessor::setValue] => Array
                (
                    [ct] => 2
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 584
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/main_metadata_php:4470}==>Symfony\Component\VarExporter\Internal\Hydrator::hydrate] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::getItem==>Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/main_metadata_php:4470}] => Array
                (
                    [ct] => 1
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 4896
                    [pmu] => 6400
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/main_metadata_php:3786}==>Symfony\Component\VarExporter\Internal\Hydrator::hydrate] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::getItem==>Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/main_metadata_php:3786}] => Array
                (
                    [ct] => 1
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 4896
                    [pmu] => 6400
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/main_metadata_php:2094}==>Symfony\Component\VarExporter\Internal\Hydrator::hydrate] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::getItem==>Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/main_metadata_php:2094}] => Array
                (
                    [ct] => 1
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 10000
                    [pmu] => 13376
                )

            [Doctrine\ORM\AbstractQuery::getOneOrNullResult==>Doctrine\ORM\AbstractQuery::execute] => Array
                (
                    [ct] => 5
                    [wt] => 16577
                    [cpu] => 14038
                    [mu] => 185520
                    [pmu] => 351992
                )

            [Doctrine\ORM\AbstractQuery::getOneOrNullResult==>array_shift] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\Catalog\GameRepository::doFindOneByFilter==>Doctrine\ORM\AbstractQuery::getOneOrNullResult] => Array
                (
                    [ct] => 1
                    [wt] => 5195
                    [cpu] => 9458
                    [mu] => 91128
                    [pmu] => 126480
                )

            [GameDev\Platform\Repository\Catalog\GameRepository::findOneByFilter==>GameDev\Platform\Repository\Catalog\GameRepository::doFindOneByFilter] => Array
                (
                    [ct] => 1
                    [wt] => 6830
                    [cpu] => 9458
                    [mu] => 188096
                    [pmu] => 227152
                )

            [GameDev\Platform\Service\Aggregator\Game\GameListService::getGame==>GameDev\Platform\Repository\Catalog\GameRepository::findOneByFilter] => Array
                (
                    [ct] => 1
                    [wt] => 6836
                    [cpu] => 9458
                    [mu] => 173656
                    [pmu] => 227248
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__invoke==>GameDev\Platform\Service\Aggregator\Game\GameListService::getGame] => Array
                (
                    [ct] => 1
                    [wt] => 6924
                    [cpu] => 9458
                    [mu] => 185168
                    [pmu] => 238160
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineUserTokenRelationRepository::findByToken==>GameDev\Platform\Entity\Catalog\System::getId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ReflectionAttribute::newInstance==>Doctrine\ORM\Mapping\Index::__construct] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/session_metadata_php:25}==>Symfony\Component\VarExporter\Internal\Hydrator::hydrate] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::getItem==>Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/session_metadata_php:25}] => Array
                (
                    [ct] => 1
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 7816
                    [pmu] => 0
                )

            [Doctrine\ORM\Mapping\ClassMetadata::wakeupReflection==>Doctrine\ORM\Mapping\PropertyAccessors\EnumPropertyAccessor::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\EnumPropertyAccessor::getUnderlyingReflector==>Doctrine\ORM\Mapping\PropertyAccessors\TypedNoDefaultPropertyAccessor::getUnderlyingReflector] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Doctrine\ORM\Mapping\ClassMetadataFactory::wakeupReflection==>Doctrine\ORM\Mapping\PropertyAccessors\EnumPropertyAccessor::getUnderlyingReflector] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1424
                    [pmu] => 0
                )

            [Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::findOneBy==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::resolveRepository] => Array
                (
                    [ct] => 2
                    [wt] => 1078
                    [cpu] => 0
                    [mu] => 30184
                    [pmu] => 0
                )

            [Doctrine\ORM\EntityRepository::findOneBy==>Doctrine\ORM\EntityManager::getUnitOfWork] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\ORM\EntityRepository::findOneBy==>Doctrine\ORM\UnitOfWork::getEntityPersister] => Array
                (
                    [ct] => 3
                    [wt] => 73
                    [cpu] => 0
                    [mu] => 4440
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectSQL==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::switchPersisterContext] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectSQL==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectConditionSQL] => Array
                (
                    [ct] => 5
                    [wt] => 130
                    [cpu] => 0
                    [mu] => 3040
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnsSQL==>Doctrine\ORM\Query\ResultSetMapping::addEntityResult] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 3640
                    [pmu] => 496
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnSQL==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSQLTableAlias] => Array
                (
                    [ct] => 28
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 1072
                    [pmu] => 152
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnSQL==>Doctrine\ORM\Mapping\DefaultQuoteStrategy::getColumnName] => Array
                (
                    [ct] => 28
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnSQL==>Doctrine\ORM\Query\ResultSetMapping::hasColumnAliasByField] => Array
                (
                    [ct] => 28
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnSQL==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSQLColumnAlias] => Array
                (
                    [ct] => 28
                    [wt] => 327
                    [cpu] => 0
                    [mu] => 1776
                    [pmu] => 1336
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnSQL==>Doctrine\ORM\Query\ResultSetMapping::addFieldResult] => Array
                (
                    [ct] => 28
                    [wt] => 35
                    [cpu] => 0
                    [mu] => 12216
                    [pmu] => 2928
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnSQL==>Doctrine\DBAL\Types\Type::getType] => Array
                (
                    [ct] => 28
                    [wt] => 111
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 80
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnSQL==>Doctrine\DBAL\Types\Type::convertToPHPValueSQL] => Array
                (
                    [ct] => 28
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnsSQL==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnSQL] => Array
                (
                    [ct] => 28
                    [wt] => 841
                    [cpu] => 0
                    [mu] => 22424
                    [pmu] => 5400
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnSQL==>Doctrine\ORM\Query\ResultSetMapping::addEnumResult] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1008
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnsSQL==>implode] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1624
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnsSQL==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::updateFilterHash] => Array
                (
                    [ct] => 4
                    [wt] => 36
                    [cpu] => 0
                    [mu] => 984
                    [pmu] => 80
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectSQL==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnsSQL] => Array
                (
                    [ct] => 5
                    [wt] => 1237
                    [cpu] => 0
                    [mu] => 46056
                    [pmu] => 6488
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectSQL==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSQLTableAlias] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectSQL==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::generateFilterConditionSQL] => Array
                (
                    [ct] => 5
                    [wt] => 37
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectSQL==>Doctrine\ORM\Mapping\DefaultQuoteStrategy::getTableName] => Array
                (
                    [ct] => 5
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectSQL==>Doctrine\DBAL\Platforms\AbstractPlatform::appendLockHint] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectSQL==>Doctrine\DBAL\Platforms\AbstractPlatform::modifyLimitQuery] => Array
                (
                    [ct] => 5
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 1592
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::load==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectSQL] => Array
                (
                    [ct] => 4
                    [wt] => 1141
                    [cpu] => 0
                    [mu] => 48456
                    [pmu] => 0
                )

            [Doctrine\DBAL\Connection::getBindingInfo==>Doctrine\DBAL\Types\Type::getBindingType] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 264
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::buildEnum==>GameDev\Platform\Model\Shared\Aggregator\Callback\CallbackVersion::from] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::hydrateRowData==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::buildEnum] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::hydrateRowData==>Doctrine\DBAL\Types\JsonType::convertToPHPValue] => Array
                (
                    [ct] => 83
                    [wt] => 109
                    [cpu] => 0
                    [mu] => 6872
                    [pmu] => 576
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::hydrateRowData==>Doctrine\DBAL\Types\DateTimeType::convertToPHPValue] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 952
                    [pmu] => 0
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\EnumPropertyAccessor::setValue==>Doctrine\ORM\Mapping\PropertyAccessors\EnumPropertyAccessor::toEnum] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\EnumPropertyAccessor::setValue==>Doctrine\ORM\Mapping\PropertyAccessors\TypedNoDefaultPropertyAccessor::setValue] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::createEntity==>Doctrine\ORM\Mapping\PropertyAccessors\EnumPropertyAccessor::setValue] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 2088
                    [pmu] => 0
                )

            [Doctrine\ORM\EntityRepository::findOneBy==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::load] => Array
                (
                    [ct] => 3
                    [wt] => 13364
                    [cpu] => 4402
                    [mu] => 129776
                    [pmu] => 97176
                )

            [Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::findOneBy==>Doctrine\ORM\EntityRepository::findOneBy] => Array
                (
                    [ct] => 3
                    [wt] => 13537
                    [cpu] => 4402
                    [mu] => 63208
                    [pmu] => 97176
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineUserTokenRelationRepository::findByToken==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::findOneBy] => Array
                (
                    [ct] => 1
                    [wt] => 6533
                    [cpu] => 2284
                    [mu] => 56184
                    [pmu] => 44888
                )

            [GameDev\Platform\Service\Aggregator\Player\AggregatorPlayerService::findExistUserTokenRelation==>GameDev\Platform\Repository\SessionDefault\DoctrineUserTokenRelationRepository::findByToken] => Array
                (
                    [ct] => 1
                    [wt] => 6539
                    [cpu] => 2284
                    [mu] => 57672
                    [pmu] => 44888
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__invoke==>GameDev\Platform\Service\Aggregator\Player\AggregatorPlayerService::findExistUserTokenRelation] => Array
                (
                    [ct] => 1
                    [wt] => 6544
                    [cpu] => 2284
                    [mu] => 58400
                    [pmu] => 44888
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__invoke==>GameDev\Platform\Entity\Catalog\Game::getId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__invoke==>GameDev\Platform\Entity\SessionDefault\UserTokenRelation::setGameId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::normalizeCallbackUrl==>strtok] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 680
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__invoke==>GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::normalizeCallbackUrl] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1408
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__invoke==>GameDev\Platform\Entity\SessionDefault\UserTokenRelation::setCallbackUrl] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__invoke==>GameDev\Platform\Entity\SessionDefault\UserTokenRelation::setCallbackVersion] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__invoke==>GameDev\Platform\Entity\SessionDefault\UserTokenRelation::setBypass] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__invoke==>GameDev\Platform\Entity\SessionDefault\UserTokenRelation::setTestUser] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__invoke==>GameDev\Platform\Entity\SessionDefault\UserTokenRelation::getUserId] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__invoke==>GameDev\Platform\Model\Shared\Session\Player\PlayerBalance::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__invoke==>GameDev\Platform\Model\Shared\Session\Player\PlayerBalance::setAmount] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Player\WindowIdGenerator\RedisCounter::getKey==>sprintf] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 904
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Player\WindowIdGenerator\RedisCounter::getNext==>GameDev\Platform\Service\Shared\Player\WindowIdGenerator\RedisCounter::getKey] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1632
                    [pmu] => 0
                )

            [Predis\Command\Factory::create==>Predis\Command\Command::setArguments] => Array
                (
                    [ct] => 4
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Predis\Connection\StreamConnection::writeRequest==>Predis\Command\Redis\INCR::getId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Player\WindowIdGenerator\RedisCounter::getNext==>Predis\Client::__call] => Array
                (
                    [ct] => 2
                    [wt] => 3792
                    [cpu] => 1489
                    [mu] => 15880
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Player\WindowIdGenerator\RedisCounter::getNext==>GameDev\Platform\Service\Shared\Player\WindowIdGenerator\RedisCounter::getTtl] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Predis\Command\Redis\EXPIRE::setArguments==>array_pop] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 768
                    [pmu] => 0
                )

            [Predis\Command\Redis\EXPIRE::setArguments==>strtoupper] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Predis\Command\Redis\EXPIRE::setArguments==>in_array] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Predis\Command\Redis\EXPIRE::setArguments==>Predis\Command\Command::setArguments] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Predis\Command\Factory::create==>Predis\Command\Redis\EXPIRE::setArguments] => Array
                (
                    [ct] => 1
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 3344
                    [pmu] => 0
                )

            [Predis\Connection\StreamConnection::writeRequest==>Predis\Command\Redis\EXPIRE::getId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Player\AggregatorPlayerService::getNextWindowId==>GameDev\Platform\Service\Shared\Player\WindowIdGenerator\RedisCounter::getNext] => Array
                (
                    [ct] => 1
                    [wt] => 3817
                    [cpu] => 1489
                    [mu] => 19032
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__invoke==>GameDev\Platform\Service\Aggregator\Player\AggregatorPlayerService::getNextWindowId] => Array
                (
                    [ct] => 1
                    [wt] => 3823
                    [cpu] => 1489
                    [mu] => 19440
                    [pmu] => 0
                )

            [GameDev\Platform\Model\Shared\Session\Player\Player::__construct==>GameDev\Platform\Entity\SessionDefault\UserTokenRelation::getUserId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Model\Shared\Session\Player\Player::__construct==>GameDev\Platform\Entity\SessionDefault\UserTokenRelation::getAggregatorUserId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Model\Shared\Session\Player\Player::checkAggregatorUserId==>Webmozart\Assert\Assert::notEmpty] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Model\Shared\Session\Player\Player::__construct==>GameDev\Platform\Model\Shared\Session\Player\Player::checkAggregatorUserId] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1360
                    [pmu] => 0
                )

            [GameDev\Platform\Model\Shared\Session\Player\Player::__construct==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 36
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__invoke==>GameDev\Platform\Model\Shared\Session\Player\Player::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 57
                    [cpu] => 0
                    [mu] => 4208
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\Catalog\Game::getSettings==>GameDev\Platform\Entity\Catalog\GameSettings::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\Catalog\Game::getValidLanguage==>GameDev\Platform\Entity\Catalog\Game::getSettings] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1384
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\Catalog\Game::getValidLanguage==>GameDev\Platform\Entity\Catalog\GameSettings::getDefaultLanguage] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\Catalog\Game::getValidLanguage==>strtolower] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\Catalog\Game::getValidLanguage==>GameDev\Platform\Entity\Catalog\GameSettings::getAvailableLanguages] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\Catalog\Game::getValidLanguage==>in_array] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__invoke==>GameDev\Platform\Entity\Catalog\Game::getValidLanguage] => Array
                (
                    [ct] => 1
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 4736
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__invoke==>GameDev\Platform\Model\Shared\Game\GameLanguage::tryFrom] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 3488
                    [pmu] => 3240
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__invoke==>GameDev\Platform\Model\Aggregator\Game\CommonLaunchSettings::setLanguage] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__invoke==>GameDev\Platform\Model\Aggregator\Game\GameLaunchSettings::setCustomBets] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__invoke==>GameDev\Platform\Model\Aggregator\Game\GameLaunchSettings::setCustomDenominations] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__invoke==>GameDev\Platform\Model\Aggregator\Game\CommonLaunchSettings::setCashUrl] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__invoke==>GameDev\Platform\Model\Aggregator\Game\CommonLaunchSettings::setHomeUrl] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__invoke==>GameDev\Platform\Model\Aggregator\Game\GameLaunchSettings::setCustomDenomination] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__invoke==>GameDev\Platform\Model\Aggregator\Game\GameLaunchSettings::setCustomDefaultBet] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__invoke==>GameDev\Platform\Model\Aggregator\Game\GameLaunchSettings::setCustomMinBet] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__invoke==>GameDev\Platform\Model\Aggregator\Game\GameLaunchSettings::setCustomMaxBet] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__invoke==>GameDev\Platform\Model\Aggregator\Game\GameLaunchSettings::setCustomMaxWin] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__invoke==>GameDev\Platform\Model\Aggregator\Game\GameLaunchSettings::setCustomRtp] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__invoke==>GameDev\Platform\Model\Aggregator\Game\CommonLaunchSettings::setPlayerIp] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__invoke==>GameDev\Platform\Model\Shared\Game\GameClientType::tryFrom] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1088
                    [pmu] => 832
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__invoke==>GameDev\Platform\Model\Aggregator\Game\CommonLaunchSettings::setGameClientType] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__invoke==>GameDev\Platform\Model\Aggregator\Game\CommonLaunchSettings::setDisplayCurrency] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Aggregator\Game\GameLauncher::validateValue==>property_exists] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::getMetadataFor@1==>ltrim] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::getMetadataFor@1==>class_exists] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::getMetadataFor@1==>Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::escapeClassName] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::getMetadataFor@1==>Symfony\Component\Cache\Adapter\PhpArrayAdapter::getItem] => Array
                (
                    [ct] => 1
                    [wt] => 73
                    [cpu] => 0
                    [mu] => 14352
                    [pmu] => 11272
                )

            [Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::getMetadataFor@1==>Symfony\Component\Cache\CacheItem::isHit] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::getMetadataFor@1==>Symfony\Component\Cache\CacheItem::get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::mergeConstraints@1==>Symfony\Component\Validator\Mapping\ClassMetadata::getReflectionClass] => Array
                (
                    [ct] => 3
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 760
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::mergeConstraints@1==>ReflectionClass::isInterface] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::mergeConstraints@1==>ReflectionClass::getParentClass] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::mergeConstraints@1==>ReflectionClass::getInterfaces] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::getMetadataFor@1==>Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::mergeConstraints@1] => Array
                (
                    [ct] => 1
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 3608
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::mergeConstraints==>Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::getMetadataFor@1] => Array
                (
                    [ct] => 1
                    [wt] => 116
                    [cpu] => 0
                    [mu] => 22360
                    [pmu] => 11272
                )

            [Symfony\Component\Validator\Mapping\ClassMetadata::mergeConstraints==>Symfony\Component\Validator\Mapping\ClassMetadata::isGroupSequenceProvider] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Mapping\ClassMetadata::mergeConstraints==>Symfony\Component\Validator\Mapping\GenericMetadata::getConstraints] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Mapping\ClassMetadata::mergeConstraints==>Symfony\Component\Validator\Mapping\ClassMetadata::getConstrainedProperties] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 880
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Mapping\ClassMetadata::mergeConstraints==>Symfony\Component\Validator\Mapping\ClassMetadata::getPropertyMetadata] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Mapping\MemberMetadata::checkConstraint==>Symfony\Component\Validator\Constraint::getTargets] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Mapping\MemberMetadata::checkConstraint==>in_array] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Mapping\MemberMetadata::addConstraint==>Symfony\Component\Validator\Mapping\MemberMetadata::checkConstraint] => Array
                (
                    [ct] => 2
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 1976
                    [pmu] => 80
                )

            [Symfony\Component\Validator\Mapping\MemberMetadata::addConstraint==>Symfony\Component\Validator\Mapping\GenericMetadata::addConstraint] => Array
                (
                    [ct] => 2
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 2680
                    [pmu] => 688
                )

            [Symfony\Component\Validator\Mapping\GenericMetadata::__clone==>Symfony\Component\Validator\Mapping\MemberMetadata::addConstraint] => Array
                (
                    [ct] => 2
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 5416
                    [pmu] => 864
                )

            [Symfony\Component\Validator\Mapping\ClassMetadata::mergeConstraints==>Symfony\Component\Validator\Mapping\GenericMetadata::__clone] => Array
                (
                    [ct] => 2
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 7248
                    [pmu] => 1576
                )

            [Symfony\Component\Validator\Mapping\ClassMetadata::mergeConstraints==>in_array] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 232
                )

            [Symfony\Component\Validator\Mapping\ClassMetadata::mergeConstraints==>Symfony\Component\Validator\Mapping\ClassMetadata::getDefaultGroup] => Array
                (
                    [ct] => 4
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Validator\Constraint::addImplicitGroupName==>in_array] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Symfony\Component\Validator\Mapping\ClassMetadata::mergeConstraints==>Symfony\Component\Validator\Constraint::addImplicitGroupName] => Array
                (
                    [ct] => 2
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 2016
                    [pmu] => 1504
                )

            [Symfony\Component\Validator\Mapping\MemberMetadata::isPrivate==>Symfony\Component\Validator\Mapping\MemberMetadata::getReflectionMember] => Array
                (
                    [ct] => 2
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 1640
                    [pmu] => 1200
                )

            [Symfony\Component\Validator\Mapping\MemberMetadata::isPrivate==>ReflectionProperty::isPrivate] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Symfony\Component\Validator\Mapping\ClassMetadata::mergeConstraints==>Symfony\Component\Validator\Mapping\MemberMetadata::isPrivate] => Array
                (
                    [ct] => 2
                    [wt] => 38
                    [cpu] => 0
                    [mu] => 3000
                    [pmu] => 2800
                )

            [Symfony\Component\Validator\Mapping\ClassMetadata::mergeConstraints==>Symfony\Component\Validator\Mapping\MemberMetadata::getPropertyName] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::mergeConstraints==>Symfony\Component\Validator\Mapping\ClassMetadata::mergeConstraints] => Array
                (
                    [ct] => 1
                    [wt] => 144
                    [cpu] => 0
                    [mu] => 20776
                    [pmu] => 11056
                )

            [ReflectionMethod::invoke@1==>GameDev\Platform\Model\Aggregator\Game\GameLaunchSettings::validate] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [GameDev\Platform\Service\Aggregator\Game\GameLauncher::validateValue==>Symfony\Component\Validator\Validator\RecursiveValidator::validate] => Array
                (
                    [ct] => 1
                    [wt] => 1253
                    [cpu] => 0
                    [mu] => 88104
                    [pmu] => 88976
                )

            [GameDev\Platform\Service\Aggregator\Game\GameLauncher::validateValue==>count] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\GameLauncher::launchGame==>GameDev\Platform\Service\Aggregator\Game\GameLauncher::validateValue] => Array
                (
                    [ct] => 1
                    [wt] => 1269
                    [cpu] => 0
                    [mu] => 90128
                    [pmu] => 89872
                )

            [GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::fillCommonPart==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getAggregator] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::fillCommonPart==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getBalance] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Model\Shared\Session\Player\PlayerBalance::getCurrencyCode==>GameDev\Platform\Model\Shared\Money\Currency::from] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::fillCommonPart==>GameDev\Platform\Model\Shared\Session\Player\PlayerBalance::getCurrencyCode] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1360
                    [pmu] => 1104
                )

            [GameDev\Platform\Service\Shared\Catalog\BetLimitProvider::getLimits==>GameDev\Platform\Entity\Catalog\Game::getId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Shared\Catalog\BetLimitProvider::getLimits==>GameDev\Platform\Entity\Catalog\Game::getVendor] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Shared\Catalog\BetLimitProvider::getLimits==>GameDev\Platform\Entity\Catalog\GameVendor::getId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Shared\Catalog\BetLimitProvider::getLimits==>GameDev\Platform\Entity\Catalog\Game::getType] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Shared\Catalog\BetLimitProvider::getLimits==>GameDev\Platform\Entity\Catalog\GameType::getId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Shared\Catalog\BetLimitProvider::getLimits==>GameDev\Platform\Entity\Catalog\System::getId] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Shared\Catalog\BetLimitProvider::getLimits==>sprintf] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 904
                    [pmu] => 824
                )

            [GameDev\Platform\Service\Shared\Catalog\BetLimitProvider::getLimits==>array_key_exists] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/main_metadata_php:4866}==>Symfony\Component\VarExporter\Internal\Hydrator::hydrate] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::getItem==>Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/main_metadata_php:4866}] => Array
                (
                    [ct] => 1
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 7816
                    [pmu] => 7040
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\ReadonlyAccessor::__construct==>ReflectionProperty::isReadOnly] => Array
                (
                    [ct] => 8
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\PropertyAccessorFactory::createPropertyAccessor==>Doctrine\ORM\Mapping\PropertyAccessors\ReadonlyAccessor::__construct] => Array
                (
                    [ct] => 8
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 216
                )

            [Doctrine\ORM\Mapping\ClassMetadataFactory::wakeupReflection==>Doctrine\ORM\Mapping\PropertyAccessors\ReadonlyAccessor::getUnderlyingReflector] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 104
                )

            [Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::findBy==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::resolveRepository] => Array
                (
                    [ct] => 1
                    [wt] => 628
                    [cpu] => 0
                    [mu] => 31904
                    [pmu] => 31648
                )

            [Doctrine\ORM\EntityRepository::findBy==>Doctrine\ORM\EntityManager::getUnitOfWork] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\EntityRepository::findBy==>Doctrine\ORM\UnitOfWork::getEntityPersister] => Array
                (
                    [ct] => 1
                    [wt] => 45
                    [cpu] => 0
                    [mu] => 2136
                    [pmu] => 1880
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::loadAll==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::switchPersisterContext] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::loadAll==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectSQL] => Array
                (
                    [ct] => 1
                    [wt] => 398
                    [cpu] => 0
                    [mu] => 6808
                    [pmu] => 6600
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::loadAll==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::expandParameters] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 848
                    [pmu] => 472
                )

            [Doctrine\DBAL\Driver\Mysqli\Connection::query==>Doctrine\DBAL\Driver\Mysqli\Connection::prepare] => Array
                (
                    [ct] => 1
                    [wt] => 839
                    [cpu] => 2712
                    [mu] => 22800
                    [pmu] => 22544
                )

            [Doctrine\DBAL\Driver\Mysqli\Connection::query==>Doctrine\DBAL\Driver\Mysqli\Statement::execute] => Array
                (
                    [ct] => 1
                    [wt] => 998
                    [cpu] => 75
                    [mu] => 3608
                    [pmu] => 31136
                )

            [Doctrine\DBAL\Connection::executeQuery==>Doctrine\DBAL\Driver\Mysqli\Connection::query] => Array
                (
                    [ct] => 1
                    [wt] => 1845
                    [cpu] => 2787
                    [mu] => 27008
                    [pmu] => 54080
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::loadAll==>Doctrine\DBAL\Connection::executeQuery] => Array
                (
                    [ct] => 1
                    [wt] => 1856
                    [cpu] => 2787
                    [mu] => 27752
                    [pmu] => 54160
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::loadAll==>Doctrine\ORM\EntityManager::newHydrator] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::hydrateRowData==>Doctrine\DBAL\Types\DecimalType::convertToPHPValue] => Array
                (
                    [ct] => 328
                    [wt] => 182
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\ReadonlyAccessor::setValue==>ReflectionProperty::isInitialized] => Array
                (
                    [ct] => 410
                    [wt] => 257
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\ReadonlyAccessor::setValue==>Doctrine\ORM\Mapping\PropertyAccessors\TypedNoDefaultPropertyAccessor::setValue] => Array
                (
                    [ct] => 410
                    [wt] => 1572
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 192
                )

            [Doctrine\ORM\UnitOfWork::createEntity==>Doctrine\ORM\Mapping\PropertyAccessors\ReadonlyAccessor::setValue] => Array
                (
                    [ct] => 410
                    [wt] => 2963
                    [cpu] => 0
                    [mu] => 2024
                    [pmu] => 192
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::loadAll==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::hydrateAll] => Array
                (
                    [ct] => 1
                    [wt] => 15155
                    [cpu] => 12919
                    [mu] => 167048
                    [pmu] => 149096
                )

            [Doctrine\ORM\EntityRepository::findBy==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::loadAll] => Array
                (
                    [ct] => 1
                    [wt] => 17446
                    [cpu] => 15706
                    [mu] => 204304
                    [pmu] => 211240
                )

            [Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::findBy==>Doctrine\ORM\EntityRepository::findBy] => Array
                (
                    [ct] => 1
                    [wt] => 17530
                    [cpu] => 15706
                    [mu] => 183856
                    [pmu] => 214184
                )

            [Doctrine\ORM\EntityRepository::findAll==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::findBy] => Array
                (
                    [ct] => 1
                    [wt] => 18166
                    [cpu] => 15706
                    [mu] => 216520
                    [pmu] => 246216
                )

            [GameDev\Platform\Service\Shared\Catalog\BetLimitProvider::getLimits==>Doctrine\ORM\EntityRepository::findAll] => Array
                (
                    [ct] => 1
                    [wt] => 18170
                    [cpu] => 15706
                    [mu] => 217216
                    [pmu] => 246328
                )

            [GameDev\Platform\Service\Shared\Catalog\BetLimitProvider::getLimits==>GameDev\Platform\Service\Shared\Catalog\BetLimitProvider::getVariants] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 5248
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Catalog\BetLimitProvider::lookupLimit==>GameDev\Platform\Entity\Catalog\GameBetLimit::getGameId] => Array
                (
                    [ct] => 1317
                    [wt] => 755
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Catalog\BetLimitProvider::getLimits==>GameDev\Platform\Service\Shared\Catalog\BetLimitProvider::lookupLimit] => Array
                (
                    [ct] => 17
                    [wt] => 4485
                    [cpu] => 0
                    [mu] => 4144
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Catalog\BetLimitProvider::lookupLimit==>GameDev\Platform\Entity\Catalog\GameBetLimit::getTypeId] => Array
                (
                    [ct] => 761
                    [wt] => 431
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Catalog\BetLimitProvider::lookupLimit==>GameDev\Platform\Entity\Catalog\GameBetLimit::getVendorId] => Array
                (
                    [ct] => 257
                    [wt] => 147
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Catalog\BetLimitProvider::lookupLimit==>GameDev\Platform\Entity\Catalog\GameBetLimit::getAggregatorId] => Array
                (
                    [ct] => 53
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Catalog\BetLimitProvider::lookupLimit==>GameDev\Platform\Entity\Catalog\GameBetLimit::getCurrency] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\Catalog\GameBetLimit::hasBetLimitInSettings==>GameDev\Platform\Entity\Catalog\GameBetLimit::getSettings] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\Catalog\GameBetLimit::hasBetLimitInSettings==>is_array] => Array
                (
                    [ct] => 5
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\Catalog\GameBetLimit::getBetLimitFromSettings==>GameDev\Platform\Entity\Catalog\GameBetLimit::hasBetLimitInSettings] => Array
                (
                    [ct] => 4
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 2008
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\Catalog\GameBetLimit::getDefaultBet==>GameDev\Platform\Entity\Catalog\GameBetLimit::getBetLimitFromSettings] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 2704
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Catalog\BetLimitProvider::prepareResult==>GameDev\Platform\Entity\Catalog\GameBetLimit::getDefaultBet] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 3400
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\Catalog\GameBetLimit::getMinBet==>GameDev\Platform\Entity\Catalog\GameBetLimit::getBetLimitFromSettings] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Catalog\BetLimitProvider::prepareResult==>GameDev\Platform\Entity\Catalog\GameBetLimit::getMinBet] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\Catalog\GameBetLimit::getMaxBet==>GameDev\Platform\Entity\Catalog\GameBetLimit::getBetLimitFromSettings] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Catalog\BetLimitProvider::prepareResult==>GameDev\Platform\Entity\Catalog\GameBetLimit::getMaxBet] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\Catalog\GameBetLimit::getMaxWin==>GameDev\Platform\Entity\Catalog\GameBetLimit::getBetLimitFromSettings] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Catalog\BetLimitProvider::prepareResult==>GameDev\Platform\Entity\Catalog\GameBetLimit::getMaxWin] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\Catalog\GameBetLimit::hasProtection==>GameDev\Platform\Entity\Catalog\GameBetLimit::hasBetLimitInSettings] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Catalog\BetLimitProvider::prepareResult==>GameDev\Platform\Entity\Catalog\GameBetLimit::hasProtection] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Catalog\BetLimitProvider::prepareResult==>GameDev\Platform\Entity\Catalog\GameBetLimit::getCurrency] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Catalog\BetLimitProvider::prepareResult==>GameDev\Platform\Model\Shared\Money\Currency::createFromString] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Catalog\BetLimitProvider::prepareResult==>GameDev\Platform\Model\Shared\Money\Currency::isDemoCurrency] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Catalog\BetLimitProvider::prepareResult==>GameDev\Platform\Model\Shared\BetLimits::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Catalog\BetLimitProvider::getLimits==>GameDev\Platform\Service\Shared\Catalog\BetLimitProvider::prepareResult] => Array
                (
                    [ct] => 1
                    [wt] => 88
                    [cpu] => 0
                    [mu] => 12640
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::fillCommonPart==>GameDev\Platform\Service\Shared\Catalog\BetLimitProvider::getLimits] => Array
                (
                    [ct] => 1
                    [wt] => 22831
                    [cpu] => 15706
                    [mu] => 246336
                    [pmu] => 252184
                )

            [Doctrine\Persistence\Proxy\NullableLazyFetch::load==>is_object] => Array
                (
                    [ct] => 5
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Doctrine\Persistence\Proxy\NullableLazyFetch::load==>SplObjectStorage::contains] => Array
                (
                    [ct] => 5
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\Persistence\Proxy\NullableLazyFetch::load==>ReflectionClass::__construct] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\Persistence\Proxy\NullableLazyFetch::load==>ReflectionClass::isUninitializedLazyObject] => Array
                (
                    [ct] => 5
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::registerManaged==>Doctrine\ORM\EntityManager::getUnitOfWork] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::registerManaged==>Doctrine\ORM\UnitOfWork::registerManaged] => Array
                (
                    [ct] => 2
                    [wt] => 54
                    [cpu] => 0
                    [mu] => -120
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::hydrateRowData==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::registerManaged] => Array
                (
                    [ct] => 2
                    [wt] => 67
                    [cpu] => 0
                    [mu] => 2056
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::isUninitializedObject==>Doctrine\ORM\EntityManager::getConfiguration] => Array
                (
                    [ct] => 6
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::isUninitializedObject==>Doctrine\ORM\Configuration::isNativeLazyObjectsEnabled] => Array
                (
                    [ct] => 6
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::isUninitializedObject==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 6
                    [wt] => 35
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 224
                )

            [Doctrine\ORM\UnitOfWork::isUninitializedObject==>ReflectionClass::isUninitializedLazyObject] => Array
                (
                    [ct] => 6
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::createEntity==>Doctrine\ORM\UnitOfWork::isUninitializedObject] => Array
                (
                    [ct] => 2
                    [wt] => 38
                    [cpu] => 0
                    [mu] => 3240
                    [pmu] => 0
                )

            [Doctrine\ORM\Proxy\ProxyFactory::{closure:Doctrine\ORM\Proxy\ProxyFactory::getProxy():211}==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::loadById] => Array
                (
                    [ct] => 2
                    [wt] => 5564
                    [cpu] => 9254
                    [mu] => 21512
                    [pmu] => 61488
                )

            [ReflectionClass::initializeLazyObject==>Doctrine\ORM\Proxy\ProxyFactory::{closure:Doctrine\ORM\Proxy\ProxyFactory::getProxy():211}] => Array
                (
                    [ct] => 1
                    [wt] => 3287
                    [cpu] => 8433
                    [mu] => 15688
                    [pmu] => 59520
                )

            [Doctrine\Persistence\Proxy\NullableLazyFetch::load==>ReflectionClass::initializeLazyObject] => Array
                (
                    [ct] => 1
                    [wt] => 3293
                    [cpu] => 8433
                    [mu] => 15072
                    [pmu] => 59520
                )

            [Doctrine\Persistence\Proxy\NullableLazyFetch::load==>ReflectionClass::markLazyObjectAsInitialized] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\Catalog\Game::getProvider==>Doctrine\Persistence\Proxy\NullableLazyFetch::load] => Array
                (
                    [ct] => 5
                    [wt] => 3360
                    [cpu] => 8433
                    [mu] => 19648
                    [pmu] => 59520
                )

            [GameDev\Platform\Service\Aggregator\Game\GameBaseUrlProvider::getGameSubdomain==>GameDev\Platform\Entity\Catalog\Game::getProvider] => Array
                (
                    [ct] => 1
                    [wt] => 3329
                    [cpu] => 8433
                    [mu] => 19896
                    [pmu] => 59520
                )

            [GameDev\Platform\Service\Aggregator\Game\GameBaseUrlProvider::getGameSubdomain==>GameDev\Platform\Entity\Catalog\GameProvider::getHardcodedSubdomain] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::fillCommonPart==>GameDev\Platform\Service\Aggregator\Game\GameBaseUrlProvider::getGameSubdomain] => Array
                (
                    [ct] => 1
                    [wt] => 3341
                    [cpu] => 8433
                    [mu] => 21352
                    [pmu] => 59520
                )

            [GameDev\Platform\Helper\FilterVar::validateIp==>filter_var] => Array
                (
                    [ct] => 3
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\GameBaseUrlProvider::getGameHostName==>GameDev\Platform\Helper\FilterVar::validateIp] => Array
                (
                    [ct] => 3
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 1264
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\GameBaseUrlProvider::getGameHostName==>GameDev\Platform\Entity\Catalog\Game::getVendor] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnAssociationSQL==>Doctrine\ORM\Mapping\AssociationMapping::isToOneOwningSide] => Array
                (
                    [ct] => 2
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnsSQL==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnAssociationSQL] => Array
                (
                    [ct] => 2
                    [wt] => 242
                    [cpu] => 0
                    [mu] => 13040
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnsSQL==>Doctrine\ORM\Mapping\AssociationMapping::isToOne] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\Catalog\GameVendor::getCode==>Doctrine\ORM\Proxy\ProxyFactory::{closure:Doctrine\ORM\Proxy\ProxyFactory::getProxy():211}] => Array
                (
                    [ct] => 1
                    [wt] => 2288
                    [cpu] => 821
                    [mu] => 7184
                    [pmu] => 1968
                )

            [GameDev\Platform\Service\Aggregator\Game\GameBaseUrlProvider::getGameHostName==>GameDev\Platform\Entity\Catalog\GameVendor::getCode] => Array
                (
                    [ct] => 1
                    [wt] => 2294
                    [cpu] => 821
                    [mu] => 6600
                    [pmu] => 1968
                )

            [GameDev\Platform\Service\Shared\LocalConfig\DomainProviderCached::lookupGameDomainByVendorCode==>GameDev\Platform\Helper\CacheKeyHelper::composeKey] => Array
                (
                    [ct] => 1
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 1192
                    [pmu] => 0
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/local_config_metadata_php:414}==>Symfony\Component\VarExporter\Internal\Registry::p] => Array
                (
                    [ct] => 1
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 1080
                    [pmu] => 0
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/local_config_metadata_php:414}==>Symfony\Component\VarExporter\Internal\Hydrator::hydrate] => Array
                (
                    [ct] => 1
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::getItem==>Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/local_config_metadata_php:414}] => Array
                (
                    [ct] => 1
                    [wt] => 53
                    [cpu] => 0
                    [mu] => 7600
                    [pmu] => 0
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/local_config_metadata_php:310}==>Symfony\Component\VarExporter\Internal\Hydrator::hydrate] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::getItem==>Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/local_config_metadata_php:310}] => Array
                (
                    [ct] => 1
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 4200
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnAssociationSQL==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 1
                    [wt] => 186
                    [cpu] => 0
                    [mu] => 6248
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnAssociationSQL==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSQLTableAlias] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnAssociationSQL==>Doctrine\ORM\Mapping\DefaultQuoteStrategy::getJoinColumnName] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnAssociationSQL==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSQLColumnAlias] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 704
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnAssociationSQL==>Doctrine\ORM\Utility\PersisterHelper::getTypeOfColumn] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnAssociationSQL==>Doctrine\ORM\Query\ResultSetMapping::addMetaResult] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1384
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnAssociationSQL==>implode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnsSQL==>Doctrine\ORM\Mapping\AssociationMapping::isOwningSide] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\LocalConfig\DomainGameRepository::findByVendorCode==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::findOneBy] => Array
                (
                    [ct] => 1
                    [wt] => 6278
                    [cpu] => 1857
                    [mu] => 36576
                    [pmu] => 40576
                )

            [GameDev\Platform\Service\Shared\LocalConfig\DomainProvider::lookupGameDomainByVendorCode==>GameDev\Platform\Repository\LocalConfig\DomainGameRepository::findByVendorCode] => Array
                (
                    [ct] => 1
                    [wt] => 6284
                    [cpu] => 1857
                    [mu] => 37712
                    [pmu] => 40576
                )

            [GameDev\Platform\Service\Shared\LocalConfig\DomainProviderCached::{closure:GameDev\Platform\Service\Shared\LocalConfig\DomainProviderCached::lookupGameDomainByVendorCode():67}==>GameDev\Platform\Service\Shared\LocalConfig\DomainProvider::lookupGameDomainByVendorCode] => Array
                (
                    [ct] => 1
                    [wt] => 6289
                    [cpu] => 1857
                    [mu] => 38192
                    [pmu] => 40576
                )

            [GameDev\Platform\Service\Shared\LocalConfig\DomainProviderCached::getCached==>GameDev\Platform\Service\Shared\LocalConfig\DomainProviderCached::{closure:GameDev\Platform\Service\Shared\LocalConfig\DomainProviderCached::lookupGameDomainByVendorCode():67}] => Array
                (
                    [ct] => 1
                    [wt] => 6293
                    [cpu] => 1857
                    [mu] => 39048
                    [pmu] => 40576
                )

            [GameDev\Platform\Service\Shared\LocalConfig\DomainProviderCached::lookupGameDomainByVendorCode==>GameDev\Platform\Service\Shared\LocalConfig\DomainProviderCached::getCached] => Array
                (
                    [ct] => 1
                    [wt] => 7311
                    [cpu] => 2447
                    [mu] => 40000
                    [pmu] => 40576
                )

            [GameDev\Platform\Service\Aggregator\Game\GameBaseUrlProvider::getGameHostName==>GameDev\Platform\Service\Shared\LocalConfig\DomainProviderCached::lookupGameDomainByVendorCode] => Array
                (
                    [ct] => 1
                    [wt] => 7352
                    [cpu] => 2447
                    [mu] => 41392
                    [pmu] => 40576
                )

            [GameDev\Platform\Service\Aggregator\Game\GameBaseUrlProvider::getGameHostName==>GameDev\Platform\Entity\Catalog\System::getId] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\LocalConfig\DomainProviderCached::lookupGameDomainByAggregatorId==>GameDev\Platform\Helper\CacheKeyHelper::composeKey] => Array
                (
                    [ct] => 1
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 1208
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::isFilterHashUpToDate==>Doctrine\ORM\EntityManager::getFilters] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::isFilterHashUpToDate==>Doctrine\ORM\Query\FilterCollection::getHash] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnsSQL==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::isFilterHashUpToDate] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 2056
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\LocalConfig\DomainGameRepository::findByAggregatorId==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::findOneBy] => Array
                (
                    [ct] => 1
                    [wt] => 1820
                    [cpu] => 261
                    [mu] => 2784
                    [pmu] => 11712
                )

            [GameDev\Platform\Service\Shared\LocalConfig\DomainProvider::lookupGameDomainByAggregatorId==>GameDev\Platform\Repository\LocalConfig\DomainGameRepository::findByAggregatorId] => Array
                (
                    [ct] => 1
                    [wt] => 1832
                    [cpu] => 261
                    [mu] => 3544
                    [pmu] => 11712
                )

            [GameDev\Platform\Service\Shared\LocalConfig\DomainProviderCached::{closure:GameDev\Platform\Service\Shared\LocalConfig\DomainProviderCached::lookupGameDomainByAggregatorId():82}==>GameDev\Platform\Service\Shared\LocalConfig\DomainProvider::lookupGameDomainByAggregatorId] => Array
                (
                    [ct] => 1
                    [wt] => 1835
                    [cpu] => 261
                    [mu] => 4400
                    [pmu] => 11712
                )

            [GameDev\Platform\Service\Shared\LocalConfig\DomainProviderCached::getCached==>GameDev\Platform\Service\Shared\LocalConfig\DomainProviderCached::{closure:GameDev\Platform\Service\Shared\LocalConfig\DomainProviderCached::lookupGameDomainByAggregatorId():82}] => Array
                (
                    [ct] => 1
                    [wt] => 1840
                    [cpu] => 261
                    [mu] => 5256
                    [pmu] => 11712
                )

            [GameDev\Platform\Service\Shared\LocalConfig\DomainProviderCached::lookupGameDomainByAggregatorId==>GameDev\Platform\Service\Shared\LocalConfig\DomainProviderCached::getCached] => Array
                (
                    [ct] => 1
                    [wt] => 2814
                    [cpu] => 482
                    [mu] => 6208
                    [pmu] => 11712
                )

            [GameDev\Platform\Service\Aggregator\Game\GameBaseUrlProvider::getGameHostName==>GameDev\Platform\Service\Shared\LocalConfig\DomainProviderCached::lookupGameDomainByAggregatorId] => Array
                (
                    [ct] => 1
                    [wt] => 2850
                    [cpu] => 482
                    [mu] => 7584
                    [pmu] => 11712
                )

            [GameDev\Platform\Service\Aggregator\Game\GameBaseUrlProvider::getGameHostName==>GameDev\Platform\Entity\Catalog\Aggregator::getGroup] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\GameBaseUrlProvider::getGameHostName==>GameDev\Platform\Entity\Catalog\AggregatorGroup::getId] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\LocalConfig\DomainProviderCached::lookupGameDomainByGroupId==>GameDev\Platform\Helper\CacheKeyHelper::composeKey] => Array
                (
                    [ct] => 1
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 1176
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\LocalConfig\DomainProviderCached::lookupGameDomainByGroupId==>GameDev\Platform\Service\Shared\LocalConfig\DomainProviderCached::getCached] => Array
                (
                    [ct] => 1
                    [wt] => 956
                    [cpu] => 337
                    [mu] => 936
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\GameBaseUrlProvider::getGameHostName==>GameDev\Platform\Service\Shared\LocalConfig\DomainProviderCached::lookupGameDomainByGroupId] => Array
                (
                    [ct] => 1
                    [wt] => 984
                    [cpu] => 337
                    [mu] => 2312
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::fillCommonPart==>GameDev\Platform\Service\Aggregator\Game\GameBaseUrlProvider::getGameHostName] => Array
                (
                    [ct] => 1
                    [wt] => 13527
                    [cpu] => 4087
                    [mu] => 62920
                    [pmu] => 54256
                )

            [GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::fillCommonPart==>GameDev\Platform\Entity\Catalog\Game::getProviderGameAbsoluteName] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::fillCommonPart==>GameDev\Platform\Entity\Catalog\Game::getName] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::fillCommonPart==>GameDev\Platform\Model\Shared\BetLimits::getProtection] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::fillCommonPart==>GameDev\Platform\Model\Shared\BetLimits::getDefaultBet] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::fillCommonPart==>GameDev\Platform\Model\Shared\BetLimits::getMinBet] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::fillCommonPart==>GameDev\Platform\Model\Shared\BetLimits::getMaxBet] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::fillCommonPart==>GameDev\Platform\Model\Shared\BetLimits::getMaxWin] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::fillCommonPart==>GameDev\Platform\Entity\Catalog\System::getId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getModeCode==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getMode] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::fillCommonPart==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getModeCode] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::fillCommonPart==>GameDev\Platform\Model\Shared\Session\Player\PlayerBalance::getCurrency] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::fillCommonPart==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getUserId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::fillCommonPart==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getWindowId] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::fillCommonPart==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getAggregatorUserId] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::createEncodedSessionToken==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getAggregator] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::createEncodedSessionToken==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getAggregatorUserId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::createEncodedSessionToken==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getModeCode] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::createEncodedSessionToken==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getBalance] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::createEncodedSessionToken==>GameDev\Platform\Model\Shared\Session\Player\PlayerBalance::getCurrency] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::createEncodedSessionToken==>GameDev\Platform\Entity\Catalog\Game::getAbsoluteName] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::createEncodedSessionToken==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getUserId] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::createEncodedSessionToken==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getWindowId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::createEncodedSessionToken==>GameDev\Platform\Entity\Catalog\Game::getProviderGameAbsoluteName] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::createEncodedSessionToken==>GameDev\Platform\Model\Shared\SessionToken::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\SessionTokenEncoder::encode==>GameDev\Platform\Model\Shared\SessionToken::getAggregator] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\SessionTokenEncoder::encode==>GameDev\Platform\Entity\Catalog\System::getId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\SessionTokenEncoder::encode==>GameDev\Platform\Model\Shared\SessionToken::getAggregatorUserId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\SessionTokenEncoder::encode==>GameDev\Platform\Model\Shared\SessionToken::getMode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\SessionTokenEncoder::encode==>GameDev\Platform\Model\Shared\SessionToken::getCurrency] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\SessionTokenEncoder::encode==>GameDev\Platform\Model\Shared\SessionToken::getGameAbsoluteName] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\SessionTokenEncoder::encode==>GameDev\Platform\Model\Shared\SessionToken::getUserId] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\SessionTokenEncoder::encode==>GameDev\Platform\Model\Shared\SessionToken::getWindowId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\SessionTokenEncoder::encode==>GameDev\Platform\Model\Shared\SessionToken::getProviderGameAbsoluteName] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\SessionTokenEncoder::encode==>GameDev\Platform\Entity\Catalog\System::getSecretKey] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [array_walk_recursive==>GameDev\Platform\Service\Shared\SessionTokenEncoder::{closure:GameDev\Platform\Service\Shared\SessionTokenEncoder::signData():85}] => Array
                (
                    [ct] => 8
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 728
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\SessionTokenEncoder::signData==>array_walk_recursive] => Array
                (
                    [ct] => 1
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 1632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\SessionTokenEncoder::signData==>json_encode] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 776
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\SessionTokenEncoder::signData==>md5] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\SessionTokenEncoder::signData==>strrev] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\SessionTokenEncoder::encode==>GameDev\Platform\Service\Shared\SessionTokenEncoder::signData] => Array
                (
                    [ct] => 1
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 5008
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\SessionTokenEncoder::encode==>openssl_digest] => Array
                (
                    [ct] => 1
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 648
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\SessionTokenEncoder::encode==>openssl_cipher_iv_length] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\SessionTokenEncoder::encode==>openssl_random_pseudo_bytes] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 648
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\SessionTokenEncoder::encode==>json_encode] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 840
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\SessionTokenEncoder::encode==>openssl_encrypt] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 904
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\SessionTokenEncoder::base64EncodeUrlSafe==>base64_encode] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 984
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\SessionTokenEncoder::base64EncodeUrlSafe==>strtr] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 968
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\SessionTokenEncoder::base64EncodeUrlSafe==>rtrim] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\SessionTokenEncoder::encode==>GameDev\Platform\Service\Shared\SessionTokenEncoder::base64EncodeUrlSafe] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 2976
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::createEncodedSessionToken==>GameDev\Platform\Service\Shared\SessionTokenEncoder::encode] => Array
                (
                    [ct] => 1
                    [wt] => 120
                    [cpu] => 0
                    [mu] => 19416
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::fillCommonPart==>GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::createEncodedSessionToken] => Array
                (
                    [ct] => 1
                    [wt] => 156
                    [cpu] => 0
                    [mu] => 26360
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\GameBaseUrlProvider::getGameHostWithSubdomain==>sprintf] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 920
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::fillCommonPart==>GameDev\Platform\Service\Aggregator\Game\GameBaseUrlProvider::getGameHostWithSubdomain] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 1680
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\GameBaseUrlProvider::getServerBaseUrl==>GameDev\Platform\Entity\Catalog\Game::getProvider] => Array
                (
                    [ct] => 2
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\GameBaseUrlProvider::getServerBaseUrl==>GameDev\Platform\Entity\Catalog\GameProvider::getHardcodedSubdomain] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\GameBaseUrlProvider::getServerBaseUrl==>sprintf] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1240
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::fillCommonPart==>GameDev\Platform\Service\Aggregator\Game\GameBaseUrlProvider::getServerBaseUrl] => Array
                (
                    [ct] => 2
                    [wt] => 59
                    [cpu] => 0
                    [mu] => 3392
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\GameBaseUrlProvider::getStaticBaseUrl==>GameDev\Platform\Entity\Catalog\Game::getProvider] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\GameBaseUrlProvider::getStaticBaseUrl==>GameDev\Platform\Entity\Catalog\GameProvider::isCdnEnabled] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 128
                )

            [GameDev\Platform\Service\Shared\LocalConfig\SubdomainProviderCached::getStaticSubdomain==>GameDev\Platform\Helper\CacheKeyHelper::composeKey] => Array
                (
                    [ct] => 1
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 1160
                    [pmu] => 904
                )

            [GameDev\Platform\Service\Shared\LocalConfig\SubdomainProviderCached::getStaticSubdomain==>GameDev\Platform\Service\Shared\LocalConfig\SubdomainProviderCached::getCached] => Array
                (
                    [ct] => 1
                    [wt] => 951
                    [cpu] => 470
                    [mu] => 920
                    [pmu] => 13048
                )

            [GameDev\Platform\Service\Aggregator\Game\GameBaseUrlProvider::getStaticBaseUrl==>GameDev\Platform\Service\Shared\LocalConfig\SubdomainProviderCached::getStaticSubdomain] => Array
                (
                    [ct] => 1
                    [wt] => 981
                    [cpu] => 470
                    [mu] => 2280
                    [pmu] => 14392
                )

            [GameDev\Platform\Service\Aggregator\Game\GameBaseUrlProvider::getStaticBaseUrl==>sprintf] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 920
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::fillCommonPart==>GameDev\Platform\Service\Aggregator\Game\GameBaseUrlProvider::getStaticBaseUrl] => Array
                (
                    [ct] => 1
                    [wt] => 1004
                    [cpu] => 470
                    [mu] => 5416
                    [pmu] => 14856
                )

            [GameDev\Platform\Model\Shared\Money\Currency::getMinorUnit==>Money\Currencies\AggregateCurrencies::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Money\Currency::__construct==>strtoupper] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [GameDev\Platform\Model\Shared\Money\Currency::getMinorUnit==>Money\Currency::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1216
                    [pmu] => 0
                )

            [Money\Currencies\CustomCurrencies::loadCurrencies==>is_file] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Money\Currencies\CustomCurrencies::getCurrencies==>Money\Currencies\CustomCurrencies::loadCurrencies] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 0
                )

            [Money\Currencies\CustomCurrencies::contains==>Money\Currencies\CustomCurrencies::getCurrencies] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1896
                    [pmu] => 0
                )

            [Money\Currencies\CustomCurrencies::contains==>Money\Currency::getCode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Money\Currencies\AggregateCurrencies::subunitFor==>Money\Currencies\CustomCurrencies::contains] => Array
                (
                    [ct] => 1
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 3192
                    [pmu] => 0
                )

            [Money\Currencies\ISOCurrencies::loadCurrencies==>is_file] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Money\Currencies\ISOCurrencies::getCurrencies==>Money\Currencies\ISOCurrencies::loadCurrencies] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 0
                )

            [Money\Currencies\ISOCurrencies::contains==>Money\Currencies\ISOCurrencies::getCurrencies] => Array
                (
                    [ct] => 2
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1912
                    [pmu] => 0
                )

            [Money\Currencies\ISOCurrencies::contains==>Money\Currency::getCode] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Money\Currencies\AggregateCurrencies::subunitFor==>Money\Currencies\ISOCurrencies::contains] => Array
                (
                    [ct] => 1
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 3208
                    [pmu] => 0
                )

            [Money\Currencies\ISOCurrencies::subunitFor==>Money\Currencies\ISOCurrencies::contains] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Money\Currencies\ISOCurrencies::subunitFor==>Money\Currencies\ISOCurrencies::getCurrencies] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Money\Currencies\ISOCurrencies::subunitFor==>Money\Currency::getCode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Money\Currencies\AggregateCurrencies::subunitFor==>Money\Currencies\ISOCurrencies::subunitFor] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 2544
                    [pmu] => 1712
                )

            [GameDev\Platform\Model\Shared\Money\Currency::getMinorUnit==>Money\Currencies\AggregateCurrencies::subunitFor] => Array
                (
                    [ct] => 1
                    [wt] => 55
                    [cpu] => 0
                    [mu] => 9768
                    [pmu] => 2328
                )

            [GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::fillCommonPart==>GameDev\Platform\Model\Shared\Money\Currency::getMinorUnit] => Array
                (
                    [ct] => 1
                    [wt] => 96
                    [cpu] => 0
                    [mu] => 13328
                    [pmu] => 2896
                )

            [GameDev\Platform\Entity\Catalog\Game::getTypeCode==>GameDev\Platform\Entity\Catalog\Game::getType] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [GameDev\Platform\Entity\Catalog\Game::getTypeCode==>GameDev\Platform\Entity\Catalog\GameType::getId] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [GameDev\Platform\Entity\Catalog\Game::getTypeCode==>GameDev\Platform\Model\Shared\Game\GameTypeCode::tryFrom] => Array
                (
                    [ct] => 3
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1568
                    [pmu] => 1312
                )

            [GameDev\Platform\Entity\Catalog\Game::isSlot==>GameDev\Platform\Entity\Catalog\Game::getTypeCode] => Array
                (
                    [ct] => 3
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 3560
                    [pmu] => 3400
                )

            [GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::fillCommonPart==>GameDev\Platform\Entity\Catalog\Game::isSlot] => Array
                (
                    [ct] => 1
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 4256
                    [pmu] => 4000
                )

            [GameDev\Platform\Service\Shared\Catalog\StripePackService::getDefaultStripePack==>GameDev\Platform\Entity\Catalog\Game::isSlot] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Shared\Catalog\CustomPayoutProvider::getCustomRtpSettings==>GameDev\Platform\Entity\Catalog\System::getId] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Shared\Catalog\CustomPayoutProvider::getCustomRtpSettings==>GameDev\Platform\Entity\Catalog\Game::getId] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Shared\Catalog\CustomPayoutProvider::getCustomRtpSettings==>GameDev\Platform\Entity\Catalog\CustomPayoutPk::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/main_metadata_php:38}==>Symfony\Component\VarExporter\Internal\Hydrator::hydrate] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::getItem==>Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/main_metadata_php:38}] => Array
                (
                    [ct] => 1
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 4736
                    [pmu] => 3840
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\EmbeddablePropertyAccessor::getUnderlyingReflector==>Doctrine\ORM\Mapping\PropertyAccessors\ReadonlyAccessor::getUnderlyingReflector] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 16
                )

            [GameDev\Platform\Repository\Catalog\CustomPayoutRepository::findByPrimaryKey==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::createQueryBuilder] => Array
                (
                    [ct] => 2
                    [wt] => 589
                    [cpu] => 0
                    [mu] => 12632
                    [pmu] => 10432
                )

            [GameDev\Platform\Repository\Catalog\CustomPayoutRepository::findByPrimaryKey==>Doctrine\ORM\QueryBuilder::andWhere] => Array
                (
                    [ct] => 4
                    [wt] => 96
                    [cpu] => 0
                    [mu] => 2376
                    [pmu] => 1392
                )

            [GameDev\Platform\Repository\Catalog\CustomPayoutRepository::findByPrimaryKey==>GameDev\Platform\Entity\Catalog\CustomPayoutPk::getAggregatorId] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 80
                )

            [GameDev\Platform\Repository\Catalog\CustomPayoutRepository::findByPrimaryKey==>Doctrine\ORM\QueryBuilder::setParameter] => Array
                (
                    [ct] => 4
                    [wt] => 165
                    [cpu] => 0
                    [mu] => 1512
                    [pmu] => 2408
                )

            [GameDev\Platform\Repository\Catalog\CustomPayoutRepository::findByPrimaryKey==>GameDev\Platform\Entity\Catalog\CustomPayoutPk::getGameId] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 288
                )

            [GameDev\Platform\Repository\Catalog\CustomPayoutRepository::findByPrimaryKey==>Doctrine\ORM\QueryBuilder::setMaxResults] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\Catalog\CustomPayoutRepository::findByPrimaryKey==>Doctrine\ORM\QueryBuilder::getQuery] => Array
                (
                    [ct] => 2
                    [wt] => 194
                    [cpu] => 0
                    [mu] => 2024
                    [pmu] => 648
                )

            [GameDev\Platform\Repository\Catalog\CustomPayoutRepository::findByPrimaryKey==>Doctrine\ORM\AbstractQuery::getOneOrNullResult] => Array
                (
                    [ct] => 2
                    [wt] => 4081
                    [cpu] => 2333
                    [mu] => 19576
                    [pmu] => 56384
                )

            [GameDev\Platform\Service\Shared\Catalog\CustomPayoutProvider::getCustomRtpSettings==>GameDev\Platform\Repository\Catalog\CustomPayoutRepository::findByPrimaryKey] => Array
                (
                    [ct] => 2
                    [wt] => 5173
                    [cpu] => 2333
                    [mu] => 20440
                    [pmu] => 73000
                )

            [GameDev\Platform\Service\Shared\Catalog\StripePackService::getDefaultStripePack==>GameDev\Platform\Service\Shared\Catalog\CustomPayoutProvider::getCustomRtpSettings] => Array
                (
                    [ct] => 1
                    [wt] => 5198
                    [cpu] => 2333
                    [mu] => 17696
                    [pmu] => 75608
                )

            [GameDev\Platform\Service\Shared\Catalog\StripePackService::getDefaultStripePack==>GameDev\Component\Filter\Filter::create] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 856
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Catalog\StripePackService::getDefaultStripePack==>GameDev\Platform\Entity\Catalog\Game::getId] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Catalog\StripePackService::getDefaultStripePack==>GameDev\Component\Filter\FilterCondition::eq] => Array
                (
                    [ct] => 4
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 952
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Catalog\StripePackService::getDefaultStripePack==>GameDev\Platform\Entity\Catalog\Aggregator::getLicenseType] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Catalog\StripePackService::getDefaultStripePack==>GameDev\Platform\Entity\Catalog\LicenseType::getValue] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Component\Filter\FilterConditionCollection::addConditions==>GameDev\Component\Filter\FilterConditionCollection::addCondition] => Array
                (
                    [ct] => 4
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 848
                    [pmu] => 0
                )

            [GameDev\Component\Filter\Filter::addConditions==>GameDev\Component\Filter\FilterConditionCollection::addConditions] => Array
                (
                    [ct] => 1
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 1544
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Catalog\StripePackService::getDefaultStripePack==>GameDev\Component\Filter\Filter::addConditions] => Array
                (
                    [ct] => 1
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 2240
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\Catalog\StripePackRepository::validateFilterType==>GameDev\Platform\Repository\Catalog\StripePackRepository::getSupportedFilterClass] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\Catalog\StripePackRepository::doFindOneByFilter==>GameDev\Platform\Repository\Catalog\StripePackRepository::validateFilterType] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\Catalog\StripePackRepository::doFindOneByFilter==>GameDev\Component\Filter\Filter::setLimit] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\Catalog\StripePackRepository::createQueryBuilderForFilter==>GameDev\Platform\Repository\Catalog\StripePackRepository::validateFilterType] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\Catalog\StripePackRepository::createBasicQueryBuilderForFilter==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::createQueryBuilder] => Array
                (
                    [ct] => 1
                    [wt] => 160
                    [cpu] => 0
                    [mu] => 2736
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\Catalog\StripePackRepository::createQueryBuilderForFilter==>GameDev\Platform\Repository\Catalog\StripePackRepository::createBasicQueryBuilderForFilter] => Array
                (
                    [ct] => 1
                    [wt] => 163
                    [cpu] => 0
                    [mu] => 3496
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\Catalog\StripePackRepository::createQueryBuilderForFilter==>GameDev\Component\Filter\Compiler\DoctrineCompiler::create] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 704
                    [pmu] => 0
                )

            [GameDev\Component\Filter\Compiler\DoctrineCompiler::mapProperty==>GameDev\Platform\Repository\Catalog\StripePackRepository::getFilterPropertiesMap] => Array
                (
                    [ct] => 4
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 3448
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\Catalog\StripePackRepository::createQueryBuilderForFilter==>GameDev\Component\Filter\Compiler\DoctrineCompiler::compile] => Array
                (
                    [ct] => 1
                    [wt] => 118
                    [cpu] => 0
                    [mu] => 3000
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\QueryExpressionVisitor::walkCompositeExpression@1==>Doctrine\Common\Collections\Expr\CompositeExpression::getExpressionList] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\QueryExpressionVisitor::walkCompositeExpression@2==>Doctrine\Common\Collections\Expr\CompositeExpression::getExpressionList] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Doctrine\Common\Collections\Expr\ExpressionVisitor::dispatch@3==>Doctrine\ORM\Query\QueryExpressionVisitor::walkComparison] => Array
                (
                    [ct] => 2
                    [wt] => 68
                    [cpu] => 0
                    [mu] => 1464
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\QueryExpressionVisitor::walkCompositeExpression@2==>Doctrine\Common\Collections\Expr\ExpressionVisitor::dispatch@3] => Array
                (
                    [ct] => 2
                    [wt] => 73
                    [cpu] => 0
                    [mu] => 2160
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\QueryExpressionVisitor::walkCompositeExpression@2==>Doctrine\Common\Collections\Expr\CompositeExpression::getType] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\QueryExpressionVisitor::walkCompositeExpression@2==>Doctrine\ORM\Query\Expr\Base::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 848
                    [pmu] => 0
                )

            [Doctrine\Common\Collections\Expr\ExpressionVisitor::dispatch@2==>Doctrine\ORM\Query\QueryExpressionVisitor::walkCompositeExpression@2] => Array
                (
                    [ct] => 1
                    [wt] => 89
                    [cpu] => 0
                    [mu] => 5600
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\QueryExpressionVisitor::walkCompositeExpression@1==>Doctrine\Common\Collections\Expr\ExpressionVisitor::dispatch@2] => Array
                (
                    [ct] => 2
                    [wt] => 124
                    [cpu] => 0
                    [mu] => 7080
                    [pmu] => 0
                )

            [Doctrine\Common\Collections\Expr\ExpressionVisitor::dispatch@2==>Doctrine\ORM\Query\QueryExpressionVisitor::walkComparison] => Array
                (
                    [ct] => 1
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 936
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\QueryExpressionVisitor::walkCompositeExpression@1==>Doctrine\Common\Collections\Expr\CompositeExpression::getType] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\QueryExpressionVisitor::walkCompositeExpression@1==>Doctrine\ORM\Query\Expr\Base::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 848
                    [pmu] => 0
                )

            [Doctrine\Common\Collections\Expr\ExpressionVisitor::dispatch@1==>Doctrine\ORM\Query\QueryExpressionVisitor::walkCompositeExpression@1] => Array
                (
                    [ct] => 1
                    [wt] => 147
                    [cpu] => 0
                    [mu] => 10520
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\Catalog\StripePackRepository::createQueryBuilderForFilter==>Doctrine\ORM\QueryBuilder::addCriteria] => Array
                (
                    [ct] => 1
                    [wt] => 267
                    [cpu] => 0
                    [mu] => 12968
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\Catalog\StripePackRepository::doFindOneByFilter==>GameDev\Platform\Repository\Catalog\StripePackRepository::createQueryBuilderForFilter] => Array
                (
                    [ct] => 1
                    [wt] => 562
                    [cpu] => 0
                    [mu] => 19384
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\Expr\Composite::__toString@2==>Doctrine\ORM\Query\Expr\Base::count] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\Expr\Composite::__toString@3==>Doctrine\ORM\Query\Expr\Base::count] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\Expr\Composite::processQueryPart@2==>Doctrine\ORM\Query\Expr\Comparison::__toString] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 872
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\Expr\Composite::processQueryPart@2==>preg_match] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\Expr\Composite::__toString@3==>Doctrine\ORM\Query\Expr\Composite::processQueryPart@2] => Array
                (
                    [ct] => 2
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 2056
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\Expr\Composite::__toString@3==>implode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\Expr\Composite::processQueryPart@1==>Doctrine\ORM\Query\Expr\Composite::__toString@3] => Array
                (
                    [ct] => 1
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 4344
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\Expr\Composite::processQueryPart@1==>Doctrine\ORM\Query\Expr\Base::count] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\Expr\Composite::__toString@2==>Doctrine\ORM\Query\Expr\Composite::processQueryPart@1] => Array
                (
                    [ct] => 2
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 6800
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\Expr\Composite::processQueryPart@1==>Doctrine\ORM\Query\Expr\Comparison::__toString] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 736
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\Expr\Composite::processQueryPart@1==>preg_match] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\Expr\Composite::__toString@2==>implode] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 856
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\Expr\Composite::processQueryPart==>Doctrine\ORM\Query\Expr\Composite::__toString@2] => Array
                (
                    [ct] => 1
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 9024
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\Expr\Composite::processQueryPart==>Doctrine\ORM\Query\Expr\Base::count] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\Catalog\StripePackRepository::doFindOneByFilter==>Doctrine\ORM\QueryBuilder::getQuery] => Array
                (
                    [ct] => 1
                    [wt] => 107
                    [cpu] => 0
                    [mu] => 10592
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\Catalog\StripePackRepository::doFindOneByFilter==>Doctrine\ORM\AbstractQuery::getOneOrNullResult] => Array
                (
                    [ct] => 1
                    [wt] => 3365
                    [cpu] => 1410
                    [mu] => 38736
                    [pmu] => 91992
                )

            [GameDev\Platform\Repository\Catalog\StripePackRepository::findOneByFilter==>GameDev\Platform\Repository\Catalog\StripePackRepository::doFindOneByFilter] => Array
                (
                    [ct] => 1
                    [wt] => 4051
                    [cpu] => 1410
                    [mu] => 67248
                    [pmu] => 91992
                )

            [GameDev\Platform\Service\Shared\Catalog\StripePackService::getDefaultStripePack==>GameDev\Platform\Repository\Catalog\StripePackRepository::findOneByFilter] => Array
                (
                    [ct] => 1
                    [wt] => 4056
                    [cpu] => 1410
                    [mu] => 52512
                    [pmu] => 91992
                )

            [GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::getStripePack==>GameDev\Platform\Service\Shared\Catalog\StripePackService::getDefaultStripePack] => Array
                (
                    [ct] => 1
                    [wt] => 9349
                    [cpu] => 3743
                    [mu] => 77680
                    [pmu] => 168408
                )

            [GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::fillCommonPart==>GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::getStripePack] => Array
                (
                    [ct] => 1
                    [wt] => 9355
                    [cpu] => 3743
                    [mu] => 77680
                    [pmu] => 168520
                )

            [GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::fillCommonPart==>GameDev\Platform\Entity\Catalog\StripePack::getId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::fillCommonPart==>GameDev\Platform\Entity\Catalog\StripePack::getExpectedPayout] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\GameBaseUrlProvider::getSentryBaseUrlWithEnv==>GameDev\Platform\Model\Shared\GameClientSentryConfig::isConfigured] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\LocalConfig\SubdomainProviderCached::getSentrySubdomain==>GameDev\Platform\Helper\CacheKeyHelper::composeKey] => Array
                (
                    [ct] => 1
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 1160
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\LocalConfig\SubdomainProviderCached::getSentrySubdomain==>GameDev\Platform\Service\Shared\LocalConfig\SubdomainProviderCached::getCached] => Array
                (
                    [ct] => 1
                    [wt] => 975
                    [cpu] => 726
                    [mu] => 920
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\GameBaseUrlProvider::getSentryBaseUrlWithEnv==>GameDev\Platform\Service\Shared\LocalConfig\SubdomainProviderCached::getSentrySubdomain] => Array
                (
                    [ct] => 1
                    [wt] => 1001
                    [cpu] => 726
                    [mu] => 2280
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\GameBaseUrlProvider::getSentryBaseUrlWithEnv==>sprintf] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 920
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::fillSentrySettings==>GameDev\Platform\Service\Aggregator\Game\GameBaseUrlProvider::getSentryBaseUrlWithEnv] => Array
                (
                    [ct] => 1
                    [wt] => 1014
                    [cpu] => 726
                    [mu] => 4968
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::fillCommonPart==>GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::fillSentrySettings] => Array
                (
                    [ct] => 1
                    [wt] => 1020
                    [cpu] => 726
                    [mu] => 5696
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::createGetUrlRequest==>GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::fillCommonPart] => Array
                (
                    [ct] => 1
                    [wt] => 51544
                    [cpu] => 33165
                    [mu] => 476672
                    [pmu] => 559864
                )

            [GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::fillCustomBetSettings==>GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::fillDefaultBet] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::createGetUrlRequest==>GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::fillCustomBetSettings] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 1456
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\GameLauncher::launchGame==>GameDev\Platform\Service\Aggregator\Game\Factory\GetUrlRequestFactory::createGetUrlRequest] => Array
                (
                    [ct] => 1
                    [wt] => 51573
                    [cpu] => 33165
                    [mu] => 479512
                    [pmu] => 560616
                )

            [GameDev\Platform\Service\Aggregator\Game\GameLauncher::launchGame==>GameDev\Platform\Entity\Catalog\Game::getProvider] => Array
                (
                    [ct] => 1
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\GameClient::getGameUrl==>GameDev\Platform\Model\Shared\GameClient\Common\GameContainerCall::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\GameClient\HttpAdapter::createRequestUri==>GameDev\Platform\Entity\Catalog\GameProvider::getContainerUrl] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\GameClient\HttpAdapter::createRequestUri==>rtrim] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\GameClient\HttpAdapter::httpPost==>GameDev\Platform\Service\Shared\GameClient\HttpAdapter::createRequestUri] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 2120
                    [pmu] => 0
                )

            [GameDev\Platform\Serializer\Encoder\UrlencodedEncoder::supportsEncoding==>strtolower] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Encoder\ChainEncoder::getEncoder==>GameDev\Platform\Serializer\Encoder\UrlencodedEncoder::supportsEncoding] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1280
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Encoder\ChainEncoder::getEncoder==>Symfony\Component\Serializer\Encoder\XmlEncoder::supportsEncoding] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Encoder\ChainEncoder::getEncoder==>Symfony\Component\Serializer\Encoder\JsonEncoder::supportsEncoding] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Encoder\ChainEncoder::supportsEncoding==>Symfony\Component\Serializer\Encoder\ChainEncoder::getEncoder] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 3744
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Serializer::supportsEncoding==>Symfony\Component\Serializer\Encoder\ChainEncoder::supportsEncoding] => Array
                (
                    [ct] => 1
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 4440
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Serializer::serialize==>Symfony\Component\Serializer\Serializer::supportsEncoding] => Array
                (
                    [ct] => 1
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 5136
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Encoder\ChainEncoder::needsNormalization==>Symfony\Component\Serializer\Encoder\ChainEncoder::getEncoder] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Serializer::serialize==>Symfony\Component\Serializer\Encoder\ChainEncoder::needsNormalization] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Serializer::getNormalizer==>Symfony\Component\Serializer\Normalizer\ProblemNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Serializer::getNormalizer==>is_subclass_of] => Array
                (
                    [ct] => 19
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Serializer::getNormalizer==>Symfony\Component\Serializer\Normalizer\UidNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Serializer::getNormalizer==>Symfony\Component\Serializer\Normalizer\DateTimeNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Serializer::getNormalizer==>Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Serializer::getNormalizer==>Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Serializer::getNormalizer==>Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Serializer::getNormalizer==>Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Serializer::getNormalizer==>Symfony\Component\Serializer\Normalizer\FormErrorNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Serializer::getNormalizer==>Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Serializer::getNormalizer==>Symfony\Component\Serializer\Normalizer\DataUriNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Serializer::getNormalizer==>Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Serializer::getNormalizer==>Symfony\Component\Serializer\Normalizer\ObjectNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Serializer::getNormalizer==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::supportsNormalization] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Serializer::normalize==>Symfony\Component\Serializer\Serializer::getNormalizer] => Array
                (
                    [ct] => 1
                    [wt] => 87
                    [cpu] => 0
                    [mu] => 11664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getCacheKey==>serialize] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 824
                    [pmu] => 368
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getCacheKey==>hash] => Array
                (
                    [ct] => 2
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 712
                    [pmu] => 312
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::normalize==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getCacheKey] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 2416
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::normalize==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::validateCallbackContext] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::isCircularReference==>spl_object_hash] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::normalize==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::isCircularReference] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1768
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getAttributes==>get_class] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getAllowedAttributes==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getGroups] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::getMetadataFor==>Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::getClass] => Array
                (
                    [ct] => 230
                    [wt] => 406
                    [cpu] => 0
                    [mu] => 2688
                    [pmu] => 1072
                )

            [Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::getMetadataFor==>strtr] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 872
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::getMetadataFor==>rawurlencode] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 920
                    [pmu] => 48
                )

            [Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::getMetadataFor==>Symfony\Component\Cache\Adapter\PhpArrayAdapter::getItem] => Array
                (
                    [ct] => 4
                    [wt] => 353
                    [cpu] => 2579
                    [mu] => 88464
                    [pmu] => 133888
                )

            [Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::getMetadataFor==>Symfony\Component\Cache\CacheItem::isHit] => Array
                (
                    [ct] => 4
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::getMetadataFor==>Symfony\Component\Cache\CacheItem::get] => Array
                (
                    [ct] => 4
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getAllowedAttributes==>Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::getMetadataFor] => Array
                (
                    [ct] => 3
                    [wt] => 381
                    [cpu] => 2579
                    [mu] => 92624
                    [pmu] => 128856
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getAllowedAttributes==>Symfony\Component\Serializer\Mapping\ClassMetadata::getAttributesMetadata] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getAllowedAttributes==>Symfony\Component\Serializer\Mapping\AttributeMetadata::isIgnored] => Array
                (
                    [ct] => 82
                    [wt] => 50
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getAllowedAttributes==>Symfony\Component\Serializer\Mapping\AttributeMetadata::getName] => Array
                (
                    [ct] => 76
                    [wt] => 39
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::isAllowedAttribute==>in_array] => Array
                (
                    [ct] => 148
                    [wt] => 83
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\ObjectNormalizer::isAllowedAttribute==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::isAllowedAttribute] => Array
                (
                    [ct] => 148
                    [wt] => 344
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [Symfony\Component\PropertyAccess\PropertyPath::__construct==>preg_match] => Array
                (
                    [ct] => 70
                    [wt] => 68
                    [cpu] => 0
                    [mu] => 3872
                    [pmu] => 0
                )

            [Symfony\Component\PropertyAccess\PropertyPath::__construct==>str_ends_with] => Array
                (
                    [ct] => 70
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\PropertyAccess\PropertyPath::__construct==>preg_replace] => Array
                (
                    [ct] => 35
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::isReadable==>Symfony\Component\PropertyAccess\PropertyPath::__construct] => Array
                (
                    [ct] => 35
                    [wt] => 384
                    [cpu] => 0
                    [mu] => 29664
                    [pmu] => 0
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::isReadable==>Symfony\Component\PropertyAccess\PropertyPath::getLength] => Array
                (
                    [ct] => 35
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::readPropertiesUntil==>Symfony\Component\PropertyAccess\PropertyPath::getElement] => Array
                (
                    [ct] => 35
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::readPropertiesUntil==>Symfony\Component\PropertyAccess\PropertyPath::isIndex] => Array
                (
                    [ct] => 35
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::readPropertiesUntil==>Symfony\Component\PropertyAccess\PropertyPath::isNullSafe] => Array
                (
                    [ct] => 35
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::getReadInfo==>str_replace] => Array
                (
                    [ct] => 70
                    [wt] => 64
                    [cpu] => 0
                    [mu] => 7304
                    [pmu] => 0
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::getReadInfo==>rawurlencode] => Array
                (
                    [ct] => 35
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 4136
                    [pmu] => 0
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::getReadInfo==>Symfony\Component\Cache\Adapter\AbstractAdapter::getItem] => Array
                (
                    [ct] => 35
                    [wt] => 640
                    [cpu] => 0
                    [mu] => 46656
                    [pmu] => 45728
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::getReadInfo==>Symfony\Component\Cache\CacheItem::isHit] => Array
                (
                    [ct] => 35
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::getReadInfo==>Symfony\Component\Cache\CacheItem::get] => Array
                (
                    [ct] => 35
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::readProperty==>Symfony\Component\PropertyAccess\PropertyAccessor::getReadInfo] => Array
                (
                    [ct] => 70
                    [wt] => 1118
                    [cpu] => 0
                    [mu] => 59360
                    [pmu] => 45728
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::readProperty==>Symfony\Component\PropertyInfo\PropertyReadInfo::getName] => Array
                (
                    [ct] => 70
                    [wt] => 65
                    [cpu] => 4353
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::readProperty==>Symfony\Component\PropertyInfo\PropertyReadInfo::getType] => Array
                (
                    [ct] => 70
                    [wt] => 39
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::readPropertiesUntil==>Symfony\Component\PropertyAccess\PropertyAccessor::readProperty] => Array
                (
                    [ct] => 35
                    [wt] => 1274
                    [cpu] => 0
                    [mu] => 58768
                    [pmu] => 45728
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::readPropertiesUntil==>Symfony\Component\PropertyAccess\PropertyPath::getLength] => Array
                (
                    [ct] => 35
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::isReadable==>Symfony\Component\PropertyAccess\PropertyAccessor::readPropertiesUntil] => Array
                (
                    [ct] => 35
                    [wt] => 1639
                    [cpu] => 0
                    [mu] => 69808
                    [pmu] => 45728
                )

            [Symfony\Component\Serializer\Normalizer\ObjectNormalizer::isAllowedAttribute==>Symfony\Component\PropertyAccess\PropertyAccessor::isReadable] => Array
                (
                    [ct] => 35
                    [wt] => 2218
                    [cpu] => 0
                    [mu] => 94800
                    [pmu] => 45728
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getAllowedAttributes==>Symfony\Component\Serializer\Normalizer\ObjectNormalizer::isAllowedAttribute] => Array
                (
                    [ct] => 76
                    [wt] => 3861
                    [cpu] => 0
                    [mu] => 109336
                    [pmu] => 48112
                )

            [Symfony\Component\Serializer\Normalizer\ObjectNormalizer::getAllowedAttributes==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getAllowedAttributes] => Array
                (
                    [ct] => 3
                    [wt] => 4668
                    [cpu] => 2579
                    [mu] => 207280
                    [pmu] => 177080
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getAttributes==>Symfony\Component\Serializer\Normalizer\ObjectNormalizer::getAllowedAttributes] => Array
                (
                    [ct] => 1
                    [wt] => 2850
                    [cpu] => 0
                    [mu] => 114136
                    [pmu] => 80576
                )

            [Symfony\Component\Serializer\Normalizer\ObjectNormalizer::extractAttributes==>Symfony\Component\Serializer\Normalizer\ObjectNormalizer::{closure:Symfony\Component\Serializer\Normalizer\ObjectNormalizer::__construct():55}] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 728
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\ObjectNormalizer::extractAttributes==>ReflectionClass::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\ObjectNormalizer::extractAttributes==>ReflectionClass::getMethods] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 688
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\ObjectNormalizer::extractAttributes==>ReflectionClass::getProperties] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 6448
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\ObjectNormalizer::extractAttributes==>ReflectionProperty::isPublic] => Array
                (
                    [ct] => 35
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\ObjectNormalizer::extractAttributes==>ReflectionProperty::isStatic] => Array
                (
                    [ct] => 35
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\ObjectNormalizer::extractAttributes==>Symfony\Component\Serializer\Normalizer\ObjectNormalizer::isAllowedAttribute] => Array
                (
                    [ct] => 35
                    [wt] => 165
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\ObjectNormalizer::extractAttributes==>array_keys] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1936
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getAttributes==>Symfony\Component\Serializer\Normalizer\ObjectNormalizer::extractAttributes] => Array
                (
                    [ct] => 1
                    [wt] => 394
                    [cpu] => 0
                    [mu] => 10504
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::hasMetadataFor==>Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory::hasMetadataFor] => Array
                (
                    [ct] => 118
                    [wt] => 147
                    [cpu] => 0
                    [mu] => 2024
                    [pmu] => 160
                )

            [Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::getMappingForMappedObject==>Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::hasMetadataFor] => Array
                (
                    [ct] => 72
                    [wt] => 193
                    [cpu] => 0
                    [mu] => 1456
                    [pmu] => 224
                )

            [Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::getMappingForMappedObject==>Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::getMetadataFor] => Array
                (
                    [ct] => 72
                    [wt] => 191
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::getMappingForMappedObject==>Symfony\Component\Serializer\Mapping\ClassMetadata::getClassDiscriminatorMapping] => Array
                (
                    [ct] => 72
                    [wt] => 46
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::resolveMappingForMappedObject==>ReflectionClass::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::resolveMappingForMappedObject==>ReflectionClass::getParentClass] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::resolveMappingForMappedObject==>ReflectionClass::getInterfaceNames] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 880
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::getMappingForMappedObject==>Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::resolveMappingForMappedObject] => Array
                (
                    [ct] => 2
                    [wt] => 80
                    [cpu] => 0
                    [mu] => 11032
                    [pmu] => 5224
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getAttributes==>Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::getMappingForMappedObject] => Array
                (
                    [ct] => 1
                    [wt] => 36
                    [cpu] => 0
                    [mu] => 7056
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::normalize==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getAttributes] => Array
                (
                    [ct] => 1
                    [wt] => 3301
                    [cpu] => 0
                    [mu] => 130880
                    [pmu] => 81360
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::normalize==>get_class] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 472
                )

            [Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::getClass==>class_exists] => Array
                (
                    [ct] => 88
                    [wt] => 49
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::getClass==>ltrim] => Array
                (
                    [ct] => 88
                    [wt] => 50
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 600
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::normalize==>Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::getMetadataFor] => Array
                (
                    [ct] => 2
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 1992
                    [pmu] => 1848
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::normalize==>Symfony\Component\Serializer\Mapping\ClassMetadata::getAttributesMetadata] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 296
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::normalize==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::isMaxDepthReached] => Array
                (
                    [ct] => 35
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getAttributeMetadata==>Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::getMetadataFor] => Array
                (
                    [ct] => 107
                    [wt] => 384
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 1112
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getAttributeMetadata==>Symfony\Component\Serializer\Mapping\ClassMetadata::getAttributesMetadata] => Array
                (
                    [ct] => 107
                    [wt] => 57
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getAttributeNormalizationContext==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getAttributeMetadata] => Array
                (
                    [ct] => 70
                    [wt] => 476
                    [cpu] => 0
                    [mu] => 2184
                    [pmu] => 2544
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getAttributeNormalizationContext==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getGroups] => Array
                (
                    [ct] => 70
                    [wt] => 48
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Mapping\AttributeMetadata::getNormalizationContextForGroups==>array_merge] => Array
                (
                    [ct] => 70
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 26920
                    [pmu] => 720
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getAttributeNormalizationContext==>Symfony\Component\Serializer\Mapping\AttributeMetadata::getNormalizationContextForGroups] => Array
                (
                    [ct] => 70
                    [wt] => 169
                    [cpu] => 0
                    [mu] => 27680
                    [pmu] => 1480
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getAttributeNormalizationContext==>array_merge] => Array
                (
                    [ct] => 70
                    [wt] => 36
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 504
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::normalize==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getAttributeNormalizationContext] => Array
                (
                    [ct] => 70
                    [wt] => 1159
                    [cpu] => 0
                    [mu] => 5792
                    [pmu] => 6376
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::normalize==>Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::getMappingForMappedObject] => Array
                (
                    [ct] => 35
                    [wt] => 379
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\Serializer\Normalizer\ObjectNormalizer::getAttributeValue==>Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::getMappingForMappedObject] => Array
                (
                    [ct] => 35
                    [wt] => 374
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::getValue==>strpbrk] => Array
                (
                    [ct] => 35
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 528
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::getValue==>Symfony\Component\PropertyAccess\PropertyAccessor::readProperty] => Array
                (
                    [ct] => 35
                    [wt] => 359
                    [cpu] => 4353
                    [mu] => 8192
                    [pmu] => 3688
                )

            [Symfony\Component\Serializer\Normalizer\ObjectNormalizer::getAttributeValue==>Symfony\Component\PropertyAccess\PropertyAccessor::getValue] => Array
                (
                    [ct] => 35
                    [wt] => 506
                    [cpu] => 4353
                    [mu] => 9552
                    [pmu] => 5160
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::normalize==>Symfony\Component\Serializer\Normalizer\ObjectNormalizer::getAttributeValue] => Array
                (
                    [ct] => 35
                    [wt] => 998
                    [cpu] => 4353
                    [mu] => 3480
                    [pmu] => 6432
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::normalize==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::applyCallbacks] => Array
                (
                    [ct] => 35
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::updateData==>Symfony\Component\Serializer\Mapping\AttributeMetadata::getSerializedPath] => Array
                (
                    [ct] => 35
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory::hasMetadataFor==>class_exists] => Array
                (
                    [ct] => 47
                    [wt] => 38
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 96
                )

            [Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::getCacheValueForNormalization==>Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::hasMetadataFor] => Array
                (
                    [ct] => 36
                    [wt] => 157
                    [cpu] => 0
                    [mu] => 1360
                    [pmu] => 1104
                )

            [Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::getCacheValueForNormalization==>Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::getMetadataFor] => Array
                (
                    [ct] => 36
                    [wt] => 209
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::getCacheValueForNormalization==>Symfony\Component\Serializer\Mapping\ClassMetadata::getAttributesMetadata] => Array
                (
                    [ct] => 36
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::getCacheValueForNormalization==>Symfony\Component\Serializer\Mapping\AttributeMetadata::getSerializedName] => Array
                (
                    [ct] => 72
                    [wt] => 37
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::getCacheValueForNormalization==>Symfony\Component\Serializer\Mapping\AttributeMetadata::getSerializedPath] => Array
                (
                    [ct] => 35
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::normalize==>Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::getCacheValueForNormalization] => Array
                (
                    [ct] => 36
                    [wt] => 801
                    [cpu] => 0
                    [mu] => 5160
                    [pmu] => 5016
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::updateData==>Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::normalize] => Array
                (
                    [ct] => 35
                    [wt] => 879
                    [cpu] => 0
                    [mu] => 8928
                    [pmu] => 8312
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::normalize==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::updateData] => Array
                (
                    [ct] => 35
                    [wt] => 1055
                    [cpu] => 0
                    [mu] => 48184
                    [pmu] => 14344
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::createChildContext==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::createChildContext] => Array
                (
                    [ct] => 3
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1792
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::normalize==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::createChildContext] => Array
                (
                    [ct] => 2
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 2304
                    [pmu] => 512
                )

            [Symfony\Component\Serializer\Serializer::normalize@1==>Symfony\Component\Serializer\Serializer::getNormalizer] => Array
                (
                    [ct] => 2
                    [wt] => 40
                    [cpu] => 0
                    [mu] => 712
                    [pmu] => 416
                )

            [Symfony\Component\Serializer\Serializer::normalize@1==>is_iterable] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 488
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::normalize==>Symfony\Component\Serializer\Serializer::normalize@1] => Array
                (
                    [ct] => 2
                    [wt] => 51
                    [cpu] => 0
                    [mu] => 2000
                    [pmu] => 1744
                )

            [Symfony\Component\Serializer\Serializer::normalize==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::normalize] => Array
                (
                    [ct] => 1
                    [wt] => 7464
                    [cpu] => 4353
                    [mu] => 171352
                    [pmu] => 118744
                )

            [Symfony\Component\Serializer\Serializer::serialize==>Symfony\Component\Serializer\Serializer::normalize] => Array
                (
                    [ct] => 1
                    [wt] => 7561
                    [cpu] => 4353
                    [mu] => 179760
                    [pmu] => 118744
                )

            [Symfony\Component\Serializer\Encoder\ChainEncoder::encode==>Symfony\Component\Serializer\Encoder\ChainEncoder::getEncoder] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Encoder\JsonEncoder::encode==>array_merge] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Encoder\JsonEncode::encode==>json_encode] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 1848
                    [pmu] => 232
                )

            [Symfony\Component\Serializer\Encoder\JsonEncode::encode==>json_last_error] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Encoder\JsonEncoder::encode==>Symfony\Component\Serializer\Encoder\JsonEncode::encode] => Array
                (
                    [ct] => 1
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 3192
                    [pmu] => 232
                )

            [Symfony\Component\Serializer\Encoder\ChainEncoder::encode==>Symfony\Component\Serializer\Encoder\JsonEncoder::encode] => Array
                (
                    [ct] => 1
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 4520
                    [pmu] => 232
                )

            [Symfony\Component\Serializer\Serializer::encode==>Symfony\Component\Serializer\Encoder\ChainEncoder::encode] => Array
                (
                    [ct] => 1
                    [wt] => 36
                    [cpu] => 0
                    [mu] => 5912
                    [pmu] => 544
                )

            [Symfony\Component\Serializer\Serializer::serialize==>Symfony\Component\Serializer\Serializer::encode] => Array
                (
                    [ct] => 1
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 6576
                    [pmu] => 1112
                )

            [GameDev\Platform\Service\Shared\GameClient\HttpAdapter::serializeRequestData==>Symfony\Component\Serializer\Serializer::serialize] => Array
                (
                    [ct] => 1
                    [wt] => 7647
                    [cpu] => 4353
                    [mu] => 193688
                    [pmu] => 120472
                )

            [GameDev\Platform\Service\Shared\GameClient\HttpAdapter::httpPost==>GameDev\Platform\Service\Shared\GameClient\HttpAdapter::serializeRequestData] => Array
                (
                    [ct] => 1
                    [wt] => 7652
                    [cpu] => 4353
                    [mu] => 191800
                    [pmu] => 120536
                )

            [GameDev\Platform\Service\Shared\GameClient\HttpAdapter::logRequestStart==>GameDev\Platform\Entity\Catalog\System::getName] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Helper\StringHelper::trimForLog==>substr] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 3128
                    [pmu] => 1096
                )

            [GameDev\Platform\Helper\StringHelper::trimForLog==>sprintf] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1208
                    [pmu] => 888
                )

            [GameDev\Platform\Service\Shared\GameClient\HttpAdapter::logRequestStart==>GameDev\Platform\Helper\StringHelper::trimForLog] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 3176
                    [pmu] => 2424
                )

            [GameDev\Platform\Service\Shared\GameClient\HttpAdapter::logRequestStart==>Monolog\Logger::debug] => Array
                (
                    [ct] => 1
                    [wt] => 62
                    [cpu] => 0
                    [mu] => 1272
                    [pmu] => 1224
                )

            [GameDev\Platform\Service\Shared\GameClient\HttpAdapter::httpPost==>GameDev\Platform\Service\Shared\GameClient\HttpAdapter::logRequestStart] => Array
                (
                    [ct] => 1
                    [wt] => 85
                    [cpu] => 0
                    [mu] => 6392
                    [pmu] => 4408
                )

            [GameDev\Platform\Service\Shared\GameClient\HttpAdapter::httpPost==>Symfony\Component\HttpClient\HttpOptions::setTimeout] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1008
                    [pmu] => 752
                )

            [GameDev\Platform\Service\Shared\GameClient\HttpAdapter::httpPost==>Symfony\Component\HttpClient\HttpOptions::verifyPeer] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Shared\GameClient\HttpAdapter::httpPost==>Symfony\Component\HttpClient\HttpOptions::verifyHost] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Shared\Signature\Version3\SignatureCalculator::calculateSignature==>GameDev\Platform\Entity\Catalog\System::getSecretKey] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Shared\Signature\Version3\SignatureCalculator::calculateSignatureUsingKey==>md5] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 696
                )

            [GameDev\Platform\Service\Shared\Signature\Version3\SignatureCalculator::calculateSignature==>GameDev\Platform\Service\Shared\Signature\Version3\SignatureCalculator::calculateSignatureUsingKey] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1456
                    [pmu] => 2040
                )

            [GameDev\Platform\Service\Shared\GameClient\HttpAdapter::httpPost==>GameDev\Platform\Service\Shared\Signature\Version3\SignatureCalculator::calculateSignature] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 2912
                    [pmu] => 2896
                )

            [GameDev\Platform\Service\Shared\GameClient\HttpAdapter::httpPost==>Symfony\Component\HttpClient\HttpOptions::setHeaders] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Shared\GameClient\HttpAdapter::httpPost==>Symfony\Component\HttpClient\HttpOptions::setBody] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Shared\GameClient\HttpAdapter::httpPost==>Symfony\Component\HttpClient\HttpOptions::toArray] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Shared\GameClient\HttpAdapter::httpPost==>array_merge] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 504
                )

            [GameDev\Utils\Tracer\Services\JaegerTracer::injectTracingHeadersIntoCarrier==>Jaeger\Tracer::getActiveSpan] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Utils\Tracer\Services\JaegerTracer::injectTracingHeadersIntoCarrier==>Jaeger\Span::getContext] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Jaeger\Codec\TextCodec::inject==>Jaeger\SpanContext::getTraceId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Jaeger\Codec\TextCodec::inject==>Jaeger\SpanContext::getSpanId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Jaeger\Codec\TextCodec::inject==>Jaeger\SpanContext::getParentId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Jaeger\Codec\TextCodec::inject==>Jaeger\SpanContext::getFlags] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Jaeger\Codec\TextCodec::spanContextToString==>is_int] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 296
                )

            [Jaeger\Codec\TextCodec::spanContextToString==>sprintf] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 872
                    [pmu] => 872
                )

            [Jaeger\Codec\TextCodec::inject==>Jaeger\Codec\TextCodec::spanContextToString] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 2136
                    [pmu] => 1880
                )

            [Jaeger\Codec\TextCodec::inject==>Jaeger\SpanContext::getBaggage] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Jaeger\Tracer::inject==>Jaeger\Codec\TextCodec::inject] => Array
                (
                    [ct] => 1
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 6288
                    [pmu] => 6032
                )

            [GameDev\Utils\Tracer\Services\JaegerTracer::injectSpanContext==>Jaeger\Tracer::inject] => Array
                (
                    [ct] => 1
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 6936
                    [pmu] => 6680
                )

            [GameDev\Utils\Tracer\Services\JaegerTracer::injectTracingHeadersIntoCarrier==>GameDev\Utils\Tracer\Services\JaegerTracer::injectSpanContext] => Array
                (
                    [ct] => 1
                    [wt] => 35
                    [cpu] => 0
                    [mu] => 7696
                    [pmu] => 7440
                )

            [GameDev\Utils\Tracer\Services\TracingService::injectTracingHeadersIntoCarrier==>GameDev\Utils\Tracer\Services\JaegerTracer::injectTracingHeadersIntoCarrier] => Array
                (
                    [ct] => 1
                    [wt] => 59
                    [cpu] => 0
                    [mu] => 9752
                    [pmu] => 9496
                )

            [GameDev\Utils\Tracer\Component\HttpClient\TraceableClient::request==>GameDev\Utils\Tracer\Services\TracingService::injectTracingHeadersIntoCarrier] => Array
                (
                    [ct] => 1
                    [wt] => 62
                    [cpu] => 0
                    [mu] => 10480
                    [pmu] => 10224
                )

            [Jaeger\Tracer::startActiveSpan==>Jaeger\Span::getContext] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 216
                )

            [OpenTracing\StartSpanOptions::buildChildOf==>OpenTracing\Reference::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [OpenTracing\StartSpanOptions::withParent==>OpenTracing\StartSpanOptions::buildChildOf] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 1312
                    [pmu] => 1056
                )

            [Jaeger\Tracer::startActiveSpan==>OpenTracing\StartSpanOptions::withParent] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 2304
                    [pmu] => 2048
                )

            [Jaeger\Tracer::getParentSpanContext==>OpenTracing\Reference::isType] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 288
                )

            [Jaeger\Tracer::getParentSpanContext==>OpenTracing\Reference::getSpanContext] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Jaeger\Tracer::startSpan==>Jaeger\SpanContext::isDebugIdContainerOnly] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Jaeger\Tracer::startSpan==>Jaeger\SpanContext::getTraceId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Jaeger\Tracer::startSpan==>Jaeger\SpanContext::getSpanId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Jaeger\Tracer::startSpan==>Jaeger\SpanContext::getFlags] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 296
                )

            [Jaeger\Tracer::startSpan==>Jaeger\SpanContext::getBaggage] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [GameDev\Utils\Tracer\Services\TracingService::startExternalRequestSpan==>GameDev\Utils\Tracer\Services\JaegerTracer::startActiveSpan] => Array
                (
                    [ct] => 1
                    [wt] => 209
                    [cpu] => 0
                    [mu] => 9152
                    [pmu] => 9616
                )

            [GameDev\Utils\Tracer\Services\TracingService::startExternalRequestSpan==>GameDev\Utils\Tracer\Services\JaegerTracer::setTagOfActiveSpan] => Array
                (
                    [ct] => 3
                    [wt] => 92
                    [cpu] => 0
                    [mu] => 968
                    [pmu] => 848
                )

            [GameDev\Utils\Tracer\Services\TracingService::startExternalRequestSpan==>GameDev\Utils\Tracer\Services\TracingService::prepareHeadersForLog] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 1120
                    [pmu] => 240
                )

            [GameDev\Utils\Tracer\Services\TracingService::prepareContentForLog==>substr] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 3144
                    [pmu] => 1608
                )

            [GameDev\Utils\Tracer\Services\TracingService::prepareContentForLog==>sprintf] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1224
                    [pmu] => 904
                )

            [GameDev\Utils\Tracer\Services\TracingService::startExternalRequestSpan==>GameDev\Utils\Tracer\Services\TracingService::prepareContentForLog] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 3240
                    [pmu] => 2984
                )

            [GameDev\Utils\Tracer\Services\TracingService::startExternalRequestSpan==>GameDev\Utils\Tracer\Services\JaegerTracer::logInActiveSpan] => Array
                (
                    [ct] => 1
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 1224
                    [pmu] => 968
                )

            [GameDev\Utils\Tracer\Component\HttpClient\TraceableClient::request==>GameDev\Utils\Tracer\Services\TracingService::startExternalRequestSpan] => Array
                (
                    [ct] => 1
                    [wt] => 374
                    [cpu] => 0
                    [mu] => 16688
                    [pmu] => 16432
                )

            [GameDev\Utils\Tracer\Component\HttpClient\TraceableClient::request==>Monolog\Logger::debug] => Array
                (
                    [ct] => 1
                    [wt] => 51
                    [cpu] => 0
                    [mu] => 1112
                    [pmu] => 896
                )

            [GameDev\Utils\Tracer\Component\HttpClient\TraceableClient::request==>func_get_args] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 800
                    [pmu] => 640
                )

            [Symfony\Component\HttpClient\Internal\CurlClientState::__construct==>curl_version] => Array
                (
                    [ct] => 1
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 6616
                    [pmu] => 6392
                )

            [Symfony\Component\HttpClient\Internal\CurlClientState::__construct==>curl_multi_init] => Array
                (
                    [ct] => 1
                    [wt] => 51
                    [cpu] => 0
                    [mu] => 744
                    [pmu] => 744
                )

            [Symfony\Component\HttpClient\Internal\CurlClientState::reset==>curl_share_init] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 640
                    [pmu] => 384
                )

            [Symfony\Component\HttpClient\Internal\CurlClientState::reset==>curl_share_setopt] => Array
                (
                    [ct] => 3
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 544
                )

            [Symfony\Component\HttpClient\Internal\CurlClientState::__construct==>Symfony\Component\HttpClient\Internal\CurlClientState::reset] => Array
                (
                    [ct] => 1
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 1984
                    [pmu] => 1728
                )

            [Symfony\Component\HttpClient\Internal\CurlClientState::__construct==>curl_multi_setopt] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 488
                )

            [Symfony\Component\HttpClient\CurlHttpClient::ensureState==>Symfony\Component\HttpClient\Internal\CurlClientState::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 123
                    [cpu] => 0
                    [mu] => 12264
                    [pmu] => 12008
                )

            [Symfony\Component\HttpClient\CurlHttpClient::request==>Symfony\Component\HttpClient\CurlHttpClient::ensureState] => Array
                (
                    [ct] => 1
                    [wt] => 136
                    [cpu] => 0
                    [mu] => 13184
                    [pmu] => 12928
                )

            [Symfony\Component\HttpClient\CurlHttpClient::prepareRequest==>strspn] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Symfony\Component\HttpClient\CurlHttpClient::normalizeHeaders==>is_iterable] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Symfony\Component\HttpClient\CurlHttpClient::normalizeHeaders==>strtolower] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 664
                )

            [Symfony\Component\HttpClient\CurlHttpClient::normalizeHeaders==>strcspn] => Array
                (
                    [ct] => 4
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Symfony\Component\HttpClient\CurlHttpClient::normalizeHeaders==>explode] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 848
                    [pmu] => 592
                )

            [Symfony\Component\HttpClient\CurlHttpClient::normalizeHeaders==>ltrim] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 384
                )

            [Symfony\Component\HttpClient\CurlHttpClient::prepareRequest==>substr_replace] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 672
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\CurlHttpClient::parseUrl==>parse_url] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1072
                    [pmu] => 816
                )

            [Symfony\Component\HttpClient\CurlHttpClient::parseUrl==>strtolower] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Symfony\Component\HttpClient\CurlHttpClient::parseUrl==>idn_to_ascii] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 888
                    [pmu] => 888
                )

            [Symfony\Component\HttpClient\CurlHttpClient::parseUrl==>str_contains] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Symfony\Component\HttpClient\CurlHttpClient::parseUrl==>preg_replace_callback] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [Symfony\Component\HttpClient\CurlHttpClient::prepareRequest==>Symfony\Component\HttpClient\CurlHttpClient::parseUrl] => Array
                (
                    [ct] => 1
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 5104
                    [pmu] => 4848
                )

            [Symfony\Component\HttpClient\CurlHttpClient::removeDotSegments==>str_starts_with] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\CurlHttpClient::removeDotSegments==>strpos] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 520
                )

            [Symfony\Component\HttpClient\CurlHttpClient::removeDotSegments==>substr] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Symfony\Component\HttpClient\CurlHttpClient::resolveUrl==>Symfony\Component\HttpClient\CurlHttpClient::removeDotSegments] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 2544
                    [pmu] => 1848
                )

            [Symfony\Component\HttpClient\CurlHttpClient::prepareRequest==>Symfony\Component\HttpClient\CurlHttpClient::resolveUrl] => Array
                (
                    [ct] => 1
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 3616
                    [pmu] => 2824
                )

            [Symfony\Component\HttpClient\CurlHttpClient::request==>Symfony\Component\HttpClient\CurlHttpClient::prepareRequest] => Array
                (
                    [ct] => 1
                    [wt] => 150
                    [cpu] => 0
                    [mu] => 16464
                    [pmu] => 16208
                )

            [Symfony\Component\HttpClient\CurlHttpClient::request==>parse_url] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 448
                )

            [Symfony\Component\HttpClient\CurlHttpClient::request==>Symfony\Component\HttpClient\CurlHttpClient::getProxyUrl] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpClient\CurlHttpClient::request==>implode] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 648
                    [pmu] => 552
                )

            [Symfony\Component\HttpClient\CurlHttpClient::request==>extension_loaded] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Symfony\Component\HttpClient\CurlHttpClient::request==>stripos] => Array
                (
                    [ct] => 7
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Symfony\Component\HttpClient\CurlHttpClient::request==>strpos] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Symfony\Component\HttpClient\CurlHttpClient::request==>curl_init] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1680
                    [pmu] => 1496
                )

            [Symfony\Component\HttpClient\CurlHttpClient::request==>sprintf] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 888
                    [pmu] => 888
                )

            [Symfony\Component\HttpClient\CurlHttpClient::request==>Monolog\Logger::info] => Array
                (
                    [ct] => 1
                    [wt] => 57
                    [cpu] => 0
                    [mu] => 1096
                    [pmu] => 1064
                )

            [Symfony\Component\HttpClient\CurlHttpClient::request==>curl_setopt] => Array
                (
                    [ct] => 20
                    [wt] => 35
                    [cpu] => 0
                    [mu] => 888
                    [pmu] => 512
                )

            [Symfony\Component\HttpClient\CurlHttpClient::{closure:Symfony\Component\HttpClient\CurlHttpClient::createRedirectResolver():413}==>stripos] => Array
                (
                    [ct] => 6
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [array_filter==>Symfony\Component\HttpClient\CurlHttpClient::{closure:Symfony\Component\HttpClient\CurlHttpClient::createRedirectResolver():413}] => Array
                (
                    [ct] => 6
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 1136
                )

            [Symfony\Component\HttpClient\CurlHttpClient::createRedirectResolver==>array_filter] => Array
                (
                    [ct] => 1
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 2256
                    [pmu] => 2256
                )

            [Symfony\Component\HttpClient\CurlHttpClient::request==>Symfony\Component\HttpClient\CurlHttpClient::createRedirectResolver] => Array
                (
                    [ct] => 1
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 4248
                    [pmu] => 3992
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::__construct==>fopen] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1488
                    [pmu] => 1232
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::__construct==>curl_setopt] => Array
                (
                    [ct] => 5
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::__construct==>microtime] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::__construct==>curl_pause] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::__construct==>curl_multi_add_handle] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 624
                    [pmu] => 624
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::__construct==>Symfony\Component\HttpClient\Internal\Canary::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpClient\CurlHttpClient::request==>Symfony\Component\HttpClient\Response\CurlResponse::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 56
                    [cpu] => 0
                    [mu] => 11296
                    [pmu] => 11040
                )

            [Symfony\Component\HttpClient\UriTemplateHttpClient::request==>Symfony\Component\HttpClient\CurlHttpClient::request] => Array
                (
                    [ct] => 1
                    [wt] => 579
                    [cpu] => 0
                    [mu] => 56168
                    [pmu] => 55912
                )

            [GameDev\Utils\Tracer\Component\HttpClient\TraceableClient::request==>Symfony\Component\HttpClient\UriTemplateHttpClient::request] => Array
                (
                    [ct] => 1
                    [wt] => 588
                    [cpu] => 0
                    [mu] => 55184
                    [pmu] => 56056
                )

            [GameDev\Utils\Tracer\Component\HttpClient\TraceableClient::request==>GameDev\Utils\Tracer\Component\HttpClient\TraceableResponse::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\GameClient\HttpAdapter::httpPost==>GameDev\Utils\Tracer\Component\HttpClient\TraceableClient::request] => Array
                (
                    [ct] => 1
                    [wt] => 1105
                    [cpu] => 0
                    [mu] => 86216
                    [pmu] => 85960
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::getInfo==>curl_getinfo] => Array
                (
                    [ct] => 10
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 23400
                    [pmu] => 5032
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::getInfo==>array_merge] => Array
                (
                    [ct] => 5
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 13664
                    [pmu] => 2880
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::getInfo==>rewind] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 3128
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::getInfo==>stream_get_contents] => Array
                (
                    [ct] => 5
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 10824
                    [pmu] => 10232
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::initialize==>Symfony\Component\HttpClient\Response\CurlResponse::getInfo] => Array
                (
                    [ct] => 1
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 7648
                    [pmu] => 18208
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::{closure:Symfony\Component\HttpClient\Response\CurlResponse::__construct():158}==>curl_getinfo] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 164504
                    [pmu] => 312416
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::initialize==>Symfony\Component\HttpClient\Response\CurlResponse::{closure:Symfony\Component\HttpClient\Response\CurlResponse::__construct():158}] => Array
                (
                    [ct] => 1
                    [wt] => 156
                    [cpu] => 0
                    [mu] => 165264
                    [pmu] => 312416
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::schedule==>curl_getinfo] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::stream==>Symfony\Component\HttpClient\Response\CurlResponse::schedule] => Array
                (
                    [ct] => 3
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 4776
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::stream==>hrtime] => Array
                (
                    [ct] => 13
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::perform==>curl_multi_exec] => Array
                (
                    [ct] => 12
                    [wt] => 7885
                    [cpu] => 220
                    [mu] => 22192
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::perform==>curl_multi_info_read] => Array
                (
                    [ct] => 13
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 1056
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::stream==>Symfony\Component\HttpClient\Response\CurlResponse::perform] => Array
                (
                    [ct] => 13
                    [wt] => 8005
                    [cpu] => 306
                    [mu] => 38728
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::stream==>max] => Array
                (
                    [ct] => 13
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::stream==>min] => Array
                (
                    [ct] => 23
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::select==>curl_multi_select] => Array
                (
                    [ct] => 10
                    [wt] => 84812
                    [cpu] => 12683
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::stream==>Symfony\Component\HttpClient\Response\CurlResponse::select] => Array
                (
                    [ct] => 10
                    [wt] => 84870
                    [cpu] => 12683
                    [mu] => 1280
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::parseHeaderLine==>str_ends_with] => Array
                (
                    [ct] => 17
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::parseHeaderLine==>curl_getinfo] => Array
                (
                    [ct] => 35
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 640
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::parseHeaderLine==>preg_match] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::parseHeaderLine==>substr] => Array
                (
                    [ct] => 16
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1904
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::addResponseHeaders==>preg_match] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 872
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::parseHeaderLine==>Symfony\Component\HttpClient\Response\CurlResponse::addResponseHeaders] => Array
                (
                    [ct] => 16
                    [wt] => 96
                    [cpu] => 0
                    [mu] => 15376
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::parseHeaderLine==>str_starts_with] => Array
                (
                    [ct] => 16
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::parseHeaderLine==>function_exists] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::{closure:Symfony\Component\HttpClient\Response\CurlResponse::__construct():81}==>Symfony\Component\HttpClient\Response\CurlResponse::parseHeaderLine] => Array
                (
                    [ct] => 17
                    [wt] => 316
                    [cpu] => 0
                    [mu] => 18008
                    [pmu] => 0
                )

            [curl_multi_exec==>Symfony\Component\HttpClient\Response\CurlResponse::{closure:Symfony\Component\HttpClient\Response\CurlResponse::__construct():81}] => Array
                (
                    [ct] => 17
                    [wt] => 350
                    [cpu] => 0
                    [mu] => 18680
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::addResponseHeaders==>explode] => Array
                (
                    [ct] => 15
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 5536
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::addResponseHeaders==>strtolower] => Array
                (
                    [ct] => 15
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::addResponseHeaders==>ltrim] => Array
                (
                    [ct] => 15
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1616
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::parseHeaderLine==>stripos] => Array
                (
                    [ct] => 15
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::parseHeaderLine==>Symfony\Component\HttpClient\Chunk\DataChunk::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::parseHeaderLine==>curl_setopt] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::{closure:Symfony\Component\HttpClient\Response\CurlResponse::__construct():139}==>curl_getinfo] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::{closure:Symfony\Component\HttpClient\Response\CurlResponse::__construct():139}==>curl_setopt] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [curl_multi_exec==>Symfony\Component\HttpClient\Response\CurlResponse::{closure:Symfony\Component\HttpClient\Response\CurlResponse::__construct():139}] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 2920
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::perform==>curl_getinfo] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::stream==>array_shift] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::stream==>Symfony\Component\HttpClient\Response\CurlResponse::getInfo] => Array
                (
                    [ct] => 1
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 10216
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::stream==>sprintf] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 888
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::stream==>Monolog\Logger::info] => Array
                (
                    [ct] => 1
                    [wt] => 50
                    [cpu] => 0
                    [mu] => 1096
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::stream==>extension_loaded] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::stream==>inflate_init] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 9000
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::stream==>fopen] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1168
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::initialize==>Symfony\Component\HttpClient\Response\CurlResponse::stream] => Array
                (
                    [ct] => 1
                    [wt] => 93134
                    [cpu] => 12989
                    [mu] => 54888
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::initialize==>Symfony\Component\HttpClient\Chunk\FirstChunk::isFirst] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::getStatusCode==>Symfony\Component\HttpClient\Response\CurlResponse::initialize] => Array
                (
                    [ct] => 1
                    [wt] => 93340
                    [cpu] => 12989
                    [mu] => 281544
                    [pmu] => 330624
                )

            [GameDev\Utils\Tracer\Component\HttpClient\TraceableResponse::getStatusCode==>Symfony\Component\HttpClient\Response\CurlResponse::getStatusCode] => Array
                (
                    [ct] => 1
                    [wt] => 93344
                    [cpu] => 12989
                    [mu] => 282192
                    [pmu] => 330624
                )

            [GameDev\Utils\Tracer\Component\HttpClient\TraceableResponse::getStatusCode@1==>Symfony\Component\HttpClient\Response\CurlResponse::getStatusCode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Utils\Tracer\Component\HttpClient\TraceableResponse::getStatusCode@1==>GameDev\Utils\Tracer\Component\HttpClient\TraceableResponse::finishSpan@1] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Utils\Tracer\Component\HttpClient\TraceableResponse::finishSpan==>GameDev\Utils\Tracer\Component\HttpClient\TraceableResponse::getStatusCode@1] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 2120
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::checkStatusCode==>Symfony\Component\HttpClient\Response\CurlResponse::getInfo] => Array
                (
                    [ct] => 3
                    [wt] => 44
                    [cpu] => 0
                    [mu] => 20456
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::getHeaders==>Symfony\Component\HttpClient\Response\CurlResponse::checkStatusCode] => Array
                (
                    [ct] => 1
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [GameDev\Utils\Tracer\Component\HttpClient\TraceableResponse::getHeaders==>Symfony\Component\HttpClient\Response\CurlResponse::getHeaders] => Array
                (
                    [ct] => 1
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 2056
                    [pmu] => 0
                )

            [GameDev\Utils\Tracer\Component\HttpClient\TraceableResponse::getHeaders==>GameDev\Utils\Tracer\Component\HttpClient\TraceableResponse::finishSpan@1] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Utils\Tracer\Component\HttpClient\TraceableResponse::finishSpan==>GameDev\Utils\Tracer\Component\HttpClient\TraceableResponse::getHeaders] => Array
                (
                    [ct] => 1
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 3512
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::getContent==>curl_getinfo] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::doGetContent==>Symfony\Component\HttpClient\Response\CurlResponse::checkStatusCode] => Array
                (
                    [ct] => 2
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 6408
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::stream==>inflate_add] => Array
                (
                    [ct] => 1
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 2376
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::stream==>fwrite] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 2360
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::stream==>Symfony\Component\HttpClient\Chunk\DataChunk::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::doGetContent==>Symfony\Component\HttpClient\Response\CurlResponse::stream] => Array
                (
                    [ct] => 5
                    [wt] => 150
                    [cpu] => 0
                    [mu] => -4408
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::{closure:Symfony\Component\HttpClient\Response\CurlResponse::__construct():169}==>curl_setopt] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::{closure:Symfony\Component\HttpClient\Response\CurlResponse::__construct():169}==>curl_multi_remove_handle] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 624
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::{closure:Symfony\Component\HttpClient\Response\CurlResponse::__construct():169}==>curl_setopt_array] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => -6000
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Internal\Canary::cancel==>Symfony\Component\HttpClient\Response\CurlResponse::{closure:Symfony\Component\HttpClient\Response\CurlResponse::__construct():169}] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => -4016
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::close==>Symfony\Component\HttpClient\Internal\Canary::cancel] => Array
                (
                    [ct] => 2
                    [wt] => 20
                    [cpu] => 0
                    [mu] => -3320
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::stream==>Symfony\Component\HttpClient\Response\CurlResponse::close] => Array
                (
                    [ct] => 2
                    [wt] => 26
                    [cpu] => 0
                    [mu] => -12248
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::doGetContent==>rewind] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::doGetContent==>stream_get_contents] => Array
                (
                    [ct] => 2
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 4168
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::getContent==>Symfony\Component\HttpClient\Response\CurlResponse::doGetContent] => Array
                (
                    [ct] => 2
                    [wt] => 213
                    [cpu] => 0
                    [mu] => 4568
                    [pmu] => 0
                )

            [GameDev\Utils\Tracer\Component\HttpClient\TraceableResponse::getContent==>Symfony\Component\HttpClient\Response\CurlResponse::getContent] => Array
                (
                    [ct] => 2
                    [wt] => 222
                    [cpu] => 0
                    [mu] => 5784
                    [pmu] => 0
                )

            [GameDev\Utils\Tracer\Component\HttpClient\TraceableResponse::getContent==>GameDev\Utils\Tracer\Component\HttpClient\TraceableResponse::finishSpan@1] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Utils\Tracer\Component\HttpClient\TraceableResponse::finishSpan==>GameDev\Utils\Tracer\Component\HttpClient\TraceableResponse::getContent] => Array
                (
                    [ct] => 1
                    [wt] => 129
                    [cpu] => 0
                    [mu] => -2240
                    [pmu] => 0
                )

            [GameDev\Utils\Tracer\Services\TracingService::finishExternalRequestSpan==>GameDev\Utils\Tracer\Services\JaegerTracer::setTagOfActiveSpan] => Array
                (
                    [ct] => 1
                    [wt] => 44
                    [cpu] => 0
                    [mu] => 776
                    [pmu] => 0
                )

            [GameDev\Utils\Tracer\Services\TracingService::finishExternalRequestSpan==>GameDev\Utils\Tracer\Services\TracingService::prepareHeadersForLog] => Array
                (
                    [ct] => 1
                    [wt] => 50
                    [cpu] => 0
                    [mu] => 1360
                    [pmu] => 0
                )

            [GameDev\Utils\Tracer\Services\TracingService::finishExternalRequestSpan==>GameDev\Utils\Tracer\Services\TracingService::prepareContentForLog] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1944
                    [pmu] => 0
                )

            [GameDev\Utils\Tracer\Services\TracingService::finishExternalRequestSpan==>GameDev\Utils\Tracer\Services\JaegerTracer::logInActiveSpan] => Array
                (
                    [ct] => 1
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 1008
                    [pmu] => 0
                )

            [GameDev\Utils\Tracer\Services\JaegerTracer::finishActiveSpan==>Jaeger\Tracer::getScopeManager] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [GameDev\Utils\Tracer\Services\JaegerTracer::finishActiveSpan==>Jaeger\ScopeManager::getActive] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Jaeger\Scope::close==>Jaeger\ScopeManager::getActive] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Jaeger\Span::finish==>Jaeger\Span::isSampled] => Array
                (
                    [ct] => 2
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 56
                )

            [Jaeger\Span::finish==>Jaeger\Span::microTime] => Array
                (
                    [ct] => 2
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Jaeger\Reporter\JaegerReporter::reportSpan==>Jaeger\Sender\JaegerSender::append] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 800
                    [pmu] => 0
                )

            [Jaeger\Reporter\CompositeReporter::reportSpan==>Jaeger\Reporter\JaegerReporter::reportSpan] => Array
                (
                    [ct] => 2
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 1464
                    [pmu] => 64
                )

            [Jaeger\Reporter\LoggingReporter::reportSpan==>Jaeger\Span::getOperationName] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Jaeger\Reporter\LoggingReporter::reportSpan==>Monolog\Logger::debug] => Array
                (
                    [ct] => 2
                    [wt] => 75
                    [cpu] => 0
                    [mu] => 1592
                    [pmu] => 1064
                )

            [Jaeger\Reporter\CompositeReporter::reportSpan==>Jaeger\Reporter\LoggingReporter::reportSpan] => Array
                (
                    [ct] => 2
                    [wt] => 85
                    [cpu] => 0
                    [mu] => 3024
                    [pmu] => 1104
                )

            [Jaeger\Tracer::reportSpan==>Jaeger\Reporter\CompositeReporter::reportSpan] => Array
                (
                    [ct] => 2
                    [wt] => 106
                    [cpu] => 0
                    [mu] => 5200
                    [pmu] => 1248
                )

            [Jaeger\Span::finish==>Jaeger\Tracer::reportSpan] => Array
                (
                    [ct] => 2
                    [wt] => 112
                    [cpu] => 0
                    [mu] => 5816
                    [pmu] => 1280
                )

            [Jaeger\Scope::close==>Jaeger\Span::finish] => Array
                (
                    [ct] => 2
                    [wt] => 149
                    [cpu] => 0
                    [mu] => 7664
                    [pmu] => 1376
                )

            [Jaeger\Scope::close==>Jaeger\ScopeManager::setActive] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [GameDev\Utils\Tracer\Services\JaegerTracer::finishActiveSpan==>Jaeger\Scope::close] => Array
                (
                    [ct] => 2
                    [wt] => 167
                    [cpu] => 0
                    [mu] => 9544
                    [pmu] => 1424
                )

            [GameDev\Utils\Tracer\Services\TracingService::finishExternalRequestSpan==>GameDev\Utils\Tracer\Services\JaegerTracer::finishActiveSpan] => Array
                (
                    [ct] => 1
                    [wt] => 82
                    [cpu] => 0
                    [mu] => 11000
                    [pmu] => 0
                )

            [GameDev\Utils\Tracer\Component\HttpClient\TraceableResponse::finishSpan==>GameDev\Utils\Tracer\Services\TracingService::finishExternalRequestSpan] => Array
                (
                    [ct] => 1
                    [wt] => 218
                    [cpu] => 0
                    [mu] => 17712
                    [pmu] => 0
                )

            [GameDev\Utils\Tracer\Component\HttpClient\TraceableResponse::finishSpan==>Monolog\Logger::debug] => Array
                (
                    [ct] => 1
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 1112
                    [pmu] => 0
                )

            [GameDev\Utils\Tracer\Component\HttpClient\TraceableResponse::getStatusCode==>GameDev\Utils\Tracer\Component\HttpClient\TraceableResponse::finishSpan] => Array
                (
                    [ct] => 1
                    [wt] => 413
                    [cpu] => 0
                    [mu] => 23200
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\GameClient\HttpAdapter::httpPost==>GameDev\Utils\Tracer\Component\HttpClient\TraceableResponse::getStatusCode] => Array
                (
                    [ct] => 1
                    [wt] => 93764
                    [cpu] => 12989
                    [mu] => 304392
                    [pmu] => 330624
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::getInfo==>curl_setopt] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::getInfo==>ftruncate] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => -1960
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::perform==>current] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::perform==>sprintf] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 888
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::perform==>Exception::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [GameDev\Utils\Tracer\Component\HttpClient\TraceableResponse::getContent==>GameDev\Utils\Tracer\Component\HttpClient\TraceableResponse::finishSpan] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\GameClient\HttpAdapter::httpPost==>GameDev\Utils\Tracer\Component\HttpClient\TraceableResponse::getContent] => Array
                (
                    [ct] => 1
                    [wt] => 101
                    [cpu] => 0
                    [mu] => 10872
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\GameClient\HttpAdapter::logRequestFinish==>GameDev\Platform\Entity\Catalog\System::getName] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\GameClient\HttpAdapter::logRequestFinish==>GameDev\Platform\Helper\StringHelper::trimForLog] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1912
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\GameClient\HttpAdapter::logRequestFinish==>Monolog\Logger::debug] => Array
                (
                    [ct] => 1
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 1112
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\GameClient\HttpAdapter::httpPost==>GameDev\Platform\Service\Shared\GameClient\HttpAdapter::logRequestFinish] => Array
                (
                    [ct] => 1
                    [wt] => 43
                    [cpu] => 0
                    [mu] => 4984
                    [pmu] => 0
                )

            [GameDev\Platform\Serializer\Encoder\UrlencodedEncoder::supportsDecoding==>strtolower] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Encoder\ChainDecoder::getDecoder==>GameDev\Platform\Serializer\Encoder\UrlencodedEncoder::supportsDecoding] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1280
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Encoder\ChainDecoder::getDecoder==>Symfony\Component\Serializer\Encoder\XmlEncoder::supportsDecoding] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Encoder\ChainDecoder::getDecoder==>Symfony\Component\Serializer\Encoder\JsonEncoder::supportsDecoding] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Encoder\ChainDecoder::supportsDecoding==>Symfony\Component\Serializer\Encoder\ChainDecoder::getDecoder] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 3744
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Serializer::supportsDecoding==>Symfony\Component\Serializer\Encoder\ChainDecoder::supportsDecoding] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 4440
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Serializer::deserialize==>Symfony\Component\Serializer\Serializer::supportsDecoding] => Array
                (
                    [ct] => 1
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 5136
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Encoder\ChainDecoder::decode==>Symfony\Component\Serializer\Encoder\ChainDecoder::getDecoder] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Encoder\JsonEncoder::decode==>array_merge] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Encoder\JsonDecode::decode==>json_decode] => Array
                (
                    [ct] => 1
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 9648
                    [pmu] => 6368
                )

            [Symfony\Component\Serializer\Encoder\JsonDecode::decode==>json_last_error] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Encoder\JsonEncoder::decode==>Symfony\Component\Serializer\Encoder\JsonDecode::decode] => Array
                (
                    [ct] => 1
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 10992
                    [pmu] => 7032
                )

            [Symfony\Component\Serializer\Encoder\ChainDecoder::decode==>Symfony\Component\Serializer\Encoder\JsonEncoder::decode] => Array
                (
                    [ct] => 1
                    [wt] => 33
                    [cpu] => 0
                    [mu] => 12320
                    [pmu] => 7648
                )

            [Symfony\Component\Serializer\Serializer::decode==>Symfony\Component\Serializer\Encoder\ChainDecoder::decode] => Array
                (
                    [ct] => 1
                    [wt] => 38
                    [cpu] => 0
                    [mu] => 13712
                    [pmu] => 8248
                )

            [Symfony\Component\Serializer\Serializer::deserialize==>Symfony\Component\Serializer\Serializer::decode] => Array
                (
                    [ct] => 1
                    [wt] => 40
                    [cpu] => 0
                    [mu] => 14376
                    [pmu] => 8816
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer==>class_exists] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer==>Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer::getSupportedTypes] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer==>str_ends_with] => Array
                (
                    [ct] => 22
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 472
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer==>Symfony\Component\Serializer\Normalizer\UidNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer==>is_subclass_of] => Array
                (
                    [ct] => 32
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 472
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer==>Symfony\Component\Serializer\Normalizer\DateTimeNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer==>Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer==>Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer==>Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer==>Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer==>Symfony\Component\Serializer\Normalizer\DataUriNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer==>Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer==>Symfony\Component\Serializer\Normalizer\ArrayDenormalizer::getSupportedTypes] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer==>Symfony\Component\Serializer\Normalizer\ObjectNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::supportsDenormalization==>class_exists] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::supportsDenormalization] => Array
                (
                    [ct] => 2
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1360
                    [pmu] => 1104
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer==>Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer::supportsDenormalization] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Serializer::denormalize==>Symfony\Component\Serializer\Serializer::getDenormalizer] => Array
                (
                    [ct] => 1
                    [wt] => 94
                    [cpu] => 0
                    [mu] => 13720
                    [pmu] => 13464
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getCacheKey] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 1104
                    [pmu] => 1176
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::validateCallbackContext] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 24
                )

            [Symfony\Component\Serializer\Normalizer\ObjectNormalizer::isAllowedAttribute==>str_contains] => Array
                (
                    [ct] => 41
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\PropertyInfo\PropertyInfoCacheExtractor::extract==>serialize] => Array
                (
                    [ct] => 78
                    [wt] => 68
                    [cpu] => 0
                    [mu] => 11304
                    [pmu] => 448
                )

            [Symfony\Component\PropertyInfo\PropertyInfoCacheExtractor::extract==>rawurlencode] => Array
                (
                    [ct] => 78
                    [wt] => 60
                    [cpu] => 0
                    [mu] => 16520
                    [pmu] => 1568
                )

            [Symfony\Component\PropertyInfo\PropertyInfoCacheExtractor::extract==>Symfony\Component\Cache\Adapter\ChainAdapter::getItem] => Array
                (
                    [ct] => 78
                    [wt] => 1483
                    [cpu] => 0
                    [mu] => 76664
                    [pmu] => 129000
                )

            [Symfony\Component\PropertyInfo\PropertyInfoCacheExtractor::extract==>Symfony\Component\Cache\CacheItem::isHit] => Array
                (
                    [ct] => 78
                    [wt] => 36
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\PropertyInfo\PropertyInfoCacheExtractor::extract==>Symfony\Component\Cache\CacheItem::get] => Array
                (
                    [ct] => 78
                    [wt] => 39
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\PropertyInfo\PropertyInfoCacheExtractor::isWritable==>Symfony\Component\PropertyInfo\PropertyInfoCacheExtractor::extract] => Array
                (
                    [ct] => 41
                    [wt] => 921
                    [cpu] => 0
                    [mu] => 31328
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\ObjectNormalizer::isAllowedAttribute==>Symfony\Component\PropertyInfo\PropertyInfoCacheExtractor::isWritable] => Array
                (
                    [ct] => 41
                    [wt] => 988
                    [cpu] => 0
                    [mu] => 18520
                    [pmu] => 0
                )

            [Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::getWriteInfo==>ReflectionClass::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::camelize==>str_replace] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::camelize==>ucwords] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 656
                    [pmu] => 0
                )

            [Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::getWriteInfo==>Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::camelize] => Array
                (
                    [ct] => 2
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 2032
                    [pmu] => 0
                )

            [Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::getWriteInfo==>ReflectionClass::getConstructor] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 744
                    [pmu] => 0
                )

            [Symfony\Component\String\Inflector\EnglishInflector::singularize==>strrev] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 656
                    [pmu] => 0
                )

            [Symfony\Component\String\Inflector\EnglishInflector::singularize==>strtolower] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 656
                    [pmu] => 0
                )

            [Symfony\Component\String\Inflector\EnglishInflector::singularize==>in_array] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::getWriteInfo==>Symfony\Component\String\Inflector\EnglishInflector::singularize] => Array
                (
                    [ct] => 2
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 3184
                    [pmu] => 0
                )

            [Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::getWriteInfo==>ReflectionFunctionAbstract::getParameters] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 968
                    [pmu] => 168
                )

            [Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::getWriteInfo==>ReflectionParameter::getName] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::getWriteInfo==>Symfony\Component\PropertyInfo\PropertyWriteInfo::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Normalizer\ObjectNormalizer::isAllowedAttribute==>Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::getWriteInfo] => Array
                (
                    [ct] => 2
                    [wt] => 112
                    [cpu] => 0
                    [mu] => 17456
                    [pmu] => 2184
                )

            [Symfony\Component\Serializer\Normalizer\ObjectNormalizer::isAllowedAttribute==>Symfony\Component\PropertyInfo\PropertyWriteInfo::getType] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 72
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize==>Symfony\Component\Serializer\Normalizer\ObjectNormalizer::getAllowedAttributes] => Array
                (
                    [ct] => 1
                    [wt] => 341
                    [cpu] => 0
                    [mu] => 24288
                    [pmu] => 24064
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::prepareForDenormalization] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getMappedClass==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::extractObjectToPopulate] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::getMappingForClass==>Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::hasMetadataFor] => Array
                (
                    [ct] => 5
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 664
                )

            [Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::getMappingForClass==>Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::getMetadataFor] => Array
                (
                    [ct] => 5
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::getMappingForClass==>Symfony\Component\Serializer\Mapping\ClassMetadata::getClassDiscriminatorMapping] => Array
                (
                    [ct] => 5
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getMappedClass==>Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::getMappingForClass] => Array
                (
                    [ct] => 4
                    [wt] => 56
                    [cpu] => 0
                    [mu] => 2976
                    [pmu] => 3168
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getMappedClass] => Array
                (
                    [ct] => 1
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 4432
                    [pmu] => 4176
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getNestedAttributes==>Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::hasMetadataFor] => Array
                (
                    [ct] => 2
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getNestedAttributes==>Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::getMetadataFor] => Array
                (
                    [ct] => 2
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getNestedAttributes==>Symfony\Component\Serializer\Mapping\ClassMetadata::getAttributesMetadata] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getNestedAttributes==>Symfony\Component\Serializer\Mapping\AttributeMetadata::getSerializedPath] => Array
                (
                    [ct] => 47
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getNestedAttributes] => Array
                (
                    [ct] => 1
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 3640
                    [pmu] => 3384
                )

            [Symfony\Component\PropertyAccess\PropertyAccess::createPropertyAccessor==>Symfony\Component\PropertyAccess\PropertyAccess::createPropertyAccessorBuilder] => Array
                (
                    [ct] => 2
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 984
                    [pmu] => 568
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::__construct==>Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::__construct] => Array
                (
                    [ct] => 4
                    [wt] => 120
                    [cpu] => 0
                    [mu] => 5576
                    [pmu] => 2624
                )

            [Symfony\Component\PropertyAccess\PropertyAccessorBuilder::getPropertyAccessor==>Symfony\Component\PropertyAccess\PropertyAccessor::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 131
                    [cpu] => 0
                    [mu] => 7200
                    [pmu] => 4040
                )

            [Symfony\Component\PropertyAccess\PropertyAccess::createPropertyAccessor==>Symfony\Component\PropertyAccess\PropertyAccessorBuilder::getPropertyAccessor] => Array
                (
                    [ct] => 2
                    [wt] => 137
                    [cpu] => 0
                    [mu] => 8312
                    [pmu] => 4960
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize==>Symfony\Component\PropertyAccess\PropertyAccess::createPropertyAccessor] => Array
                (
                    [ct] => 1
                    [wt] => 81
                    [cpu] => 0
                    [mu] => 6672
                    [pmu] => 6416
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize==>ReflectionClass::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::instantiateObject==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getMappedClass] => Array
                (
                    [ct] => 2
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 760
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::instantiateObject==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::extractObjectToPopulate] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getConstructor==>ReflectionClass::getConstructor] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 744
                    [pmu] => 488
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::instantiateObject==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getConstructor] => Array
                (
                    [ct] => 2
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1472
                    [pmu] => 1216
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::instantiateObject==>ReflectionMethod::isPublic] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::instantiateObject==>ReflectionFunctionAbstract::getParameters] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 968
                    [pmu] => 712
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getAttributeDenormalizationContext==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getAttributeMetadata] => Array
                (
                    [ct] => 37
                    [wt] => 332
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 888
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getAttributeDenormalizationContext==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getGroups] => Array
                (
                    [ct] => 37
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Mapping\AttributeMetadata::getDenormalizationContextForGroups==>array_merge] => Array
                (
                    [ct] => 37
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 14544
                    [pmu] => 752
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getAttributeDenormalizationContext==>Symfony\Component\Serializer\Mapping\AttributeMetadata::getDenormalizationContextForGroups] => Array
                (
                    [ct] => 37
                    [wt] => 80
                    [cpu] => 0
                    [mu] => 15304
                    [pmu] => 1512
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getAttributeDenormalizationContext==>array_merge] => Array
                (
                    [ct] => 37
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 504
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::instantiateObject==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getAttributeDenormalizationContext] => Array
                (
                    [ct] => 1
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 4712
                    [pmu] => 4456
                )

            [Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::normalize==>Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::normalizeFallback] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::instantiateObject==>Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::normalize] => Array
                (
                    [ct] => 1
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 1800
                    [pmu] => 1544
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::instantiateObject==>Symfony\Component\Serializer\Normalizer\ObjectNormalizer::isAllowedAttribute] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::instantiateObject==>ReflectionParameter::isVariadic] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalizeParameter==>ReflectionParameter::isVariadic] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalizeParameter==>ReflectionClass::getName] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Cache\CacheItem::unpack==>array_key_first] => Array
                (
                    [ct] => 31
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Symfony\Component\PropertyInfo\PropertyInfoCacheExtractor::getTypes==>Symfony\Component\PropertyInfo\PropertyInfoCacheExtractor::extract] => Array
                (
                    [ct] => 37
                    [wt] => 1218
                    [cpu] => 0
                    [mu] => 84320
                    [pmu] => 131016
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getTypes==>Symfony\Component\PropertyInfo\PropertyInfoCacheExtractor::getTypes] => Array
                (
                    [ct] => 37
                    [wt] => 1289
                    [cpu] => 0
                    [mu] => 72888
                    [pmu] => 131952
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalizeParameter==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getTypes] => Array
                (
                    [ct] => 1
                    [wt] => 48
                    [cpu] => 0
                    [mu] => 4712
                    [pmu] => 15344
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::validateAndDenormalize==>Symfony\Component\PropertyInfo\Type::isCollection] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::validateAndDenormalize==>Symfony\Component\PropertyInfo\Type::getBuiltinType] => Array
                (
                    [ct] => 6
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::validateAndDenormalize==>Symfony\Component\PropertyInfo\Type::getClassName] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::validateAndDenormalize==>is_string] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalizeParameter==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::validateAndDenormalize] => Array
                (
                    [ct] => 1
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 3920
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalizeParameter==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::applyCallbacks] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::instantiateObject==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalizeParameter] => Array
                (
                    [ct] => 1
                    [wt] => 91
                    [cpu] => 0
                    [mu] => 11168
                    [pmu] => 16848
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::instantiateObject==>ReflectionMethod::isConstructor] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [ReflectionClass::newInstanceArgs==>GameDev\Platform\Model\Shared\GameClient\Game\GetUrlResponse::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::instantiateObject==>ReflectionClass::newInstanceArgs] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1456
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::instantiateObject==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::instantiateObject] => Array
                (
                    [ct] => 2
                    [wt] => 192
                    [cpu] => 0
                    [mu] => 28096
                    [pmu] => 29744
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::instantiateObject] => Array
                (
                    [ct] => 1
                    [wt] => 206
                    [cpu] => 0
                    [mu] => 26800
                    [pmu] => 29856
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize==>get_class] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::denormalize==>Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::getCacheKey] => Array
                (
                    [ct] => 36
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 5272
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::getCacheValueForDenormalization==>Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::getCacheKey] => Array
                (
                    [ct] => 36
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 5304
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::getCacheValueForAttributesMetadata==>Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::hasMetadataFor] => Array
                (
                    [ct] => 2
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 272
                )

            [Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::getCacheValueForAttributesMetadata==>Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::getMetadataFor] => Array
                (
                    [ct] => 2
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::getCacheValueForAttributesMetadata==>Symfony\Component\Serializer\Mapping\ClassMetadata::getAttributesMetadata] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::getCacheValueForAttributesMetadata==>Symfony\Component\Serializer\Mapping\AttributeMetadata::getSerializedName] => Array
                (
                    [ct] => 117
                    [wt] => 70
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::getCacheValueForDenormalization==>Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::getCacheValueForAttributesMetadata] => Array
                (
                    [ct] => 2
                    [wt] => 296
                    [cpu] => 0
                    [mu] => 7904
                    [pmu] => 8280
                )

            [Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::denormalize==>Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::getCacheValueForDenormalization] => Array
                (
                    [ct] => 36
                    [wt] => 395
                    [cpu] => 0
                    [mu] => 14408
                    [pmu] => 9544
                )

            [Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::denormalize==>Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::denormalizeFallback] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize==>Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::denormalize] => Array
                (
                    [ct] => 2
                    [wt] => 47
                    [cpu] => 0
                    [mu] => 9016
                    [pmu] => 6208
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getAttributeDenormalizationContext] => Array
                (
                    [ct] => 2
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 1448
                    [pmu] => 816
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize==>Symfony\Component\Serializer\Normalizer\ObjectNormalizer::isAllowedAttribute] => Array
                (
                    [ct] => 2
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getTypes] => Array
                (
                    [ct] => 2
                    [wt] => 65
                    [cpu] => 0
                    [mu] => 3944
                    [pmu] => 23984
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::validateAndDenormalize] => Array
                (
                    [ct] => 2
                    [wt] => 6560
                    [cpu] => 2579
                    [mu] => 231680
                    [pmu] => 237144
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::applyCallbacks] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::setValue==>strpbrk] => Array
                (
                    [ct] => 36
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::getWriteInfo==>is_iterable] => Array
                (
                    [ct] => 36
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::getWriteInfo==>str_replace] => Array
                (
                    [ct] => 36
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 3496
                    [pmu] => 0
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::getWriteInfo==>rawurlencode] => Array
                (
                    [ct] => 36
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 4136
                    [pmu] => 0
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::getWriteInfo==>Symfony\Component\Cache\Adapter\AbstractAdapter::getItem] => Array
                (
                    [ct] => 36
                    [wt] => 590
                    [cpu] => 0
                    [mu] => 52032
                    [pmu] => 58104
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::getWriteInfo==>Symfony\Component\Cache\CacheItem::isHit] => Array
                (
                    [ct] => 36
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::getWriteInfo==>Symfony\Component\Cache\CacheItem::get] => Array
                (
                    [ct] => 36
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::writeProperty==>Symfony\Component\PropertyAccess\PropertyAccessor::getWriteInfo] => Array
                (
                    [ct] => 36
                    [wt] => 985
                    [cpu] => 0
                    [mu] => 61752
                    [pmu] => 58104
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::writeProperty==>Symfony\Component\PropertyInfo\PropertyWriteInfo::getType] => Array
                (
                    [ct] => 72
                    [wt] => 42
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::writeProperty==>Symfony\Component\PropertyInfo\PropertyWriteInfo::getName] => Array
                (
                    [ct] => 36
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::setValue==>Symfony\Component\PropertyAccess\PropertyAccessor::writeProperty] => Array
                (
                    [ct] => 36
                    [wt] => 1276
                    [cpu] => 0
                    [mu] => 56928
                    [pmu] => 58104
                )

            [Symfony\Component\Serializer\Normalizer\ObjectNormalizer::setAttributeValue==>Symfony\Component\PropertyAccess\PropertyAccessor::setValue] => Array
                (
                    [ct] => 36
                    [wt] => 1406
                    [cpu] => 0
                    [mu] => 66064
                    [pmu] => 58104
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize==>Symfony\Component\Serializer\Normalizer\ObjectNormalizer::setAttributeValue] => Array
                (
                    [ct] => 2
                    [wt] => 97
                    [cpu] => 0
                    [mu] => 11672
                    [pmu] => 5752
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::validateAndDenormalize==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::createChildContext] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1152
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer==>Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer::supportsDenormalization] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Serializer::supportsDenormalization==>Symfony\Component\Serializer\Serializer::getDenormalizer] => Array
                (
                    [ct] => 1
                    [wt] => 77
                    [cpu] => 0
                    [mu] => 1736
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::validateAndDenormalize==>Symfony\Component\Serializer\Serializer::supportsDenormalization] => Array
                (
                    [ct] => 1
                    [wt] => 80
                    [cpu] => 0
                    [mu] => 2464
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Serializer::denormalize@1==>Symfony\Component\Serializer\Serializer::getDenormalizer] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize@1==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::validateCallbackContext] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::isMethodAccessible==>ReflectionClass::hasMethod] => Array
                (
                    [ct] => 6
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::findAdderAndRemover==>Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::isMethodAccessible] => Array
                (
                    [ct] => 2
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1792
                    [pmu] => 0
                )

            [Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::findAdderAndRemover==>array_merge] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 976
                    [pmu] => 0
                )

            [Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::getWriteInfo==>Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::findAdderAndRemover] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 3656
                    [pmu] => 0
                )

            [Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::getWriteInfo==>Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::isMethodAccessible] => Array
                (
                    [ct] => 4
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1528
                    [pmu] => 0
                )

            [Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::getWriteInfo==>lcfirst] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 624
                    [pmu] => 0
                )

            [Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::getWriteInfo==>ReflectionClass::hasProperty] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::getWriteInfo==>array_merge] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 976
                    [pmu] => 0
                )

            [Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::getWriteInfo==>Symfony\Component\PropertyInfo\PropertyWriteInfo::setErrors] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory::hasMetadataFor==>interface_exists] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::getMappingForMappedObject@1==>Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::hasMetadataFor] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1360
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::getClass==>interface_exists] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::getMappingForMappedObject@1==>Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::getMetadataFor] => Array
                (
                    [ct] => 1
                    [wt] => 39
                    [cpu] => 0
                    [mu] => 2136
                    [pmu] => 5224
                )

            [Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::getMappingForMappedObject@1==>Symfony\Component\Serializer\Mapping\ClassMetadata::getClassDiscriminatorMapping] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::resolveMappingForMappedObject@1==>ReflectionClass::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::resolveMappingForMappedObject@1==>ReflectionClass::getParentClass] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::resolveMappingForMappedObject@1==>ReflectionClass::getInterfaceNames] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::getMappingForMappedObject@1==>Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::resolveMappingForMappedObject@1] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 3008
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::resolveMappingForMappedObject==>Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::getMappingForMappedObject@1] => Array
                (
                    [ct] => 1
                    [wt] => 58
                    [cpu] => 0
                    [mu] => 7896
                    [pmu] => 5224
                )

            [Symfony\Component\Serializer\Normalizer\ObjectNormalizer::getAllowedAttributes==>Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::getMappingForMappedObject] => Array
                (
                    [ct] => 1
                    [wt] => 86
                    [cpu] => 0
                    [mu] => 8656
                    [pmu] => 5224
                )

            [Symfony\Component\Serializer\Normalizer\ObjectNormalizer::getAllowedAttributes==>Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::getMappingForClass] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize@1==>Symfony\Component\Serializer\Normalizer\ObjectNormalizer::getAllowedAttributes] => Array
                (
                    [ct] => 1
                    [wt] => 1594
                    [cpu] => 2579
                    [mu] => 78840
                    [pmu] => 77776
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize@1==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::prepareForDenormalization] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize@1==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getMappedClass] => Array
                (
                    [ct] => 1
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize@1==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getNestedAttributes] => Array
                (
                    [ct] => 1
                    [wt] => 72
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize@1==>Symfony\Component\PropertyAccess\PropertyAccess::createPropertyAccessor] => Array
                (
                    [ct] => 1
                    [wt] => 75
                    [cpu] => 0
                    [mu] => 3760
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize@1==>ReflectionClass::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::instantiateObject==>ReflectionClass::isInstantiable] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 80
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize@1==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::instantiateObject] => Array
                (
                    [ct] => 1
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 2000
                    [pmu] => 1688
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize@1==>get_class] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 392
                )

            [Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::getCacheValueForAttributesMetadata==>Symfony\Component\Serializer\Mapping\AttributeMetadata::getSerializedPath] => Array
                (
                    [ct] => 35
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 328
                )

            [Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::getCacheValueForAttributesMetadata==>Symfony\Component\Serializer\Mapping\AttributeMetadata::getGroups] => Array
                (
                    [ct] => 35
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize@1==>Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::denormalize] => Array
                (
                    [ct] => 34
                    [wt] => 521
                    [cpu] => 0
                    [mu] => 11896
                    [pmu] => 5704
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize@1==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getAttributeDenormalizationContext] => Array
                (
                    [ct] => 34
                    [wt] => 598
                    [cpu] => 0
                    [mu] => 15352
                    [pmu] => 680
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize@1==>in_array] => Array
                (
                    [ct] => 34
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 472
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize@1==>Symfony\Component\Serializer\Normalizer\ObjectNormalizer::isAllowedAttribute] => Array
                (
                    [ct] => 34
                    [wt] => 153
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize@1==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getTypes] => Array
                (
                    [ct] => 34
                    [wt] => 1254
                    [cpu] => 0
                    [mu] => 72472
                    [pmu] => 93216
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::validateAndDenormalize@1==>Symfony\Component\PropertyInfo\Type::isCollection] => Array
                (
                    [ct] => 50
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::validateAndDenormalize@1==>Symfony\Component\PropertyInfo\Type::getBuiltinType] => Array
                (
                    [ct] => 50
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::validateAndDenormalize@1==>Symfony\Component\PropertyInfo\Type::getClassName] => Array
                (
                    [ct] => 25
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::validateAndDenormalize@1==>is_string] => Array
                (
                    [ct] => 7
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize@1==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::validateAndDenormalize@1] => Array
                (
                    [ct] => 34
                    [wt] => 313
                    [cpu] => 0
                    [mu] => 17000
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize@1==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::applyCallbacks] => Array
                (
                    [ct] => 34
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize@1==>Symfony\Component\Serializer\Normalizer\ObjectNormalizer::setAttributeValue] => Array
                (
                    [ct] => 34
                    [wt] => 1388
                    [cpu] => 0
                    [mu] => 49160
                    [pmu] => 52352
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::validateAndDenormalize@1==>is_int] => Array
                (
                    [ct] => 8
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::validateAndDenormalize@1==>str_contains] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::validateAndDenormalize@1==>Symfony\Component\PropertyInfo\Type::isNullable] => Array
                (
                    [ct] => 11
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::validateAndDenormalize@1==>is_float] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::validateAndDenormalize@1==>is_bool] => Array
                (
                    [ct] => 5
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::validateAndDenormalize@1==>Symfony\Component\PropertyInfo\Type::getCollectionValueTypes] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::validateAndDenormalize@1==>is_array] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Serializer::denormalize@1==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize@1] => Array
                (
                    [ct] => 1
                    [wt] => 6441
                    [cpu] => 2579
                    [mu] => 232912
                    [pmu] => 237144
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::validateAndDenormalize==>Symfony\Component\Serializer\Serializer::denormalize@1] => Array
                (
                    [ct] => 1
                    [wt] => 6452
                    [cpu] => 2579
                    [mu] => 226424
                    [pmu] => 237144
                )

            [Symfony\Component\Serializer\Serializer::denormalize==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize] => Array
                (
                    [ct] => 1
                    [wt] => 7545
                    [cpu] => 2579
                    [mu] => 328968
                    [pmu] => 348384
                )

            [Symfony\Component\Serializer\Serializer::deserialize==>Symfony\Component\Serializer\Serializer::denormalize] => Array
                (
                    [ct] => 1
                    [wt] => 7648
                    [cpu] => 2579
                    [mu] => 339096
                    [pmu] => 362280
                )

            [GameDev\Platform\Service\Shared\GameClient\HttpAdapter::parseResponseBody==>Symfony\Component\Serializer\Serializer::deserialize] => Array
                (
                    [ct] => 1
                    [wt] => 7712
                    [cpu] => 2579
                    [mu] => 359432
                    [pmu] => 371416
                )

            [GameDev\Platform\Service\Shared\GameClient\HttpAdapter::httpPost==>GameDev\Platform\Service\Shared\GameClient\HttpAdapter::parseResponseBody] => Array
                (
                    [ct] => 1
                    [wt] => 7716
                    [cpu] => 2579
                    [mu] => 357136
                    [pmu] => 371416
                )

            [GameDev\Platform\Service\Shared\GameClient::getGameUrl==>GameDev\Platform\Service\Shared\GameClient\HttpAdapter::httpPost] => Array
                (
                    [ct] => 1
                    [wt] => 110543
                    [cpu] => 19921
                    [mu] => 972912
                    [pmu] => 921936
                )

            [GameDev\Utils\Tracer\Component\HttpClient\TraceableResponse::__destruct==>method_exists] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::__destruct==>Symfony\Component\HttpClient\Response\CurlResponse::doDestruct] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Response\CurlResponse::__destruct==>curl_setopt] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [GameDev\Utils\Tracer\Component\HttpClient\TraceableResponse::__destruct==>Symfony\Component\HttpClient\Response\CurlResponse::__destruct] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 2008
                    [pmu] => 0
                )

            [GameDev\Utils\Tracer\Component\HttpClient\TraceableResponse::__destruct==>GameDev\Utils\Tracer\Component\HttpClient\TraceableResponse::finishSpan] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\GameClient::getGameUrl==>GameDev\Utils\Tracer\Component\HttpClient\TraceableResponse::__destruct] => Array
                (
                    [ct] => 1
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 4080
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\GameClient::getGameUrl==>Symfony\Component\HttpClient\Response\CurlResponse::__destruct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\Internal\Canary::__destruct==>Symfony\Component\HttpClient\Internal\Canary::cancel] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\GameClient::getGameUrl==>Symfony\Component\HttpClient\Internal\Canary::__destruct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\GameClient::getGameUrl==>Webmozart\Assert\Assert::isInstanceOf] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Game\GameLauncher::launchGame==>GameDev\Platform\Service\Shared\GameClient::getGameUrl] => Array
                (
                    [ct] => 1
                    [wt] => 110618
                    [cpu] => 19921
                    [mu] => 962128
                    [pmu] => 921936
                )

            [GameDev\Platform\Service\Aggregator\Game\GameLauncher::launchGame==>GameDev\Platform\Model\Aggregator\Game\GameLaunchResult::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__invoke==>GameDev\Platform\Service\Aggregator\Game\GameLauncher::launchGame] => Array
                (
                    [ct] => 1
                    [wt] => 163504
                    [cpu] => 53086
                    [mu] => 1533984
                    [pmu] => 1572872
                )

            [Doctrine\DBAL\Connection::beginTransaction==>Doctrine\DBAL\Connection::connect] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\DBAL\Driver\Mysqli\Connection::beginTransaction==>mysqli::begin_transaction] => Array
                (
                    [ct] => 1
                    [wt] => 732
                    [cpu] => 6480
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\DBAL\Connection::beginTransaction==>Doctrine\DBAL\Driver\Mysqli\Connection::beginTransaction] => Array
                (
                    [ct] => 1
                    [wt] => 736
                    [cpu] => 6480
                    [mu] => 1248
                    [pmu] => 0
                )

            [Doctrine\ORM\EntityManager::beginTransaction==>Doctrine\DBAL\Connection::beginTransaction] => Array
                (
                    [ct] => 2
                    [wt] => 1468
                    [cpu] => 7268
                    [mu] => 8520
                    [pmu] => 0
                )

            [GameDev\Platform\Persistence\DoctrineTransactionManager::beginTransaction==>Doctrine\ORM\EntityManager::beginTransaction] => Array
                (
                    [ct] => 2
                    [wt] => 1474
                    [cpu] => 7268
                    [mu] => 9216
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__invoke==>GameDev\Platform\Persistence\DoctrineTransactionManager::beginTransaction] => Array
                (
                    [ct] => 1
                    [wt] => 751
                    [cpu] => 6480
                    [mu] => 3984
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__invoke==>GameDev\Platform\Model\Shared\Session\Player\Player::getTokenRelation] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::getEntityManager==>Doctrine\ORM\EntityRepository::getEntityManager] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineUserTokenRelationRepository::save==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::getEntityManager] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1424
                    [pmu] => 0
                )

            [Doctrine\ORM\EntityManager::persist==>Doctrine\ORM\EntityManager::errorIfClosed] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::doPersist==>spl_object_id] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::doPersist==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 3
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::doPersist==>Doctrine\ORM\UnitOfWork::getEntityState] => Array
                (
                    [ct] => 3
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::doPersist==>Doctrine\ORM\Mapping\ClassMetadata::isChangeTrackingDeferredExplicit] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::scheduleForDirtyCheck==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::scheduleForDirtyCheck==>spl_object_id] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::doPersist==>Doctrine\ORM\UnitOfWork::scheduleForDirtyCheck] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 2632
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::cascadePersist==>Doctrine\ORM\UnitOfWork::isUninitializedObject] => Array
                (
                    [ct] => 3
                    [wt] => 49
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 304
                )

            [Doctrine\ORM\UnitOfWork::cascadePersist==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 3
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::cascadePersist==>array_filter] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::doPersist==>Doctrine\ORM\UnitOfWork::cascadePersist] => Array
                (
                    [ct] => 3
                    [wt] => 86
                    [cpu] => 0
                    [mu] => 2512
                    [pmu] => 384
                )

            [Doctrine\ORM\UnitOfWork::persist==>Doctrine\ORM\UnitOfWork::doPersist] => Array
                (
                    [ct] => 3
                    [wt] => 281
                    [cpu] => 0
                    [mu] => 25128
                    [pmu] => 2128
                )

            [Doctrine\ORM\EntityManager::persist==>Doctrine\ORM\UnitOfWork::persist] => Array
                (
                    [ct] => 3
                    [wt] => 288
                    [cpu] => 0
                    [mu] => 25856
                    [pmu] => 2128
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineUserTokenRelationRepository::save==>Doctrine\ORM\EntityManager::persist] => Array
                (
                    [ct] => 1
                    [wt] => 74
                    [cpu] => 0
                    [mu] => 10424
                    [pmu] => 0
                )

            [Doctrine\ORM\EntityManager::flush==>Doctrine\ORM\EntityManager::errorIfClosed] => Array
                (
                    [ct] => 5
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::commit==>Doctrine\ORM\EntityManager::getConnection] => Array
                (
                    [ct] => 7
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::commit==>Symfony\Bridge\Doctrine\ContainerAwareEventManager::hasListeners] => Array
                (
                    [ct] => 5
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::computeChangeSets==>Doctrine\ORM\UnitOfWork::computeScheduleInsertsChangeSets] => Array
                (
                    [ct] => 5
                    [wt] => 242
                    [cpu] => 0
                    [mu] => 9392
                    [pmu] => 2408
                )

            [Doctrine\ORM\UnitOfWork::computeChangeSets==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 11
                    [wt] => 72
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 224
                )

            [Doctrine\ORM\UnitOfWork::computeChangeSets==>Doctrine\ORM\Mapping\ClassMetadata::isChangeTrackingDeferredImplicit] => Array
                (
                    [ct] => 11
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::computeChangeSets==>Doctrine\ORM\UnitOfWork::isUninitializedObject] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::computeChangeSets==>spl_object_id] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::computeChangeSet==>spl_object_id] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::computeChangeSet==>Doctrine\ORM\Mapping\ClassMetadata::isInheritanceTypeNone] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::computeChangeSet==>Doctrine\ORM\Event\ListenersInvoker::getSubscribedSystems] => Array
                (
                    [ct] => 3
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\TypedNoDefaultPropertyAccessor::getValue==>Doctrine\ORM\Mapping\PropertyAccessors\RawValuePropertyAccessor::getValue] => Array
                (
                    [ct] => 19
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 224
                )

            [Doctrine\ORM\UnitOfWork::computeChangeSet==>Doctrine\ORM\Mapping\PropertyAccessors\TypedNoDefaultPropertyAccessor::getValue] => Array
                (
                    [ct] => 18
                    [wt] => 84
                    [cpu] => 0
                    [mu] => 1360
                    [pmu] => 224
                )

            [Doctrine\ORM\UnitOfWork::computeChangeSet==>Doctrine\ORM\Mapping\ClassMetadata::isCollectionValuedAssociation] => Array
                (
                    [ct] => 33
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::computeChangeSet==>Doctrine\ORM\Mapping\ClassMetadata::isIdentifier] => Array
                (
                    [ct] => 33
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::computeChangeSet==>Doctrine\ORM\Mapping\ClassMetadata::isIdGeneratorIdentity] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\EnumPropertyAccessor::getValue==>Doctrine\ORM\Mapping\PropertyAccessors\TypedNoDefaultPropertyAccessor::getValue] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\EnumPropertyAccessor::getValue==>Doctrine\ORM\Mapping\PropertyAccessors\EnumPropertyAccessor::fromEnum] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::computeChangeSet==>Doctrine\ORM\Mapping\PropertyAccessors\EnumPropertyAccessor::getValue] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 2088
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::computeChangeSet==>Doctrine\ORM\Mapping\PropertyAccessors\RawValuePropertyAccessor::getValue] => Array
                (
                    [ct] => 14
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 128
                )

            [Doctrine\ORM\UnitOfWork::computeChangeSets==>Doctrine\ORM\UnitOfWork::computeChangeSet] => Array
                (
                    [ct] => 1
                    [wt] => 109
                    [cpu] => 0
                    [mu] => 9536
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::commit==>Doctrine\ORM\UnitOfWork::computeChangeSets] => Array
                (
                    [ct] => 5
                    [wt] => 496
                    [cpu] => 0
                    [mu] => 21600
                    [pmu] => 2792
                )

            [Doctrine\ORM\UnitOfWork::dispatchOnFlushEvent==>Symfony\Bridge\Doctrine\ContainerAwareEventManager::hasListeners] => Array
                (
                    [ct] => 5
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::commit==>Doctrine\ORM\UnitOfWork::dispatchOnFlushEvent] => Array
                (
                    [ct] => 5
                    [wt] => 36
                    [cpu] => 0
                    [mu] => 1280
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::dispatchPostFlushEvent==>Symfony\Bridge\Doctrine\ContainerAwareEventManager::hasListeners] => Array
                (
                    [ct] => 5
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::commit==>Doctrine\ORM\UnitOfWork::dispatchPostFlushEvent] => Array
                (
                    [ct] => 5
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 1280
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::commit==>Doctrine\ORM\UnitOfWork::postCommitCleanup] => Array
                (
                    [ct] => 5
                    [wt] => 13
                    [cpu] => 0
                    [mu] => -7344
                    [pmu] => 0
                )

            [Doctrine\ORM\EntityManager::flush==>Doctrine\ORM\UnitOfWork::commit] => Array
                (
                    [ct] => 5
                    [wt] => 8512
                    [cpu] => 2839
                    [mu] => 89704
                    [pmu] => 92680
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineUserTokenRelationRepository::save==>Doctrine\ORM\EntityManager::flush] => Array
                (
                    [ct] => 1
                    [wt] => 189
                    [cpu] => 0
                    [mu] => 18680
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\Player\AggregatorPlayerService::saveUserTokenRelation==>GameDev\Platform\Repository\SessionDefault\DoctrineUserTokenRelationRepository::save] => Array
                (
                    [ct] => 1
                    [wt] => 275
                    [cpu] => 0
                    [mu] => 31416
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__invoke==>GameDev\Platform\Service\Aggregator\Player\AggregatorPlayerService::saveUserTokenRelation] => Array
                (
                    [ct] => 1
                    [wt] => 278
                    [cpu] => 0
                    [mu] => 32144
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__invoke==>GameDev\Platform\Entity\Catalog\Game::isSlot] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__invoke==>Webmozart\Assert\Assert::notNull] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [GameDev\Platform\Model\Shared\Game\Session\GameStateLock::createFromPlayer==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getUserId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 120
                )

            [GameDev\Platform\Model\Shared\Game\Session\GameStateLock::createFromPlayer==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getMode] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Model\Shared\Game\Session\GameStateLock::createFromPlayer==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getWindowId] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Model\Shared\Game\Session\GameStateLock::__construct==>is_numeric] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [GameDev\Platform\Model\Shared\Game\Session\GameStateLock::createFromPlayer==>GameDev\Platform\Model\Shared\Game\Session\GameStateLock::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1312
                    [pmu] => 1056
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateService::initState==>GameDev\Platform\Model\Shared\Game\Session\GameStateLock::createFromPlayer] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 4320
                    [pmu] => 3584
                )

            [GameDev\Platform\Repository\SessionShared\RedisGameStateLockRepository::getKey==>GameDev\Platform\Model\Shared\Game\Session\GameStateLock::getMode] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\SessionShared\RedisGameStateLockRepository::getKey==>GameDev\Platform\Model\Shared\Session\Player\PlayerMode::isDemo] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\SessionShared\RedisGameStateLockRepository::getKey==>intval] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 488
                )

            [GameDev\Platform\Repository\SessionShared\RedisGameStateLockRepository::getKey==>GameDev\Platform\Model\Shared\Game\Session\GameStateLock::getUserId] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\SessionShared\RedisGameStateLockRepository::getKey==>GameDev\Platform\Model\Shared\Game\Session\GameStateLock::getWindowId] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\SessionShared\RedisGameStateLockRepository::getKey==>json_encode] => Array
                (
                    [ct] => 3
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 984
                    [pmu] => 728
                )

            [GameDev\Platform\Repository\SessionShared\RedisGameStateLockRepository::getKey==>implode] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1080
                    [pmu] => 568
                )

            [GameDev\Platform\Repository\SessionShared\RedisGameStateLockRepository::exists==>GameDev\Platform\Repository\SessionShared\RedisGameStateLockRepository::getKey] => Array
                (
                    [ct] => 1
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 5840
                    [pmu] => 5584
                )

            [Predis\Connection\StreamConnection::writeRequest==>Predis\Command\Redis\EXISTS::getId] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [GameDev\Platform\Repository\SessionShared\RedisGameStateLockRepository::exists==>Predis\Client::__call] => Array
                (
                    [ct] => 1
                    [wt] => 894
                    [cpu] => 460
                    [mu] => 1336
                    [pmu] => 1384
                )

            [GameDev\Platform\Repository\SessionShared\RedisGameStateLockRepository::exists==>Monolog\Logger::debug] => Array
                (
                    [ct] => 1
                    [wt] => 45
                    [cpu] => 0
                    [mu] => 1112
                    [pmu] => 1064
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateLocker::lockExists==>GameDev\Platform\Repository\SessionShared\RedisGameStateLockRepository::exists] => Array
                (
                    [ct] => 1
                    [wt] => 970
                    [cpu] => 460
                    [mu] => 9392
                    [pmu] => 9136
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateLocker::ensureStateUnlocked==>GameDev\Platform\Service\Shared\Game\Session\GameStateLocker::lockExists] => Array
                (
                    [ct] => 1
                    [wt] => 974
                    [cpu] => 460
                    [mu] => 10120
                    [pmu] => 9864
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateService::initState==>GameDev\Platform\Service\Shared\Game\Session\GameStateLocker::ensureStateUnlocked] => Array
                (
                    [ct] => 1
                    [wt] => 977
                    [cpu] => 460
                    [mu] => 10848
                    [pmu] => 10592
                )

            [GameDev\Platform\Repository\SessionShared\RedisGameStateLockRepository::create==>GameDev\Platform\Repository\SessionShared\RedisGameStateLockRepository::getKey] => Array
                (
                    [ct] => 1
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 952
                    [pmu] => 696
                )

            [Predis\Connection\StreamConnection::writeRequest==>Predis\Command\Redis\SETEX::getId] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [GameDev\Platform\Repository\SessionShared\RedisGameStateLockRepository::create==>Predis\Client::__call] => Array
                (
                    [ct] => 1
                    [wt] => 939
                    [cpu] => 227
                    [mu] => 1336
                    [pmu] => 1384
                )

            [GameDev\Platform\Repository\SessionShared\RedisGameStateLockRepository::create==>Monolog\Logger::debug] => Array
                (
                    [ct] => 1
                    [wt] => 42
                    [cpu] => 0
                    [mu] => 1432
                    [pmu] => 1384
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateLocker::lockState==>GameDev\Platform\Repository\SessionShared\RedisGameStateLockRepository::create] => Array
                (
                    [ct] => 1
                    [wt] => 1018
                    [cpu] => 227
                    [mu] => 4824
                    [pmu] => 4568
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateService::initState==>GameDev\Platform\Service\Shared\Game\Session\GameStateLocker::lockState] => Array
                (
                    [ct] => 1
                    [wt] => 1023
                    [cpu] => 227
                    [mu] => 5552
                    [pmu] => 5296
                )

            [GameDev\Platform\Repository\SessionShared\GameSessionRepository::findLastActive==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getMode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\SessionShared\GameSessionRepository::getRepository==>GameDev\Platform\Model\Shared\Session\Player\PlayerMode::isDemo] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\SessionShared\GameSessionRepository::findLastActive==>GameDev\Platform\Repository\SessionShared\GameSessionRepository::getRepository] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 1136
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::findLastActive==>Doctrine\ORM\EntityRepository::getEntityManager] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::findLastActive==>Doctrine\ORM\EntityManager::getExpressionBuilder] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 704
                    [pmu] => 448
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::findLastActive==>Doctrine\ORM\EntityRepository::createQueryBuilder] => Array
                (
                    [ct] => 1
                    [wt] => 45
                    [cpu] => 0
                    [mu] => 2608
                    [pmu] => 2352
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::findLastActive==>Doctrine\ORM\QueryBuilder::andWhere] => Array
                (
                    [ct] => 8
                    [wt] => 83
                    [cpu] => 0
                    [mu] => 2800
                    [pmu] => 1816
                )

            [Doctrine\ORM\Query\Expr::neq==>Doctrine\ORM\Query\Expr\Comparison::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 136
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::findLastActive==>Doctrine\ORM\Query\Expr::neq] => Array
                (
                    [ct] => 2
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1472
                    [pmu] => 928
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::findLastActive==>Doctrine\ORM\Query\Expr::eq] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 728
                    [pmu] => 472
                )

            [Doctrine\ORM\Query\Expr::validateVariadicParameter==>array_is_list] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Doctrine\ORM\Query\Expr::andX==>Doctrine\ORM\Query\Expr::validateVariadicParameter] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1216
                    [pmu] => 960
                )

            [Doctrine\ORM\Query\Expr::andX==>Doctrine\ORM\Query\Expr\Base::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 800
                    [pmu] => 544
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::findLastActive==>Doctrine\ORM\Query\Expr::andX] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 3184
                    [pmu] => 2848
                )

            [Doctrine\ORM\Query\Expr::orX==>Doctrine\ORM\Query\Expr::validateVariadicParameter] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\Query\Expr::orX==>Doctrine\ORM\Query\Expr\Base::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 800
                    [pmu] => 544
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::findLastActive==>Doctrine\ORM\Query\Expr::orX] => Array
                (
                    [ct] => 1
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 2552
                    [pmu] => 2296
                )

            [Doctrine\ORM\Query\Expr\OrderBy::__construct==>Doctrine\ORM\Query\Expr\OrderBy::add] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1368
                    [pmu] => 448
                )

            [Doctrine\ORM\QueryBuilder::addOrderBy==>Doctrine\ORM\Query\Expr\OrderBy::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 2016
                    [pmu] => 1160
                )

            [Doctrine\ORM\QueryBuilder::addOrderBy==>Doctrine\ORM\QueryBuilder::add] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 784
                    [pmu] => 528
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::findLastActive==>Doctrine\ORM\QueryBuilder::addOrderBy] => Array
                (
                    [ct] => 3
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 3944
                    [pmu] => 3320
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::findLastActive==>Doctrine\ORM\QueryBuilder::setParameter] => Array
                (
                    [ct] => 9
                    [wt] => 327
                    [cpu] => 567
                    [mu] => 2016
                    [pmu] => 8864
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::findLastActive==>GameDev\Platform\Entity\Catalog\Game::getId] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::findLastActive==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getModeCode] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::findLastActive==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getBalance] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::findLastActive==>GameDev\Platform\Model\Shared\Session\Player\PlayerBalance::getCurrency] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 48
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::findLastActive==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getAggregator] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::findLastActive==>GameDev\Platform\Entity\Catalog\System::getId] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 32
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::findLastActive==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getAggregatorUserId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::findLastActive==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getUserId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::findLastActive==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getWindowId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::findLastActive==>Doctrine\ORM\QueryBuilder::setMaxResults] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\Expr\Composite::__toString@1==>Doctrine\ORM\Query\Expr\Composite::processQueryPart@1] => Array
                (
                    [ct] => 2
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 2176
                    [pmu] => 1976
                )

            [Doctrine\ORM\Query\Expr\Composite::__toString@2==>Doctrine\ORM\Query\Expr\Composite::processQueryPart@2] => Array
                (
                    [ct] => 2
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 712
                    [pmu] => 480
                )

            [Doctrine\ORM\Query\Expr\Composite::processQueryPart@1==>Doctrine\ORM\Query\Expr\Composite::__toString@2] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 1688
                    [pmu] => 1432
                )

            [Doctrine\ORM\Query\Expr\Composite::processQueryPart==>Doctrine\ORM\Query\Expr\Composite::__toString@1] => Array
                (
                    [ct] => 1
                    [wt] => 35
                    [cpu] => 0
                    [mu] => 3088
                    [pmu] => 2832
                )

            [Doctrine\ORM\Query\Expr\OrderBy::__toString==>implode@1] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 128
                )

            [implode==>Doctrine\ORM\Query\Expr\OrderBy::__toString] => Array
                (
                    [ct] => 3
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1168
                    [pmu] => 744
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::findLastActive==>Doctrine\ORM\QueryBuilder::getQuery] => Array
                (
                    [ct] => 1
                    [wt] => 146
                    [cpu] => 0
                    [mu] => 5536
                    [pmu] => 5016
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::gatherRowData==>Doctrine\DBAL\Types\BigIntType::convertToPHPValue] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::gatherRowData==>Doctrine\DBAL\Types\SmallIntType::convertToPHPValue] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::findLastActive==>Doctrine\ORM\AbstractQuery::getOneOrNullResult] => Array
                (
                    [ct] => 1
                    [wt] => 3974
                    [cpu] => 837
                    [mu] => 39432
                    [pmu] => 77200
                )

            [GameDev\Platform\Repository\SessionShared\GameSessionRepository::findLastActive==>GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::findLastActive] => Array
                (
                    [ct] => 1
                    [wt] => 4717
                    [cpu] => 1404
                    [mu] => 48288
                    [pmu] => 108976
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateService::doInitState==>GameDev\Platform\Repository\SessionShared\GameSessionRepository::findLastActive] => Array
                (
                    [ct] => 1
                    [wt] => 4729
                    [cpu] => 1404
                    [mu] => 51200
                    [pmu] => 111288
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateService::doInitState==>GameDev\PlatformGameApi\DTO\Common\WindowSettings::jsonSerialize] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 3280
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateService::createWindowSettings==>GameDev\Platform\Entity\SessionShared\WindowSettings::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateService::createWindowSettings==>GameDev\Platform\Entity\SessionShared\WindowSettings::setDemo] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateService::createWindowSettings==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getWindowId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateService::createWindowSettings==>GameDev\Platform\Entity\SessionShared\WindowSettings::setWindowId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateService::createWindowSettings==>GameDev\Platform\Entity\SessionShared\WindowSettings::setDocument] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateService::createWindowSettings==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getUserId] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateService::createWindowSettings==>GameDev\Platform\Entity\SessionShared\WindowSettings::setUserId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateService::createWindowSettings==>GameDev\Platform\Entity\SessionShared\WindowSettings::setAggregator] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateService::doInitState==>GameDev\Platform\Service\Shared\Game\Session\GameStateService::createWindowSettings] => Array
                (
                    [ct] => 1
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 6680
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateService::doInitState==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getMode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Persistence\SessionTransactionManager::beginTransaction==>GameDev\Platform\Model\Shared\Session\Player\PlayerMode::isDemo] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Doctrine\DBAL\Connection::beginTransaction==>Doctrine\DBAL\Connection::_getNestedTransactionSavePointName] => Array
                (
                    [ct] => 3
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 752
                    [pmu] => 0
                )

            [Doctrine\DBAL\Connection::createSavepoint==>Doctrine\DBAL\Connection::getDatabasePlatform] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\DBAL\Connection::createSavepoint==>Doctrine\DBAL\Platforms\AbstractPlatform::supportsSavepoints] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\DBAL\Connection::createSavepoint==>Doctrine\DBAL\Platforms\AbstractPlatform::createSavePoint] => Array
                (
                    [ct] => 3
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 744
                    [pmu] => 0
                )

            [Doctrine\DBAL\Connection::executeStatement==>Doctrine\DBAL\Connection::connect] => Array
                (
                    [ct] => 7
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\DBAL\Driver\Mysqli\Connection::exec==>mysqli::query] => Array
                (
                    [ct] => 6
                    [wt] => 4134
                    [cpu] => 2245
                    [mu] => 520
                    [pmu] => 0
                )

            [Doctrine\DBAL\Connection::executeStatement==>Doctrine\DBAL\Driver\Mysqli\Connection::exec] => Array
                (
                    [ct] => 6
                    [wt] => 4167
                    [cpu] => 2245
                    [mu] => 1184
                    [pmu] => 40
                )

            [Doctrine\DBAL\Connection::createSavepoint==>Doctrine\DBAL\Connection::executeStatement] => Array
                (
                    [ct] => 3
                    [wt] => 2089
                    [cpu] => 1591
                    [mu] => 2480
                    [pmu] => 64
                )

            [Doctrine\DBAL\Connection::beginTransaction==>Doctrine\DBAL\Connection::createSavepoint] => Array
                (
                    [ct] => 3
                    [wt] => 2135
                    [cpu] => 1591
                    [mu] => 5152
                    [pmu] => 64
                )

            [GameDev\Platform\Persistence\SessionTransactionManager::beginTransaction==>GameDev\Platform\Persistence\DoctrineTransactionManager::beginTransaction] => Array
                (
                    [ct] => 1
                    [wt] => 729
                    [cpu] => 788
                    [mu] => 6624
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateService::doInitState==>GameDev\Platform\Persistence\SessionTransactionManager::beginTransaction] => Array
                (
                    [ct] => 1
                    [wt] => 736
                    [cpu] => 788
                    [mu] => 8080
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionShared\GameSession::hasProtocolVersion==>strlen] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateService::doInitState==>GameDev\Platform\Entity\SessionShared\GameSession::hasProtocolVersion] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1312
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateService::doInitState==>GameDev\Platform\Entity\SessionShared\GameSession::getDenomination] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateService::doInitState==>GameDev\Platform\Entity\SessionShared\WindowSettings::setDenomination] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateService::restoreGameSession==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getUserId] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateService::restoreGameSession==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getWindowId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Webmozart\Assert\Assert::numeric==>is_numeric] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionShared\GameSession::duplicate==>Webmozart\Assert\Assert::numeric] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1216
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionShared\GameSession::duplicate==>GameDev\Platform\Entity\SessionShared\GameSession::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionShared\GameSession::duplicate==>GameDev\Platform\Entity\SessionShared\GameSession::getGameId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionShared\GameSession::duplicate==>GameDev\Platform\Entity\SessionShared\GameSession::setGameId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionShared\GameSession::duplicate==>GameDev\Platform\Entity\SessionShared\GameSession::getRoundId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionShared\GameSession::duplicate==>GameDev\Platform\Entity\SessionShared\GameSession::setRoundId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionShared\GameSession::duplicate==>GameDev\Platform\Entity\SessionShared\GameSession::getAggregatorId] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionShared\GameSession::duplicate==>GameDev\Platform\Entity\SessionShared\GameSession::setAggregatorId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionShared\GameSession::duplicate==>GameDev\Platform\Entity\SessionShared\GameSession::getDocument] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionShared\GameSession::duplicate==>GameDev\Platform\Entity\SessionShared\GameSession::setDocument] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionShared\GameSession::duplicate==>GameDev\Platform\Entity\SessionShared\GameSession::getMode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionShared\GameSession::duplicate==>GameDev\Platform\Entity\SessionShared\GameSession::setMode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionShared\GameSession::duplicate==>GameDev\Platform\Entity\SessionShared\GameSession::getCurrency] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionShared\GameSession::duplicate==>GameDev\Platform\Entity\SessionShared\GameSession::setCurrency] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionShared\GameSession::duplicate==>GameDev\Platform\Entity\SessionShared\GameSession::getAggregatorUserId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionShared\GameSession::duplicate==>GameDev\Platform\Entity\SessionShared\GameSession::setAggregatorUserId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionShared\GameSession::duplicate==>GameDev\Platform\Entity\SessionShared\GameSession::getDenomination] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionShared\GameSession::duplicate==>GameDev\Platform\Entity\SessionShared\GameSession::setDenomination] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionShared\GameSession::duplicate==>GameDev\Platform\Entity\SessionShared\GameSession::setWindowId] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionShared\GameSession::duplicate==>GameDev\Platform\Entity\SessionShared\GameSession::setSessionId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateService::restoreGameSession==>GameDev\Platform\Entity\SessionShared\GameSession::duplicate] => Array
                (
                    [ct] => 1
                    [wt] => 50
                    [cpu] => 0
                    [mu] => 15488
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionShared\GameSessionRepository::expire==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getMode] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionShared\GameSessionRepository::expire==>GameDev\Platform\Repository\SessionShared\GameSessionRepository::getRepository] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::expire==>Doctrine\ORM\EntityRepository::getEntityManager] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::expire==>Doctrine\ORM\EntityManager::createQuery] => Array
                (
                    [ct] => 1
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 1136
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::expire==>GameDev\Platform\Entity\SessionShared\GameSession::getSessionId] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Doctrine\ORM\AbstractQuery::getParameter==>Doctrine\ORM\Query\Parameter::normalizeName] => Array
                (
                    [ct] => 7
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\ORM\AbstractQuery::getParameter==>Doctrine\Common\Collections\ArrayCollection::filter] => Array
                (
                    [ct] => 7
                    [wt] => 97
                    [cpu] => 0
                    [mu] => 2688
                    [pmu] => 0
                )

            [Doctrine\ORM\AbstractQuery::getParameter==>Doctrine\Common\Collections\ArrayCollection::isEmpty] => Array
                (
                    [ct] => 7
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\AbstractQuery::setParameter==>Doctrine\ORM\AbstractQuery::getParameter] => Array
                (
                    [ct] => 7
                    [wt] => 141
                    [cpu] => 0
                    [mu] => 4648
                    [pmu] => 0
                )

            [Doctrine\ORM\AbstractQuery::setParameter==>Doctrine\ORM\Query\Parameter::__construct] => Array
                (
                    [ct] => 7
                    [wt] => 43
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\ORM\AbstractQuery::setParameter==>Doctrine\Common\Collections\ArrayCollection::add] => Array
                (
                    [ct] => 7
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 816
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::expire==>Doctrine\ORM\AbstractQuery::setParameter] => Array
                (
                    [ct] => 7
                    [wt] => 215
                    [cpu] => 0
                    [mu] => 6928
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::expire==>GameDev\Platform\Entity\SessionShared\GameSession::getAggregatorId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Doctrine\ORM\AbstractQuery::{closure:Doctrine\ORM\AbstractQuery::getParameter():289}==>Doctrine\ORM\Query\Parameter::getName] => Array
                (
                    [ct] => 21
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [array_filter==>Doctrine\ORM\AbstractQuery::{closure:Doctrine\ORM\AbstractQuery::getParameter():289}] => Array
                (
                    [ct] => 21
                    [wt] => 38
                    [cpu] => 0
                    [mu] => 1296
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::expire==>GameDev\Platform\Entity\SessionShared\GameSession::getAggregatorUserId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::expire==>GameDev\Platform\Entity\SessionShared\GameSession::getMode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::expire==>GameDev\Platform\Entity\SessionShared\GameSession::getWindowId] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::expire==>GameDev\Platform\Entity\SessionShared\GameSession::getGameId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::expire==>GameDev\Platform\Entity\SessionShared\GameSession::getCurrency] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\ParserResult::prepareSqlExecutor==>Doctrine\ORM\Query\Exec\PreparedExecutorFinalizer::createExecutor] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\DBAL\Connection::executeStatement==>Doctrine\DBAL\Connection::expandArrayParameters] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1032
                    [pmu] => 0
                )

            [Doctrine\DBAL\Connection::executeStatement==>Doctrine\DBAL\Driver\Mysqli\Connection::prepare] => Array
                (
                    [ct] => 1
                    [wt] => 750
                    [cpu] => 653
                    [mu] => 6352
                    [pmu] => 9440
                )

            [Doctrine\DBAL\Connection::executeStatement==>Doctrine\DBAL\Connection::bindParameters] => Array
                (
                    [ct] => 1
                    [wt] => 93
                    [cpu] => 0
                    [mu] => 1024
                    [pmu] => 0
                )

            [Doctrine\DBAL\Connection::executeStatement==>Doctrine\DBAL\Driver\Mysqli\Statement::execute] => Array
                (
                    [ct] => 1
                    [wt] => 999
                    [cpu] => 166
                    [mu] => 1176
                    [pmu] => 0
                )

            [Doctrine\DBAL\Connection::executeStatement==>Doctrine\DBAL\Driver\Mysqli\Result::rowCount] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\Exec\SingleTableDeleteUpdateExecutor::execute==>Doctrine\DBAL\Connection::executeStatement] => Array
                (
                    [ct] => 1
                    [wt] => 1861
                    [cpu] => 819
                    [mu] => 10808
                    [pmu] => 9440
                )

            [Doctrine\ORM\Query::_doExecute==>Doctrine\ORM\Query\Exec\SingleTableDeleteUpdateExecutor::execute] => Array
                (
                    [ct] => 1
                    [wt] => 1874
                    [cpu] => 819
                    [mu] => 4648
                    [pmu] => 9440
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::expire==>Doctrine\ORM\AbstractQuery::execute] => Array
                (
                    [ct] => 1
                    [wt] => 2129
                    [cpu] => 819
                    [mu] => 14240
                    [pmu] => 26792
                )

            [GameDev\Platform\Repository\SessionShared\GameSessionRepository::expire==>GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::expire] => Array
                (
                    [ct] => 1
                    [wt] => 2394
                    [cpu] => 819
                    [mu] => 19312
                    [pmu] => 26792
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateService::restoreGameSession==>GameDev\Platform\Repository\SessionShared\GameSessionRepository::expire] => Array
                (
                    [ct] => 1
                    [wt] => 2409
                    [cpu] => 819
                    [mu] => 21496
                    [pmu] => 26792
                )

            [GameDev\Platform\Repository\SessionShared\GameSessionRepository::save==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getMode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionShared\GameSessionRepository::save==>GameDev\Platform\Repository\SessionShared\GameSessionRepository::getRepository] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::save==>Doctrine\ORM\EntityRepository::getEntityManager] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::persistNew==>spl_object_id] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::persistNew==>Doctrine\ORM\Event\ListenersInvoker::getSubscribedSystems] => Array
                (
                    [ct] => 2
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::persistNew==>Doctrine\Persistence\Event\LifecycleEventArgs::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionShared\GameSession::updateCreated==>DateTime::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 872
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionShared\GameSession::updateCreated==>GameDev\Platform\Entity\SessionShared\GameSession::setCreated] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionShared\GameSession::updateModified==>DateTime::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 872
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionShared\GameSession::updateModified==>GameDev\Platform\Entity\SessionShared\GameSession::setModified] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionShared\GameSession::updateCreated==>GameDev\Platform\Entity\SessionShared\GameSession::updateModified] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 2312
                    [pmu] => 0
                )

            [Doctrine\ORM\Event\ListenersInvoker::invoke==>GameDev\Platform\Entity\SessionShared\GameSession::updateCreated] => Array
                (
                    [ct] => 1
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 4704
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::persistNew==>Doctrine\ORM\Event\ListenersInvoker::invoke] => Array
                (
                    [ct] => 2
                    [wt] => 45
                    [cpu] => 0
                    [mu] => 10168
                    [pmu] => 1368
                )

            [Doctrine\ORM\UnitOfWork::persistNew==>Doctrine\ORM\Id\BigIntegerIdentityGenerator::isPostInsertGenerator] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::scheduleForInsert==>spl_object_id] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::persistNew==>Doctrine\ORM\UnitOfWork::scheduleForInsert] => Array
                (
                    [ct] => 2
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 1968
                    [pmu] => 104
                )

            [Doctrine\ORM\UnitOfWork::doPersist==>Doctrine\ORM\UnitOfWork::persistNew] => Array
                (
                    [ct] => 2
                    [wt] => 112
                    [cpu] => 0
                    [mu] => 15488
                    [pmu] => 1568
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::save==>Doctrine\ORM\EntityManager::persist] => Array
                (
                    [ct] => 1
                    [wt] => 116
                    [cpu] => 0
                    [mu] => 10992
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::computeScheduleInsertsChangeSets==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 2
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 224
                )

            [Doctrine\ORM\UnitOfWork::computeScheduleInsertsChangeSets==>Doctrine\ORM\UnitOfWork::computeChangeSet] => Array
                (
                    [ct] => 2
                    [wt] => 218
                    [cpu] => 0
                    [mu] => 8032
                    [pmu] => 2160
                )

            [Doctrine\ORM\UnitOfWork::assertThatThereAreNoUnintentionallyNonPersistedAssociations==>array_diff_key] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 712
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::commit==>Doctrine\ORM\UnitOfWork::assertThatThereAreNoUnintentionallyNonPersistedAssociations] => Array
                (
                    [ct] => 2
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1408
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::commit==>Doctrine\DBAL\Connection::beginTransaction] => Array
                (
                    [ct] => 2
                    [wt] => 1437
                    [cpu] => 803
                    [mu] => 536
                    [pmu] => 64
                )

            [Doctrine\ORM\Internal\TopologicalSort::addNode==>spl_object_id] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::computeInsertExecutionOrder==>Doctrine\ORM\Internal\TopologicalSort::addNode] => Array
                (
                    [ct] => 2
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 3488
                    [pmu] => 760
                )

            [Doctrine\ORM\UnitOfWork::computeInsertExecutionOrder==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 2
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 224
                )

            [Doctrine\ORM\Internal\TopologicalSort::sort==>array_keys] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1000
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\TopologicalSort::sort==>Doctrine\ORM\Internal\TopologicalSort::visit] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1032
                    [pmu] => 104
                )

            [Doctrine\ORM\UnitOfWork::computeInsertExecutionOrder==>Doctrine\ORM\Internal\TopologicalSort::sort] => Array
                (
                    [ct] => 2
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 2328
                    [pmu] => 544
                )

            [Doctrine\ORM\UnitOfWork::executeInserts==>Doctrine\ORM\UnitOfWork::computeInsertExecutionOrder] => Array
                (
                    [ct] => 2
                    [wt] => 68
                    [cpu] => 0
                    [mu] => 7432
                    [pmu] => 2368
                )

            [Doctrine\ORM\Internal\UnitOfWork\InsertBatch::batchByEntityType==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 2
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\UnitOfWork\InsertBatch::batchByEntityType==>Doctrine\ORM\Internal\UnitOfWork\InsertBatch::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\UnitOfWork::executeInserts==>Doctrine\ORM\Internal\UnitOfWork\InsertBatch::batchByEntityType] => Array
                (
                    [ct] => 2
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 3048
                    [pmu] => 1312
                )

            [Doctrine\ORM\UnitOfWork::executeInserts==>Doctrine\ORM\Event\ListenersInvoker::getSubscribedSystems] => Array
                (
                    [ct] => 2
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\UnitOfWork::executeInserts==>Doctrine\ORM\UnitOfWork::getEntityPersister] => Array
                (
                    [ct] => 2
                    [wt] => 92
                    [cpu] => 0
                    [mu] => 3688
                    [pmu] => 2520
                )

            [Doctrine\ORM\UnitOfWork::executeInserts==>spl_object_id] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 472
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::addInsert==>spl_object_id] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\UnitOfWork::executeInserts==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::addInsert] => Array
                (
                    [ct] => 2
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 2032
                    [pmu] => 1400
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::executeInserts==>Doctrine\ORM\EntityManager::getUnitOfWork] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::executeInserts==>Doctrine\ORM\Id\BigIntegerIdentityGenerator::isPostInsertGenerator] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getInsertColumnList==>Doctrine\ORM\Mapping\ClassMetadata::isIdGeneratorIdentity] => Array
                (
                    [ct] => 23
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getInsertColumnList==>Doctrine\ORM\Mapping\DefaultQuoteStrategy::getColumnName] => Array
                (
                    [ct] => 21
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getInsertSQL==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getInsertColumnList] => Array
                (
                    [ct] => 2
                    [wt] => 116
                    [cpu] => 0
                    [mu] => 3720
                    [pmu] => 3560
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getInsertSQL==>Doctrine\ORM\Mapping\DefaultQuoteStrategy::getTableName] => Array
                (
                    [ct] => 2
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getInsertSQL==>array_unique] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1176
                    [pmu] => 1008
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getInsertSQL==>Doctrine\DBAL\Types\Type::getType] => Array
                (
                    [ct] => 21
                    [wt] => 92
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 528
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getInsertSQL==>Doctrine\DBAL\Types\Type::convertToDatabaseValueSQL] => Array
                (
                    [ct] => 21
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getInsertSQL==>implode] => Array
                (
                    [ct] => 4
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1000
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::executeInserts==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getInsertSQL] => Array
                (
                    [ct] => 2
                    [wt] => 331
                    [cpu] => 0
                    [mu] => 8072
                    [pmu] => 8088
                )

            [Doctrine\DBAL\Connection::prepare==>Doctrine\DBAL\Connection::connect] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Doctrine\DBAL\Connection::prepare==>Doctrine\DBAL\Driver\Mysqli\Connection::prepare] => Array
                (
                    [ct] => 2
                    [wt] => 1497
                    [cpu] => 706
                    [mu] => 12256
                    [pmu] => 42240
                )

            [Doctrine\DBAL\Statement::__construct==>Doctrine\DBAL\Connection::getDatabasePlatform] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\DBAL\Connection::prepare==>Doctrine\DBAL\Statement::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::executeInserts==>Doctrine\DBAL\Connection::prepare] => Array
                (
                    [ct] => 2
                    [wt] => 1527
                    [cpu] => 706
                    [mu] => 15168
                    [pmu] => 42904
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::executeInserts==>Doctrine\ORM\Mapping\ClassMetadata::getTableName] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::prepareUpdateData==>Doctrine\ORM\EntityManager::getUnitOfWork] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::getEntityChangeSet==>spl_object_id] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::prepareUpdateData==>Doctrine\ORM\UnitOfWork::getEntityChangeSet] => Array
                (
                    [ct] => 2
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getOwningTable==>Doctrine\ORM\Mapping\ClassMetadata::getTableName] => Array
                (
                    [ct] => 21
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::prepareUpdateData==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getOwningTable] => Array
                (
                    [ct] => 21
                    [wt] => 54
                    [cpu] => 0
                    [mu] => 1360
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::prepareInsertData==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::prepareUpdateData] => Array
                (
                    [ct] => 2
                    [wt] => 124
                    [cpu] => 0
                    [mu] => 6960
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::executeInserts==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::prepareInsertData] => Array
                (
                    [ct] => 2
                    [wt] => 130
                    [cpu] => 0
                    [mu] => 7688
                    [pmu] => 0
                )

            [Doctrine\DBAL\Statement::bindValue==>Doctrine\DBAL\Types\Type::getType] => Array
                (
                    [ct] => 21
                    [wt] => 93
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 160
                )

            [Doctrine\DBAL\Statement::bindValue==>Doctrine\DBAL\Types\BooleanType::convertToDatabaseValue] => Array
                (
                    [ct] => 4
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 144
                )

            [Doctrine\DBAL\Statement::bindValue==>Doctrine\DBAL\Types\BooleanType::getBindingType] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\DBAL\Statement::bindValue==>Doctrine\DBAL\Driver\Mysqli\Statement::bindValue] => Array
                (
                    [ct] => 21
                    [wt] => 111
                    [cpu] => 375
                    [mu] => 1848
                    [pmu] => 728
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::executeInserts==>Doctrine\DBAL\Statement::bindValue] => Array
                (
                    [ct] => 21
                    [wt] => 495
                    [cpu] => 375
                    [mu] => 16432
                    [pmu] => 8688
                )

            [Doctrine\DBAL\Statement::bindValue==>Doctrine\DBAL\Types\Type::convertToDatabaseValue] => Array
                (
                    [ct] => 11
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\DBAL\Statement::bindValue==>Doctrine\DBAL\Types\Type::getBindingType] => Array
                (
                    [ct] => 12
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\DBAL\Statement::bindValue==>Doctrine\DBAL\Types\SmallIntType::getBindingType] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 264
                )

            [Doctrine\DBAL\Statement::bindValue==>Doctrine\DBAL\Types\IntegerType::getBindingType] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 264
                )

            [Doctrine\DBAL\Types\JsonType::convertToDatabaseValue==>json_encode] => Array
                (
                    [ct] => 2
                    [wt] => 42
                    [cpu] => 0
                    [mu] => 4408
                    [pmu] => 3776
                )

            [Doctrine\DBAL\Statement::bindValue==>Doctrine\DBAL\Types\JsonType::convertToDatabaseValue] => Array
                (
                    [ct] => 2
                    [wt] => 65
                    [cpu] => 0
                    [mu] => 5072
                    [pmu] => 3776
                )

            [Doctrine\DBAL\Types\DateTimeType::convertToDatabaseValue==>Doctrine\DBAL\Platforms\AbstractPlatform::getDateTimeFormatString] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\DBAL\Types\DateTimeType::convertToDatabaseValue==>DateTime::format] => Array
                (
                    [ct] => 4
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 1608
                    [pmu] => 584
                )

            [Doctrine\DBAL\Statement::bindValue==>Doctrine\DBAL\Types\DateTimeType::convertToDatabaseValue] => Array
                (
                    [ct] => 4
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 2968
                    [pmu] => 1944
                )

            [Doctrine\DBAL\Statement::execute==>Doctrine\DBAL\Driver\Mysqli\Statement::execute] => Array
                (
                    [ct] => 2
                    [wt] => 1782
                    [cpu] => 495
                    [mu] => 2056
                    [pmu] => 1368
                )

            [Doctrine\DBAL\Statement::execute==>Doctrine\DBAL\Result::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Doctrine\DBAL\Statement::executeStatement==>Doctrine\DBAL\Statement::execute] => Array
                (
                    [ct] => 2
                    [wt] => 1797
                    [cpu] => 495
                    [mu] => 3496
                    [pmu] => 2488
                )

            [Doctrine\DBAL\Result::rowCount==>Doctrine\DBAL\Driver\Mysqli\Result::rowCount] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\DBAL\Statement::executeStatement==>Doctrine\DBAL\Result::rowCount] => Array
                (
                    [ct] => 2
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 976
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::executeInserts==>Doctrine\DBAL\Statement::executeStatement] => Array
                (
                    [ct] => 2
                    [wt] => 1823
                    [cpu] => 495
                    [mu] => 5104
                    [pmu] => 4224
                )

            [Doctrine\ORM\Id\BigIntegerIdentityGenerator::generateId==>Doctrine\ORM\EntityManager::getConnection] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\DBAL\Connection::lastInsertId==>Doctrine\DBAL\Connection::connect] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\DBAL\Connection::lastInsertId==>Doctrine\DBAL\Driver\Mysqli\Connection::lastInsertId] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\Id\BigIntegerIdentityGenerator::generateId==>Doctrine\DBAL\Connection::lastInsertId] => Array
                (
                    [ct] => 2
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 1912
                    [pmu] => 1656
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::executeInserts==>Doctrine\ORM\Id\BigIntegerIdentityGenerator::generateId] => Array
                (
                    [ct] => 2
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 3352
                    [pmu] => 3056
                )

            [Doctrine\ORM\UnitOfWork::assignPostInsertId==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 2
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\UnitOfWork::assignPostInsertId==>Doctrine\ORM\Mapping\ClassMetadata::getSingleIdentifierFieldName] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\UnitOfWork::convertSingleFieldIdentifierToPHPValue==>Doctrine\ORM\EntityManager::getConnection] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\UnitOfWork::convertSingleFieldIdentifierToPHPValue==>Doctrine\ORM\Mapping\ClassMetadata::getSingleIdentifierFieldName] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\UnitOfWork::convertSingleFieldIdentifierToPHPValue==>Doctrine\ORM\Mapping\ClassMetadata::getTypeOfField] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\DBAL\Connection::convertToPHPValue==>Doctrine\DBAL\Types\Type::getType] => Array
                (
                    [ct] => 2
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\DBAL\Connection::convertToPHPValue==>Doctrine\DBAL\Connection::getDatabasePlatform] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\DBAL\Connection::convertToPHPValue==>Doctrine\DBAL\Types\BigIntType::convertToPHPValue] => Array
                (
                    [ct] => 2
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\UnitOfWork::convertSingleFieldIdentifierToPHPValue==>Doctrine\DBAL\Connection::convertToPHPValue] => Array
                (
                    [ct] => 2
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 2608
                    [pmu] => 2352
                )

            [Doctrine\ORM\UnitOfWork::assignPostInsertId==>Doctrine\ORM\UnitOfWork::convertSingleFieldIdentifierToPHPValue] => Array
                (
                    [ct] => 2
                    [wt] => 59
                    [cpu] => 0
                    [mu] => 5392
                    [pmu] => 5136
                )

            [Doctrine\ORM\UnitOfWork::assignPostInsertId==>spl_object_id] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 472
                )

            [Doctrine\ORM\UnitOfWork::assignPostInsertId==>Doctrine\ORM\Mapping\PropertyAccessors\RawValuePropertyAccessor::setValue] => Array
                (
                    [ct] => 2
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 712
                    [pmu] => 416
                )

            [Doctrine\ORM\UnitOfWork::assignPostInsertId==>Doctrine\ORM\UnitOfWork::addToIdentityMap] => Array
                (
                    [ct] => 2
                    [wt] => 47
                    [cpu] => 0
                    [mu] => 1040
                    [pmu] => 368
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::executeInserts==>Doctrine\ORM\UnitOfWork::assignPostInsertId] => Array
                (
                    [ct] => 2
                    [wt] => 173
                    [cpu] => 0
                    [mu] => 10632
                    [pmu] => 9584
                )

            [Doctrine\ORM\UnitOfWork::executeInserts==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::executeInserts] => Array
                (
                    [ct] => 2
                    [wt] => 4600
                    [cpu] => 1576
                    [mu] => 69984
                    [pmu] => 79872
                )

            [Doctrine\ORM\UnitOfWork::commit==>Doctrine\ORM\UnitOfWork::executeInserts] => Array
                (
                    [ct] => 2
                    [wt] => 4900
                    [cpu] => 1576
                    [mu] => 61768
                    [pmu] => 89824
                )

            [Doctrine\DBAL\Connection::commit==>Doctrine\DBAL\Connection::connect] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Doctrine\DBAL\Connection::commit==>Doctrine\DBAL\Connection::_getNestedTransactionSavePointName] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 720
                    [pmu] => 0
                )

            [Doctrine\DBAL\Connection::releaseSavepoint==>Doctrine\DBAL\Connection::getDatabasePlatform] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\DBAL\Connection::releaseSavepoint==>Doctrine\DBAL\Platforms\AbstractPlatform::supportsSavepoints] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\DBAL\Platforms\AbstractPlatform::supportsReleaseSavepoints==>Doctrine\DBAL\Platforms\AbstractPlatform::supportsSavepoints] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\DBAL\Connection::releaseSavepoint==>Doctrine\DBAL\Platforms\AbstractPlatform::supportsReleaseSavepoints] => Array
                (
                    [ct] => 3
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [Doctrine\DBAL\Connection::releaseSavepoint==>Doctrine\DBAL\Platforms\AbstractPlatform::releaseSavePoint] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 768
                    [pmu] => 0
                )

            [Doctrine\DBAL\Connection::releaseSavepoint==>Doctrine\DBAL\Connection::executeStatement] => Array
                (
                    [ct] => 3
                    [wt] => 2109
                    [cpu] => 654
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\DBAL\Connection::commit==>Doctrine\DBAL\Connection::releaseSavepoint] => Array
                (
                    [ct] => 3
                    [wt] => 2159
                    [cpu] => 654
                    [mu] => 4648
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::commit==>Doctrine\DBAL\Connection::commit] => Array
                (
                    [ct] => 2
                    [wt] => 1472
                    [cpu] => 460
                    [mu] => 6576
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::afterTransactionComplete==>Doctrine\ORM\UnitOfWork::performCallbackOnCachedPersister] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::commit==>Doctrine\ORM\UnitOfWork::afterTransactionComplete] => Array
                (
                    [ct] => 2
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 1280
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::save==>Doctrine\ORM\EntityManager::flush] => Array
                (
                    [ct] => 1
                    [wt] => 4358
                    [cpu] => 1624
                    [mu] => 69584
                    [pmu] => 65688
                )

            [GameDev\Platform\Repository\SessionShared\GameSessionRepository::save==>GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::save] => Array
                (
                    [ct] => 1
                    [wt] => 4483
                    [cpu] => 1624
                    [mu] => 82064
                    [pmu] => 65688
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateService::restoreGameSession==>GameDev\Platform\Repository\SessionShared\GameSessionRepository::save] => Array
                (
                    [ct] => 1
                    [wt] => 4494
                    [cpu] => 1624
                    [mu] => 84248
                    [pmu] => 65688
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateService::doInitState==>GameDev\Platform\Service\Shared\Game\Session\GameStateService::restoreGameSession] => Array
                (
                    [ct] => 1
                    [wt] => 6966
                    [cpu] => 2443
                    [mu] => 123544
                    [pmu] => 92480
                )

            [GameDev\Platform\Repository\SessionShared\WindowSettingsRepository::save==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getMode] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionShared\WindowSettingsRepository::getRepository==>GameDev\Platform\Model\Shared\Session\Player\PlayerMode::isDemo] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionShared\WindowSettingsRepository::save==>GameDev\Platform\Repository\SessionShared\WindowSettingsRepository::getRepository] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineWindowSettingsRepository::save==>Doctrine\ORM\EntityRepository::getEntityManager] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionShared\WindowSettings::updateCreated==>DateTime::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 872
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionShared\WindowSettings::updateCreated==>GameDev\Platform\Entity\SessionShared\WindowSettings::setCreated] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionShared\WindowSettings::updateModified==>DateTime::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 872
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionShared\WindowSettings::updateModified==>GameDev\Platform\Entity\SessionShared\WindowSettings::setModified] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 72
                )

            [GameDev\Platform\Entity\SessionShared\WindowSettings::updateCreated==>GameDev\Platform\Entity\SessionShared\WindowSettings::updateModified] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 2376
                    [pmu] => 704
                )

            [Doctrine\ORM\Event\ListenersInvoker::invoke==>GameDev\Platform\Entity\SessionShared\WindowSettings::updateCreated] => Array
                (
                    [ct] => 1
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 4752
                    [pmu] => 1304
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineWindowSettingsRepository::save==>Doctrine\ORM\EntityManager::persist] => Array
                (
                    [ct] => 1
                    [wt] => 114
                    [cpu] => 0
                    [mu] => 5824
                    [pmu] => 2128
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineWindowSettingsRepository::save==>Doctrine\ORM\EntityManager::flush] => Array
                (
                    [ct] => 1
                    [wt] => 3846
                    [cpu] => 1215
                    [mu] => 4048
                    [pmu] => 26992
                )

            [GameDev\Platform\Repository\SessionShared\WindowSettingsRepository::save==>GameDev\Platform\Repository\SessionDefault\DoctrineWindowSettingsRepository::save] => Array
                (
                    [ct] => 1
                    [wt] => 3973
                    [cpu] => 1215
                    [mu] => 11360
                    [pmu] => 29120
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateService::doInitState==>GameDev\Platform\Repository\SessionShared\WindowSettingsRepository::save] => Array
                (
                    [ct] => 1
                    [wt] => 3993
                    [cpu] => 1215
                    [mu] => 14272
                    [pmu] => 29120
                )

            [GameDev\Platform\Persistence\DoctrineTransactionManager::commit==>Doctrine\ORM\EntityManager::flush] => Array
                (
                    [ct] => 2
                    [wt] => 145
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\EntityManager::commit==>Doctrine\DBAL\Connection::commit] => Array
                (
                    [ct] => 2
                    [wt] => 1519
                    [cpu] => 407
                    [mu] => 1848
                    [pmu] => 0
                )

            [GameDev\Platform\Persistence\DoctrineTransactionManager::commit==>Doctrine\ORM\EntityManager::commit] => Array
                (
                    [ct] => 2
                    [wt] => 1527
                    [cpu] => 407
                    [mu] => 2512
                    [pmu] => 0
                )

            [GameDev\Platform\Persistence\SessionTransactionManager::commit==>GameDev\Platform\Persistence\DoctrineTransactionManager::commit] => Array
                (
                    [ct] => 1
                    [wt] => 813
                    [cpu] => 194
                    [mu] => 2592
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateService::doInitState==>GameDev\Platform\Persistence\SessionTransactionManager::commit] => Array
                (
                    [ct] => 1
                    [wt] => 817
                    [cpu] => 194
                    [mu] => 3320
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateService::initState==>GameDev\Platform\Service\Shared\Game\Session\GameStateService::doInitState] => Array
                (
                    [ct] => 1
                    [wt] => 17313
                    [cpu] => 6044
                    [mu] => 215048
                    [pmu] => 233000
                )

            [GameDev\Platform\Repository\SessionShared\RedisGameStateLockRepository::delete==>GameDev\Platform\Repository\SessionShared\RedisGameStateLockRepository::getKey] => Array
                (
                    [ct] => 1
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 952
                    [pmu] => 0
                )

            [Predis\Command\Redis\DEL::setArguments==>Predis\Command\Command::normalizeArguments] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Predis\Command\Redis\DEL::setArguments==>Predis\Command\Command::setArguments] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Predis\Command\Factory::create==>Predis\Command\Redis\DEL::setArguments] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 1864
                    [pmu] => 0
                )

            [Predis\Connection\StreamConnection::writeRequest==>Predis\Command\Redis\DEL::getId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionShared\RedisGameStateLockRepository::delete==>Predis\Client::__call] => Array
                (
                    [ct] => 1
                    [wt] => 878
                    [cpu] => 196
                    [mu] => 3584
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionShared\RedisGameStateLockRepository::delete==>Monolog\Logger::debug] => Array
                (
                    [ct] => 1
                    [wt] => 66
                    [cpu] => 0
                    [mu] => 1112
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateLocker::unlockState==>GameDev\Platform\Repository\SessionShared\RedisGameStateLockRepository::delete] => Array
                (
                    [ct] => 1
                    [wt] => 982
                    [cpu] => 196
                    [mu] => 6752
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateService::initState==>GameDev\Platform\Service\Shared\Game\Session\GameStateLocker::unlockState] => Array
                (
                    [ct] => 1
                    [wt] => 987
                    [cpu] => 196
                    [mu] => 7480
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__invoke==>GameDev\Platform\Service\Shared\Game\Session\GameStateService::initState] => Array
                (
                    [ct] => 1
                    [wt] => 20344
                    [cpu] => 6927
                    [mu] => 244232
                    [pmu] => 253432
                )

            [Doctrine\DBAL\Driver\Mysqli\Connection::commit==>mysqli::commit] => Array
                (
                    [ct] => 1
                    [wt] => 785
                    [cpu] => 213
                    [mu] => 568
                    [pmu] => 0
                )

            [Doctrine\DBAL\Connection::commit==>Doctrine\DBAL\Driver\Mysqli\Connection::commit] => Array
                (
                    [ct] => 1
                    [wt] => 793
                    [cpu] => 213
                    [mu] => 1216
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__invoke==>GameDev\Platform\Persistence\DoctrineTransactionManager::commit] => Array
                (
                    [ct] => 1
                    [wt] => 872
                    [cpu] => 213
                    [mu] => 1912
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__invoke==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getBalance] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\RedisPlayerBalanceRepository::save==>GameDev\Platform\Model\Shared\Session\Player\PlayerBalance::getUserId] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\RedisPlayerBalanceRepository::save==>sprintf] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 904
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\RedisPlayerBalanceRepository::save==>GameDev\Platform\Model\Shared\Session\Player\PlayerBalance::getAmount] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\RedisPlayerBalanceRepository::save==>GameDev\Platform\Model\Shared\Session\Player\PlayerBalance::getCurrency] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\RedisPlayerBalanceRepository::save==>json_encode] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 712
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\RedisPlayerBalanceRepository::save==>Predis\Client::__call] => Array
                (
                    [ct] => 1
                    [wt] => 3122
                    [cpu] => 636
                    [mu] => 10712
                    [pmu] => 8384
                )

            [GameDev\Platform\Service\Aggregator\Player\AggregatorPlayerService::saveBalance==>GameDev\Platform\Repository\SessionDefault\RedisPlayerBalanceRepository::save] => Array
                (
                    [ct] => 1
                    [wt] => 3154
                    [cpu] => 636
                    [mu] => 15368
                    [pmu] => 8384
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__invoke==>GameDev\Platform\Service\Aggregator\Player\AggregatorPlayerService::saveBalance] => Array
                (
                    [ct] => 1
                    [wt] => 3169
                    [cpu] => 636
                    [mu] => 15664
                    [pmu] => 8384
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__invoke==>GameDev\Platform\Event\Aggregator\GameLaunchEvent::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameLaunchEventSubscriberService==>dirname] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameLinkAnalyticLoggerService==>dirname] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDataStreamGameLinkAnalyticRepositoryService==>dirname] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 760
                    [pmu] => 440
                )

            [GameDev\Platform\Repository\Analytic\DataStreamGameLinkAnalyticRepository::__construct==>Shared\DataStreamBundle\DataStreamRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDataStreamGameLinkAnalyticRepositoryService==>GameDev\Platform\Repository\Analytic\DataStreamGameLinkAnalyticRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1424
                    [pmu] => 1168
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameLinkAnalyticLoggerService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDataStreamGameLinkAnalyticRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 2992
                    [pmu] => 2736
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameLinkAnalyticLoggerService==>GameDev\Platform\Service\Shared\Log\GameLinkAnalyticLogger::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameLaunchEventSubscriberService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameLinkAnalyticLoggerService] => Array
                (
                    [ct] => 1
                    [wt] => 40
                    [cpu] => 0
                    [mu] => 5240
                    [pmu] => 4984
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameLaunchEventSubscriberService==>GameDev\Platform\EventSubscriber\Aggregator\GameLaunchEventSubscriber::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2370}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameLaunchEventSubscriberService] => Array
                (
                    [ct] => 1
                    [wt] => 63
                    [cpu] => 0
                    [mu] => 7616
                    [pmu] => 7360
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2370}] => Array
                (
                    [ct] => 1
                    [wt] => 71
                    [cpu] => 0
                    [mu] => 8472
                    [pmu] => 8216
                )

            [Symfony\Component\DependencyInjection\ParameterBag\ContainerBag::has==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::hasParameter] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\EventSubscriber\Aggregator\GameLaunchEventSubscriber::isGameAnalyticCollectingEnabled==>Symfony\Component\DependencyInjection\ParameterBag\ContainerBag::has] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1424
                    [pmu] => 1136
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@1==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getParameter@1] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDynamicParameter==>Symfony\Component\DependencyInjection\Container::getEnv] => Array
                (
                    [ct] => 1
                    [wt] => 194
                    [cpu] => 0
                    [mu] => 1600
                    [pmu] => 16776
                )

            [Symfony\Component\DependencyInjection\ParameterBag\ContainerBag::get==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getParameter] => Array
                (
                    [ct] => 1
                    [wt] => 204
                    [cpu] => 0
                    [mu] => 2168
                    [pmu] => 16968
                )

            [GameDev\Platform\EventSubscriber\Aggregator\GameLaunchEventSubscriber::isGameAnalyticCollectingEnabled==>Symfony\Component\DependencyInjection\ParameterBag\ContainerBag::get] => Array
                (
                    [ct] => 1
                    [wt] => 208
                    [cpu] => 0
                    [mu] => 2928
                    [pmu] => 17064
                )

            [GameDev\Platform\EventSubscriber\Aggregator\GameLaunchEventSubscriber::onGameLaunch==>GameDev\Platform\EventSubscriber\Aggregator\GameLaunchEventSubscriber::isGameAnalyticCollectingEnabled] => Array
                (
                    [ct] => 1
                    [wt] => 221
                    [cpu] => 0
                    [mu] => 5176
                    [pmu] => 18520
                )

            [GameDev\Platform\EventSubscriber\Aggregator\GameLaunchEventSubscriber::onGameLaunch==>GameDev\Platform\Event\Aggregator\GameLaunchEvent::getPlayer] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Aggregator\GameLaunchEventSubscriber::onGameLaunch==>GameDev\Platform\Event\Aggregator\GameLaunchEvent::getGame] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Aggregator\GameLaunchEventSubscriber::onGameLaunch==>GameDev\Platform\Event\Aggregator\GameLaunchEvent::getLaunchSettings] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Log\GameLinkAnalyticLogger::validatePlayerIp==>Monolog\Logger::debug] => Array
                (
                    [ct] => 1
                    [wt] => 59
                    [cpu] => 0
                    [mu] => 1112
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Log\GameLinkAnalyticLogger::logGameLaunch==>GameDev\Platform\Service\Shared\Log\GameLinkAnalyticLogger::validatePlayerIp] => Array
                (
                    [ct] => 1
                    [wt] => 63
                    [cpu] => 0
                    [mu] => 1840
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Aggregator\GameLaunchEventSubscriber::onGameLaunch==>GameDev\Platform\Service\Shared\Log\GameLinkAnalyticLogger::logGameLaunch] => Array
                (
                    [ct] => 1
                    [wt] => 68
                    [cpu] => 0
                    [mu] => 2568
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>GameDev\Platform\EventSubscriber\Aggregator\GameLaunchEventSubscriber::onGameLaunch] => Array
                (
                    [ct] => 1
                    [wt] => 309
                    [cpu] => 0
                    [mu] => 10784
                    [pmu] => 18520
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__invoke==>Symfony\Component\EventDispatcher\EventDispatcher::dispatch] => Array
                (
                    [ct] => 1
                    [wt] => 417
                    [cpu] => 0
                    [mu] => 19928
                    [pmu] => 28592
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__invoke==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getUserId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__invoke==>GameDev\Platform\Model\Aggregator\API\Game\LaunchResponse::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\Service\API\Aggregator\Version1\Game\GameAdapter::launchGame==>GameDev\Platform\Service\Aggregator\API\Game\LaunchAction::__invoke] => Array
                (
                    [ct] => 1
                    [wt] => 211020
                    [cpu] => 80573
                    [mu] => 2563320
                    [pmu] => 2536392
                )

            [GameDev\Platform\Legacy\Service\API\Aggregator\Version1\Game::getURL==>GameDev\Platform\Legacy\Service\API\Aggregator\Version1\Game\GameAdapter::launchGame] => Array
                (
                    [ct] => 1
                    [wt] => 214906
                    [cpu] => 88632
                    [mu] => 2716984
                    [pmu] => 2723608
                )

            [GameDev\Platform\Legacy\Service\API\Aggregator\Version1\Game::getURL==>filter_var] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [ReflectionMethod::invoke==>GameDev\Platform\Legacy\Service\API\Aggregator\Version1\Game::getURL] => Array
                (
                    [ct] => 1
                    [wt] => 214934
                    [cpu] => 88632
                    [mu] => 2720888
                    [pmu] => 2726392
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::handleRequest==>ReflectionMethod::invoke] => Array
                (
                    [ct] => 1
                    [wt] => 214937
                    [cpu] => 88632
                    [mu] => 2721584
                    [pmu] => 2726488
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::handleRequest==>GameDev\Platform\Legacy\Service\ResponseBuilder::setData] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\Service\ResponseBuilder::buildResponse==>GameDev\Platform\Legacy\Service\ResponseBuilder::getStatusCode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\Service\ResponseBuilder::buildResponse==>Symfony\Component\HttpFoundation\Response::setStatusCode] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\Service\ResponseBuilder::buildResponse==>GameDev\Platform\Legacy\Service\ResponseBuilder::getHeaders] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\Service\ResponseBuilder::buildResponse==>Symfony\Component\HttpFoundation\ResponseHeaderBag::set] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 928
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\Service\ResponseBuilder\ResponseAggregator::getResponseContent==>GameDev\Platform\Legacy\Service\ResponseBuilder::getException] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\Service\ResponseBuilder\ResponseAggregator::getResponseContent==>GameDev\Platform\Legacy\Service\ResponseBuilder::getData] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 352
                )

            [GameDev\Platform\Helper\Json::encode==>json_encode] => Array
                (
                    [ct] => 7
                    [wt] => 40
                    [cpu] => 0
                    [mu] => 5064
                    [pmu] => 12952
                )

            [GameDev\Platform\Helper\Json::encode==>json_last_error] => Array
                (
                    [ct] => 7
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\Service\ResponseBuilder\ResponseAggregator::getResponseContent==>GameDev\Platform\Helper\Json::encode] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 2376
                    [pmu] => 3840
                )

            [GameDev\Platform\Legacy\Service\ResponseBuilder::buildResponse==>GameDev\Platform\Legacy\Service\ResponseBuilder\ResponseAggregator::getResponseContent] => Array
                (
                    [ct] => 1
                    [wt] => 33
                    [cpu] => 0
                    [mu] => 4936
                    [pmu] => 4856
                )

            [GameDev\Platform\Legacy\Service\ResponseBuilder::buildResponse==>Symfony\Component\HttpFoundation\Response::setContent] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::handleRequest==>GameDev\Platform\Legacy\Service\ResponseBuilder::buildResponse] => Array
                (
                    [ct] => 1
                    [wt] => 75
                    [cpu] => 0
                    [mu] => 9064
                    [pmu] => 4856
                )

            [GameDev\Platform\Legacy\Service\RequestHandler\RootRequestHandler::handleRequest==>GameDev\Platform\Legacy\Service\RequestHandler\API\RestRequestHandler::handleRequest] => Array
                (
                    [ct] => 1
                    [wt] => 220871
                    [cpu] => 88632
                    [mu] => 3261896
                    [pmu] => 3261152
                )

            [GameDev\Platform\Legacy\Controller\IndexController::indexAction==>GameDev\Platform\Legacy\Service\RequestHandler\RootRequestHandler::handleRequest] => Array
                (
                    [ct] => 1
                    [wt] => 221086
                    [cpu] => 88632
                    [mu] => 3273648
                    [pmu] => 3275424
                )

            [Symfony\Component\HttpKernel\HttpKernel::handleRaw==>GameDev\Platform\Legacy\Controller\IndexController::indexAction] => Array
                (
                    [ct] => 1
                    [wt] => 221089
                    [cpu] => 88632
                    [mu] => 3274264
                    [pmu] => 3275536
                )

            [Symfony\Component\HttpKernel\Event\ResponseEvent::__construct==>Symfony\Component\HttpKernel\Event\KernelEvent::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\HttpKernel::filterResponse==>Symfony\Component\HttpKernel\Event\ResponseEvent::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 72
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2461}] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 536
                )

            [GameDev\Utils\Tracer\EventSubscriber\KernelEventsSubscriber::onKernelResponse==>Symfony\Component\HttpKernel\Event\KernelEvent::isMainRequest] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 248
                )

            [GameDev\Utils\Tracer\EventSubscriber\KernelEventsSubscriber::onKernelResponse==>Symfony\Component\HttpKernel\Event\ResponseEvent::getResponse] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Utils\Tracer\Services\TracingService::addResponseDetailsToActiveSpan==>Symfony\Component\HttpFoundation\ResponseHeaderBag::all] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Utils\Tracer\Services\TracingService::addResponseDetailsToActiveSpan==>GameDev\Utils\Tracer\Services\TracingService::prepareHeadersForLog] => Array
                (
                    [ct] => 1
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 1040
                    [pmu] => 784
                )

            [GameDev\Utils\Tracer\Services\TracingService::addResponseDetailsToActiveSpan==>Symfony\Component\HttpFoundation\Response::getStatusCode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Utils\Tracer\Services\TracingService::addResponseDetailsToActiveSpan==>Symfony\Component\HttpFoundation\Response::getContent] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Utils\Tracer\Services\TracingService::addResponseDetailsToActiveSpan==>GameDev\Utils\Tracer\Services\TracingService::prepareContentForLog] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Utils\Tracer\Services\TracingService::addResponseDetailsToActiveSpan==>GameDev\Utils\Tracer\Services\JaegerTracer::logInActiveSpan] => Array
                (
                    [ct] => 1
                    [wt] => 35
                    [cpu] => 0
                    [mu] => 1040
                    [pmu] => 784
                )

            [GameDev\Utils\Tracer\EventSubscriber\KernelEventsSubscriber::onKernelResponse==>GameDev\Utils\Tracer\Services\TracingService::addResponseDetailsToActiveSpan] => Array
                (
                    [ct] => 1
                    [wt] => 84
                    [cpu] => 0
                    [mu] => 6440
                    [pmu] => 6184
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>GameDev\Utils\Tracer\EventSubscriber\KernelEventsSubscriber::onKernelResponse] => Array
                (
                    [ct] => 1
                    [wt] => 94
                    [cpu] => 0
                    [mu] => 8688
                    [pmu] => 8176
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2424}==>Symfony\Component\HttpKernel\EventListener\ResponseListener::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 728
                    [pmu] => 216
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2424}] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1664
                    [pmu] => 960
                )

            [Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse==>Symfony\Component\HttpKernel\Event\KernelEvent::isMainRequest] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 224
                )

            [Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse==>Symfony\Component\HttpKernel\Event\ResponseEvent::getResponse] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse==>Symfony\Component\HttpFoundation\Response::getCharset] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse==>Symfony\Component\HttpFoundation\Response::setCharset] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse==>Symfony\Component\HttpKernel\Event\KernelEvent::getRequest] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse==>Symfony\Component\HttpFoundation\ParameterBag::get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpFoundation\Response::prepare==>Symfony\Component\HttpFoundation\Response::isInformational] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpFoundation\Response::isEmpty==>in_array] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Symfony\Component\HttpFoundation\Response::prepare==>Symfony\Component\HttpFoundation\Response::isEmpty] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 976
                )

            [Symfony\Component\HttpFoundation\Response::prepare==>Symfony\Component\HttpFoundation\HeaderBag::has] => Array
                (
                    [ct] => 3
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 784
                )

            [Symfony\Component\HttpFoundation\ResponseHeaderBag::all==>strtr] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 656
                    [pmu] => 216
                )

            [Symfony\Component\HttpFoundation\HeaderBag::get==>Symfony\Component\HttpFoundation\ResponseHeaderBag::all] => Array
                (
                    [ct] => 2
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 1352
                    [pmu] => 992
                )

            [Symfony\Component\HttpFoundation\Response::prepare==>Symfony\Component\HttpFoundation\HeaderBag::get] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 1928
                    [pmu] => 1456
                )

            [Symfony\Component\HttpFoundation\Response::prepare==>stripos] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 488
                )

            [Symfony\Component\HttpFoundation\Request::isMethod==>Symfony\Component\HttpFoundation\Request::getMethod] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 232
                )

            [Symfony\Component\HttpFoundation\Request::isMethod==>strtoupper] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 488
                )

            [Symfony\Component\HttpFoundation\Response::prepare==>Symfony\Component\HttpFoundation\Request::isMethod] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1928
                    [pmu] => 1448
                )

            [Symfony\Component\HttpFoundation\Response::prepare==>Symfony\Component\HttpFoundation\ParameterBag::get] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Symfony\Component\HttpFoundation\Response::prepare==>Symfony\Component\HttpFoundation\Response::setProtocolVersion] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpFoundation\Response::prepare==>Symfony\Component\HttpFoundation\Response::getProtocolVersion] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpFoundation\Response::ensureIEOverSSLCompatibility==>Symfony\Component\HttpFoundation\HeaderBag::get] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpFoundation\Response::ensureIEOverSSLCompatibility==>stripos] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 504
                )

            [Symfony\Component\HttpFoundation\Response::prepare==>Symfony\Component\HttpFoundation\Response::ensureIEOverSSLCompatibility] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 1976
                    [pmu] => 1720
                )

            [Symfony\Component\HttpFoundation\Response::prepare==>Symfony\Component\HttpFoundation\Request::isSecure] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse==>Symfony\Component\HttpFoundation\Response::prepare] => Array
                (
                    [ct] => 1
                    [wt] => 112
                    [cpu] => 0
                    [mu] => 12664
                    [pmu] => 12392
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse] => Array
                (
                    [ct] => 1
                    [wt] => 140
                    [cpu] => 0
                    [mu] => 17728
                    [pmu] => 17192
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2435}] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 88
                )

            [Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse==>Symfony\Component\HttpKernel\Event\KernelEvent::getRequest] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 224
                )

            [Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse==>Symfony\Component\HttpFoundation\ParameterBag::get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 2184
                    [pmu] => 1648
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2433}] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 88
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>Symfony\Component\HttpKernel\EventListener\ErrorListener::removeCspHeader] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 728
                    [pmu] => 216
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2429}] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 832
                    [pmu] => 128
                )

            [Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse==>Symfony\Component\HttpKernel\Event\ResponseEvent::getResponse] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 224
                )

            [Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse==>Symfony\Component\HttpFoundation\HeaderBag::has] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse==>Symfony\Component\HttpFoundation\ResponseHeaderBag::set] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 960
                    [pmu] => 688
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse] => Array
                (
                    [ct] => 1
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 3176
                    [pmu] => 2640
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2418}] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 88
                )

            [GameDev\Platform\EventSubscriber\Shared\RequestResponseLogger::logResponse==>Symfony\Component\HttpKernel\Event\ResponseEvent::getResponse] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 248
                )

            [GameDev\Platform\EventSubscriber\Shared\RequestResponseLogger::logResponse==>Symfony\Component\HttpFoundation\Response::getStatusCode] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\EventSubscriber\Shared\RequestResponseLogger::logResponse==>Symfony\Component\HttpFoundation\Response::getContent] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\EventSubscriber\Shared\RequestResponseLogger::logResponse==>GameDev\Platform\Helper\StringHelper::trimForLog] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\EventSubscriber\Shared\RequestResponseLogger::logResponse==>Monolog\Logger::debug] => Array
                (
                    [ct] => 1
                    [wt] => 51
                    [cpu] => 0
                    [mu] => 1112
                    [pmu] => 1064
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>GameDev\Platform\EventSubscriber\Shared\RequestResponseLogger::logResponse] => Array
                (
                    [ct] => 1
                    [wt] => 70
                    [cpu] => 0
                    [mu] => 5096
                    [pmu] => 4584
                )

            [Symfony\Component\HttpKernel\HttpKernel::filterResponse==>Symfony\Component\EventDispatcher\EventDispatcher::dispatch] => Array
                (
                    [ct] => 1
                    [wt] => 468
                    [cpu] => 0
                    [mu] => 42824
                    [pmu] => 43304
                )

            [Symfony\Component\HttpKernel\HttpKernel::finishRequest==>Symfony\Component\HttpKernel\Event\KernelEvent::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 152
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2353}] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 536
                )

            [Sentry\SentryBundle\EventListener\SubRequestListener::handleKernelFinishRequestEvent==>Sentry\SentryBundle\EventListener\SubRequestListener::isMainRequest] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 248
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>Sentry\SentryBundle\EventListener\SubRequestListener::handleKernelFinishRequestEvent] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 1456
                    [pmu] => 944
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2427}] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 88
                )

            [Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest==>Symfony\Component\HttpFoundation\RequestStack::getParentRequest] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 248
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelFinishRequest] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1456
                    [pmu] => 944
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2447}] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 88
                )

            [Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest==>Symfony\Component\HttpFoundation\RequestStack::getParentRequest] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 248
                )

            [Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest==>Symfony\Component\HttpKernel\EventListener\RouterListener::setCurrentRequest] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelFinishRequest] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 2184
                    [pmu] => 1672
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2437}] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 88
                )

            [Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest==>Symfony\Component\HttpFoundation\RequestStack::getParentRequest] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 248
                )

            [Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest==>Symfony\Component\DependencyInjection\Argument\RewindableGenerator::getIterator] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1144
                    [pmu] => 888
                )

            [Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getLocaleAwareListenerService():14644}] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 536
                )

            [Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest==>Symfony\Component\HttpKernel\Event\KernelEvent::getRequest] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest==>Symfony\Component\HttpFoundation\Request::getDefaultLocale] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest==>Symfony\Component\String\Slugger\AsciiSlugger::setLocale] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>Symfony\Component\HttpKernel\EventListener\LocaleAwareListener::onKernelFinishRequest] => Array
                (
                    [ct] => 1
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 5224
                    [pmu] => 5008
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2462}] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [GameDev\Utils\Tracer\EventSubscriber\KernelEventsSubscriber::onFinishRequest==>Symfony\Component\HttpKernel\Event\KernelEvent::isMainRequest] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 168
                )

            [GameDev\Utils\Tracer\Services\TracingService::finishActiveSpan==>GameDev\Utils\Tracer\Services\JaegerTracer::finishActiveSpan] => Array
                (
                    [ct] => 1
                    [wt] => 103
                    [cpu] => 0
                    [mu] => 1200
                    [pmu] => 1480
                )

            [Jaeger\Tracer::flush==>Jaeger\Sampler\ConstSampler::close] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 80
                )

            [Jaeger\Sender\JaegerSender::flush==>count] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 296
                )

            [Jaeger\Sender\JaegerSender::makeJaegerBatch==>Jaeger\Span::getTracer] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Jaeger\Mapper\SpanToJaegerMapper::mapSpanToJaeger==>Jaeger\Span::getStartTime] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Jaeger\Mapper\SpanToJaegerMapper::mapSpanToJaeger==>Jaeger\Span::getEndTime] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Jaeger\Mapper\SpanToJaegerMapper::mapSpanToJaeger==>Jaeger\Span::getComponent] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Jaeger\Mapper\SpanToJaegerMapper::mapSpanToJaeger==>Jaeger\Span::getTracer] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Jaeger\Mapper\SpanToJaegerMapper::mapSpanToJaeger==>Jaeger\Tracer::getServiceName] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Jaeger\Thrift\Tag::__construct==>is_array] => Array
                (
                    [ct] => 19
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 296
                )

            [Jaeger\Thrift\Tag::__construct==>Thrift\Base\TBase::__construct] => Array
                (
                    [ct] => 19
                    [wt] => 84
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Jaeger\Mapper\SpanToJaegerMapper::mapSpanToJaeger==>Jaeger\Thrift\Tag::__construct] => Array
                (
                    [ct] => 15
                    [wt] => 120
                    [cpu] => 0
                    [mu] => 1832
                    [pmu] => 2136
                )

            [Jaeger\Mapper\SpanToJaegerMapper::mapSpanToJaeger==>Jaeger\Span::getKind] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Jaeger\Mapper\SpanToJaegerMapper::mapSpanToJaeger==>Jaeger\Span::getTags] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Jaeger\Mapper\SpanToJaegerMapper::mapSpanToJaeger==>in_array] => Array
                (
                    [ct] => 13
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 520
                )

            [Jaeger\Mapper\SpanToJaegerMapper::mapSpanToJaeger==>strpos] => Array
                (
                    [ct] => 9
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Jaeger\Mapper\SpanToJaegerMapper::mapSpanToJaeger==>Jaeger\Span::getLogs] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Jaeger\Mapper\SpanToJaegerMapper::mapSpanToJaeger==>json_encode] => Array
                (
                    [ct] => 4
                    [wt] => 49
                    [cpu] => 0
                    [mu] => 6712
                    [pmu] => 14032
                )

            [Jaeger\Thrift\Log::__construct==>is_array] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 296
                )

            [Jaeger\Thrift\Log::__construct==>Thrift\Base\TBase::__construct] => Array
                (
                    [ct] => 4
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Jaeger\Mapper\SpanToJaegerMapper::mapSpanToJaeger==>Jaeger\Thrift\Log::__construct] => Array
                (
                    [ct] => 4
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 1832
                    [pmu] => 1576
                )

            [Jaeger\Mapper\SpanToJaegerMapper::mapSpanToJaeger==>Jaeger\Span::getContext] => Array
                (
                    [ct] => 6
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Jaeger\Mapper\SpanToJaegerMapper::mapSpanToJaeger==>Jaeger\SpanContext::getTraceId] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Jaeger\Mapper\SpanToJaegerMapper::extractTraceIdFromString==>strlen] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Jaeger\Mapper\SpanToJaegerMapper::extractTraceIdFromString==>substr] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 760
                    [pmu] => 360
                )

            [Jaeger\Codec\CodecUtility::hexToInt64==>substr] => Array
                (
                    [ct] => 8
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 872
                    [pmu] => 336
                )

            [Jaeger\Codec\CodecUtility::hexToInt64==>intval] => Array
                (
                    [ct] => 8
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [Jaeger\Mapper\SpanToJaegerMapper::extractTraceIdFromString==>Jaeger\Codec\CodecUtility::hexToInt64] => Array
                (
                    [ct] => 4
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 1832
                    [pmu] => 1576
                )

            [Jaeger\Mapper\SpanToJaegerMapper::mapSpanToJaeger==>Jaeger\Mapper\SpanToJaegerMapper::extractTraceIdFromString] => Array
                (
                    [ct] => 2
                    [wt] => 56
                    [cpu] => 0
                    [mu] => 4224
                    [pmu] => 3752
                )

            [Jaeger\Mapper\SpanToJaegerMapper::mapSpanToJaeger==>Jaeger\SpanContext::getSpanId] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Jaeger\Mapper\SpanToJaegerMapper::mapSpanToJaeger==>Jaeger\SpanContext::getParentId] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Jaeger\Mapper\SpanToJaegerMapper::mapSpanToJaeger==>Jaeger\Span::getOperationName] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Jaeger\Mapper\SpanToJaegerMapper::mapSpanToJaeger==>Jaeger\Span::isDebug] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Jaeger\Thrift\Span::__construct==>is_array] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 296
                )

            [Jaeger\Thrift\Span::__construct==>Thrift\Base\TBase::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Jaeger\Mapper\SpanToJaegerMapper::mapSpanToJaeger==>Jaeger\Thrift\Span::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 1832
                    [pmu] => 1576
                )

            [Jaeger\Sender\JaegerSender::makeJaegerBatch==>Jaeger\Mapper\SpanToJaegerMapper::mapSpanToJaeger] => Array
                (
                    [ct] => 2
                    [wt] => 514
                    [cpu] => 0
                    [mu] => 42128
                    [pmu] => 44952
                )

            [Jaeger\Sender\JaegerSender::flush==>Jaeger\Sender\JaegerSender::makeJaegerBatch] => Array
                (
                    [ct] => 1
                    [wt] => 525
                    [cpu] => 0
                    [mu] => 43624
                    [pmu] => 46048
                )

            [Jaeger\Sender\JaegerSender::getBufferLength==>Thrift\Transport\TMemoryBuffer::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Jaeger\Sender\JaegerSender::getBufferLength==>Thrift\Protocol\TBinaryProtocol::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Thrift\Base\TBase::_write==>Thrift\Protocol\TBinaryProtocol::writeStructBegin] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Thrift\Protocol\TBinaryProtocol::writeByte==>pack] => Array
                (
                    [ct] => 230
                    [wt] => 151
                    [cpu] => 0
                    [mu] => 7912
                    [pmu] => 328
                )

            [Thrift\Protocol\TBinaryProtocol::writeByte==>Thrift\Transport\TMemoryBuffer::write] => Array
                (
                    [ct] => 102
                    [wt] => 68
                    [cpu] => 0
                    [mu] => 888
                    [pmu] => 328
                )

            [Thrift\Protocol\TBinaryProtocol::writeFieldBegin==>Thrift\Protocol\TBinaryProtocol::writeByte] => Array
                (
                    [ct] => 163
                    [wt] => 1184
                    [cpu] => 8155
                    [mu] => 8032
                    [pmu] => 7328
                )

            [Thrift\Protocol\TBinaryProtocol::writeI16==>pack] => Array
                (
                    [ct] => 163
                    [wt] => 102
                    [cpu] => 0
                    [mu] => 5768
                    [pmu] => 328
                )

            [Thrift\Protocol\TBinaryProtocol::writeI16==>Thrift\Transport\TMemoryBuffer::write] => Array
                (
                    [ct] => 73
                    [wt] => 48
                    [cpu] => 0
                    [mu] => 680
                    [pmu] => 328
                )

            [Thrift\Protocol\TBinaryProtocol::writeFieldBegin==>Thrift\Protocol\TBinaryProtocol::writeI16] => Array
                (
                    [ct] => 163
                    [wt] => 1169
                    [cpu] => 0
                    [mu] => 12104
                    [pmu] => 6456
                )

            [Thrift\Base\TBase::_write==>Thrift\Protocol\TBinaryProtocol::writeFieldBegin] => Array
                (
                    [ct] => 21
                    [wt] => 259
                    [cpu] => 0
                    [mu] => 5920
                    [pmu] => 6232
                )

            [Thrift\Protocol\TBinaryProtocol::writeI64==>pack] => Array
                (
                    [ct] => 34
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 1912
                    [pmu] => 336
                )

            [Thrift\Protocol\TBinaryProtocol::writeI64==>Thrift\Transport\TMemoryBuffer::write] => Array
                (
                    [ct] => 17
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 336
                )

            [Thrift\Base\TBase::_write==>Thrift\Protocol\TBinaryProtocol::writeI64] => Array
                (
                    [ct] => 12
                    [wt] => 53
                    [cpu] => 0
                    [mu] => 2424
                    [pmu] => 1624
                )

            [Thrift\Base\TBase::_write==>Thrift\Protocol\TBinaryProtocol::writeFieldEnd] => Array
                (
                    [ct] => 21
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Thrift\Factory\TStringFuncFactory::_setInstance==>ini_get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Thrift\Factory\TStringFuncFactory::create==>Thrift\Factory\TStringFuncFactory::_setInstance] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 1272
                    [pmu] => 1016
                )

            [Thrift\Protocol\TBinaryProtocol::writeString==>Thrift\Factory\TStringFuncFactory::create] => Array
                (
                    [ct] => 70
                    [wt] => 64
                    [cpu] => 0
                    [mu] => 1952
                    [pmu] => 1600
                )

            [Thrift\StringFunc\Core::strlen==>strlen] => Array
                (
                    [ct] => 422
                    [wt] => 233
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 280
                )

            [Thrift\Protocol\TBinaryProtocol::writeString==>Thrift\StringFunc\Core::strlen] => Array
                (
                    [ct] => 70
                    [wt] => 152
                    [cpu] => 0
                    [mu] => 1184
                    [pmu] => 928
                )

            [Thrift\Protocol\TBinaryProtocol::writeI32==>pack] => Array
                (
                    [ct] => 128
                    [wt] => 92
                    [cpu] => 0
                    [mu] => 4648
                    [pmu] => 328
                )

            [Thrift\Protocol\TBinaryProtocol::writeI32==>Thrift\Transport\TMemoryBuffer::write] => Array
                (
                    [ct] => 55
                    [wt] => 39
                    [cpu] => 0
                    [mu] => 808
                    [pmu] => 328
                )

            [Thrift\Protocol\TBinaryProtocol::writeString==>Thrift\Protocol\TBinaryProtocol::writeI32] => Array
                (
                    [ct] => 70
                    [wt] => 507
                    [cpu] => 0
                    [mu] => 4440
                    [pmu] => 2944
                )

            [Thrift\Protocol\TBinaryProtocol::writeString==>Thrift\Transport\TMemoryBuffer::write] => Array
                (
                    [ct] => 30
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 6440
                    [pmu] => 4248
                )

            [Thrift\Base\TBase::_write==>Thrift\Protocol\TBinaryProtocol::writeString] => Array
                (
                    [ct] => 2
                    [wt] => 51
                    [cpu] => 0
                    [mu] => 6456
                    [pmu] => 6008
                )

            [Thrift\Base\TBase::_write==>Thrift\Protocol\TBinaryProtocol::writeI32] => Array
                (
                    [ct] => 2
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 168
                )

            [Thrift\Base\TBase::_writeList==>count] => Array
                (
                    [ct] => 6
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 80
                )

            [Thrift\Protocol\TBinaryProtocol::writeListBegin==>Thrift\Protocol\TBinaryProtocol::writeByte] => Array
                (
                    [ct] => 18
                    [wt] => 123
                    [cpu] => 0
                    [mu] => 1208
                    [pmu] => 1296
                )

            [Thrift\Protocol\TBinaryProtocol::writeListBegin==>Thrift\Protocol\TBinaryProtocol::writeI32] => Array
                (
                    [ct] => 18
                    [wt] => 128
                    [cpu] => 0
                    [mu] => 1256
                    [pmu] => 456
                )

            [Thrift\Base\TBase::_writeList==>Thrift\Protocol\TBinaryProtocol::writeListBegin] => Array
                (
                    [ct] => 6
                    [wt] => 90
                    [cpu] => 0
                    [mu] => 1960
                    [pmu] => 1936
                )

            [Thrift\Base\TBase::_write@1==>Thrift\Protocol\TBinaryProtocol::writeStructBegin] => Array
                (
                    [ct] => 16
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Thrift\Base\TBase::_write@1==>Thrift\Protocol\TBinaryProtocol::writeFieldBegin] => Array
                (
                    [ct] => 43
                    [wt] => 524
                    [cpu] => 0
                    [mu] => 840
                    [pmu] => 1848
                )

            [Thrift\Base\TBase::_write@1==>Thrift\Protocol\TBinaryProtocol::writeString] => Array
                (
                    [ct] => 20
                    [wt] => 269
                    [cpu] => 0
                    [mu] => 1096
                    [pmu] => 368
                )

            [Thrift\Base\TBase::_write@1==>Thrift\Protocol\TBinaryProtocol::writeFieldEnd] => Array
                (
                    [ct] => 43
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Thrift\Base\TBase::_write@1==>Thrift\Protocol\TBinaryProtocol::writeI32] => Array
                (
                    [ct] => 11
                    [wt] => 45
                    [cpu] => 0
                    [mu] => 952
                    [pmu] => 168
                )

            [Thrift\Protocol\TBinaryProtocol::writeFieldStop==>Thrift\Protocol\TBinaryProtocol::writeByte] => Array
                (
                    [ct] => 49
                    [wt] => 352
                    [cpu] => 0
                    [mu] => 2168
                    [pmu] => 2368
                )

            [Thrift\Base\TBase::_write@1==>Thrift\Protocol\TBinaryProtocol::writeFieldStop] => Array
                (
                    [ct] => 16
                    [wt] => 103
                    [cpu] => 0
                    [mu] => 1248
                    [pmu] => 1368
                )

            [Thrift\Base\TBase::_write@1==>Thrift\Protocol\TBinaryProtocol::writeStructEnd] => Array
                (
                    [ct] => 16
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Jaeger\Thrift\Tag::write==>Thrift\Base\TBase::_write@1] => Array
                (
                    [ct] => 11
                    [wt] => 1041
                    [cpu] => 0
                    [mu] => 9264
                    [pmu] => 6672
                )

            [Thrift\Base\TBase::_writeList==>Jaeger\Thrift\Tag::write] => Array
                (
                    [ct] => 15
                    [wt] => 1706
                    [cpu] => 0
                    [mu] => 14816
                    [pmu] => 12672
                )

            [Thrift\Base\TBase::_write@1==>Thrift\Protocol\TBinaryProtocol::writeI64] => Array
                (
                    [ct] => 5
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 768
                    [pmu] => 176
                )

            [Thrift\Base\TBase::_writeList==>Thrift\Protocol\TBinaryProtocol::writeListEnd] => Array
                (
                    [ct] => 6
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Thrift\Base\TBase::_write==>Thrift\Base\TBase::_writeList] => Array
                (
                    [ct] => 4
                    [wt] => 1830
                    [cpu] => 0
                    [mu] => 28648
                    [pmu] => 26312
                )

            [Thrift\Base\TBase::_writeList@1==>count] => Array
                (
                    [ct] => 8
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 80
                )

            [Thrift\Base\TBase::_writeList@1==>Thrift\Protocol\TBinaryProtocol::writeListBegin] => Array
                (
                    [ct] => 8
                    [wt] => 133
                    [cpu] => 0
                    [mu] => 648
                    [pmu] => 672
                )

            [Thrift\Base\TBase::_write@2==>Thrift\Protocol\TBinaryProtocol::writeStructBegin] => Array
                (
                    [ct] => 7
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Thrift\Base\TBase::_write@2==>Thrift\Protocol\TBinaryProtocol::writeFieldBegin] => Array
                (
                    [ct] => 34
                    [wt] => 612
                    [cpu] => 0
                    [mu] => 4808
                    [pmu] => 6288
                )

            [Thrift\Base\TBase::_write@2==>Thrift\Protocol\TBinaryProtocol::writeString] => Array
                (
                    [ct] => 11
                    [wt] => 182
                    [cpu] => 0
                    [mu] => 6112
                    [pmu] => 4360
                )

            [Thrift\Base\TBase::_write@2==>Thrift\Protocol\TBinaryProtocol::writeFieldEnd] => Array
                (
                    [ct] => 34
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Thrift\Base\TBase::_write@2==>Thrift\Protocol\TBinaryProtocol::writeI32] => Array
                (
                    [ct] => 6
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 760
                    [pmu] => 168
                )

            [Thrift\Base\TBase::_write@2==>Thrift\Protocol\TBinaryProtocol::writeFieldStop] => Array
                (
                    [ct] => 7
                    [wt] => 57
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 1128
                )

            [Thrift\Base\TBase::_write@2==>Thrift\Protocol\TBinaryProtocol::writeStructEnd] => Array
                (
                    [ct] => 7
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Jaeger\Thrift\Tag::write==>Thrift\Base\TBase::_write@2] => Array
                (
                    [ct] => 4
                    [wt] => 377
                    [cpu] => 0
                    [mu] => 10736
                    [pmu] => 10536
                )

            [Thrift\Base\TBase::_writeList@1==>Jaeger\Thrift\Tag::write] => Array
                (
                    [ct] => 15
                    [wt] => 2141
                    [cpu] => 8155
                    [mu] => 13328
                    [pmu] => 13552
                )

            [Thrift\Base\TBase::_writeList@1==>Thrift\Protocol\TBinaryProtocol::writeListEnd] => Array
                (
                    [ct] => 8
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Thrift\Base\TBase::_write@1==>Thrift\Base\TBase::_writeList@1] => Array
                (
                    [ct] => 4
                    [wt] => 462
                    [cpu] => 0
                    [mu] => 13736
                    [pmu] => 13568
                )

            [Jaeger\Thrift\Log::write==>Thrift\Base\TBase::_write@1] => Array
                (
                    [ct] => 4
                    [wt] => 655
                    [cpu] => 0
                    [mu] => 14768
                    [pmu] => 14624
                )

            [Thrift\Base\TBase::_writeList==>Jaeger\Thrift\Log::write] => Array
                (
                    [ct] => 4
                    [wt] => 668
                    [cpu] => 0
                    [mu] => 15240
                    [pmu] => 15216
                )

            [Thrift\Base\TBase::_write==>Thrift\Protocol\TBinaryProtocol::writeFieldStop] => Array
                (
                    [ct] => 3
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 272
                )

            [Thrift\Base\TBase::_write==>Thrift\Protocol\TBinaryProtocol::writeStructEnd] => Array
                (
                    [ct] => 3
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Jaeger\Thrift\Span::write==>Thrift\Base\TBase::_write] => Array
                (
                    [ct] => 2
                    [wt] => 2317
                    [cpu] => 0
                    [mu] => 45776
                    [pmu] => 42352
                )

            [Jaeger\Sender\JaegerSender::getBufferLength==>Jaeger\Thrift\Span::write] => Array
                (
                    [ct] => 2
                    [wt] => 2322
                    [cpu] => 0
                    [mu] => 46328
                    [pmu] => 42888
                )

            [Thrift\Transport\TMemoryBuffer::available==>Thrift\Factory\TStringFuncFactory::create] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Thrift\Transport\TMemoryBuffer::available==>Thrift\StringFunc\Core::strlen] => Array
                (
                    [ct] => 2
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Jaeger\Sender\JaegerSender::getBufferLength==>Thrift\Transport\TMemoryBuffer::available] => Array
                (
                    [ct] => 2
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 1880
                    [pmu] => 1624
                )

            [Jaeger\Sender\JaegerSender::chunkSplit==>Jaeger\Sender\JaegerSender::getBufferLength] => Array
                (
                    [ct] => 2
                    [wt] => 2371
                    [cpu] => 0
                    [mu] => 50360
                    [pmu] => 45328
                )

            [Thrift\Protocol\TBinaryProtocol::writeBool==>pack] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 616
                    [pmu] => 0
                )

            [Thrift\Protocol\TBinaryProtocol::writeBool==>Thrift\Transport\TMemoryBuffer::write] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Thrift\Base\TBase::_write@1==>Thrift\Protocol\TBinaryProtocol::writeBool] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1880
                    [pmu] => 0
                )

            [Jaeger\Sender\JaegerSender::send==>Jaeger\Sender\JaegerSender::chunkSplit] => Array
                (
                    [ct] => 1
                    [wt] => 2379
                    [cpu] => 0
                    [mu] => 44672
                    [pmu] => 45392
                )

            [Jaeger\Sender\JaegerSender::emitJaegerBatch==>Jaeger\Tracer::getTags] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Jaeger\Sender\JaegerSender::emitJaegerBatch==>Jaeger\Mapper\SpanToJaegerMapper::getSpecialSpanTags] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Jaeger\Sender\JaegerSender::emitJaegerBatch==>in_array] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Jaeger\Sender\JaegerSender::emitJaegerBatch==>Jaeger\Thrift\Tag::__construct] => Array
                (
                    [ct] => 4
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 168
                )

            [Jaeger\Sender\JaegerSender::emitJaegerBatch==>Jaeger\Tracer::getIpAddress] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Jaeger\Sender\JaegerSender::emitJaegerBatch==>Jaeger\Tracer::getServiceName] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Jaeger\Thrift\Process::__construct==>is_array] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 296
                )

            [Jaeger\Thrift\Process::__construct==>Thrift\Base\TBase::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Jaeger\Sender\JaegerSender::emitJaegerBatch==>Jaeger\Thrift\Process::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 1832
                    [pmu] => 1576
                )

            [Jaeger\Thrift\Batch::__construct==>is_array] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 176
                )

            [Jaeger\Thrift\Batch::__construct==>Thrift\Base\TBase::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Jaeger\Sender\JaegerSender::emitJaegerBatch==>Jaeger\Thrift\Batch::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 1832
                    [pmu] => 1456
                )

            [Jaeger\Thrift\Agent\Agent_emitBatch_args::__construct==>is_array] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Jaeger\Thrift\Agent\AgentClient::send_emitBatch==>Jaeger\Thrift\Agent\Agent_emitBatch_args::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 976
                )

            [Thrift\Transport\TBufferedTransport::write==>Thrift\Factory\TStringFuncFactory::create] => Array
                (
                    [ct] => 349
                    [wt] => 244
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Thrift\Transport\TBufferedTransport::write==>Thrift\StringFunc\Core::strlen] => Array
                (
                    [ct] => 349
                    [wt] => 726
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Thrift\Protocol\TBinaryProtocol::writeI32==>Thrift\Transport\TBufferedTransport::write] => Array
                (
                    [ct] => 73
                    [wt] => 423
                    [cpu] => 0
                    [mu] => 2104
                    [pmu] => 2440
                )

            [Thrift\Protocol\TBinaryProtocol::writeMessageBegin==>Thrift\Protocol\TBinaryProtocol::writeI32] => Array
                (
                    [ct] => 2
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 2608
                    [pmu] => 2512
                )

            [Thrift\Protocol\TBinaryProtocol::writeString==>Thrift\Transport\TBufferedTransport::write] => Array
                (
                    [ct] => 40
                    [wt] => 240
                    [cpu] => 0
                    [mu] => 4160
                    [pmu] => 3264
                )

            [Thrift\Protocol\TBinaryProtocol::writeMessageBegin==>Thrift\Protocol\TBinaryProtocol::writeString] => Array
                (
                    [ct] => 1
                    [wt] => 39
                    [cpu] => 0
                    [mu] => 1280
                    [pmu] => 1024
                )

            [Jaeger\Thrift\Agent\AgentClient::send_emitBatch==>Thrift\Protocol\TBinaryProtocol::writeMessageBegin] => Array
                (
                    [ct] => 1
                    [wt] => 69
                    [cpu] => 0
                    [mu] => 4584
                    [pmu] => 4328
                )

            [Thrift\Protocol\TBinaryProtocol::writeByte==>Thrift\Transport\TBufferedTransport::write] => Array
                (
                    [ct] => 128
                    [wt] => 777
                    [cpu] => 8155
                    [mu] => 616
                    [pmu] => 3392
                )

            [Thrift\Protocol\TBinaryProtocol::writeI16==>Thrift\Transport\TBufferedTransport::write] => Array
                (
                    [ct] => 90
                    [wt] => 559
                    [cpu] => 0
                    [mu] => 4864
                    [pmu] => 4576
                )

            [Thrift\Base\TBase::_write@3==>Thrift\Protocol\TBinaryProtocol::writeStructBegin] => Array
                (
                    [ct] => 19
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 168
                )

            [Thrift\Base\TBase::_write@3==>Thrift\Protocol\TBinaryProtocol::writeFieldBegin] => Array
                (
                    [ct] => 53
                    [wt] => 1204
                    [cpu] => 8155
                    [mu] => 664
                    [pmu] => 1944
                )

            [Thrift\Base\TBase::_write@3==>Thrift\Protocol\TBinaryProtocol::writeString] => Array
                (
                    [ct] => 28
                    [wt] => 659
                    [cpu] => 0
                    [mu] => 920
                    [pmu] => 624
                )

            [Thrift\Base\TBase::_write@3==>Thrift\Protocol\TBinaryProtocol::writeFieldEnd] => Array
                (
                    [ct] => 53
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Thrift\Base\TBase::_write@3==>Thrift\Protocol\TBinaryProtocol::writeI32] => Array
                (
                    [ct] => 15
                    [wt] => 140
                    [cpu] => 0
                    [mu] => 1048
                    [pmu] => 72
                )

            [Thrift\Base\TBase::_write@3==>Thrift\Protocol\TBinaryProtocol::writeFieldStop] => Array
                (
                    [ct] => 19
                    [wt] => 224
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 1000
                )

            [Thrift\Base\TBase::_write@3==>Thrift\Protocol\TBinaryProtocol::writeStructEnd] => Array
                (
                    [ct] => 19
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Jaeger\Thrift\Tag::write==>Thrift\Base\TBase::_write@3] => Array
                (
                    [ct] => 15
                    [wt] => 2367
                    [cpu] => 8155
                    [mu] => 8016
                    [pmu] => 7656
                )

            [Thrift\Base\TBase::_write@2==>Thrift\Base\TBase::_writeList] => Array
                (
                    [ct] => 1
                    [wt] => 675
                    [cpu] => 0
                    [mu] => 5944
                    [pmu] => 5584
                )

            [Jaeger\Thrift\Process::write==>Thrift\Base\TBase::_write@2] => Array
                (
                    [ct] => 1
                    [wt] => 768
                    [cpu] => 0
                    [mu] => 6640
                    [pmu] => 6184
                )

            [Thrift\Base\TBase::_write@1==>Jaeger\Thrift\Process::write] => Array
                (
                    [ct] => 1
                    [wt] => 772
                    [cpu] => 0
                    [mu] => 7232
                    [pmu] => 6680
                )

            [Thrift\Protocol\TBinaryProtocol::writeI64==>Thrift\Transport\TBufferedTransport::write] => Array
                (
                    [ct] => 17
                    [wt] => 100
                    [cpu] => 0
                    [mu] => 648
                    [pmu] => 216
                )

            [Thrift\Base\TBase::_write@2==>Thrift\Protocol\TBinaryProtocol::writeI64] => Array
                (
                    [ct] => 12
                    [wt] => 118
                    [cpu] => 0
                    [mu] => 1760
                    [pmu] => 768
                )

            [Thrift\Base\TBase::_write@3==>Thrift\Protocol\TBinaryProtocol::writeI64] => Array
                (
                    [ct] => 5
                    [wt] => 51
                    [cpu] => 0
                    [mu] => 768
                    [pmu] => 80
                )

            [Thrift\Base\TBase::_write@2==>Thrift\Base\TBase::_writeList@1] => Array
                (
                    [ct] => 4
                    [wt] => 2976
                    [cpu] => 8155
                    [mu] => 15624
                    [pmu] => 16096
                )

            [Thrift\Base\TBase::_writeList@2==>count] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [Thrift\Base\TBase::_writeList@2==>Thrift\Protocol\TBinaryProtocol::writeListBegin] => Array
                (
                    [ct] => 4
                    [wt] => 88
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 440
                )

            [Thrift\Base\TBase::_write@4==>Thrift\Protocol\TBinaryProtocol::writeStructBegin] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Thrift\Base\TBase::_write@4==>Thrift\Protocol\TBinaryProtocol::writeFieldBegin] => Array
                (
                    [ct] => 12
                    [wt] => 261
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 1096
                )

            [Thrift\Base\TBase::_write@4==>Thrift\Protocol\TBinaryProtocol::writeString] => Array
                (
                    [ct] => 8
                    [wt] => 192
                    [cpu] => 0
                    [mu] => 3912
                    [pmu] => 3512
                )

            [Thrift\Base\TBase::_write@4==>Thrift\Protocol\TBinaryProtocol::writeFieldEnd] => Array
                (
                    [ct] => 12
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Thrift\Base\TBase::_write@4==>Thrift\Protocol\TBinaryProtocol::writeI32] => Array
                (
                    [ct] => 4
                    [wt] => 36
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 72
                )

            [Thrift\Base\TBase::_write@4==>Thrift\Protocol\TBinaryProtocol::writeFieldStop] => Array
                (
                    [ct] => 4
                    [wt] => 44
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 280
                )

            [Thrift\Base\TBase::_write@4==>Thrift\Protocol\TBinaryProtocol::writeStructEnd] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Jaeger\Thrift\Tag::write==>Thrift\Base\TBase::_write@4] => Array
                (
                    [ct] => 4
                    [wt] => 628
                    [cpu] => 0
                    [mu] => 8560
                    [pmu] => 8488
                )

            [Thrift\Base\TBase::_writeList@2==>Jaeger\Thrift\Tag::write] => Array
                (
                    [ct] => 4
                    [wt] => 635
                    [cpu] => 0
                    [mu] => 9032
                    [pmu] => 9080
                )

            [Thrift\Base\TBase::_writeList@2==>Thrift\Protocol\TBinaryProtocol::writeListEnd] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Thrift\Base\TBase::_write@3==>Thrift\Base\TBase::_writeList@2] => Array
                (
                    [ct] => 4
                    [wt] => 751
                    [cpu] => 0
                    [mu] => 11560
                    [pmu] => 11424
                )

            [Jaeger\Thrift\Log::write==>Thrift\Base\TBase::_write@3] => Array
                (
                    [ct] => 4
                    [wt] => 1076
                    [cpu] => 0
                    [mu] => 12336
                    [pmu] => 12584
                )

            [Thrift\Base\TBase::_writeList@1==>Jaeger\Thrift\Log::write] => Array
                (
                    [ct] => 4
                    [wt] => 1086
                    [cpu] => 0
                    [mu] => 12808
                    [pmu] => 13120
                )

            [Jaeger\Thrift\Span::write==>Thrift\Base\TBase::_write@2] => Array
                (
                    [ct] => 2
                    [wt] => 3732
                    [cpu] => 8155
                    [mu] => 21888
                    [pmu] => 22632
                )

            [Thrift\Base\TBase::_writeList==>Jaeger\Thrift\Span::write] => Array
                (
                    [ct] => 2
                    [wt] => 3737
                    [cpu] => 8155
                    [mu] => 22440
                    [pmu] => 22752
                )

            [Thrift\Protocol\TBinaryProtocol::writeBool==>Thrift\Transport\TBufferedTransport::write] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 168
                )

            [Thrift\Base\TBase::_write@3==>Thrift\Protocol\TBinaryProtocol::writeBool] => Array
                (
                    [ct] => 1
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 1264
                    [pmu] => 736
                )

            [Thrift\Base\TBase::_write@1==>Thrift\Base\TBase::_writeList] => Array
                (
                    [ct] => 1
                    [wt] => 3770
                    [cpu] => 8155
                    [mu] => 23072
                    [pmu] => 23128
                )

            [Jaeger\Thrift\Batch::write==>Thrift\Base\TBase::_write@1] => Array
                (
                    [ct] => 1
                    [wt] => 4614
                    [cpu] => 8155
                    [mu] => 31000
                    [pmu] => 30784
                )

            [Thrift\Base\TBase::_write==>Jaeger\Thrift\Batch::write] => Array
                (
                    [ct] => 1
                    [wt] => 4618
                    [cpu] => 8155
                    [mu] => 31616
                    [pmu] => 31360
                )

            [Jaeger\Thrift\Agent\Agent_emitBatch_args::write==>Thrift\Base\TBase::_write] => Array
                (
                    [ct] => 1
                    [wt] => 4665
                    [cpu] => 8155
                    [mu] => 33568
                    [pmu] => 33336
                )

            [Jaeger\Thrift\Agent\AgentClient::send_emitBatch==>Jaeger\Thrift\Agent\Agent_emitBatch_args::write] => Array
                (
                    [ct] => 1
                    [wt] => 4669
                    [cpu] => 8155
                    [mu] => 34232
                    [pmu] => 33976
                )

            [Jaeger\Thrift\Agent\AgentClient::send_emitBatch==>Thrift\Protocol\TBinaryProtocol::writeMessageEnd] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Jaeger\Thrift\Agent\AgentClient::send_emitBatch==>Thrift\Protocol\TProtocol::getTransport] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Thrift\Transport\TBufferedTransport::flush==>Thrift\Factory\TStringFuncFactory::create] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Thrift\Transport\TBufferedTransport::flush==>Thrift\StringFunc\Core::strlen] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Jaeger\ThriftUdpTransport::write==>Jaeger\ThriftUdpTransport::isOpen] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Jaeger\ThriftUdpTransport::write==>socket_write] => Array
                (
                    [ct] => 1
                    [wt] => 54
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 488
                )

            [Thrift\Transport\TBufferedTransport::flush==>Jaeger\ThriftUdpTransport::write] => Array
                (
                    [ct] => 1
                    [wt] => 61
                    [cpu] => 0
                    [mu] => 1832
                    [pmu] => 1576
                )

            [Thrift\Transport\TBufferedTransport::flush==>Thrift\Transport\TTransport::flush] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Jaeger\Thrift\Agent\AgentClient::send_emitBatch==>Thrift\Transport\TBufferedTransport::flush] => Array
                (
                    [ct] => 1
                    [wt] => 76
                    [cpu] => 0
                    [mu] => 4440
                    [pmu] => 4184
                )

            [Jaeger\Thrift\Agent\AgentClient::emitBatch==>Jaeger\Thrift\Agent\AgentClient::send_emitBatch] => Array
                (
                    [ct] => 1
                    [wt] => 4857
                    [cpu] => 8155
                    [mu] => 39176
                    [pmu] => 46568
                )

            [Jaeger\Sender\JaegerSender::emitJaegerBatch==>Jaeger\Thrift\Agent\AgentClient::emitBatch] => Array
                (
                    [ct] => 1
                    [wt] => 4860
                    [cpu] => 8155
                    [mu] => 39784
                    [pmu] => 46568
                )

            [Jaeger\Sender\JaegerSender::send==>Jaeger\Sender\JaegerSender::emitJaegerBatch] => Array
                (
                    [ct] => 1
                    [wt] => 4968
                    [cpu] => 8155
                    [mu] => 51880
                    [pmu] => 55248
                )

            [Jaeger\Sender\JaegerSender::flush==>Jaeger\Sender\JaegerSender::send] => Array
                (
                    [ct] => 1
                    [wt] => 7365
                    [cpu] => 8155
                    [mu] => 96232
                    [pmu] => 100640
                )

            [Jaeger\Reporter\JaegerReporter::close==>Jaeger\Sender\JaegerSender::flush] => Array
                (
                    [ct] => 1
                    [wt] => 7911
                    [cpu] => 8155
                    [mu] => 124952
                    [pmu] => 147384
                )

            [Jaeger\Reporter\JaegerReporter::close==>Jaeger\Sender\JaegerSender::close] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Jaeger\Reporter\CompositeReporter::close==>Jaeger\Reporter\JaegerReporter::close] => Array
                (
                    [ct] => 1
                    [wt] => 7920
                    [cpu] => 8155
                    [mu] => 114912
                    [pmu] => 147448
                )

            [Jaeger\Reporter\CompositeReporter::close==>Jaeger\Reporter\LoggingReporter::close] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Jaeger\Tracer::flush==>Jaeger\Reporter\CompositeReporter::close] => Array
                (
                    [ct] => 1
                    [wt] => 7928
                    [cpu] => 8155
                    [mu] => 116192
                    [pmu] => 147512
                )

            [GameDev\Utils\Tracer\Services\JaegerTracer::flush==>Jaeger\Tracer::flush] => Array
                (
                    [ct] => 1
                    [wt] => 7935
                    [cpu] => 8155
                    [mu] => 117472
                    [pmu] => 147928
                )

            [GameDev\Utils\Tracer\Services\TracingService::finishActiveSpan==>GameDev\Utils\Tracer\Services\JaegerTracer::flush] => Array
                (
                    [ct] => 1
                    [wt] => 7939
                    [cpu] => 8155
                    [mu] => 118168
                    [pmu] => 147928
                )

            [GameDev\Utils\Tracer\EventSubscriber\KernelEventsSubscriber::onFinishRequest==>GameDev\Utils\Tracer\Services\TracingService::finishActiveSpan] => Array
                (
                    [ct] => 1
                    [wt] => 8047
                    [cpu] => 8155
                    [mu] => 120048
                    [pmu] => 149504
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>GameDev\Utils\Tracer\EventSubscriber\KernelEventsSubscriber::onFinishRequest] => Array
                (
                    [ct] => 1
                    [wt] => 8054
                    [cpu] => 8155
                    [mu] => 121568
                    [pmu] => 149992
                )

            [Symfony\Component\HttpKernel\HttpKernel::finishRequest==>Symfony\Component\EventDispatcher\EventDispatcher::dispatch] => Array
                (
                    [ct] => 1
                    [wt] => 8193
                    [cpu] => 8155
                    [mu] => 135656
                    [pmu] => 165088
                )

            [Symfony\Component\HttpKernel\HttpKernel::filterResponse==>Symfony\Component\HttpKernel\HttpKernel::finishRequest] => Array
                (
                    [ct] => 1
                    [wt] => 8202
                    [cpu] => 8155
                    [mu] => 137048
                    [pmu] => 165560
                )

            [Symfony\Component\HttpKernel\HttpKernel::filterResponse==>Symfony\Component\HttpKernel\Event\ResponseEvent::getResponse] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\HttpKernel::handleRaw==>Symfony\Component\HttpKernel\HttpKernel::filterResponse] => Array
                (
                    [ct] => 1
                    [wt] => 8694
                    [cpu] => 8155
                    [mu] => 182848
                    [pmu] => 209256
                )

            [Symfony\Component\HttpKernel\HttpKernel::handle==>Symfony\Component\HttpKernel\HttpKernel::handleRaw] => Array
                (
                    [ct] => 1
                    [wt] => 254899
                    [cpu] => 121035
                    [mu] => 5217216
                    [pmu] => 5244392
                )

            [Symfony\Component\HttpFoundation\RequestStack::pop==>array_pop] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\HttpKernel::handle==>Symfony\Component\HttpFoundation\RequestStack::pop] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1264
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Kernel::handle==>Symfony\Component\HttpKernel\HttpKernel::handle] => Array
                (
                    [ct] => 1
                    [wt] => 254930
                    [cpu] => 121035
                    [mu] => 5219888
                    [pmu] => 5246904
                )

            [Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner::run==>Symfony\Component\HttpKernel\Kernel::handle] => Array
                (
                    [ct] => 1
                    [wt] => 259790
                    [cpu] => 121035
                    [mu] => 5902840
                    [pmu] => 5929240
                )

            [Symfony\Component\HttpFoundation\Response::sendHeaders==>headers_sent] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Symfony\Component\HttpFoundation\ResponseHeaderBag::allPreserveCase==>Symfony\Component\HttpFoundation\ResponseHeaderBag::all] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\HttpFoundation\ResponseHeaderBag::allPreserveCaseWithoutCookies==>Symfony\Component\HttpFoundation\ResponseHeaderBag::allPreserveCase] => Array
                (
                    [ct] => 1
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 1736
                    [pmu] => 0
                )

            [Symfony\Component\HttpFoundation\Response::sendHeaders==>Symfony\Component\HttpFoundation\ResponseHeaderBag::allPreserveCaseWithoutCookies] => Array
                (
                    [ct] => 1
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 2464
                    [pmu] => 0
                )

            [Symfony\Component\HttpFoundation\Response::sendHeaders==>strcasecmp] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Symfony\Component\HttpFoundation\Response::sendHeaders==>header] => Array
                (
                    [ct] => 5
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 904
                    [pmu] => 0
                )

            [Symfony\Component\HttpFoundation\Response::sendHeaders==>Symfony\Component\HttpFoundation\ResponseHeaderBag::getCookies] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\HttpFoundation\Response::send==>Symfony\Component\HttpFoundation\Response::sendHeaders] => Array
                (
                    [ct] => 1
                    [wt] => 63
                    [cpu] => 0
                    [mu] => 5712
                    [pmu] => 0
                )

            [Symfony\Component\HttpFoundation\Response::send==>Symfony\Component\HttpFoundation\Response::sendContent] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner::run==>Symfony\Component\HttpFoundation\Response::send] => Array
                (
                    [ct] => 1
                    [wt] => 84
                    [cpu] => 0
                    [mu] => 7104
                    [pmu] => 0
                )

            [Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner::run==>function_exists] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner::run==>fastcgi_finish_request] => Array
                (
                    [ct] => 1
                    [wt] => 695
                    [cpu] => 1291
                    [mu] => -7752
                    [pmu] => 0
                )

            [GameDev\Platform\Kernel::terminate==>Symfony\Component\HttpFoundation\Response::getStatusCode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Kernel::terminate==>Symfony\Component\HttpKernel\Kernel::getHttpKernel] => Array
                (
                    [ct] => 2
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Event\TerminateEvent::__construct==>Symfony\Component\HttpKernel\Event\KernelEvent::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\HttpKernel::terminate==>Symfony\Component\HttpKernel\Event\TerminateEvent::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2361}] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::saveRequestResponseLog==>Symfony\Component\HttpKernel\Event\KernelEvent::getRequest] => Array
                (
                    [ct] => 7
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::saveRequestResponseLog==>GameDev\Platform\Legacy\EventSubscriber\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::saveRequestResponseLog==>Symfony\Component\HttpKernel\Event\TerminateEvent::getResponse] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::logResponse==>Symfony\Component\HttpFoundation\Response::getContent] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::logResponse==>GameDev\Platform\Helper\StringHelper::trimForLog] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::logResponse==>GameDev\Platform\Entity\Log\RequestResponse::setResponseBody] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::filterResponseHeaders==>Symfony\Component\HttpFoundation\ResponseHeaderBag::all] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::{closure:GameDev\Platform\Service\Shared\Log\RequestResponseLogger::filterResponseHeaders():127}==>strtolower] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::{closure:{closure:GameDev\Platform\Service\Shared\Log\RequestResponseLogger::filterResponseHeaders():127}:135}==>str_starts_with] => Array
                (
                    [ct] => 9
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [array_all==>GameDev\Platform\Service\Shared\Log\RequestResponseLogger::{closure:{closure:GameDev\Platform\Service\Shared\Log\RequestResponseLogger::filterResponseHeaders():127}:135}] => Array
                (
                    [ct] => 9
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 1456
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::{closure:GameDev\Platform\Service\Shared\Log\RequestResponseLogger::filterResponseHeaders():127}==>array_all] => Array
                (
                    [ct] => 4
                    [wt] => 44
                    [cpu] => 0
                    [mu] => 2184
                    [pmu] => 800
                )

            [array_filter==>GameDev\Platform\Service\Shared\Log\RequestResponseLogger::{closure:GameDev\Platform\Service\Shared\Log\RequestResponseLogger::filterResponseHeaders():127}] => Array
                (
                    [ct] => 4
                    [wt] => 65
                    [cpu] => 0
                    [mu] => 3704
                    [pmu] => 1248
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::filterResponseHeaders==>array_filter] => Array
                (
                    [ct] => 1
                    [wt] => 73
                    [cpu] => 0
                    [mu] => 4744
                    [pmu] => 1248
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::logResponse==>GameDev\Platform\Service\Shared\Log\RequestResponseLogger::filterResponseHeaders] => Array
                (
                    [ct] => 1
                    [wt] => 88
                    [cpu] => 0
                    [mu] => 6200
                    [pmu] => 1248
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::logResponse==>GameDev\Platform\Entity\Log\RequestResponse::setResponseHeaders] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 168
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::logResponse==>Symfony\Component\HttpFoundation\Response::getStatusCode] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::logResponse==>GameDev\Platform\Entity\Log\RequestResponse::setResponseStatus] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::saveRequestResponseLog==>GameDev\Platform\Service\Shared\Log\RequestResponseLogger::logResponse] => Array
                (
                    [ct] => 1
                    [wt] => 116
                    [cpu] => 0
                    [mu] => 11168
                    [pmu] => 3472
                )

            [Shared\DataStreamBundle\DataStreamRepository::saveMessage==>Shared\DataStreamBundle\DataStreamRepository::validateMessageType] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Ramsey\Uuid\FeatureSet::buildRandomGenerator==>Ramsey\Uuid\Generator\RandomGeneratorFactory::getGenerator] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 672
                    [pmu] => 416
                )

            [Ramsey\Uuid\FeatureSet::__construct==>Ramsey\Uuid\FeatureSet::buildRandomGenerator] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 1320
                    [pmu] => 1064
                )

            [Ramsey\Uuid\FeatureSet::buildNumberConverter==>Ramsey\Uuid\Converter\Number\GenericNumberConverter::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 256
                )

            [Ramsey\Uuid\FeatureSet::setCalculator==>Ramsey\Uuid\FeatureSet::buildNumberConverter] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 1336
                    [pmu] => 1080
                )

            [Ramsey\Uuid\FeatureSet::buildTimeConverter==>Ramsey\Uuid\Converter\Time\GenericTimeConverter::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 256
                )

            [Ramsey\Uuid\FeatureSet::buildTimeConverter==>Ramsey\Uuid\FeatureSet::is64BitSystem] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Ramsey\Uuid\Converter\Time\PhpTimeConverter::__construct==>ini_get] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Ramsey\Uuid\FeatureSet::buildTimeConverter==>Ramsey\Uuid\Converter\Time\PhpTimeConverter::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 976
                )

            [Ramsey\Uuid\FeatureSet::setCalculator==>Ramsey\Uuid\FeatureSet::buildTimeConverter] => Array
                (
                    [ct] => 1
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 3376
                    [pmu] => 3120
                )

            [Ramsey\Uuid\FeatureSet::__construct==>Ramsey\Uuid\FeatureSet::setCalculator] => Array
                (
                    [ct] => 1
                    [wt] => 51
                    [cpu] => 0
                    [mu] => 5424
                    [pmu] => 5168
                )

            [Ramsey\Uuid\Rfc4122\UuidBuilder::__construct==>Ramsey\Uuid\Converter\Time\UnixTimeConverter::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Ramsey\Uuid\FeatureSet::buildUuidBuilder==>Ramsey\Uuid\Rfc4122\UuidBuilder::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1376
                    [pmu] => 1080
                )

            [Ramsey\Uuid\FeatureSet::buildUuidBuilder==>Ramsey\Uuid\Nonstandard\UuidBuilder::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Ramsey\Uuid\FeatureSet::buildUuidBuilder==>Ramsey\Uuid\Builder\FallbackBuilder::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Ramsey\Uuid\FeatureSet::__construct==>Ramsey\Uuid\FeatureSet::buildUuidBuilder] => Array
                (
                    [ct] => 1
                    [wt] => 33
                    [cpu] => 0
                    [mu] => 3800
                    [pmu] => 3544
                )

            [Ramsey\Uuid\FeatureSet::buildCodec==>Ramsey\Uuid\Codec\StringCodec::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 192
                )

            [Ramsey\Uuid\FeatureSet::__construct==>Ramsey\Uuid\FeatureSet::buildCodec] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 1288
                    [pmu] => 1032
                )

            [Ramsey\Uuid\FeatureSet::buildNodeProvider==>Ramsey\Uuid\Provider\Node\FallbackNodeProvider::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Ramsey\Uuid\FeatureSet::__construct==>Ramsey\Uuid\FeatureSet::buildNodeProvider] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 1600
                    [pmu] => 1344
                )

            [Ramsey\Uuid\FeatureSet::buildNameGenerator==>Ramsey\Uuid\Generator\NameGeneratorFactory::getGenerator] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 640
                    [pmu] => 384
                )

            [Ramsey\Uuid\FeatureSet::__construct==>Ramsey\Uuid\FeatureSet::buildNameGenerator] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 1288
                    [pmu] => 1032
                )

            [Ramsey\Uuid\FeatureSet::buildTimeGenerator==>Ramsey\Uuid\Generator\TimeGeneratorFactory::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Ramsey\Uuid\Generator\TimeGeneratorFactory::getGenerator==>Ramsey\Uuid\Generator\DefaultTimeGenerator::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 280
                )

            [Ramsey\Uuid\FeatureSet::buildTimeGenerator==>Ramsey\Uuid\Generator\TimeGeneratorFactory::getGenerator] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 1136
                )

            [Ramsey\Uuid\FeatureSet::setTimeProvider==>Ramsey\Uuid\FeatureSet::buildTimeGenerator] => Array
                (
                    [ct] => 1
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 2704
                    [pmu] => 2360
                )

            [Ramsey\Uuid\FeatureSet::__construct==>Ramsey\Uuid\FeatureSet::setTimeProvider] => Array
                (
                    [ct] => 1
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 3352
                    [pmu] => 2928
                )

            [Ramsey\Uuid\FeatureSet::buildDceSecurityGenerator==>Ramsey\Uuid\Generator\DceSecurityGenerator::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Ramsey\Uuid\FeatureSet::setDceSecurityProvider==>Ramsey\Uuid\FeatureSet::buildDceSecurityGenerator] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 1928
                    [pmu] => 1600
                )

            [Ramsey\Uuid\FeatureSet::__construct==>Ramsey\Uuid\FeatureSet::setDceSecurityProvider] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 2576
                    [pmu] => 2168
                )

            [Ramsey\Uuid\FeatureSet::buildUnixTimeGenerator==>Ramsey\Uuid\Generator\UnixTimeGenerator::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Ramsey\Uuid\FeatureSet::__construct==>Ramsey\Uuid\FeatureSet::buildUnixTimeGenerator] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 920
                )

            [Ramsey\Uuid\UuidFactory::__construct==>Ramsey\Uuid\FeatureSet::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 251
                    [cpu] => 0
                    [mu] => 25864
                    [pmu] => 25608
                )

            [Ramsey\Uuid\UuidFactory::__construct==>Ramsey\Uuid\FeatureSet::getCodec] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Ramsey\Uuid\UuidFactory::__construct==>Ramsey\Uuid\FeatureSet::getDceSecurityGenerator] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Ramsey\Uuid\UuidFactory::__construct==>Ramsey\Uuid\FeatureSet::getNameGenerator] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Ramsey\Uuid\UuidFactory::__construct==>Ramsey\Uuid\FeatureSet::getNodeProvider] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Ramsey\Uuid\UuidFactory::__construct==>Ramsey\Uuid\FeatureSet::getNumberConverter] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Ramsey\Uuid\UuidFactory::__construct==>Ramsey\Uuid\FeatureSet::getRandomGenerator] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Ramsey\Uuid\UuidFactory::__construct==>Ramsey\Uuid\FeatureSet::getTimeConverter] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Ramsey\Uuid\UuidFactory::__construct==>Ramsey\Uuid\FeatureSet::getTimeGenerator] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Ramsey\Uuid\UuidFactory::__construct==>Ramsey\Uuid\FeatureSet::getBuilder] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Ramsey\Uuid\UuidFactory::__construct==>Ramsey\Uuid\FeatureSet::getValidator] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Ramsey\Uuid\UuidFactory::__construct==>Ramsey\Uuid\FeatureSet::getUnixTimeGenerator] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Ramsey\Uuid\Uuid::getFactory==>Ramsey\Uuid\UuidFactory::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 294
                    [cpu] => 0
                    [mu] => 33928
                    [pmu] => 33584
                )

            [Ramsey\Uuid\Uuid::uuid4==>Ramsey\Uuid\Uuid::getFactory] => Array
                (
                    [ct] => 1
                    [wt] => 305
                    [cpu] => 0
                    [mu] => 34512
                    [pmu] => 33816
                )

            [Ramsey\Uuid\Generator\RandomBytesGenerator::generate==>random_bytes] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 616
                    [pmu] => 360
                )

            [Ramsey\Uuid\UuidFactory::uuid4==>Ramsey\Uuid\Generator\RandomBytesGenerator::generate] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1264
                    [pmu] => 1008
                )

            [Ramsey\Uuid\UuidFactory::uuidFromBytesAndVersion==>substr] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Ramsey\Uuid\UuidFactory::uuidFromBytesAndVersion==>unpack] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1000
                    [pmu] => 1032
                )

            [Ramsey\Uuid\UuidFactory::uuidFromBytesAndVersion==>Ramsey\Uuid\BinaryUtils::applyVersion] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Ramsey\Uuid\UuidFactory::uuidFromBytesAndVersion==>pack] => Array
                (
                    [ct] => 2
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 616
                    [pmu] => 520
                )

            [Ramsey\Uuid\UuidFactory::uuidFromBytesAndVersion==>Ramsey\Uuid\BinaryUtils::applyVariant] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Ramsey\Uuid\UuidFactory::uuidFromBytesAndVersion==>substr_replace] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 632
                )

            [Ramsey\Uuid\Lazy\LazyUuidFromString::fromBytes==>bin2hex] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Ramsey\Uuid\Lazy\LazyUuidFromString::fromBytes==>substr] => Array
                (
                    [ct] => 5
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 728
                    [pmu] => 640
                )

            [Ramsey\Uuid\Lazy\LazyUuidFromString::fromBytes==>Ramsey\Uuid\Lazy\LazyUuidFromString::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Ramsey\Uuid\UuidFactory::uuidFromBytesAndVersion==>Ramsey\Uuid\Lazy\LazyUuidFromString::fromBytes] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 2736
                    [pmu] => 2480
                )

            [Ramsey\Uuid\UuidFactory::uuid4==>Ramsey\Uuid\UuidFactory::uuidFromBytesAndVersion] => Array
                (
                    [ct] => 1
                    [wt] => 58
                    [cpu] => 0
                    [mu] => 7704
                    [pmu] => 7448
                )

            [Ramsey\Uuid\Uuid::uuid4==>Ramsey\Uuid\UuidFactory::uuid4] => Array
                (
                    [ct] => 1
                    [wt] => 70
                    [cpu] => 0
                    [mu] => 9120
                    [pmu] => 8920
                )

            [Shared\DataStreamBundle\KSqlDb\UniqIdGenerator::generateUniqId==>Ramsey\Uuid\Uuid::uuid4] => Array
                (
                    [ct] => 1
                    [wt] => 381
                    [cpu] => 0
                    [mu] => 44312
                    [pmu] => 43560
                )

            [Shared\DataStreamBundle\KSqlDb\UniqIdGenerator::generateUniqId==>Ramsey\Uuid\Lazy\LazyUuidFromString::toString] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Shared\DataStreamBundle\KSqlDb\UniqIdGenerator::generateUniqId==>strlen] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 392
                )

            [Shared\DataStreamBundle\KSqlDb\UniqIdGenerator::generateUniqId==>sprintf] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 904
                    [pmu] => 904
                )

            [GameDev\Platform\Repository\Log\DataStreamRequestResponseRepository::serializeMessage==>Shared\DataStreamBundle\KSqlDb\UniqIdGenerator::generateUniqId] => Array
                (
                    [ct] => 1
                    [wt] => 413
                    [cpu] => 0
                    [mu] => 47176
                    [pmu] => 46920
                )

            [GameDev\Platform\Repository\Log\DataStreamRequestResponseRepository::serializeMessage==>GameDev\Platform\Entity\Log\RequestResponse::getDateTime] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\Log\DataStreamRequestResponseRepository::serializeMessage==>DateTime::format] => Array
                (
                    [ct] => 2
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1144
                    [pmu] => 632
                )

            [GameDev\Platform\Repository\Log\DataStreamRequestResponseRepository::serializeMessage==>GameDev\Platform\Entity\Log\RequestResponse::getSystemId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\Log\DataStreamRequestResponseRepository::serializeMessage==>GameDev\Platform\Entity\Log\RequestResponse::getSystemName] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\Log\DataStreamRequestResponseRepository::serializeMessage==>GameDev\Platform\Entity\Log\RequestResponse::getSystemType] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\Log\DataStreamRequestResponseRepository::serializeMessage==>GameDev\Platform\Entity\Log\RequestResponse::getContext] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\Log\DataStreamRequestResponseRepository::serializeMessage==>GameDev\Platform\Helper\Json::encode] => Array
                (
                    [ct] => 6
                    [wt] => 56
                    [cpu] => 0
                    [mu] => 4632
                    [pmu] => 9488
                )

            [GameDev\Platform\Repository\Log\DataStreamRequestResponseRepository::serializeMessage==>GameDev\Platform\Entity\Log\RequestResponse::getReferer] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\Log\DataStreamRequestResponseRepository::serializeMessage==>GameDev\Platform\Entity\Log\RequestResponse::getRequestIp] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\Log\DataStreamRequestResponseRepository::serializeMessage==>GameDev\Platform\Entity\Log\RequestResponse::getRequestHost] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\Log\DataStreamRequestResponseRepository::serializeMessage==>GameDev\Platform\Entity\Log\RequestResponse::getRequestMethod] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\Log\DataStreamRequestResponseRepository::serializeMessage==>GameDev\Platform\Entity\Log\RequestResponse::getRequestUri] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\Log\DataStreamRequestResponseRepository::serializeMessage==>GameDev\Platform\Entity\Log\RequestResponse::getRequestBody] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\Log\DataStreamRequestResponseRepository::serializeMessage==>GameDev\Platform\Entity\Log\RequestResponse::getRequestHeaders] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\Log\DataStreamRequestResponseRepository::serializeMessage==>GameDev\Platform\Entity\Log\RequestResponse::getResponseBody] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\Log\DataStreamRequestResponseRepository::serializeMessage==>GameDev\Platform\Entity\Log\RequestResponse::getResponseHeaders] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\Log\DataStreamRequestResponseRepository::serializeMessage==>GameDev\Platform\Entity\Log\RequestResponse::getResponseStatus] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\Log\DataStreamRequestResponseRepository::serializeMessage==>GameDev\Platform\Entity\Log\RequestResponse::getErrorCode] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\Log\DataStreamRequestResponseRepository::serializeMessage==>GameDev\Platform\Entity\Log\RequestResponse::getErrorMessage] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\Log\DataStreamRequestResponseRepository::serializeMessage==>GameDev\Platform\Entity\Log\RequestResponse::getErrorType] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 248
                )

            [GameDev\Platform\Repository\Log\DataStreamRequestResponseRepository::serializeMessage==>GameDev\Platform\Entity\Log\RequestResponse::getErrorFile] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\Log\DataStreamRequestResponseRepository::serializeMessage==>GameDev\Platform\Entity\Log\RequestResponse::getErrorLine] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\Log\DataStreamRequestResponseRepository::serializeMessage==>GameDev\Platform\Entity\Log\RequestResponse::getErrorTrace] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\Log\DataStreamRequestResponseRepository::serializeMessage==>GameDev\Platform\Entity\Log\RequestResponse::getErrorDetails] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Shared\DataStreamBundle\DataStreamRepository::saveMessage==>GameDev\Platform\Repository\Log\DataStreamRequestResponseRepository::serializeMessage] => Array
                (
                    [ct] => 1
                    [wt] => 588
                    [cpu] => 0
                    [mu] => 70648
                    [pmu] => 71328
                )

            [Shared\DataStreamBundle\DataStreamRepository::getProducerTopic==>Shared\DataStreamBundle\Kafka\ProducerTopicRegistry::getProducerTopic] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Shared\DataStreamBundle\DataStreamRepository::saveMessage==>Shared\DataStreamBundle\DataStreamRepository::getProducerTopic] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [Shared\DataStreamBundle\Kafka\ProducerTopic::produce==>RdKafka\ProducerTopic::produce] => Array
                (
                    [ct] => 1
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Shared\DataStreamBundle\Kafka\ProducerTopic::produce==>RdKafka::getOutQLen] => Array
                (
                    [ct] => 7
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Shared\DataStreamBundle\Kafka\ProducerTopic::produce==>RdKafka::poll] => Array
                (
                    [ct] => 6
                    [wt] => 6403
                    [cpu] => 1497
                    [mu] => 1232
                    [pmu] => 3024
                )

            [RdKafka::poll==>Shared\DataStreamBundle\Kafka\Callbacks\DeliveryErrorToMonologCallback::__invoke] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Shared\DataStreamBundle\Kafka\ProducerTopic::produce==>RdKafka::flush] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Shared\DataStreamBundle\DataStreamRepository::saveMessage==>Shared\DataStreamBundle\Kafka\ProducerTopic::produce] => Array
                (
                    [ct] => 1
                    [wt] => 6503
                    [cpu] => 1497
                    [mu] => 3856
                    [pmu] => 3024
                )

            [GameDev\Platform\Repository\Log\DataStreamRequestResponseRepository::save==>Shared\DataStreamBundle\DataStreamRepository::saveMessage] => Array
                (
                    [ct] => 1
                    [wt] => 7116
                    [cpu] => 1497
                    [mu] => 74256
                    [pmu] => 75160
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::flush==>GameDev\Platform\Repository\Log\DataStreamRequestResponseRepository::save] => Array
                (
                    [ct] => 1
                    [wt] => 7120
                    [cpu] => 1497
                    [mu] => 72424
                    [pmu] => 75256
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::saveRequestResponseLog==>GameDev\Platform\Service\Shared\Log\RequestResponseLogger::flush] => Array
                (
                    [ct] => 1
                    [wt] => 7125
                    [cpu] => 1497
                    [mu] => 73152
                    [pmu] => 75368
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::saveRequestResponseLog] => Array
                (
                    [ct] => 7
                    [wt] => 7406
                    [cpu] => 1497
                    [mu] => 92016
                    [pmu] => 79976
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2368}] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::saveRequestResponseLog==>GameDev\Platform\EventSubscriber\Aggregator\API\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2376}] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::saveRequestResponseLog==>GameDev\Platform\EventSubscriber\BackOffice\API\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2383}] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::saveRequestResponseLog==>GameDev\Platform\EventSubscriber\Game\API\Instant\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2390}] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::saveRequestResponseLog==>GameDev\Platform\EventSubscriber\Game\API\Slot\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2402}] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::saveRequestResponseLog==>GameDev\Platform\EventSubscriber\Info\API\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 312
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2409}] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::saveRequestResponseLog==>GameDev\Platform\EventSubscriber\Monitoring\API\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 312
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2362}] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::stopRequestTimers==>Symfony\Component\HttpKernel\Event\KernelEvent::getRequest] => Array
                (
                    [ct] => 7
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 264
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::stopRequestTimers==>GameDev\Platform\Legacy\EventSubscriber\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [GameDev\Platform\Utils\Pinba::stopTimer==>pinba_timer_stop] => Array
                (
                    [ct] => 3
                    [wt] => 11
                    [cpu] => 392
                    [mu] => 568
                    [pmu] => 312
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::stopRequestTimers==>GameDev\Platform\Utils\Pinba::stopTimer] => Array
                (
                    [ct] => 2
                    [wt] => 15
                    [cpu] => 293
                    [mu] => 1264
                    [pmu] => 1008
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::stopRequestTimers] => Array
                (
                    [ct] => 7
                    [wt] => 174
                    [cpu] => 382
                    [mu] => 8056
                    [pmu] => 5272
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2369}] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 72
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::stopRequestTimers==>GameDev\Platform\EventSubscriber\Aggregator\API\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 312
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2377}] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::stopRequestTimers==>GameDev\Platform\EventSubscriber\BackOffice\API\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 312
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2384}] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::stopRequestTimers==>GameDev\Platform\EventSubscriber\Game\API\Instant\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 36
                    [cpu] => 89
                    [mu] => 696
                    [pmu] => 328
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2391}] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::stopRequestTimers==>GameDev\Platform\EventSubscriber\Game\API\Slot\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 312
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2403}] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::stopRequestTimers==>GameDev\Platform\EventSubscriber\Info\API\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 312
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2410}] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::stopRequestTimers==>GameDev\Platform\EventSubscriber\Monitoring\API\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 312
                )

            [Symfony\Component\HttpKernel\HttpKernel::terminate==>Symfony\Component\EventDispatcher\EventDispatcher::dispatch] => Array
                (
                    [ct] => 1
                    [wt] => 7756
                    [cpu] => 1879
                    [mu] => 108136
                    [pmu] => 85624
                )

            [Symfony\Component\HttpKernel\Kernel::terminate==>Symfony\Component\HttpKernel\HttpKernel::terminate] => Array
                (
                    [ct] => 1
                    [wt] => 7771
                    [cpu] => 1879
                    [mu] => 110192
                    [pmu] => 85624
                )

            [GameDev\Platform\Kernel::terminate==>Symfony\Component\HttpKernel\Kernel::terminate] => Array
                (
                    [ct] => 1
                    [wt] => 7790
                    [cpu] => 1879
                    [mu] => 111504
                    [pmu] => 85768
                )

            [Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner::run==>GameDev\Platform\Kernel::terminate] => Array
                (
                    [ct] => 1
                    [wt] => 7800
                    [cpu] => 1879
                    [mu] => 112832
                    [pmu] => 86352
                )

            [main()==>Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner::run] => Array
                (
                    [ct] => 1
                    [wt] => 268390
                    [cpu] => 124205
                    [mu] => 6016496
                    [pmu] => 6016240
                )

            [main()==>GameDev\Platform\Utils\Pinba::stopTimer] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 99
                    [mu] => 552
                    [pmu] => 0
                )

            [main()==>GameDev\Platform\Kernel::getTraceId] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [main()==>dechex] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 560
                    [pmu] => 0
                )

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

            [Xhgui\Profiler\Profilers\XHProf::disable==>xhprof_disable] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Xhgui\Profiler\Profiler::disable==>Xhgui\Profiler\Profilers\XHProf::disable] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1216
                    [pmu] => 960
                )

            [Xhgui\Profiler\Profiler::stop==>Xhgui\Profiler\Profiler::disable] => Array
                (
                    [ct] => 1
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 2592
                    [pmu] => 2208
                )

            [main()==>Xhgui\Profiler\Profiler::stop] => Array
                (
                    [ct] => 1
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 3192
                    [pmu] => 2744
                )

            [main()] => Array
                (
                    [ct] => 1
                    [wt] => 270632
                    [cpu] => 125195
                    [mu] => 6045952
                    [pmu] => 6043904
                )

        )

)