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] => 693cd766fbd4732c0b249dd5
    [meta] => Array
        (
            [url] => /v3/State/saveChanges
            [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-sf-no-cf.flexibleprovider.com
                    [SERVER_NAME] => api-sf-no-cf.flexibleprovider.com-73bd8c0cb731c604
                    [SERVER_ADDR] => 192.168.181.251
                    [REMOTE_ADDR] => 192.168.158.209
                    [DOCUMENT_ROOT] => /app
                    [REQUEST_METHOD] => POST
                    [QUERY_STRING] => project=2027&time=1765594981&signature=29e7e8181206f203051eb833fc3a5c86
                    [PHP_SELF] => /index.php
                    [REQUEST_TIME_FLOAT] => 1765594981.5722
                    [REQUEST_TIME] => 1765594981
                )

            [simple_url] => /v3/State/saveChanges
            [request_ts] => MongoDate Object
                (
                    [sec] => 1765594981
                    [usec] => 0
                )

            [request_ts_micro] => MongoDate Object
                (
                    [sec] => 1765594981
                    [usec] => 572000
                )

            [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] => 7
                    [cpu] => 0
                    [mu] => 1864
                    [pmu] => 0
                )

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

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

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

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

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

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

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

            [Symfony\Component\HttpFoundation\ServerBag::getHeaders==>str_starts_with] => Array
                (
                    [ct] => 1667
                    [wt] => 870
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Symfony\Component\HttpFoundation\ServerBag::getHeaders==>substr] => Array
                (
                    [ct] => 14
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1144
                    [pmu] => 944
                )

            [Symfony\Component\HttpFoundation\Request::initialize==>Symfony\Component\HttpFoundation\ServerBag::getHeaders] => Array
                (
                    [ct] => 1
                    [wt] => 2422
                    [cpu] => 2539
                    [mu] => 3184
                    [pmu] => 2928
                )

            [Symfony\Component\HttpFoundation\HeaderBag::set==>strtr] => Array
                (
                    [ct] => 19
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 1320
                    [pmu] => 336
                )

            [Symfony\Component\HttpFoundation\HeaderBag::__construct==>Symfony\Component\HttpFoundation\HeaderBag::set] => Array
                (
                    [ct] => 14
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 5544
                    [pmu] => 2288
                )

            [Symfony\Component\HttpFoundation\Request::initialize==>Symfony\Component\HttpFoundation\HeaderBag::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 47
                    [cpu] => 0
                    [mu] => 6240
                    [pmu] => 5984
                )

            [Symfony\Component\HttpFoundation\Request::__construct==>Symfony\Component\HttpFoundation\Request::initialize] => Array
                (
                    [ct] => 1
                    [wt] => 2502
                    [cpu] => 2539
                    [mu] => 12400
                    [pmu] => 12864
                )

            [Symfony\Component\HttpFoundation\Request::createRequestFromFactory==>Symfony\Component\HttpFoundation\Request::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2505
                    [cpu] => 2539
                    [mu] => 13736
                    [pmu] => 13544
                )

            [Symfony\Component\HttpFoundation\Request::createFromGlobals==>Symfony\Component\HttpFoundation\Request::createRequestFromFactory] => Array
                (
                    [ct] => 1
                    [wt] => 2511
                    [cpu] => 2539
                    [mu] => 15056
                    [pmu] => 14800
                )

            [Symfony\Component\HttpFoundation\HeaderBag::all==>strtr] => Array
                (
                    [ct] => 17
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 1136
                    [pmu] => 336
                )

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

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

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

            [Symfony\Component\Runtime\SymfonyRuntime::getRunner==>Symfony\Component\HttpFoundation\Request::createFromGlobals] => Array
                (
                    [ct] => 1
                    [wt] => 2525
                    [cpu] => 2539
                    [mu] => 18376
                    [pmu] => 18120
                )

            [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] => 2534
                    [cpu] => 2539
                    [mu] => 19800
                    [pmu] => 19544
                )

            [Symfony\Component\HttpKernel\Kernel::getProjectDir==>ReflectionObject::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [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] => 11
                    [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] => 31
                    [cpu] => 0
                    [mu] => 3392
                    [pmu] => 3136
                )

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

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

            [Symfony\Component\HttpKernel\Kernel::initializeBundles==>GameDev\Platform\Kernel::registerBundles] => Array
                (
                    [ct] => 10
                    [wt] => 56
                    [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] => 42
                    [cpu] => 0
                    [mu] => 2776
                    [pmu] => 1416
                )

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

            [Symfony\Component\HttpKernel\Kernel::preBoot==>Symfony\Component\HttpKernel\Kernel::initializeBundles] => Array
                (
                    [ct] => 1
                    [wt] => 139
                    [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] => 0
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 600
                )

            [Symfony\Component\HttpKernel\Kernel::getContainerClass==>preg_match] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [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] => 0
                    [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] => 10
                    [cpu] => 0
                    [mu] => 2592
                    [pmu] => 2336
                )

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

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

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

            [Symfony\Component\HttpKernel\Kernel::initializeContainer==>Symfony\Component\Config\ConfigCache::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [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] => 3
                    [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] => 1
                    [cpu] => 0
                    [mu] => 648
                    [pmu] => 392
                )

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

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

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

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::__construct():150}==>dirname] => Array
                (
                    [ct] => 319
                    [wt] => 175
                    [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] => 15
                    [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] => 606
                    [cpu] => 0
                    [mu] => 28592
                    [pmu] => 34376
                )

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

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

            [Symfony\Component\HttpKernel\Kernel::preBoot==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::hasParameter] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [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] => 861
                    [cpu] => 0
                    [mu] => 78848
                    [pmu] => 81912
                )

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

            [Symfony\Component\HttpKernel\Kernel::boot==>Symfony\Component\HttpKernel\Kernel::getBundles] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [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] => 26
                    [cpu] => 0
                    [mu] => 1184
                    [pmu] => 928
                )

            [Monolog\Logger::__construct==>date_default_timezone_get] => Array
                (
                    [ct] => 8
                    [wt] => 58
                    [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] => 65
                    [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] => 9
                    [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] => 1
                    [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] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 360
                )

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

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

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

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

            [Sentry\Integration\RequestIntegration::__construct==>Sentry\Integration\RequestIntegration::configureOptions] => Array
                (
                    [ct] => 2
                    [wt] => 26
                    [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] => 47
                    [cpu] => 0
                    [mu] => 14704
                    [pmu] => 704
                )

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

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

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

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

            [Symfony\Component\OptionsResolver\OptionsResolver::verifyTypes@1==>Symfony\Component\OptionsResolver\OptionsResolver::splitOutsideParenthesis] => Array
                (
                    [ct] => 16
                    [wt] => 10
                    [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] => 8
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

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

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

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

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

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

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

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

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHubInterfaceService==>Sentry\Integration\RequestIntegration::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 119
                    [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] => 2
                    [cpu] => 0
                    [mu] => 712
                    [pmu] => 64
                )

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

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

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

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

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

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

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

            [Symfony\Component\DependencyInjection\Container::getEnv==>substr] => Array
                (
                    [ct] => 72
                    [wt] => 42
                    [cpu] => 0
                    [mu] => 4224
                    [pmu] => 688
                )

            [Symfony\Component\DependencyInjection\Container::getEnv==>Symfony\Component\DependencyInjection\ServiceLocator::has] => Array
                (
                    [ct] => 37
                    [wt] => 23
                    [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] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

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

            [Symfony\Component\DependencyInjection\Argument\ServiceLocator::get==>Symfony\Component\DependencyInjection\Container::getService] => Array
                (
                    [ct] => 71
                    [wt] => 7262
                    [cpu] => 9999
                    [mu] => 437624
                    [pmu] => 435800
                )

            [Symfony\Component\DependencyInjection\Container::getEnv==>Symfony\Component\DependencyInjection\Argument\ServiceLocator::get] => Array
                (
                    [ct] => 28
                    [wt] => 102
                    [cpu] => 11
                    [mu] => 8904
                    [pmu] => 17128
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv==>strpos] => Array
                (
                    [ct] => 37
                    [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] => 25
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

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

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

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

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

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

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

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@1==>getenv] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [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] => 0
                    [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] => 3
                    [cpu] => 0
                    [mu] => 1560
                    [pmu] => 1304
                )

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

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

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

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

            [Symfony\Component\DependencyInjection\Container::getEnv@1==>Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@1] => Array
                (
                    [ct] => 25
                    [wt] => 885
                    [cpu] => 0
                    [mu] => 83584
                    [pmu] => 117440
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv==>Symfony\Component\DependencyInjection\Container::getEnv@1] => Array
                (
                    [ct] => 25
                    [wt] => 1323
                    [cpu] => 0
                    [mu] => 98520
                    [pmu] => 132600
                )

            [Symfony\Component\DependencyInjection\Container::getEnv==>Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv] => Array
                (
                    [ct] => 37
                    [wt] => 1527
                    [cpu] => 9999
                    [mu] => 98152
                    [pmu] => 134664
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHubInterfaceService==>Symfony\Component\DependencyInjection\Container::getEnv] => Array
                (
                    [ct] => 2
                    [wt] => 132
                    [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] => 0
                    [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] => 112
                    [cpu] => 0
                    [mu] => 17192
                    [pmu] => 15280
                )

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

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

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

            [Symfony\Component\OptionsResolver\OptionsResolver::getParameterClassName==>ReflectionNamedType::isBuiltin] => Array
                (
                    [ct] => 6
                    [wt] => 2
                    [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] => 30
                    [cpu] => 0
                    [mu] => 3312
                    [pmu] => 2696
                )

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

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

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

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

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

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

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

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

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

            [Symfony\Component\OptionsResolver\OptionsResolver::verifyTypes==>is_callable] => Array
                (
                    [ct] => 5
                    [wt] => 3
                    [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] => 7
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 328
                )

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

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

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

            [Symfony\Component\OptionsResolver\OptionsResolver::verifyTypes==>is_int] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [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] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 464
                )

            [Symfony\Component\OptionsResolver\OptionsResolver::offsetGet==>Sentry\Options::normalizeBooleanOrUrl] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [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] => 4
                    [cpu] => 0
                    [mu] => 1672
                    [pmu] => 1224
                )

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

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

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

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

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

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

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

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

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

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

            [Symfony\Component\OptionsResolver\OptionsResolver::offsetGet==>Sentry\Options::normalizeDsnOption] => Array
                (
                    [ct] => 1
                    [wt] => 15
                    [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] => 10
                    [cpu] => 0
                    [mu] => 936
                    [pmu] => 400
                )

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

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

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

            [Symfony\Component\OptionsResolver\OptionsResolver::verifyTypes==>is_array] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [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] => 618
                    [cpu] => 0
                    [mu] => 28392
                    [pmu] => 28136
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHubInterfaceService==>Sentry\Options::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 898
                    [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] => 1
                    [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] => 1
                    [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] => 8
                    [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] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

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

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

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

            [Sentry\ClientBuilder::getClient==>Sentry\ClientBuilder::getTransport] => Array
                (
                    [ct] => 1
                    [wt] => 40
                    [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] => 12
                    [cpu] => 0
                    [mu] => 2592
                    [pmu] => 2336
                )

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

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

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

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

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

            [Sentry\Integration\IntegrationRegistry::getDefaultIntegrations==>Sentry\Options::getDsn] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [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] => 115
                    [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] => 3
                    [cpu] => 0
                    [mu] => 1384
                    [pmu] => 1128
                )

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

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

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

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

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

            [Sentry\Integration\IntegrationRegistry::setupIntegrations==>Sentry\Integration\IntegrationRegistry::setupIntegration] => Array
                (
                    [ct] => 5
                    [wt] => 27
                    [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] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Sentry\Integration\IntegrationRegistry::setupIntegration==>Sentry\Integration\EnvironmentIntegration::setupOnce] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [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] => 3
                    [cpu] => 0
                    [mu] => 1776
                    [pmu] => 1520
                )

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

            [Sentry\Integration\IntegrationRegistry::setupIntegration==>Sentry\Integration\RequestIntegration::setupOnce] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [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] => 3
                    [cpu] => 0
                    [mu] => 1216
                    [pmu] => 960
                )

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

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

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

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

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

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

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

            [Sentry\Util\SentryUid::generate==>substr] => Array
                (
                    [ct] => 10
                    [wt] => 4
                    [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] => 3
                    [cpu] => 0
                    [mu] => 1192
                    [pmu] => 0
                )

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

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

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

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

            [Sentry\Tracing\SpanId::generate==>Sentry\Util\SentryUid::generate] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [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] => 22
                    [cpu] => 0
                    [mu] => 3184
                    [pmu] => 0
                )

            [Sentry\Tracing\PropagationContext::fromDefaults==>mt_getrandmax] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [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] => 74
                    [cpu] => 0
                    [mu] => 21328
                    [pmu] => 21280
                )

            [Sentry\State\Hub::__construct==>Sentry\State\Scope::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 77
                    [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] => 83
                    [cpu] => 0
                    [mu] => 23744
                    [pmu] => 23488
                )

            [Sentry\State\HubAdapter::bindClient==>Sentry\SentrySdk::getCurrentHub] => Array
                (
                    [ct] => 1
                    [wt] => 89
                    [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] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

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

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

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHandlerService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHubInterfaceService] => Array
                (
                    [ct] => 1
                    [wt] => 1583
                    [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] => 40
                    [cpu] => 0
                    [mu] => 5336
                    [pmu] => 4808
                )

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

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

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

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

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

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

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

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

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDebug_ErrorHandlerConfiguratorService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonolog_Handler_ConsoleService] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [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] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 568
                )

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

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

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

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

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

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

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

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

            [Monolog\Handler\StreamHandler::__construct==>max] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [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] => 4
                    [cpu] => 0
                    [mu] => 680
                    [pmu] => 328
                )

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

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

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonolog_Handler_MainService==>Monolog\Handler\StreamHandler::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 44
                    [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] => 0
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 576
                )

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

            [Monolog\Formatter\JsonFormatter::__construct==>Monolog\Formatter\NormalizerFormatter::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [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] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

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

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonolog_Handler_MainService==>Monolog\Handler\FingersCrossed\ErrorLevelActivationStrategy::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [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] => 95
                    [cpu] => 0
                    [mu] => 19960
                    [pmu] => 19704
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonolog_Logger_DeprecationService==>Monolog\Logger::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [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] => 7
                    [cpu] => 0
                    [mu] => 880
                    [pmu] => 624
                )

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

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

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

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDebug_ErrorHandlerConfiguratorService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonolog_Logger_DeprecationService] => Array
                (
                    [ct] => 1
                    [wt] => 65
                    [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] => 1888
                    [cpu] => 0
                    [mu] => 229816
                    [pmu] => 229560
                )

            [Symfony\Component\DependencyInjection\Container::get==>Symfony\Component\DependencyInjection\Container::make] => Array
                (
                    [ct] => 4
                    [wt] => 3080
                    [cpu] => 0
                    [mu] => 509408
                    [pmu] => 508576
                )

            [Symfony\Bundle\FrameworkBundle\FrameworkBundle::boot==>Symfony\Component\DependencyInjection\Container::get] => Array
                (
                    [ct] => 1
                    [wt] => 1899
                    [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] => 20
                    [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] => 27
                    [cpu] => 0
                    [mu] => 2784
                    [pmu] => 8208
                )

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

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

            [Symfony\Component\HttpKernel\Kernel::boot==>Symfony\Bundle\FrameworkBundle\FrameworkBundle::boot] => Array
                (
                    [ct] => 1
                    [wt] => 1959
                    [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] => 5
                    [cpu] => 0
                    [mu] => 1992
                    [pmu] => 0
                )

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

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

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

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

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

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

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

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

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

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

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

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

            [Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::__construct==>array_merge] => Array
                (
                    [ct] => 10
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1880
                    [pmu] => 800
                )

            [Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::__construct==>array_reverse] => Array
                (
                    [ct] => 10
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 2760
                    [pmu] => 600
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getNormalizerInterfaceService==>Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 53
                    [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] => 11
                    [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] => 31
                    [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] => 5
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Symfony\Component\Cache\Adapter\ApcuAdapter::isSupported==>ini_get] => Array
                (
                    [ct] => 7
                    [wt] => 5
                    [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] => 8
                    [cpu] => 0
                    [mu] => 2544
                    [pmu] => 2288
                )

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

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

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

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

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

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

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

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

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

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

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

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

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getNormalizerInterfaceService==>Symfony\Component\PropertyAccess\PropertyAccessor::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [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] => 7
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

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

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

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

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

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

            [Symfony\Component\Cache\Adapter\AbstractAdapter::createSystemCache==>Symfony\Component\Cache\Adapter\AbstractAdapter::setLogger] => Array
                (
                    [ct] => 8
                    [wt] => 5
                    [cpu] => 22
                    [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] => 90
                    [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] => 13
                    [cpu] => 0
                    [mu] => 2928
                    [pmu] => 2200
                )

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

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

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

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::create==>Symfony\Component\Cache\Adapter\PhpArrayAdapter::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 6
                    [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] => 2
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getNormalizerInterfaceService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSerializer_Mapping_CacheClassMetadataFactoryService] => Array
                (
                    [ct] => 1
                    [wt] => 140
                    [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] => 6
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

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

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

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

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getPropertyInfo_CacheService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCache_PropertyInfoService] => Array
                (
                    [ct] => 1
                    [wt] => 67
                    [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] => 98
                    [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] => 2
                    [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] => 7
                    [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] => 2
                    [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] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 600
                )

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

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getNormalizerInterfaceService==>Symfony\Component\Serializer\Normalizer\PropertyNormalizer::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 24
                    [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] => 1
                    [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] => 15
                    [cpu] => 0
                    [mu] => 2880
                    [pmu] => 2624
                )

            [Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer::__construct==>array_merge] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [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] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

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

            [Symfony\Component\Mime\MimeTypes::__construct==>Symfony\Component\Mime\MimeTypes::registerGuesser] => Array
                (
                    [ct] => 2
                    [wt] => 8
                    [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] => 28
                    [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] => 36
                    [cpu] => 0
                    [mu] => 5856
                    [pmu] => 5600
                )

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

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

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

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

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

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

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

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getNormalizerInterfaceService==>Symfony\Component\Serializer\Encoder\XmlEncoder::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [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] => 5
                    [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] => 4
                    [cpu] => 0
                    [mu] => 1656
                    [pmu] => 1400
                )

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

            [Symfony\Component\Serializer\Encoder\YamlEncoder::__construct==>class_exists] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [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] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

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

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

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getNormalizerInterfaceService==>Symfony\Component\Serializer\Encoder\CsvEncoder::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [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] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Serializer::__construct==>Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer::setSerializer] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [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] => 48
                    [cpu] => 0
                    [mu] => 7552
                    [pmu] => 7296
                )

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

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

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

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

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

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

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

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

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

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

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

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

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHttpKernelService==>Symfony\Component\HttpKernel\Controller\ContainerControllerResolver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [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] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

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

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

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

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

            [Symfony\Component\HttpKernel\HttpKernel::handle==>Symfony\Component\HttpFoundation\HeaderBag::set] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [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] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

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

            [Symfony\Component\EventDispatcher\EventDispatcher::dispatch==>Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners] => Array
                (
                    [ct] => 7
                    [wt] => 81
                    [cpu] => 0
                    [mu] => 60936
                    [pmu] => 46864
                )

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

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getLoggerService==>Monolog\Logger::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [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] => 13
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getLoggerService==>Monolog\Logger::pushHandler] => Array
                (
                    [ct] => 3
                    [wt] => 8
                    [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] => 35
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

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

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

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

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

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

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

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

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

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

            [Symfony\Component\DependencyInjection\Container::getEnv@2==>Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@2] => Array
                (
                    [ct] => 16
                    [wt] => 373
                    [cpu] => 0
                    [mu] => 90536
                    [pmu] => 61408
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@1==>Symfony\Component\DependencyInjection\Container::getEnv@2] => Array
                (
                    [ct] => 16
                    [wt] => 624
                    [cpu] => 0
                    [mu] => 117504
                    [pmu] => 108608
                )

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

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getTracerInterfaceService==>GameDev\Utils\Tracer\Config::setServiceName] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [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] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

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

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

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

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@2==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::hasParameter] => Array
                (
                    [ct] => 5
                    [wt] => 5
                    [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] => 1
                    [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] => 0
                    [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] => 5
                    [cpu] => 0
                    [mu] => 1280
                    [pmu] => 0
                )

            [Jaeger\Config::getLocalAgentReportingPort==>Jaeger\Config::getLocalAgentGroup] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [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] => 32
                    [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] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

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

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

            [Jaeger\ReporterFactory\JaegerReporterFactory::createReporter==>Thrift\Transport\TBufferedTransport::open] => Array
                (
                    [ct] => 1
                    [wt] => 228
                    [cpu] => 4981
                    [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] => 2
                    [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] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 280
                )

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

            [Monolog\JsonSerializableDateTimeImmutable::__construct==>DateTimeImmutable::__construct] => Array
                (
                    [ct] => 11
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 3576
                    [pmu] => 2200
                )

            [Monolog\Logger::addRecord==>Monolog\JsonSerializableDateTimeImmutable::__construct] => Array
                (
                    [ct] => 11
                    [wt] => 53
                    [cpu] => 0
                    [mu] => 4224
                    [pmu] => 3128
                )

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

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

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

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

            [Monolog\Logger::addRecord==>Monolog\Processor\PsrLogMessageProcessor::__invoke] => Array
                (
                    [ct] => 11
                    [wt] => 45
                    [cpu] => 0
                    [mu] => 3832
                    [pmu] => 4016
                )

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

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

            [Monolog\Logger::addRecord==>Monolog\Handler\FingersCrossedHandler::handle] => Array
                (
                    [ct] => 11
                    [wt] => 68
                    [cpu] => 0
                    [mu] => 2448
                    [pmu] => 2992
                )

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

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

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

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

            [Monolog\Logger::debug==>Monolog\Logger::addRecord] => Array
                (
                    [ct] => 10
                    [wt] => 410
                    [cpu] => 0
                    [mu] => 17544
                    [pmu] => 14904
                )

            [Jaeger\ReporterFactory\JaegerReporterFactory::createReporter==>Monolog\Logger::debug] => Array
                (
                    [ct] => 1
                    [wt] => 58
                    [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] => 1
                    [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] => 406
                    [cpu] => 4981
                    [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] => 433
                    [cpu] => 4981
                    [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] => 1
                    [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] => 4
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 216
                )

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

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

            [Jaeger\Tracer::__construct==>Jaeger\Codec\TextCodec::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 24
                    [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] => 2
                    [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] => 21
                    [cpu] => 0
                    [mu] => 592
                    [pmu] => 336
                )

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

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

            [Jaeger\Config::initializeTracer==>Jaeger\Config::createTracer] => Array
                (
                    [ct] => 1
                    [wt] => 85
                    [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] => 30
                    [cpu] => 0
                    [mu] => 1080
                    [pmu] => 1064
                )

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

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

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

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

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRequestResponseLogger2Service==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getTracerInterfaceService] => Array
                (
                    [ct] => 1
                    [wt] => 1086
                    [cpu] => 4981
                    [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] => 1143
                    [cpu] => 4981
                    [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] => 1147
                    [cpu] => 4981
                    [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] => 1
                    [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] => 44
                    [cpu] => 0
                    [mu] => 4608
                    [pmu] => 11672
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::callListeners==>Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}] => Array
                (
                    [ct] => 66
                    [wt] => 54840
                    [cpu] => 38685
                    [mu] => 2443136
                    [pmu] => 2399536
                )

            [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\HeaderUtils::parseQuery==>explode] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 2072
                    [pmu] => 240
                )

            [Symfony\Component\HttpFoundation\HeaderUtils::parseQuery==>strpos] => Array
                (
                    [ct] => 60
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Symfony\Component\HttpFoundation\HeaderUtils::parseQuery==>substr] => Array
                (
                    [ct] => 24
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 1528
                    [pmu] => 64
                )

            [Symfony\Component\HttpFoundation\HeaderUtils::parseQuery==>urldecode] => Array
                (
                    [ct] => 12
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 984
                    [pmu] => 208
                )

            [Symfony\Component\HttpFoundation\HeaderUtils::parseQuery==>ltrim] => Array
                (
                    [ct] => 12
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Symfony\Component\HttpFoundation\HeaderUtils::parseQuery==>bin2hex] => Array
                (
                    [ct] => 12
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1144
                    [pmu] => 224
                )

            [Symfony\Component\HttpFoundation\HeaderUtils::parseQuery==>implode] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1080
                    [pmu] => 0
                )

            [Symfony\Component\HttpFoundation\HeaderUtils::parseQuery==>parse_str] => Array
                (
                    [ct] => 4
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 1560
                    [pmu] => 912
                )

            [Symfony\Component\HttpFoundation\HeaderUtils::parseQuery==>hex2bin] => Array
                (
                    [ct] => 12
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 984
                    [pmu] => 584
                )

            [Symfony\Component\HttpFoundation\Request::normalizeQueryString==>Symfony\Component\HttpFoundation\HeaderUtils::parseQuery] => Array
                (
                    [ct] => 4
                    [wt] => 221
                    [cpu] => 0
                    [mu] => 10928
                    [pmu] => 3944
                )

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

            [Symfony\Component\HttpFoundation\Request::normalizeQueryString==>http_build_query] => Array
                (
                    [ct] => 4
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 968
                    [pmu] => 680
                )

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

            [Symfony\Component\HttpFoundation\Request::getUri==>Symfony\Component\HttpFoundation\Request::getQueryString] => Array
                (
                    [ct] => 4
                    [wt] => 267
                    [cpu] => 0
                    [mu] => 10072
                    [pmu] => 5864
                )

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

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

            [Symfony\Component\HttpFoundation\Request::getScheme==>Symfony\Component\HttpFoundation\Request::isSecure] => Array
                (
                    [ct] => 15
                    [wt] => 55
                    [cpu] => 0
                    [mu] => 1992
                    [pmu] => 2216
                )

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

            [Symfony\Component\HttpFoundation\Request::getHttpHost==>Symfony\Component\HttpFoundation\Request::getScheme] => Array
                (
                    [ct] => 4
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

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

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

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

            [Symfony\Component\HttpFoundation\Request::getPort==>Symfony\Component\HttpFoundation\Request::getScheme] => Array
                (
                    [ct] => 6
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 536
                )

            [Symfony\Component\HttpFoundation\Request::getHttpHost==>Symfony\Component\HttpFoundation\Request::getPort] => Array
                (
                    [ct] => 4
                    [wt] => 64
                    [cpu] => 0
                    [mu] => 3288
                    [pmu] => 3032
                )

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

            [Symfony\Component\HttpFoundation\Request::getHost==>Symfony\Component\HttpFoundation\HeaderBag::get] => Array
                (
                    [ct] => 7
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 472
                )

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

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

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

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

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

            [Symfony\Component\HttpFoundation\Request::getUri==>Symfony\Component\HttpFoundation\Request::getSchemeAndHttpHost] => Array
                (
                    [ct] => 4
                    [wt] => 188
                    [cpu] => 0
                    [mu] => 12400
                    [pmu] => 11904
                )

            [Symfony\Component\HttpFoundation\Request::getBaseUrl==>Symfony\Component\HttpFoundation\Request::isFromTrustedProxy] => Array
                (
                    [ct] => 5
                    [wt] => 3
                    [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] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

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

            [Symfony\Component\HttpFoundation\ParameterBag::getInt==>Symfony\Component\HttpFoundation\ParameterBag::filter] => Array
                (
                    [ct] => 3
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 3088
                    [pmu] => 2320
                )

            [Symfony\Component\HttpFoundation\Request::isIisRewrite==>Symfony\Component\HttpFoundation\ParameterBag::getInt] => Array
                (
                    [ct] => 3
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 2656
                    [pmu] => 2800
                )

            [Symfony\Component\HttpFoundation\Request::prepareRequestUri==>Symfony\Component\HttpFoundation\Request::isIisRewrite] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 3352
                    [pmu] => 3096
                )

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

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

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

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

            [Symfony\Component\HttpFoundation\Request::getRequestUri==>Symfony\Component\HttpFoundation\Request::prepareRequestUri] => Array
                (
                    [ct] => 1
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 6768
                    [pmu] => 6512
                )

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

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

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

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

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

            [Symfony\Component\HttpFoundation\Request::prepareBaseUrl==>dirname] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [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] => 74
                    [cpu] => 0
                    [mu] => 14128
                    [pmu] => 13872
                )

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

            [Symfony\Component\HttpFoundation\Request::getUri==>Symfony\Component\HttpFoundation\Request::getBaseUrl] => Array
                (
                    [ct] => 4
                    [wt] => 92
                    [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==>substr] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 616
                    [pmu] => 616
                )

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

            [Symfony\Component\HttpFoundation\Request::getPathInfo==>Symfony\Component\HttpFoundation\Request::preparePathInfo] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 3336
                    [pmu] => 3080
                )

            [Symfony\Component\HttpFoundation\Request::getUri==>Symfony\Component\HttpFoundation\Request::getPathInfo] => Array
                (
                    [ct] => 4
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 4032
                    [pmu] => 3776
                )

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

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

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

            [Symfony\Component\HttpFoundation\Request::getMethod==>Symfony\Component\HttpFoundation\HeaderBag::get] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

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

            [Symfony\Component\HttpFoundation\Request::getContent==>file_get_contents] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 12872
                    [pmu] => 28704
                )

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

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

            [GameDev\Platform\Helper\StringHelper::trimForLog==>substr] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 10040
                    [pmu] => 7936
                )

            [GameDev\Platform\Helper\StringHelper::trimForLog==>sprintf] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1208
                    [pmu] => 320
                )

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

            [GameDev\Platform\EventSubscriber\Shared\RequestResponseLogger::logRequest==>Monolog\Logger::debug] => Array
                (
                    [ct] => 1
                    [wt] => 30
                    [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] => 311
                    [cpu] => 0
                    [mu] => 66224
                    [pmu] => 68776
                )

            [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] => 4
                    [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] => 11
                    [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] => 15
                    [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] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Utils\Tracer\Services\TracingService::startSpan==>Symfony\Component\HttpFoundation\Request::getUri] => Array
                (
                    [ct] => 1
                    [wt] => 109
                    [cpu] => 0
                    [mu] => 904
                    [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] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

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

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

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

            [GameDev\Utils\Tracer\Services\JaegerTracer::parseHeaders==>array_map] => Array
                (
                    [ct] => 3
                    [wt] => 188
                    [cpu] => 0
                    [mu] => 4744
                    [pmu] => 3976
                )

            [GameDev\Utils\Tracer\Services\JaegerTracer::extractSpanFromHeaders==>GameDev\Utils\Tracer\Services\JaegerTracer::parseHeaders] => Array
                (
                    [ct] => 3
                    [wt] => 195
                    [cpu] => 0
                    [mu] => 6688
                    [pmu] => 4992
                )

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

            [Jaeger\Codec\TextCodec::extract==>urldecode] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 632
                )

            [Jaeger\Codec\TextCodec::spanContextFromString==>explode] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1632
                    [pmu] => 656
                )

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

            [Jaeger\Codec\CodecUtility::hexToInt64==>substr] => Array
                (
                    [ct] => 16
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1192
                    [pmu] => 336
                )

            [Jaeger\Codec\CodecUtility::hexToInt64==>intval] => Array
                (
                    [ct] => 16
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [Jaeger\Codec\TextCodec::spanContextFromString==>Jaeger\Codec\CodecUtility::hexToInt64] => Array
                (
                    [ct] => 6
                    [wt] => 39
                    [cpu] => 0
                    [mu] => 1816
                    [pmu] => 1560
                )

            [Jaeger\Codec\TextCodec::extract==>Jaeger\Codec\TextCodec::spanContextFromString] => Array
                (
                    [ct] => 3
                    [wt] => 65
                    [cpu] => 0
                    [mu] => 5424
                    [pmu] => 4480
                )

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

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

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

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

            [Jaeger\Codec\TextCodec::extract==>Jaeger\SpanContext::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1184
                    [pmu] => 928
                )

            [Jaeger\Tracer::extract==>Jaeger\Codec\TextCodec::extract] => Array
                (
                    [ct] => 3
                    [wt] => 315
                    [cpu] => 0
                    [mu] => 9296
                    [pmu] => 8936
                )

            [GameDev\Utils\Tracer\Services\JaegerTracer::extractSpanFromHeaders==>Jaeger\Tracer::extract] => Array
                (
                    [ct] => 3
                    [wt] => 325
                    [cpu] => 0
                    [mu] => 9960
                    [pmu] => 9544
                )

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

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

            [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] => 4
                    [cpu] => 0
                    [mu] => 1280
                    [pmu] => 1024
                )

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

            [OpenTracing\StartSpanOptions::buildChildOf==>OpenTracing\Reference::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [OpenTracing\StartSpanOptions::create==>OpenTracing\StartSpanOptions::buildChildOf] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1312
                    [pmu] => 1056
                )

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

            [Jaeger\Tracer::startActiveSpan==>OpenTracing\StartSpanOptions::create] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 3896
                    [pmu] => 3640
                )

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

            [Jaeger\Tracer::getParentSpanContext==>OpenTracing\Reference::isType] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Jaeger\Tracer::getParentSpanContext==>OpenTracing\Reference::getSpanContext] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Jaeger\Tracer::startActiveSpan==>Jaeger\Tracer::getParentSpanContext] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 2496
                    [pmu] => 2240
                )

            [Jaeger\Tracer::startSpan==>Jaeger\Tracer::getParentSpanContext] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

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

            [Jaeger\Tracer::startSpan==>Jaeger\SpanContext::isDebugIdContainerOnly] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [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::randomId==>random_int] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 280
                )

            [Jaeger\Tracer::startSpan==>Jaeger\Tracer::randomId] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1200
                    [pmu] => 944
                )

            [Jaeger\Tracer::startSpan==>Jaeger\SpanContext::getSpanId] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [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] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Jaeger\Tracer::startSpan==>Jaeger\SpanContext::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

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

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

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

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

            [Jaeger\Span::__construct==>Jaeger\Span::microTime] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 2368
                    [pmu] => 2112
                )

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

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

            [Jaeger\Span::setTag==>Jaeger\Span::isSampled] => Array
                (
                    [ct] => 10
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 1784
                    [pmu] => 1752
                )

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

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

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

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

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

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

            [Jaeger\Span::setTag==>Jaeger\Span::makeTag] => Array
                (
                    [ct] => 10
                    [wt] => 113
                    [cpu] => 0
                    [mu] => 7576
                    [pmu] => 9296
                )

            [Jaeger\Span::__construct==>Jaeger\Span::setTag] => Array
                (
                    [ct] => 3
                    [wt] => 68
                    [cpu] => 0
                    [mu] => 9632
                    [pmu] => 9952
                )

            [Jaeger\Tracer::startSpan==>Jaeger\Span::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 84
                    [cpu] => 0
                    [mu] => 12680
                    [pmu] => 12752
                )

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

            [Jaeger\Span::setTags==>Jaeger\Span::setTag] => Array
                (
                    [ct] => 5
                    [wt] => 74
                    [cpu] => 0
                    [mu] => 776
                    [pmu] => 1488
                )

            [Jaeger\Tracer::startSpan==>Jaeger\Span::setTags] => Array
                (
                    [ct] => 1
                    [wt] => 80
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 1576
                )

            [Jaeger\Tracer::startActiveSpan==>Jaeger\Tracer::startSpan] => Array
                (
                    [ct] => 1
                    [wt] => 205
                    [cpu] => 0
                    [mu] => 23760
                    [pmu] => 23504
                )

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

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

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

            [Jaeger\Tracer::startActiveSpan==>Jaeger\ScopeManager::activate] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1944
                    [pmu] => 1688
                )

            [GameDev\Utils\Tracer\Services\JaegerTracer::startActiveSpan==>Jaeger\Tracer::startActiveSpan] => Array
                (
                    [ct] => 1
                    [wt] => 246
                    [cpu] => 0
                    [mu] => 33224
                    [pmu] => 32968
                )

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

            [Jaeger\Tracer::getActiveSpan==>Jaeger\Tracer::getScopeManager] => Array
                (
                    [ct] => 6
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 144
                )

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

            [Jaeger\Tracer::getActiveSpan==>Jaeger\Scope::getSpan] => Array
                (
                    [ct] => 6
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 296
                )

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

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

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

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

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

            [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] => 0
                    [cpu] => 0
                    [mu] => 1008
                    [pmu] => 752
                )

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

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

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

            [GameDev\Utils\Tracer\Services\JaegerTracer::setTagOfActiveSpan==>Jaeger\Span::setTag] => Array
                (
                    [ct] => 2
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 424
                    [pmu] => 1112
                )

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

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

            [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] => 18
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 128
                )

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

            [GameDev\Utils\Tracer\Services\TracingService::addRequestDetailsToActiveSpan==>GameDev\Utils\Tracer\Services\TracingService::prepareHeadersForLog] => Array
                (
                    [ct] => 1
                    [wt] => 39
                    [cpu] => 0
                    [mu] => 2656
                    [pmu] => 2200
                )

            [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] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [GameDev\Utils\Tracer\Services\TracingService::prepareContentForLog==>substr] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 1864
                    [pmu] => 1864
                )

            [GameDev\Utils\Tracer\Services\TracingService::prepareContentForLog==>sprintf] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 904
                    [pmu] => 904
                )

            [GameDev\Utils\Tracer\Services\TracingService::addRequestDetailsToActiveSpan==>GameDev\Utils\Tracer\Services\TracingService::prepareContentForLog] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 3888
                    [pmu] => 3632
                )

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

            [Jaeger\Span::log==>Jaeger\Span::microTime] => Array
                (
                    [ct] => 2
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 336
                )

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

            [GameDev\Utils\Tracer\Services\JaegerTracer::logInActiveSpan==>Jaeger\Span::log] => Array
                (
                    [ct] => 2
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 2784
                    [pmu] => 2208
                )

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

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

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

            [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] => 11
                    [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] => 15
                    [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] => 2
                    [cpu] => 0
                    [mu] => 776
                    [pmu] => 320
                )

            [Symfony\Component\DependencyInjection\Container::getEnv@3==>Symfony\Component\DependencyInjection\Container::has] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [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] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 488
                )

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

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

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

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

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

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

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

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

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

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

            [Symfony\Component\DependencyInjection\Container::getEnv@4==>Symfony\Component\DependencyInjection\Argument\ServiceLocator::get] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [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] => 85
                    [cpu] => 0
                    [mu] => 20568
                    [pmu] => 31520
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@3==>Symfony\Component\DependencyInjection\Container::getEnv@4] => Array
                (
                    [ct] => 1
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 6064
                    [pmu] => 5816
                )

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

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

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

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

            [Symfony\Component\DependencyInjection\Container::getEnv@5==>substr] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [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] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@5==>substr] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [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] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\DependencyInjection\Container::getEnv@6==>Symfony\Component\DependencyInjection\Container::get] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [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] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

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

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@6==>strpos] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [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] => 9
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@6==>ArrayIterator::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [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] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Symfony\Component\DependencyInjection\Container::getEnv@6==>Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@6] => Array
                (
                    [ct] => 1
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 20056
                    [pmu] => 19800
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@5==>Symfony\Component\DependencyInjection\Container::getEnv@6] => Array
                (
                    [ct] => 1
                    [wt] => 46
                    [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] => 58
                    [cpu] => 0
                    [mu] => 12840
                    [pmu] => 26192
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@4==>Symfony\Component\DependencyInjection\Container::getEnv@5] => Array
                (
                    [ct] => 1
                    [wt] => 73
                    [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] => 97
                    [cpu] => 0
                    [mu] => 20736
                    [pmu] => 31536
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getParameter==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDynamicParameter] => Array
                (
                    [ct] => 2
                    [wt] => 210
                    [cpu] => 0
                    [mu] => 25824
                    [pmu] => 35320
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@3==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getParameter] => Array
                (
                    [ct] => 1
                    [wt] => 104
                    [cpu] => 0
                    [mu] => 25016
                    [pmu] => 31728
                )

            [Symfony\Component\DependencyInjection\Container::getEnv@3==>Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@3] => Array
                (
                    [ct] => 2
                    [wt] => 132
                    [cpu] => 0
                    [mu] => 33848
                    [pmu] => 39960
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv@2==>Symfony\Component\DependencyInjection\Container::getEnv@3] => Array
                (
                    [ct] => 2
                    [wt] => 158
                    [cpu] => 0
                    [mu] => 38784
                    [pmu] => 44472
                )

            [Symfony\Component\DependencyInjection\EnvVarProcessor::getEnv==>filter_var] => Array
                (
                    [ct] => 4
                    [wt] => 7
                    [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] => 216
                    [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] => 6
                    [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] => 228
                    [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] => 0
                    [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] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure==>set_exception_handler] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 600
                )

            [Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure==>restore_exception_handler] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 600
                )

            [Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure==>set_error_handler] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 640
                )

            [Symfony\Component\HttpKernel\EventListener\DebugHandlersListener::configure==>restore_error_handler] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [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] => 29
                    [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] => 1
                    [cpu] => 0
                    [mu] => 832
                    [pmu] => 0
                )

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

            [Symfony\Component\HttpFoundation\Request::getContentTypeFormat==>Symfony\Component\HttpFoundation\HeaderBag::get] => Array
                (
                    [ct] => 2
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\HttpFoundation\Request::getFormat==>strpos] => Array
                (
                    [ct] => 2
                    [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] => 10
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 240
                )

            [Symfony\Component\HttpFoundation\Request::getContentTypeFormat==>Symfony\Component\HttpFoundation\Request::getFormat] => Array
                (
                    [ct] => 2
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 2592
                    [pmu] => 936
                )

            [GameDev\Platform\EventSubscriber\Shared\JsonRequestSubscriber::handleJsonBody==>Symfony\Component\HttpFoundation\Request::getContentTypeFormat] => Array
                (
                    [ct] => 1
                    [wt] => 21
                    [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] => 2
                    [wt] => 122
                    [cpu] => 0
                    [mu] => 40968
                    [pmu] => 22192
                )

            [GameDev\Platform\Helper\Json::decode==>json_last_error] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [GameDev\Platform\EventSubscriber\Shared\JsonRequestSubscriber::handleJsonBody==>GameDev\Platform\Helper\Json::decode] => Array
                (
                    [ct] => 1
                    [wt] => 67
                    [cpu] => 0
                    [mu] => 23760
                    [pmu] => 23504
                )

            [GameDev\Platform\EventSubscriber\Shared\JsonRequestSubscriber::handleJsonBody==>Symfony\Component\HttpFoundation\InputBag::set] => Array
                (
                    [ct] => 12
                    [wt] => 9
                    [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] => 116
                    [cpu] => 0
                    [mu] => 31448
                    [pmu] => 28192
                )

            [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] => 14
                    [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] => 23
                    [cpu] => 0
                    [mu] => 3608
                    [pmu] => 2568
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_IdleConnectionListenerService==>ArrayObject::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [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] => 9
                    [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] => 12
                    [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] => 0
                    [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] => 8
                    [cpu] => 0
                    [mu] => 2768
                    [pmu] => 2256
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRouterService==>Monolog\Logger::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [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] => 2
                    [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] => 0
                    [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] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Symfony\Component\Routing\RequestContext::__construct==>Symfony\Component\Routing\RequestContext::setBaseUrl] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1264
                    [pmu] => 1008
                )

            [Symfony\Component\Routing\RequestContext::setMethod==>strtoupper] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Symfony\Component\Routing\RequestContext::__construct==>Symfony\Component\Routing\RequestContext::setMethod] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1264
                    [pmu] => 1008
                )

            [Symfony\Component\Routing\RequestContext::setHost==>strtolower] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Symfony\Component\Routing\RequestContext::__construct==>Symfony\Component\Routing\RequestContext::setHost] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [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] => 2
                    [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] => 27
                    [cpu] => 0
                    [mu] => 8728
                    [pmu] => 8472
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRouter_RequestContextService==>Symfony\Component\Routing\RequestContext::fromUri] => Array
                (
                    [ct] => 1
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 11320
                    [pmu] => 11064
                )

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

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRouter_ExpressionLanguageProviderService==>Symfony\Component\Routing\Matcher\ExpressionLanguageProvider::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRouter_RequestContextService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRouter_ExpressionLanguageProviderService] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [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] => 50
                    [cpu] => 0
                    [mu] => 15304
                    [pmu] => 15048
                )

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

            [Symfony\Bundle\FrameworkBundle\Routing\Router::__construct==>Symfony\Component\Routing\Router::setOptions] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1008
                    [pmu] => 752
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRouterService==>Symfony\Bundle\FrameworkBundle\Routing\Router::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [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] => 110
                    [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] => 118
                    [cpu] => 0
                    [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] => 120
                    [cpu] => 0
                    [mu] => 28888
                    [pmu] => 28184
                )

            [Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale==>Symfony\Component\HttpKernel\Event\KernelEvent::getRequest] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 248
                )

            [Symfony\Component\HttpFoundation\Request::setPhpDefaultLocale==>class_exists] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [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] => 7
                    [cpu] => 0
                    [mu] => 1928
                    [pmu] => 1672
                )

            [Symfony\Component\HttpKernel\EventListener\LocaleListener::setDefaultLocale==>Symfony\Component\HttpFoundation\Request::setDefaultLocale] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [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] => 15
                    [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] => 2
                    [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] => 8
                    [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] => 10
                    [cpu] => 0
                    [mu] => 3264
                    [pmu] => 2560
                )

            [Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest==>Symfony\Component\HttpKernel\Event\KernelEvent::getRequest] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 216
                )

            [Symfony\Component\Routing\RequestContext::fromRequest==>Symfony\Component\HttpFoundation\Request::getBaseUrl] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Routing\RequestContext::fromRequest==>Symfony\Component\Routing\RequestContext::setBaseUrl] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Symfony\Component\Routing\RequestContext::fromRequest==>Symfony\Component\HttpFoundation\Request::getPathInfo] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Routing\RequestContext::fromRequest==>Symfony\Component\Routing\RequestContext::setPathInfo] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [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] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Routing\RequestContext::fromRequest==>Symfony\Component\HttpFoundation\Request::getHost] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Routing\RequestContext::fromRequest==>Symfony\Component\Routing\RequestContext::setHost] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Routing\RequestContext::fromRequest==>Symfony\Component\HttpFoundation\Request::getScheme] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [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] => 7
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 472
                )

            [Symfony\Component\Routing\RequestContext::fromRequest==>Symfony\Component\HttpFoundation\Request::getPort] => Array
                (
                    [ct] => 2
                    [wt] => 29
                    [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] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Routing\RequestContext::fromRequest==>Symfony\Component\Routing\RequestContext::setQueryString] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpKernel\EventListener\RouterListener::setCurrentRequest==>Symfony\Component\Routing\RequestContext::fromRequest] => Array
                (
                    [ct] => 1
                    [wt] => 96
                    [cpu] => 0
                    [mu] => 11736
                    [pmu] => 11480
                )

            [Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest==>Symfony\Component\HttpKernel\EventListener\RouterListener::setCurrentRequest] => Array
                (
                    [ct] => 1
                    [wt] => 99
                    [cpu] => 0
                    [mu] => 78000
                    [pmu] => 77744
                )

            [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] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Symfony\Component\Config\ResourceCheckerConfigCacheFactory::cache==>Symfony\Component\Config\ResourceCheckerConfigCache::isFresh] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1264
                    [pmu] => 1008
                )

            [Symfony\Component\Routing\Router::getMatcher==>Symfony\Component\Config\ResourceCheckerConfigCacheFactory::cache] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 2832
                    [pmu] => 2576
                )

            [Symfony\Component\Routing\Router::getMatcher==>Symfony\Component\Config\ResourceCheckerConfigCache::getPath] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [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] => 9
                    [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] => 33
                    [cpu] => 0
                    [mu] => 8464
                    [pmu] => 8208
                )

            [Symfony\Component\Routing\Matcher\UrlMatcher::matchRequest==>Symfony\Component\HttpFoundation\Request::getPathInfo] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Routing\Matcher\CompiledUrlMatcher::doMatch==>rawurldecode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Routing\Matcher\CompiledUrlMatcher::doMatch==>rtrim] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [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::match==>Symfony\Component\Routing\Matcher\CompiledUrlMatcher::doMatch] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 2656
                    [pmu] => 2400
                )

            [Symfony\Component\Routing\Matcher\UrlMatcher::matchRequest==>Symfony\Component\Routing\Matcher\CompiledUrlMatcher::match] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 3368
                    [pmu] => 3112
                )

            [Symfony\Component\Routing\Router::matchRequest==>Symfony\Component\Routing\Matcher\UrlMatcher::matchRequest] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 4696
                    [pmu] => 4440
                )

            [Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest==>Symfony\Component\Routing\Router::matchRequest] => Array
                (
                    [ct] => 1
                    [wt] => 55
                    [cpu] => 0
                    [mu] => 13664
                    [pmu] => 13408
                )

            [Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest==>Symfony\Component\HttpFoundation\Request::getUri] => Array
                (
                    [ct] => 1
                    [wt] => 115
                    [cpu] => 0
                    [mu] => 904
                    [pmu] => 1184
                )

            [Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest==>Symfony\Component\HttpFoundation\Request::getMethod] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 48
                )

            [Monolog\Processor\PsrLogMessageProcessor::__invoke==>strtr] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 616
                )

            [Monolog\LogRecord::with==>Monolog\LogRecord::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Monolog\Processor\PsrLogMessageProcessor::__invoke==>Monolog\LogRecord::with] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1752
                    [pmu] => 1496
                )

            [Monolog\Logger::info==>Monolog\Logger::addRecord] => Array
                (
                    [ct] => 1
                    [wt] => 52
                    [cpu] => 0
                    [mu] => 3232
                    [pmu] => 3752
                )

            [Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest==>Monolog\Logger::info] => Array
                (
                    [ct] => 1
                    [wt] => 54
                    [cpu] => 0
                    [mu] => 3736
                    [pmu] => 3808
                )

            [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] => 3
                    [cpu] => 0
                    [mu] => 1264
                    [pmu] => 1008
                )

            [Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest==>Symfony\Component\HttpFoundation\ParameterBag::set] => 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\RouterListener::onKernelRequest] => Array
                (
                    [ct] => 1
                    [wt] => 344
                    [cpu] => 0
                    [mu] => 102040
                    [pmu] => 101528
                )

            [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] => 4
                    [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] => 5
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getProducerTopicRegistryService==>Shared\DataStreamBundle\Kafka\ProducerTopicFactory::__construct] => Array
                (
                    [ct] => 11
                    [wt] => 43
                    [cpu] => 0
                    [mu] => 2448
                    [pmu] => 1192
                )

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

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

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

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonolog_Handler_FailedDeliveryService==>Symfony\Component\DependencyInjection\Container::getEnv] => Array
                (
                    [ct] => 2
                    [wt] => 126
                    [cpu] => 0
                    [mu] => 1288
                    [pmu] => 2432
                )

            [Monolog\Handler\RotatingFileHandler::__construct==>Monolog\Utils::canonicalizePath] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Monolog\Handler\RotatingFileHandler::setDateFormat==>preg_match] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Monolog\Handler\RotatingFileHandler::setFilenameFormat==>Monolog\Handler\RotatingFileHandler::setDateFormat] => Array
                (
                    [ct] => 2
                    [wt] => 6
                    [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] => 4
                    [cpu] => 0
                    [mu] => 2632
                    [pmu] => 1000
                )

            [Monolog\Handler\RotatingFileHandler::getTimedFilename==>date] => Array
                (
                    [ct] => 3
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1336
                    [pmu] => 824
                )

            [Monolog\Handler\RotatingFileHandler::getTimedFilename==>str_replace] => Array
                (
                    [ct] => 3
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 808
                    [pmu] => 648
                )

            [Monolog\Handler\RotatingFileHandler::setFilenameFormat==>Monolog\Handler\RotatingFileHandler::getTimedFilename] => Array
                (
                    [ct] => 2
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 4064
                    [pmu] => 3040
                )

            [Monolog\Handler\RotatingFileHandler::close==>Monolog\Handler\StreamHandler::close] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Monolog\Handler\RotatingFileHandler::setFilenameFormat==>Monolog\Handler\RotatingFileHandler::close] => Array
                (
                    [ct] => 2
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1248
                    [pmu] => 560
                )

            [Monolog\Handler\RotatingFileHandler::__construct==>Monolog\Handler\RotatingFileHandler::setFilenameFormat] => Array
                (
                    [ct] => 1
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 47536
                    [pmu] => 87104
                )

            [Monolog\Handler\RotatingFileHandler::getNextRotation==>str_replace] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Monolog\Handler\RotatingFileHandler::getNextRotation==>DateTimeImmutable::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 856
                    [pmu] => 0
                )

            [Monolog\Handler\RotatingFileHandler::getNextRotation==>DateTimeImmutable::setTime] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 904
                    [pmu] => 0
                )

            [Monolog\Handler\RotatingFileHandler::__construct==>Monolog\Handler\RotatingFileHandler::getNextRotation] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 2848
                    [pmu] => 0
                )

            [Monolog\Handler\RotatingFileHandler::__construct==>Monolog\Handler\RotatingFileHandler::getTimedFilename] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1400
                    [pmu] => 0
                )

            [Monolog\Handler\RotatingFileHandler::__construct==>Monolog\Handler\StreamHandler::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 39
                    [cpu] => 0
                    [mu] => 520
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonolog_Handler_FailedDeliveryService==>Monolog\Handler\RotatingFileHandler::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 109
                    [cpu] => 0
                    [mu] => 53184
                    [pmu] => 87104
                )

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

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonolog_Handler_FailedDeliveryService==>Monolog\Handler\RotatingFileHandler::setFilenameFormat] => Array
                (
                    [ct] => 1
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

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

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonolog_Logger_FailedDeliveryService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonolog_Handler_FailedDeliveryService] => Array
                (
                    [ct] => 1
                    [wt] => 265
                    [cpu] => 0
                    [mu] => 57904
                    [pmu] => 90000
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getProducerService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonolog_Logger_FailedDeliveryService] => Array
                (
                    [ct] => 1
                    [wt] => 293
                    [cpu] => 0
                    [mu] => 61616
                    [pmu] => 93080
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getProducerService==>Shared\DataStreamBundle\Kafka\ProducerFactory::setProducerConfig] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getProducerService==>Shared\DataStreamBundle\Kafka\ProducerFactory::setKafkaBrokers] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getProducerService==>Shared\DataStreamBundle\Kafka\Callbacks\DeliveryErrorToMonologCallback::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getProducerService==>Shared\DataStreamBundle\Kafka\ProducerFactory::setDeliveryCallback] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getProducerService==>Shared\DataStreamBundle\Kafka\Callbacks\ErrorToMonologCallback::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getProducerService==>Shared\DataStreamBundle\Kafka\ProducerFactory::setErrorCallback] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Shared\DataStreamBundle\Kafka\ProducerFactory::__invoke==>RdKafka\Conf::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Shared\DataStreamBundle\Kafka\ProducerFactory::__invoke==>RdKafka\Conf::set] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Shared\DataStreamBundle\Kafka\ProducerFactory::__invoke==>RdKafka\Conf::setDrMsgCb] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Shared\DataStreamBundle\Kafka\ProducerFactory::__invoke==>RdKafka\Conf::setErrorCb] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Shared\DataStreamBundle\Kafka\ProducerFactory::__invoke==>RdKafka\Producer::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 282
                    [cpu] => 110
                    [mu] => 808
                    [pmu] => 0
                )

            [Shared\DataStreamBundle\Kafka\ProducerFactory::__invoke==>RdKafka::addBrokers] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 27
                    [mu] => 584
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getProducerService==>Shared\DataStreamBundle\Kafka\ProducerFactory::__invoke] => Array
                (
                    [ct] => 1
                    [wt] => 321
                    [cpu] => 137
                    [mu] => 5512
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getProducerTopicRegistryService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getProducerService] => Array
                (
                    [ct] => 1
                    [wt] => 639
                    [cpu] => 137
                    [mu] => 72128
                    [pmu] => 93320
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getProducerTopicRegistryService==>Shared\DataStreamBundle\Kafka\ProducerTopicFactory::setProducer] => Array
                (
                    [ct] => 11
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getProducerTopicRegistryService==>Shared\DataStreamBundle\Kafka\ProducerTopicFactory::setTopicConfig] => Array
                (
                    [ct] => 11
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getProducerTopicRegistryService==>Symfony\Component\DependencyInjection\Container::getEnv] => Array
                (
                    [ct] => 11
                    [wt] => 173
                    [cpu] => 171
                    [mu] => 3808
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getProducerTopicRegistryService==>Shared\DataStreamBundle\Kafka\ProducerTopicFactory::setTopicName] => Array
                (
                    [ct] => 11
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getProducerTopicRegistryService==>Shared\DataStreamBundle\Kafka\ProducerTopicFactory::setFlushTimeout] => Array
                (
                    [ct] => 11
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Shared\DataStreamBundle\Kafka\ProducerTopicFactory::__invoke==>Shared\DataStreamBundle\Kafka\LazyProducerTopic::__construct] => Array
                (
                    [ct] => 11
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Shared\DataStreamBundle\Kafka\LazyProducerTopic::buildProducerTopic==>RdKafka\TopicConf::__construct] => Array
                (
                    [ct] => 11
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Shared\DataStreamBundle\Kafka\LazyProducerTopic::buildProducerTopic==>RdKafka\TopicConf::set] => Array
                (
                    [ct] => 22
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Shared\DataStreamBundle\Kafka\LazyProducerTopic::buildProducerTopic==>RdKafka::newTopic] => Array
                (
                    [ct] => 11
                    [wt] => 52
                    [cpu] => 0
                    [mu] => 1928
                    [pmu] => 0
                )

            [Shared\DataStreamBundle\Kafka\LazyProducerTopic::buildProducerTopic==>Shared\DataStreamBundle\Kafka\ProducerTopic::__construct] => Array
                (
                    [ct] => 11
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Shared\DataStreamBundle\Kafka\LazyProducerTopic::getProducerTopic==>Shared\DataStreamBundle\Kafka\LazyProducerTopic::buildProducerTopic] => Array
                (
                    [ct] => 11
                    [wt] => 152
                    [cpu] => 36
                    [mu] => 7816
                    [pmu] => 0
                )

            [Shared\DataStreamBundle\Kafka\ProducerTopicFactory::__invoke==>Shared\DataStreamBundle\Kafka\LazyProducerTopic::getProducerTopic] => Array
                (
                    [ct] => 11
                    [wt] => 173
                    [cpu] => 36
                    [mu] => 6752
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getProducerTopicRegistryService==>Shared\DataStreamBundle\Kafka\ProducerTopicFactory::__invoke] => Array
                (
                    [ct] => 11
                    [wt] => 211
                    [cpu] => 138
                    [mu] => 9936
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getProducerTopicRegistryService==>Shared\DataStreamBundle\Kafka\ProducerTopicRegistry::addProducerTopic] => Array
                (
                    [ct] => 11
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 1360
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRequestResponseLoggerService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getProducerTopicRegistryService] => Array
                (
                    [ct] => 1
                    [wt] => 1199
                    [cpu] => 446
                    [mu] => 91688
                    [pmu] => 94848
                )

            [GameDev\Platform\Repository\Log\DataStreamRequestResponseRepository::__construct==>Shared\DataStreamBundle\DataStreamRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [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] => 1224
                    [cpu] => 446
                    [mu] => 95592
                    [pmu] => 98968
                )

            [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] => 5
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSubdomainRepositoryService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineService] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [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] => 120
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSubdomainRepositoryService==>GameDev\Platform\Repository\LocalConfig\SubdomainRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 736
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSubdomainProviderCachedService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSubdomainRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 4592
                    [pmu] => 1384
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSubdomainProviderCachedService==>GameDev\Platform\Service\Shared\LocalConfig\SubdomainProvider::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getPlatformCachePoolService==>Symfony\Component\DependencyInjection\Container::getEnv] => Array
                (
                    [ct] => 1
                    [wt] => 64
                    [cpu] => 0
                    [mu] => 928
                    [pmu] => 1128
                )

            [Predis\Client::__construct==>Predis\Configuration\Options::__construct] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 216
                )

            [Predis\Client::createOptions==>is_array] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 280
                )

            [Predis\Client::__construct==>Predis\Client::createOptions] => Array
                (
                    [ct] => 5
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 1168
                    [pmu] => 912
                )

            [Predis\Client::createConnection==>is_string] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 296
                )

            [Predis\Configuration\Options::__get==>array_key_exists] => Array
                (
                    [ct] => 18
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 296
                )

            [Predis\Configuration\Options::defined==>array_key_exists] => Array
                (
                    [ct] => 8
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 184
                )

            [Predis\Configuration\Option\Connections::getDefault==>Predis\Configuration\Options::defined] => Array
                (
                    [ct] => 4
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 848
                )

            [Predis\Configuration\Options::getDefault==>Predis\Configuration\Option\Connections::getDefault] => Array
                (
                    [ct] => 4
                    [wt] => 33
                    [cpu] => 0
                    [mu] => 2216
                    [pmu] => 1936
                )

            [Predis\Configuration\Options::__get==>Predis\Configuration\Options::getDefault] => Array
                (
                    [ct] => 9
                    [wt] => 116
                    [cpu] => 0
                    [mu] => 8400
                    [pmu] => 6648
                )

            [Predis\Client::createConnection==>Predis\Configuration\Options::__get] => Array
                (
                    [ct] => 4
                    [wt] => 81
                    [cpu] => 0
                    [mu] => 5616
                    [pmu] => 4856
                )

            [Predis\Connection\Factory::createParameters==>is_string] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 296
                )

            [Predis\Connection\Parameters::parse==>stripos] => Array
                (
                    [ct] => 8
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 72
                )

            [Predis\Connection\Parameters::parse==>parse_url] => Array
                (
                    [ct] => 4
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 2888
                    [pmu] => 2312
                )

            [Predis\Connection\Parameters::parse==>strpos] => Array
                (
                    [ct] => 4
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [Predis\Connection\Parameters::parse==>parse_str] => Array
                (
                    [ct] => 4
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 2280
                    [pmu] => 2424
                )

            [Predis\Connection\Parameters::parse==>array_merge] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 2056
                    [pmu] => 1432
                )

            [Predis\Connection\Factory::createParameters==>Predis\Connection\Parameters::parse] => Array
                (
                    [ct] => 4
                    [wt] => 85
                    [cpu] => 0
                    [mu] => 7472
                    [pmu] => 7352
                )

            [array_filter==>Predis\Connection\Parameters::{closure:Predis\Connection\Parameters::filter():55}] => Array
                (
                    [ct] => 28
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Predis\Connection\Parameters::filter==>array_filter] => Array
                (
                    [ct] => 4
                    [wt] => 62
                    [cpu] => 0
                    [mu] => 2720
                    [pmu] => 3824
                )

            [Predis\Connection\Parameters::__construct==>Predis\Connection\Parameters::filter] => Array
                (
                    [ct] => 4
                    [wt] => 75
                    [cpu] => 0
                    [mu] => 3368
                    [pmu] => 4648
                )

            [Predis\Connection\Factory::createParameters==>Predis\Connection\Parameters::__construct] => Array
                (
                    [ct] => 4
                    [wt] => 89
                    [cpu] => 0
                    [mu] => 4032
                    [pmu] => 5280
                )

            [Predis\Connection\Factory::create==>Predis\Connection\Factory::createParameters] => Array
                (
                    [ct] => 4
                    [wt] => 209
                    [cpu] => 0
                    [mu] => 11520
                    [pmu] => 14360
                )

            [Predis\Connection\Factory::create==>Predis\Connection\Parameters::__get] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 176
                )

            [Predis\Connection\Factory::create==>is_callable] => Array
                (
                    [ct] => 4
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 488
                )

            [Predis\Connection\StreamConnection::assertParameters==>Predis\Connection\Parameters::__get] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Predis\Connection\AbstractConnection::__construct==>Predis\Connection\StreamConnection::assertParameters] => Array
                (
                    [ct] => 4
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 1296
                    [pmu] => 504
                )

            [Predis\Connection\StreamConnection::__construct==>Predis\Connection\AbstractConnection::__construct] => Array
                (
                    [ct] => 4
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 1960
                    [pmu] => 1088
                )

            [Predis\Connection\StreamConnection::__construct==>spl_object_hash] => Array
                (
                    [ct] => 4
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 824
                    [pmu] => 552
                )

            [Predis\Connection\StreamConnection::__construct==>Predis\Connection\Parameters::__set] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Predis\Connection\Factory::create==>Predis\Connection\StreamConnection::__construct] => Array
                (
                    [ct] => 4
                    [wt] => 60
                    [cpu] => 0
                    [mu] => 4144
                    [pmu] => 3000
                )

            [Predis\Connection\Factory::prepareConnection==>Predis\Connection\AbstractConnection::getParameters] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Predis\Connection\Factory::prepareConnection==>Predis\Connection\Parameters::__isset] => Array
                (
                    [ct] => 12
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Predis\Connection\Factory::prepareConnection==>Predis\Connection\Parameters::__get] => Array
                (
                    [ct] => 8
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Predis\Connection\Factory::prepareConnection==>strlen] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 488
                )

            [Predis\Command\RawCommand::__construct==>strtoupper] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 296
                )

            [Predis\Command\RawCommand::__construct==>Predis\Command\RawCommand::setArguments] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Predis\Connection\Factory::prepareConnection==>Predis\Command\RawCommand::__construct] => Array
                (
                    [ct] => 4
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 1848
                    [pmu] => 1592
                )

            [Predis\Connection\Factory::prepareConnection==>Predis\Connection\AbstractConnection::addConnectCommand] => Array
                (
                    [ct] => 4
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1464
                    [pmu] => 560
                )

            [Predis\Connection\Factory::create==>Predis\Connection\Factory::prepareConnection] => Array
                (
                    [ct] => 4
                    [wt] => 120
                    [cpu] => 35
                    [mu] => 7848
                    [pmu] => 6008
                )

            [Predis\Client::createConnection==>Predis\Connection\Factory::create] => Array
                (
                    [ct] => 4
                    [wt] => 445
                    [cpu] => 35
                    [mu] => 24464
                    [pmu] => 26560
                )

            [Predis\Client::__construct==>Predis\Client::createConnection] => Array
                (
                    [ct] => 5
                    [wt] => 557
                    [cpu] => 35
                    [mu] => 31392
                    [pmu] => 33320
                )

            [Predis\Configuration\Option\Commands::getDefault==>Predis\Command\RedisFactory::__construct] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Predis\Configuration\Options::__isset==>array_key_exists] => Array
                (
                    [ct] => 8
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Predis\Configuration\Option\Commands::getDefault==>Predis\Configuration\Options::__isset] => Array
                (
                    [ct] => 4
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 976
                )

            [Predis\Configuration\Options::getDefault==>Predis\Configuration\Option\Commands::getDefault] => Array
                (
                    [ct] => 4
                    [wt] => 45
                    [cpu] => 0
                    [mu] => 4448
                    [pmu] => 2776
                )

            [Predis\Client::__construct==>Predis\Configuration\Options::__get] => Array
                (
                    [ct] => 5
                    [wt] => 82
                    [cpu] => 0
                    [mu] => 5080
                    [pmu] => 3408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getPlatformCachePoolService==>Predis\Client::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 179
                    [cpu] => 125
                    [mu] => 32480
                    [pmu] => 31936
                )

            [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] => 10
                    [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] => 2
                    [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] => 10
                    [cpu] => 0
                    [mu] => 1264
                    [pmu] => 1008
                )

            [Symfony\Component\Cache\Adapter\RedisAdapter::init==>Closure::bind] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [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] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 200
                )

            [Symfony\Component\Cache\Adapter\RedisAdapter::init==>Predis\Client::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Symfony\Component\Cache\Adapter\RedisAdapter::__construct==>Symfony\Component\Cache\Adapter\RedisAdapter::init] => Array
                (
                    [ct] => 1
                    [wt] => 50
                    [cpu] => 0
                    [mu] => 7336
                    [pmu] => 7080
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getPlatformCachePoolService==>Symfony\Component\Cache\Adapter\RedisAdapter::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 54
                    [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] => 311
                    [cpu] => 125
                    [mu] => 44048
                    [pmu] => 43792
                )

            [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] => 342
                    [cpu] => 125
                    [mu] => 51104
                    [pmu] => 47632
                )

            [GameDev\Platform\Repository\LocalConfig\DomainGameRepository::__construct==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDomainGameRepositoryService==>GameDev\Platform\Repository\LocalConfig\DomainGameRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 1136
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDomainProviderCachedService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDomainGameRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 2312
                    [pmu] => 2056
                )

            [GameDev\Platform\Repository\LocalConfig\DomainGeoRepository::__construct==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDomainGeoRepositoryService==>GameDev\Platform\Repository\LocalConfig\DomainGeoRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 1136
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDomainProviderCachedService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDomainGeoRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [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] => 2
                    [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] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventSubscriber7Service==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDomainProviderCachedService] => Array
                (
                    [ct] => 1
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 9472
                    [pmu] => 9216
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainEntityManagerService==>ReflectionClass::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [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] => 8
                    [cpu] => 0
                    [mu] => 3488
                    [pmu] => 3232
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventSubscriber7Service==>GameDev\Platform\Legacy\Service\SystemProvider::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventSubscriber7Service==>GameDev\Platform\Legacy\Service\Utils\RequestSystemResolver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [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] => 4
                    [cpu] => 0
                    [mu] => 1144
                    [pmu] => 888
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventSubscriber7Service==>GameDev\Platform\Legacy\EventSubscriber\KernelEventSubscriber::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [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] => 1637
                    [cpu] => 571
                    [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] => 1641
                    [cpu] => 571
                    [mu] => 166160
                    [pmu] => 165456
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::logRequest==>Symfony\Component\HttpKernel\Event\KernelEvent::getRequest] => Array
                (
                    [ct] => 7
                    [wt] => 4
                    [cpu] => 11
                    [mu] => 664
                    [pmu] => 248
                )

            [GameDev\Platform\Helper\RequestHelper::extractControllerClassName==>Symfony\Component\HttpFoundation\ParameterBag::get] => Array
                (
                    [ct] => 37
                    [wt] => 18
                    [cpu] => 5
                    [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] => 22
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [GameDev\Platform\Helper\RequestHelper::extractControllerClassName==>str_contains] => Array
                (
                    [ct] => 37
                    [wt] => 19
                    [cpu] => 7
                    [mu] => 584
                    [pmu] => 584
                )

            [GameDev\Platform\Helper\RequestHelper::extractControllerClassName==>explode] => Array
                (
                    [ct] => 37
                    [wt] => 25
                    [cpu] => 8
                    [mu] => 13608
                    [pmu] => 1416
                )

            [GameDev\Platform\Helper\RequestHelper::isControllerRequest==>GameDev\Platform\Helper\RequestHelper::extractControllerClassName] => Array
                (
                    [ct] => 10
                    [wt] => 86
                    [cpu] => 0
                    [mu] => 4880
                    [pmu] => 4528
                )

            [GameDev\Platform\Legacy\EventSubscriber\KernelEventSubscriber::supportsRequest==>GameDev\Platform\Helper\RequestHelper::isControllerRequest] => Array
                (
                    [ct] => 5
                    [wt] => 56
                    [cpu] => 0
                    [mu] => 4648
                    [pmu] => 5160
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::logRequest==>GameDev\Platform\Legacy\EventSubscriber\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 5376
                    [pmu] => 5120
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::logRequest] => Array
                (
                    [ct] => 7
                    [wt] => 7558
                    [cpu] => 3435
                    [mu] => 556896
                    [pmu] => 553024
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getValidator_BuilderService==>Symfony\Component\Validator\Validation::createValidatorBuilder] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 920
                    [pmu] => 648
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getValidator_BuilderService==>Symfony\Component\DependencyInjection\Argument\ServiceLocator::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [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] => 1
                    [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] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

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

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getValidator_BuilderService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCache_ValidatorService] => Array
                (
                    [ct] => 1
                    [wt] => 64
                    [cpu] => 22
                    [mu] => 3568
                    [pmu] => 3312
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getValidator_BuilderService==>Symfony\Component\Cache\Adapter\PhpArrayAdapter::create] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [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] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getValidator_BuilderService==>Symfony\Component\Validator\ValidatorBuilder::addLoader] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [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] => 0
                    [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] => 6
                    [cpu] => 0
                    [mu] => 3168
                    [pmu] => 2912
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoEntityManagerService==>ReflectionClass::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoEntityManagerService==>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_SessionDemoEntityManagerService] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 3808
                    [pmu] => 3552
                )

            [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] => 6
                    [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] => 4
                    [cpu] => 0
                    [mu] => 3232
                    [pmu] => 2976
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getValidatorService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getValidator_BuilderService] => Array
                (
                    [ct] => 1
                    [wt] => 179
                    [cpu] => 22
                    [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] => 1
                    [cpu] => 0
                    [mu] => 784
                    [pmu] => 552
                )

            [Symfony\Component\Validator\ValidatorBuilder::getValidator==>Symfony\Component\Validator\ValidatorBuilder::getLoaders] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [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] => 2
                    [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] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getValidatorService==>Symfony\Component\Validator\ValidatorBuilder::getValidator] => Array
                (
                    [ct] => 1
                    [wt] => 40
                    [cpu] => 13
                    [mu] => 6896
                    [pmu] => 6640
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventSubscriberService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getValidatorService] => Array
                (
                    [ct] => 1
                    [wt] => 223
                    [cpu] => 55
                    [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] => 3
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 1136
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getAggregatorProviderService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getAggregatorRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 2312
                    [pmu] => 2056
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getAggregatorProviderService==>GameDev\Platform\Service\Shared\Catalog\AggregatorProvider::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getAggregatorResolverService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getAggregatorProviderService] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 3856
                    [pmu] => 3600
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getAggregatorResolverService==>GameDev\Platform\Service\Aggregator\API\Common\Request\AggregatorResolver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventSubscriberService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getAggregatorResolverService] => Array
                (
                    [ct] => 1
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 5456
                    [pmu] => 5200
                )

            [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] => 14
                    [cpu] => 12
                    [mu] => 600
                    [pmu] => 488
                )

            [GameDev\Platform\Service\Aggregator\API\Common\ExceptionFormatter::addMapping==>sprintf] => Array
                (
                    [ct] => 22
                    [wt] => 14
                    [cpu] => 15
                    [mu] => 7624
                    [pmu] => 440
                )

            [Webmozart\Assert\Assert::classExists==>class_exists] => Array
                (
                    [ct] => 22
                    [wt] => 74
                    [cpu] => 87
                    [mu] => 552
                    [pmu] => 640
                )

            [GameDev\Platform\Service\Aggregator\API\Common\ExceptionFormatter::addMapping==>Webmozart\Assert\Assert::classExists] => Array
                (
                    [ct] => 22
                    [wt] => 106
                    [cpu] => 99
                    [mu] => 1248
                    [pmu] => 1248
                )

            [GameDev\Platform\Service\Aggregator\API\Common\ExceptionFormatter::addMapping==>array_keys] => Array
                (
                    [ct] => 22
                    [wt] => 18
                    [cpu] => 24
                    [mu] => 29992
                    [pmu] => 4120
                )

            [Webmozart\Assert\Assert::inArray==>in_array] => Array
                (
                    [ct] => 22
                    [wt] => 13
                    [cpu] => 14
                    [mu] => 552
                    [pmu] => 296
                )

            [GameDev\Platform\Service\Aggregator\API\Common\ExceptionFormatter::addMapping==>Webmozart\Assert\Assert::inArray] => Array
                (
                    [ct] => 22
                    [wt] => 49
                    [cpu] => 45
                    [mu] => 1248
                    [pmu] => 992
                )

            [GameDev\Platform\Service\Aggregator\API\Common\ExceptionFormatterFactory::__invoke==>GameDev\Platform\Service\Aggregator\API\Common\ExceptionFormatter::addMapping] => Array
                (
                    [ct] => 22
                    [wt] => 306
                    [cpu] => 292
                    [mu] => 14256
                    [pmu] => 15024
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getExceptionFormatterService==>GameDev\Platform\Service\Aggregator\API\Common\ExceptionFormatterFactory::__invoke] => Array
                (
                    [ct] => 1
                    [wt] => 377
                    [cpu] => 338
                    [mu] => 16464
                    [pmu] => 16904
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventSubscriberService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getExceptionFormatterService] => Array
                (
                    [ct] => 1
                    [wt] => 380
                    [cpu] => 343
                    [mu] => 17224
                    [pmu] => 17056
                )

            [GameDev\Platform\EventSubscriber\Aggregator\API\KernelEventSubscriber::__construct==>GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 6
                    [mu] => 1176
                    [pmu] => 920
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventSubscriberService==>GameDev\Platform\EventSubscriber\Aggregator\API\KernelEventSubscriber::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 12
                    [mu] => 1936
                    [pmu] => 1680
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2363}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventSubscriberService] => Array
                (
                    [ct] => 1
                    [wt] => 649
                    [cpu] => 412
                    [mu] => 66816
                    [pmu] => 66224
                )

            [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] => 652
                    [cpu] => 412
                    [mu] => 67672
                    [pmu] => 66968
                )

            [GameDev\Platform\Helper\RequestHelper::isControllerSubclassRequest==>GameDev\Platform\Helper\RequestHelper::extractControllerClassName] => Array
                (
                    [ct] => 27
                    [wt] => 205
                    [cpu] => 28
                    [mu] => 3224
                    [pmu] => 2488
                )

            [GameDev\Platform\Helper\RequestHelper::isControllerSubclassRequest==>is_subclass_of] => Array
                (
                    [ct] => 27
                    [wt] => 27
                    [cpu] => 6
                    [mu] => 584
                    [pmu] => 488
                )

            [GameDev\Platform\EventSubscriber\Aggregator\API\KernelEventSubscriber::supportsRequest==>GameDev\Platform\Helper\RequestHelper::isControllerSubclassRequest] => Array
                (
                    [ct] => 6
                    [wt] => 72
                    [cpu] => 29
                    [mu] => 2008
                    [pmu] => 2568
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::logRequest==>GameDev\Platform\EventSubscriber\Aggregator\API\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 23
                    [cpu] => 42
                    [mu] => 2768
                    [pmu] => 2368
                )

            [GameDev\Platform\Repository\Catalog\BackOfficeRepository::__construct==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 2
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getBackOfficeRepositoryService==>GameDev\Platform\Repository\Catalog\BackOfficeRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 11
                    [mu] => 1392
                    [pmu] => 1136
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventSubscriber2Service==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getBackOfficeRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 15
                    [mu] => 2312
                    [pmu] => 1960
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventSubscriber2Service==>GameDev\Platform\Service\BackOffice\API\Common\Request\BackOfficeResolver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [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] => 8
                    [mu] => 1176
                    [pmu] => 920
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventSubscriber2Service==>GameDev\Platform\EventSubscriber\BackOffice\API\KernelEventSubscriber::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 27
                    [cpu] => 5625
                    [mu] => 1936
                    [pmu] => 1680
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2371}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventSubscriber2Service] => Array
                (
                    [ct] => 1
                    [wt] => 57
                    [cpu] => 5655
                    [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] => 61
                    [cpu] => 5660
                    [mu] => 7224
                    [pmu] => 6408
                )

            [GameDev\Platform\EventSubscriber\BackOffice\API\KernelEventSubscriber::supportsRequest==>GameDev\Platform\Helper\RequestHelper::isControllerSubclassRequest] => Array
                (
                    [ct] => 5
                    [wt] => 57
                    [cpu] => 4
                    [mu] => 664
                    [pmu] => 1000
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::logRequest==>GameDev\Platform\EventSubscriber\BackOffice\API\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 16
                    [cpu] => 4
                    [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] => 5
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 1136
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameProviderResolverService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameProviderRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 7
                    [mu] => 2312
                    [pmu] => 2056
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameProviderResolverService==>GameDev\Platform\Service\Game\API\Common\Request\GameProviderResolver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 10
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventSubscriber3Service==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameProviderResolverService] => Array
                (
                    [ct] => 1
                    [wt] => 16
                    [cpu] => 17
                    [mu] => 3912
                    [pmu] => 3656
                )

            [GameDev\Platform\EventSubscriber\Game\API\Instant\KernelEventSubscriber::__construct==>GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [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] => 7
                    [mu] => 1936
                    [pmu] => 1680
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2378}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventSubscriber3Service] => Array
                (
                    [ct] => 1
                    [wt] => 30
                    [cpu] => 24
                    [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] => 33
                    [cpu] => 27
                    [mu] => 8680
                    [pmu] => 7864
                )

            [GameDev\Platform\EventSubscriber\Game\API\Instant\KernelEventSubscriber::supportsRequest==>GameDev\Platform\Helper\RequestHelper::isControllerSubclassRequest] => Array
                (
                    [ct] => 5
                    [wt] => 50
                    [cpu] => 13
                    [mu] => 664
                    [pmu] => 1080
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::logRequest==>GameDev\Platform\EventSubscriber\Game\API\Instant\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 13
                    [mu] => 1424
                    [pmu] => 1040
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSignatureValidator2Service==>GameDev\Platform\Service\Shared\Signature\Version2\SignatureValidator::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventSubscriber4Service==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSignatureValidator2Service] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 11
                    [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] => 16
                    [mu] => 1936
                    [pmu] => 1680
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2385}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventSubscriber4Service] => Array
                (
                    [ct] => 1
                    [wt] => 16
                    [cpu] => 27
                    [mu] => 10200
                    [pmu] => 11248
                )

            [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] => 19
                    [cpu] => 31
                    [mu] => 11056
                    [pmu] => 11248
                )

            [GameDev\Platform\EventSubscriber\Game\API\Slot\KernelEventSubscriber::supportsRequest==>GameDev\Platform\Helper\RequestHelper::isControllerSubclassRequest] => Array
                (
                    [ct] => 5
                    [wt] => 48
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 640
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::logRequest==>GameDev\Platform\EventSubscriber\Game\API\Slot\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 1424
                    [pmu] => 64
                )

            [GameDev\Platform\Service\Game\API\Common\Request\GameProviderResolver::resolveFromRequest==>Symfony\Component\HttpFoundation\ParameterBag::has] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\HttpFoundation\InputBag::filter==>Symfony\Component\HttpFoundation\ParameterBag::has] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Symfony\Component\HttpFoundation\InputBag::filter==>Symfony\Component\HttpFoundation\ParameterBag::all] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

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

            [Symfony\Component\HttpFoundation\ParameterBag::getInt==>Symfony\Component\HttpFoundation\InputBag::filter] => Array
                (
                    [ct] => 3
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 3720
                    [pmu] => 2832
                )

            [GameDev\Platform\Service\Game\API\Common\Request\GameProviderResolver::resolveFromRequest==>Symfony\Component\HttpFoundation\ParameterBag::getInt] => Array
                (
                    [ct] => 2
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 3320
                    [pmu] => 3064
                )

            [GameDev\Platform\Service\Game\API\Common\Request\GameProviderResolver::resolveFromRequest==>array_key_exists] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 296
                )

            [Doctrine\Persistence\AbstractManagerRegistry::getManagerForClass==>ReflectionClass::__construct] => Array
                (
                    [ct] => 9
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\Persistence\AbstractManagerRegistry::getManagerForClass==>ReflectionClass::isAnonymous] => Array
                (
                    [ct] => 9
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\Persistence\AbstractManagerRegistry::getManagerForClass==>ReflectionClass::implementsInterface] => Array
                (
                    [ct] => 9
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Symfony\Bridge\Doctrine\ManagerRegistry::getService==>Symfony\Component\DependencyInjection\Container::get] => Array
                (
                    [ct] => 15
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\Persistence\AbstractManagerRegistry::getManagerForClass==>Symfony\Bridge\Doctrine\ManagerRegistry::getService] => Array
                (
                    [ct] => 15
                    [wt] => 46
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 1152
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainEntityManagerService==>dirname] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 824
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_MainConnectionService==>Doctrine\DBAL\Configuration::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1064
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_MainConnectionService==>Doctrine\Bundle\DoctrineBundle\Middleware\IdleConnectionMiddleware::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_MainConnectionService==>Doctrine\Bundle\DoctrineBundle\Middleware\IdleConnectionMiddleware::setConnectionName] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_MainConnectionService==>Doctrine\DBAL\Configuration::setSchemaManagerFactory] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_MainConnectionService==>Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_MainConnectionService==>Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_MainConnectionService==>Doctrine\DBAL\Configuration::setSchemaAssetsFilter] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 264
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_MainConnectionService==>Doctrine\DBAL\Configuration::setMiddlewares] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_ConnectionFactoryService==>Doctrine\DBAL\Tools\DsnParser::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_ConnectionFactoryService==>Doctrine\Bundle\DoctrineBundle\ConnectionFactory::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_MainConnectionService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_ConnectionFactoryService] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 2304
                    [pmu] => 0
                )

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

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_MainConnectionService==>Symfony\Component\DependencyInjection\Container::getEnv] => Array
                (
                    [ct] => 1
                    [wt] => 42
                    [cpu] => 0
                    [mu] => 1448
                    [pmu] => 0
                )

            [Doctrine\Bundle\DoctrineBundle\ConnectionFactory::createConnection==>method_exists] => Array
                (
                    [ct] => 6
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\DBAL\Types\Type::createTypeRegistry==>Doctrine\DBAL\Types\Type::__construct] => Array
                (
                    [ct] => 23
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\DBAL\Types\TypeRegistry::findTypeName==>spl_object_id] => Array
                (
                    [ct] => 24
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Doctrine\DBAL\Types\TypeRegistry::register==>Doctrine\DBAL\Types\TypeRegistry::findTypeName] => Array
                (
                    [ct] => 24
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 0
                )

            [Doctrine\DBAL\Types\TypeRegistry::register==>spl_object_id] => Array
                (
                    [ct] => 24
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Doctrine\DBAL\Types\TypeRegistry::__construct==>Doctrine\DBAL\Types\TypeRegistry::register] => Array
                (
                    [ct] => 23
                    [wt] => 105
                    [cpu] => 0
                    [mu] => 5200
                    [pmu] => 952
                )

            [Doctrine\DBAL\Types\Type::createTypeRegistry==>Doctrine\DBAL\Types\TypeRegistry::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 129
                    [cpu] => 0
                    [mu] => 5864
                    [pmu] => 952
                )

            [Doctrine\DBAL\Types\Type::getTypeRegistry==>Doctrine\DBAL\Types\Type::createTypeRegistry] => Array
                (
                    [ct] => 1
                    [wt] => 223
                    [cpu] => 0
                    [mu] => 9512
                    [pmu] => 1416
                )

            [Doctrine\DBAL\Types\Type::hasType==>Doctrine\DBAL\Types\Type::getTypeRegistry] => Array
                (
                    [ct] => 6
                    [wt] => 228
                    [cpu] => 0
                    [mu] => 8824
                    [pmu] => 1480
                )

            [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] => 231
                    [cpu] => 0
                    [mu] => 10136
                    [pmu] => 1880
                )

            [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] => 18
                    [cpu] => 0
                    [mu] => 3024
                    [pmu] => 2768
                )

            [Doctrine\Bundle\DoctrineBundle\ConnectionFactory::createConnection==>Doctrine\Bundle\DoctrineBundle\ConnectionFactory::initializeTypes] => Array
                (
                    [ct] => 1
                    [wt] => 253
                    [cpu] => 0
                    [mu] => 13920
                    [pmu] => 5600
                )

            [Doctrine\DBAL\Tools\DsnParser::parse==>preg_replace] => Array
                (
                    [ct] => 5
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 296
                )

            [Doctrine\DBAL\Tools\DsnParser::parse==>parse_url] => Array
                (
                    [ct] => 5
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 3952
                    [pmu] => 3184
                )

            [Doctrine\DBAL\Tools\DsnParser::parse==>rawurldecode] => Array
                (
                    [ct] => 30
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 2072
                    [pmu] => 1944
                )

            [Doctrine\DBAL\Tools\DsnParser::parseDatabaseUrlScheme==>str_replace] => Array
                (
                    [ct] => 5
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 24
                )

            [Doctrine\DBAL\Tools\DsnParser::parse==>Doctrine\DBAL\Tools\DsnParser::parseDatabaseUrlScheme] => Array
                (
                    [ct] => 5
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 688
                )

            [Doctrine\DBAL\Tools\DsnParser::parse==>is_a] => Array
                (
                    [ct] => 5
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [Doctrine\DBAL\Tools\DsnParser::normalizeDatabaseUrlPath==>substr] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 744
                    [pmu] => 344
                )

            [Doctrine\DBAL\Tools\DsnParser::parseDatabaseUrlPath==>Doctrine\DBAL\Tools\DsnParser::normalizeDatabaseUrlPath] => Array
                (
                    [ct] => 5
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 1440
                    [pmu] => 1040
                )

            [Doctrine\DBAL\Tools\DsnParser::parseDatabaseUrlPath==>strpos] => Array
                (
                    [ct] => 5
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Doctrine\DBAL\Tools\DsnParser::parseDatabaseUrlPath==>Doctrine\DBAL\Tools\DsnParser::parseRegularDatabaseUrlPath] => Array
                (
                    [ct] => 5
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 2512
                    [pmu] => 1232
                )

            [Doctrine\DBAL\Tools\DsnParser::parse==>Doctrine\DBAL\Tools\DsnParser::parseDatabaseUrlPath] => Array
                (
                    [ct] => 5
                    [wt] => 52
                    [cpu] => 0
                    [mu] => 7192
                    [pmu] => 6296
                )

            [Doctrine\DBAL\Tools\DsnParser::parseDatabaseUrlQuery==>parse_str] => Array
                (
                    [ct] => 5
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 2608
                    [pmu] => 256
                )

            [Doctrine\DBAL\Tools\DsnParser::parseDatabaseUrlQuery==>array_merge] => Array
                (
                    [ct] => 5
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 2448
                    [pmu] => 944
                )

            [Doctrine\DBAL\Tools\DsnParser::parse==>Doctrine\DBAL\Tools\DsnParser::parseDatabaseUrlQuery] => Array
                (
                    [ct] => 5
                    [wt] => 35
                    [cpu] => 0
                    [mu] => 5944
                    [pmu] => 1928
                )

            [Doctrine\Bundle\DoctrineBundle\ConnectionFactory::parseDatabaseUrl==>Doctrine\DBAL\Tools\DsnParser::parse] => Array
                (
                    [ct] => 5
                    [wt] => 234
                    [cpu] => 0
                    [mu] => 15496
                    [pmu] => 18032
                )

            [Doctrine\Bundle\DoctrineBundle\ConnectionFactory::parseDatabaseUrl==>array_merge] => Array
                (
                    [ct] => 5
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 6624
                    [pmu] => 3560
                )

            [Doctrine\Bundle\DoctrineBundle\ConnectionFactory::createConnection==>Doctrine\Bundle\DoctrineBundle\ConnectionFactory::parseDatabaseUrl] => Array
                (
                    [ct] => 6
                    [wt] => 263
                    [cpu] => 0
                    [mu] => 20328
                    [pmu] => 21976
                )

            [Doctrine\Bundle\DoctrineBundle\ConnectionFactory::createConnection==>array_merge] => Array
                (
                    [ct] => 12
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\DBAL\DriverManager::getConnection==>Doctrine\DBAL\DriverManager::createDriver] => Array
                (
                    [ct] => 6
                    [wt] => 53
                    [cpu] => 0
                    [mu] => 1816
                    [pmu] => 1368
                )

            [Doctrine\DBAL\DriverManager::getConnection==>Doctrine\DBAL\Configuration::getMiddlewares] => Array
                (
                    [ct] => 6
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Bridge\Doctrine\Middleware\IdleConnection\Driver::__construct==>Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware::__construct] => Array
                (
                    [ct] => 6
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Doctrine\Bundle\DoctrineBundle\Middleware\IdleConnectionMiddleware::wrap==>Symfony\Bridge\Doctrine\Middleware\IdleConnection\Driver::__construct] => Array
                (
                    [ct] => 6
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 1136
                )

            [Doctrine\DBAL\DriverManager::getConnection==>Doctrine\Bundle\DoctrineBundle\Middleware\IdleConnectionMiddleware::wrap] => Array
                (
                    [ct] => 6
                    [wt] => 42
                    [cpu] => 0
                    [mu] => 2760
                    [pmu] => 1944
                )

            [Doctrine\DBAL\DriverManager::getConnection==>is_a] => Array
                (
                    [ct] => 6
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 440
                )

            [Doctrine\DBAL\Connection::__construct==>Doctrine\DBAL\Configuration::getAutoCommit] => Array
                (
                    [ct] => 12
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\DBAL\Connection::__construct==>Doctrine\DBAL\Configuration::getSchemaManagerFactory] => Array
                (
                    [ct] => 12
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\DBAL\DriverManager::getConnection==>Doctrine\DBAL\Connection::__construct] => Array
                (
                    [ct] => 6
                    [wt] => 37
                    [cpu] => 0
                    [mu] => 1896
                    [pmu] => 1640
                )

            [Doctrine\Bundle\DoctrineBundle\ConnectionFactory::createConnection==>Doctrine\DBAL\DriverManager::getConnection] => Array
                (
                    [ct] => 6
                    [wt] => 194
                    [cpu] => 0
                    [mu] => 10112
                    [pmu] => 7016
                )

            [Doctrine\Bundle\DoctrineBundle\ConnectionFactory::createConnection==>Doctrine\DBAL\Connection::getParams] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\Bundle\DoctrineBundle\ConnectionFactory::createConnection==>Doctrine\Bundle\DoctrineBundle\ConnectionFactory::addDatabaseSuffix] => Array
                (
                    [ct] => 6
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Doctrine\Bundle\DoctrineBundle\ConnectionFactory::createConnection==>Doctrine\DBAL\Connection::getDriver] => Array
                (
                    [ct] => 6
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\Bundle\DoctrineBundle\ConnectionFactory::createConnection==>class_exists] => Array
                (
                    [ct] => 6
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 520
                )

            [Doctrine\Bundle\DoctrineBundle\ConnectionFactory::createConnection==>Doctrine\DBAL\Connection\StaticServerVersionProvider::__construct] => Array
                (
                    [ct] => 6
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\DBAL\Driver\AbstractMySQLDriver::getDatabasePlatform==>Doctrine\DBAL\Connection\StaticServerVersionProvider::getServerVersion] => Array
                (
                    [ct] => 10
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\DBAL\Driver\AbstractMySQLDriver::getDatabasePlatform==>stripos] => Array
                (
                    [ct] => 10
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 472
                )

            [Doctrine\DBAL\Driver\AbstractMySQLDriver::getDatabasePlatform==>version_compare] => Array
                (
                    [ct] => 10
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware::getDatabasePlatform==>Doctrine\DBAL\Driver\AbstractMySQLDriver::getDatabasePlatform] => Array
                (
                    [ct] => 10
                    [wt] => 72
                    [cpu] => 0
                    [mu] => 3440
                    [pmu] => 2464
                )

            [Doctrine\Bundle\DoctrineBundle\ConnectionFactory::createConnection==>Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware::getDatabasePlatform] => Array
                (
                    [ct] => 6
                    [wt] => 63
                    [cpu] => 0
                    [mu] => 4544
                    [pmu] => 3192
                )

            [Doctrine\Bundle\DoctrineBundle\ConnectionFactory::createConnection==>Doctrine\DBAL\Connection::__construct] => Array
                (
                    [ct] => 6
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 776
                )

            [Doctrine\DBAL\Connection::getDatabasePlatform==>Doctrine\DBAL\Connection\StaticServerVersionProvider::__construct] => Array
                (
                    [ct] => 5
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\DBAL\Connection::getDatabasePlatform==>Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware::getDatabasePlatform] => Array
                (
                    [ct] => 5
                    [wt] => 40
                    [cpu] => 0
                    [mu] => 1032
                    [pmu] => 96
                )

            [Doctrine\Bundle\DoctrineBundle\ConnectionFactory::getDatabasePlatform==>Doctrine\DBAL\Connection::getDatabasePlatform] => Array
                (
                    [ct] => 5
                    [wt] => 63
                    [cpu] => 0
                    [mu] => 2704
                    [pmu] => 680
                )

            [Doctrine\Bundle\DoctrineBundle\ConnectionFactory::createConnection==>Doctrine\Bundle\DoctrineBundle\ConnectionFactory::getDatabasePlatform] => Array
                (
                    [ct] => 5
                    [wt] => 75
                    [cpu] => 0
                    [mu] => 3152
                    [pmu] => 1272
                )

            [Doctrine\DBAL\Platforms\AbstractPlatform::initializeAllDoctrineTypeMappings==>Doctrine\DBAL\Platforms\AbstractMySQLPlatform::initializeDoctrineTypeMappings] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Doctrine\DBAL\Types\Type::getTypesMap==>Doctrine\DBAL\Types\Type::getTypeRegistry] => Array
                (
                    [ct] => 5
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\DBAL\Types\Type::getTypesMap==>Doctrine\DBAL\Types\TypeRegistry::getMap] => Array
                (
                    [ct] => 5
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [array_map==>Doctrine\DBAL\Types\Type::{closure:Doctrine\DBAL\Types\Type::getTypesMap():189}] => Array
                (
                    [ct] => 120
                    [wt] => 78
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\DBAL\Types\Type::getTypesMap==>array_map] => Array
                (
                    [ct] => 5
                    [wt] => 230
                    [cpu] => 0
                    [mu] => 7896
                    [pmu] => 4680
                )

            [Doctrine\DBAL\Platforms\AbstractPlatform::initializeAllDoctrineTypeMappings==>Doctrine\DBAL\Types\Type::getTypesMap] => Array
                (
                    [ct] => 5
                    [wt] => 266
                    [cpu] => 0
                    [mu] => 9888
                    [pmu] => 6496
                )

            [Doctrine\DBAL\Types\Type::getType==>Doctrine\DBAL\Types\Type::getTypeRegistry] => Array
                (
                    [ct] => 345
                    [wt] => 210
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\DBAL\Types\Type::getType==>Doctrine\DBAL\Types\TypeRegistry::get] => Array
                (
                    [ct] => 345
                    [wt] => 247
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\DBAL\Platforms\AbstractPlatform::initializeAllDoctrineTypeMappings==>Doctrine\DBAL\Types\Type::getType] => Array
                (
                    [ct] => 120
                    [wt] => 456
                    [cpu] => 0
                    [mu] => 1928
                    [pmu] => 1752
                )

            [Doctrine\DBAL\Platforms\AbstractPlatform::initializeAllDoctrineTypeMappings==>Doctrine\DBAL\Types\Type::getMappedDatabaseTypes] => Array
                (
                    [ct] => 120
                    [wt] => 65
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\DBAL\Platforms\AbstractPlatform::registerDoctrineTypeMapping==>Doctrine\DBAL\Platforms\AbstractPlatform::initializeAllDoctrineTypeMappings] => Array
                (
                    [ct] => 5
                    [wt] => 1097
                    [cpu] => 0
                    [mu] => 7352
                    [pmu] => 10376
                )

            [Doctrine\DBAL\Platforms\AbstractPlatform::registerDoctrineTypeMapping==>Doctrine\DBAL\Types\Type::hasType] => Array
                (
                    [ct] => 5
                    [wt] => 21
                    [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] => 1148
                    [cpu] => 0
                    [mu] => 16104
                    [pmu] => 12712
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_MainConnectionService==>Doctrine\Bundle\DoctrineBundle\ConnectionFactory::createConnection] => Array
                (
                    [ct] => 1
                    [wt] => 624
                    [cpu] => 0
                    [mu] => 57120
                    [pmu] => 48056
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainEntityManagerService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_MainConnectionService] => Array
                (
                    [ct] => 1
                    [wt] => 707
                    [cpu] => 0
                    [mu] => 69152
                    [pmu] => 48720
                )

            [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] => 5
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Doctrine\ORM\Mapping\Driver\AttributeDriver::addPaths==>array_unique] => Array
                (
                    [ct] => 5
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1000
                    [pmu] => 1128
                )

            [Doctrine\ORM\Mapping\Driver\AttributeDriver::__construct==>Doctrine\ORM\Mapping\Driver\AttributeDriver::addPaths] => Array
                (
                    [ct] => 5
                    [wt] => 23
                    [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] => 2
                    [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] => 0
                    [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] => 59
                    [cpu] => 0
                    [mu] => 2112
                    [pmu] => 1856
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainConfigurationService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_SystemCachePoolService] => Array
                (
                    [ct] => 1
                    [wt] => 64
                    [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] => 1
                    [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] => 12
                    [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] => 0
                    [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] => 1
                    [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] => 2
                    [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] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainConfigurationService==>Doctrine\ORM\Configuration::setEntityListenerResolver] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [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] => 0
                    [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] => 0
                    [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] => 219
                    [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] => 4
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\EntityManager::__construct==>Doctrine\ORM\Configuration::getClassMetadataFactoryName] => Array
                (
                    [ct] => 5
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\Mapping\ClassMetadataFactory::setEntityManager==>Doctrine\ORM\EntityManager::getConfiguration] => Array
                (
                    [ct] => 5
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Mapping\ClassMetadataFactory::setEntityManager==>Doctrine\ORM\Configuration::isNativeLazyObjectsEnabled] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\EntityManager::__construct==>Doctrine\ORM\Mapping\ClassMetadataFactory::setEntityManager] => Array
                (
                    [ct] => 5
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 1992
                    [pmu] => 2056
                )

            [Doctrine\ORM\EntityManager::configureMetadataCache==>Doctrine\ORM\Configuration::getMetadataCache] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\EntityManager::configureMetadataCache==>Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::setCache] => Array
                (
                    [ct] => 5
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\EntityManager::__construct==>Doctrine\ORM\EntityManager::configureMetadataCache] => Array
                (
                    [ct] => 5
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 1960
                    [pmu] => 1704
                )

            [Doctrine\ORM\EntityManager::__construct==>Doctrine\ORM\Configuration::getRepositoryFactory] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\UnitOfWork::__construct==>Doctrine\ORM\EntityManager::getEventManager] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\Event\ListenersInvoker::__construct==>Doctrine\ORM\EntityManager::getEventManager] => Array
                (
                    [ct] => 5
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\Event\ListenersInvoker::__construct==>Doctrine\ORM\EntityManager::getConfiguration] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\Event\ListenersInvoker::__construct==>Doctrine\ORM\Configuration::getEntityListenerResolver] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\UnitOfWork::__construct==>Doctrine\ORM\Event\ListenersInvoker::__construct] => Array
                (
                    [ct] => 5
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 2608
                    [pmu] => 2672
                )

            [Doctrine\ORM\UnitOfWork::__construct==>Doctrine\ORM\EntityManager::getConfiguration] => Array
                (
                    [ct] => 5
                    [wt] => 3
                    [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@1] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [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] => 122
                    [cpu] => 0
                    [mu] => 8472
                    [pmu] => 8600
                )

            [Doctrine\ORM\EntityManager::__construct==>Doctrine\ORM\Configuration::isNativeLazyObjectsEnabled] => Array
                (
                    [ct] => 5
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\Proxy\ProxyFactory::__construct==>Doctrine\ORM\EntityManager::getConfiguration] => Array
                (
                    [ct] => 15
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\Proxy\ProxyFactory::__construct==>Doctrine\ORM\Configuration::isNativeLazyObjectsEnabled] => Array
                (
                    [ct] => 15
                    [wt] => 13
                    [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@1] => Array
                (
                    [ct] => 5
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\Proxy\ProxyFactory::__construct==>Doctrine\ORM\Utility\IdentifierFlattener::__construct] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\EntityManager::__construct==>Doctrine\ORM\Proxy\ProxyFactory::__construct] => Array
                (
                    [ct] => 5
                    [wt] => 107
                    [cpu] => 0
                    [mu] => 4304
                    [pmu] => 4368
                )

            [Doctrine\ORM\EntityManager::__construct==>Doctrine\ORM\Configuration::isSecondLevelCacheEnabled] => Array
                (
                    [ct] => 5
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainEntityManagerService==>Doctrine\ORM\EntityManager::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 91
                    [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] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainEntityManagerService==>Doctrine\Bundle\DoctrineBundle\ManagerConfigurator::configure] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [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] => 1056
                    [cpu] => 0
                    [mu] => 160672
                    [pmu] => 160416
                )

            [Doctrine\ORM\EntityManager::getMetadataFactory==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_MainEntityManagerService():2260}] => Array
                (
                    [ct] => 1
                    [wt] => 1060
                    [cpu] => 0
                    [mu] => 161464
                    [pmu] => 161208
                )

            [Doctrine\Persistence\AbstractManagerRegistry::getManagerForClass==>Doctrine\ORM\EntityManager::getMetadataFactory] => Array
                (
                    [ct] => 15
                    [wt] => 3808
                    [cpu] => 0
                    [mu] => 327008
                    [pmu] => 327368
                )

            [Doctrine\ORM\Mapping\ClassMetadataFactory::initialize==>Doctrine\ORM\EntityManager::getConfiguration] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 232
                )

            [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] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::isTransient==>Doctrine\ORM\Mapping\ClassMetadataFactory::initialize] => Array
                (
                    [ct] => 5
                    [wt] => 36
                    [cpu] => 0
                    [mu] => 2656
                    [pmu] => 2208
                )

            [Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::isTransient==>class_exists] => Array
                (
                    [ct] => 32
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 504
                )

            [Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::isTransient==>ReflectionClass::__construct] => Array
                (
                    [ct] => 16
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::isTransient==>ReflectionClass::isAnonymous] => Array
                (
                    [ct] => 16
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::isTransient==>Doctrine\ORM\Mapping\ClassMetadataFactory::getDriver] => Array
                (
                    [ct] => 16
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\Persistence\Mapping\Driver\MappingDriverChain::isTransient==>strpos] => Array
                (
                    [ct] => 18
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\Mapping\Driver\AttributeDriver::isTransient==>ReflectionClass::__construct] => Array
                (
                    [ct] => 9
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\Mapping\Driver\AttributeReader::getClassAttributes==>ReflectionClass::getAttributes] => Array
                (
                    [ct] => 9
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 7576
                    [pmu] => 2248
                )

            [Doctrine\ORM\Mapping\Driver\AttributeReader::convertToAttributeInstances==>ReflectionAttribute::getName] => Array
                (
                    [ct] => 37
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\Mapping\Driver\AttributeReader::convertToAttributeInstances==>is_subclass_of] => Array
                (
                    [ct] => 37
                    [wt] => 51
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 560
                )

            [ReflectionAttribute::newInstance==>Doctrine\ORM\Mapping\Entity::__construct] => Array
                (
                    [ct] => 9
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\Mapping\Driver\AttributeReader::convertToAttributeInstances==>ReflectionAttribute::newInstance] => Array
                (
                    [ct] => 37
                    [wt] => 158
                    [cpu] => 0
                    [mu] => 7320
                    [pmu] => 5064
                )

            [Doctrine\ORM\Mapping\Driver\AttributeReader::isRepeatable==>ReflectionClass::__construct] => Array
                (
                    [ct] => 11
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\Mapping\Driver\AttributeReader::isRepeatable==>ReflectionClass::getAttributes] => Array
                (
                    [ct] => 11
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 4472
                    [pmu] => 1032
                )

            [ReflectionAttribute::newInstance==>Attribute::__construct] => Array
                (
                    [ct] => 11
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Doctrine\ORM\Mapping\Driver\AttributeReader::isRepeatable==>ReflectionAttribute::newInstance] => Array
                (
                    [ct] => 11
                    [wt] => 35
                    [cpu] => 0
                    [mu] => 1848
                    [pmu] => 1544
                )

            [Doctrine\ORM\Mapping\Driver\AttributeReader::convertToAttributeInstances==>Doctrine\ORM\Mapping\Driver\AttributeReader::isRepeatable] => Array
                (
                    [ct] => 37
                    [wt] => 129
                    [cpu] => 0
                    [mu] => 5680
                    [pmu] => 4824
                )

            [ReflectionAttribute::newInstance==>Doctrine\ORM\Mapping\Table::__construct] => Array
                (
                    [ct] => 9
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [ReflectionAttribute::newInstance==>Doctrine\ORM\Mapping\ChangeTrackingPolicy::__construct] => Array
                (
                    [ct] => 9
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 48
                )

            [Doctrine\ORM\Mapping\Driver\AttributeReader::getClassAttributes==>Doctrine\ORM\Mapping\Driver\AttributeReader::convertToAttributeInstances] => Array
                (
                    [ct] => 9
                    [wt] => 591
                    [cpu] => 0
                    [mu] => 19376
                    [pmu] => 13664
                )

            [Doctrine\ORM\Mapping\Driver\AttributeDriver::isTransient==>Doctrine\ORM\Mapping\Driver\AttributeReader::getClassAttributes] => Array
                (
                    [ct] => 9
                    [wt] => 648
                    [cpu] => 0
                    [mu] => 20736
                    [pmu] => 17080
                )

            [Doctrine\Persistence\Mapping\Driver\MappingDriverChain::isTransient==>Doctrine\ORM\Mapping\Driver\AttributeDriver::isTransient] => Array
                (
                    [ct] => 9
                    [wt] => 695
                    [cpu] => 0
                    [mu] => 22080
                    [pmu] => 18664
                )

            [Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver::isTransient==>Doctrine\Persistence\Mapping\Driver\MappingDriverChain::isTransient] => Array
                (
                    [ct] => 16
                    [wt] => 767
                    [cpu] => 0
                    [mu] => 14728
                    [pmu] => 19664
                )

            [Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::isTransient==>Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver::isTransient] => Array
                (
                    [ct] => 16
                    [wt] => 809
                    [cpu] => 0
                    [mu] => 15456
                    [pmu] => 20368
                )

            [Doctrine\Persistence\AbstractManagerRegistry::getManagerForClass==>Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::isTransient] => Array
                (
                    [ct] => 15
                    [wt] => 995
                    [cpu] => 0
                    [mu] => 21576
                    [pmu] => 24136
                )

            [Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::resolveRepository==>Doctrine\Persistence\AbstractManagerRegistry::getManagerForClass] => Array
                (
                    [ct] => 8
                    [wt] => 2114
                    [cpu] => 0
                    [mu] => 187824
                    [pmu] => 190240
                )

            [Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::normalizeClassName==>ltrim] => Array
                (
                    [ct] => 127
                    [wt] => 84
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::getMetadataFor==>Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::normalizeClassName] => Array
                (
                    [ct] => 127
                    [wt] => 312
                    [cpu] => 0
                    [mu] => 1312
                    [pmu] => 1056
                )

            [Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::getMetadataFor==>class_exists] => Array
                (
                    [ct] => 44
                    [wt] => 35
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 488
                )

            [Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::getMetadataFor==>ReflectionClass::__construct] => Array
                (
                    [ct] => 22
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::getMetadataFor==>ReflectionClass::isAnonymous] => Array
                (
                    [ct] => 22
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::getRealClass==>Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::createDefaultProxyClassNameResolver] => Array
                (
                    [ct] => 3
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 816
                    [pmu] => 480
                )

            [Doctrine\Persistence\Mapping\ProxyClassNameResolver@anonymous::resolveClassName==>strrpos] => Array
                (
                    [ct] => 22
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 384
                )

            [Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::getRealClass==>Doctrine\Persistence\Mapping\ProxyClassNameResolver@anonymous::resolveClassName] => Array
                (
                    [ct] => 22
                    [wt] => 78
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 1072
                )

            [Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::getMetadataFor==>Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::getRealClass] => Array
                (
                    [ct] => 22
                    [wt] => 149
                    [cpu] => 0
                    [mu] => 2936
                    [pmu] => 3184
                )

            [Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::getCacheKey==>str_replace] => Array
                (
                    [ct] => 22
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 2472
                    [pmu] => 408
                )

            [Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::getMetadataFor==>Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::getCacheKey] => Array
                (
                    [ct] => 22
                    [wt] => 81
                    [cpu] => 0
                    [mu] => 3504
                    [pmu] => 1152
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::initialize==>is_file] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::getItem==>Symfony\Component\Cache\Adapter\PhpArrayAdapter::initialize] => Array
                (
                    [ct] => 4
                    [wt] => 36
                    [cpu] => 0
                    [mu] => 23096
                    [pmu] => 22856
                )

            [Symfony\Component\VarExporter\Internal\Registry::getClassReflector==>class_exists] => Array
                (
                    [ct] => 14
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Symfony\Component\VarExporter\Internal\Registry::getClassReflector==>ReflectionClass::__construct] => Array
                (
                    [ct] => 14
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Symfony\Component\VarExporter\Internal\Registry::getClassReflector==>ReflectionClass::newInstanceWithoutConstructor] => Array
                (
                    [ct] => 14
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 4464
                    [pmu] => 1656
                )

            [Symfony\Component\VarExporter\Internal\Registry::p==>Symfony\Component\VarExporter\Internal\Registry::getClassReflector] => Array
                (
                    [ct] => 14
                    [wt] => 106
                    [cpu] => 0
                    [mu] => 9904
                    [pmu] => 7928
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/main_metadata_php:964}==>Symfony\Component\VarExporter\Internal\Registry::p] => Array
                (
                    [ct] => 5
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 6232
                    [pmu] => 6352
                )

            [Symfony\Component\VarExporter\Internal\Hydrator::hydrate==>Symfony\Component\VarExporter\Internal\Hydrator::getHydrator] => Array
                (
                    [ct] => 2
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 4528
                    [pmu] => 3552
                )

            [Symfony\Component\VarExporter\Internal\Hydrator::hydrate==>Symfony\Component\VarExporter\Internal\Hydrator::{closure:Symfony\Component\VarExporter\Internal\Hydrator::getHydrator():57}] => Array
                (
                    [ct] => 19
                    [wt] => 189
                    [cpu] => 0
                    [mu] => 8960
                    [pmu] => 4016
                )

            [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] => 344
                )

            [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] => 16
                    [cpu] => 0
                    [mu] => 5472
                    [pmu] => 1136
                )

            [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] => 33
                    [cpu] => 0
                    [mu] => 6760
                    [pmu] => 6664
                )

            [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] => 90
                    [cpu] => 0
                    [mu] => 22808
                    [pmu] => 24624
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::getItem==>Symfony\Component\Cache\CacheItem::{closure:Symfony\Component\Cache\Adapter\PhpArrayAdapter::__construct():53}] => Array
                (
                    [ct] => 19
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 4344
                    [pmu] => 0
                )

            [Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::getMetadataFor==>Symfony\Component\Cache\Adapter\PhpArrayAdapter::getItem] => Array
                (
                    [ct] => 19
                    [wt] => 995
                    [cpu] => 0
                    [mu] => 196144
                    [pmu] => 163408
                )

            [Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::getMetadataFor==>Symfony\Component\Cache\CacheItem::get] => Array
                (
                    [ct] => 22
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\Persistence\Mapping\RuntimeReflectionService::__construct==>phpversion] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 680
                    [pmu] => 352
                )

            [Doctrine\Persistence\Mapping\RuntimeReflectionService::__construct==>version_compare] => Array
                (
                    [ct] => 3
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::getReflectionService==>Doctrine\Persistence\Mapping\RuntimeReflectionService::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 1960
                    [pmu] => 1696
                )

            [Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::getMetadataFor==>Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::getReflectionService] => Array
                (
                    [ct] => 22
                    [wt] => 45
                    [cpu] => 0
                    [mu] => 2856
                    [pmu] => 2328
                )

            [Doctrine\Persistence\Mapping\RuntimeReflectionService::getClass==>ReflectionClass::__construct] => Array
                (
                    [ct] => 22
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\Mapping\ClassMetadata::wakeupReflection==>Doctrine\Persistence\Mapping\RuntimeReflectionService::getClass] => Array
                (
                    [ct] => 22
                    [wt] => 67
                    [cpu] => 0
                    [mu] => 3408
                    [pmu] => 1136
                )

            [Doctrine\ORM\Mapping\ClassMetadata::wakeupReflection==>Doctrine\ORM\Mapping\LegacyReflectionFields::__construct] => Array
                (
                    [ct] => 22
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\PropertyAccessorFactory::createPropertyAccessor==>ReflectionProperty::__construct] => Array
                (
                    [ct] => 227
                    [wt] => 194
                    [cpu] => 0
                    [mu] => 4264
                    [pmu] => 392
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\RawValuePropertyAccessor::fromReflectionProperty==>ReflectionProperty::getName] => Array
                (
                    [ct] => 227
                    [wt] => 144
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\RawValuePropertyAccessor::fromReflectionProperty==>ReflectionProperty::isPrivate] => Array
                (
                    [ct] => 227
                    [wt] => 147
                    [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] => 227
                    [wt] => 164
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\PropertyAccessorFactory::createPropertyAccessor==>Doctrine\ORM\Mapping\PropertyAccessors\RawValuePropertyAccessor::fromReflectionProperty] => Array
                (
                    [ct] => 227
                    [wt] => 2781
                    [cpu] => 0
                    [mu] => 42400
                    [pmu] => 31104
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\PropertyAccessorFactory::createPropertyAccessor==>ReflectionProperty::hasType] => Array
                (
                    [ct] => 227
                    [wt] => 148
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\PropertyAccessorFactory::createPropertyAccessor==>ReflectionProperty::getType] => Array
                (
                    [ct] => 227
                    [wt] => 169
                    [cpu] => 0
                    [mu] => 24240
                    [pmu] => 480
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\PropertyAccessorFactory::createPropertyAccessor==>ReflectionType::allowsNull] => Array
                (
                    [ct] => 227
                    [wt] => 147
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\PropertyAccessorFactory::createPropertyAccessor==>ReflectionProperty::isReadOnly] => Array
                (
                    [ct] => 227
                    [wt] => 144
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Mapping\ClassMetadata::wakeupReflection==>Doctrine\ORM\Mapping\PropertyAccessors\PropertyAccessorFactory::createPropertyAccessor] => Array
                (
                    [ct] => 227
                    [wt] => 6776
                    [cpu] => 0
                    [mu] => 95104
                    [pmu] => 52032
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\TypedNoDefaultPropertyAccessor::__construct==>ReflectionProperty::hasType] => Array
                (
                    [ct] => 150
                    [wt] => 83
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\TypedNoDefaultPropertyAccessor::__construct==>ReflectionProperty::getType] => Array
                (
                    [ct] => 150
                    [wt] => 91
                    [cpu] => 0
                    [mu] => 16232
                    [pmu] => 480
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\TypedNoDefaultPropertyAccessor::__construct==>ReflectionType::allowsNull] => Array
                (
                    [ct] => 150
                    [wt] => 92
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\PropertyAccessorFactory::createPropertyAccessor==>Doctrine\ORM\Mapping\PropertyAccessors\TypedNoDefaultPropertyAccessor::__construct] => Array
                (
                    [ct] => 150
                    [wt] => 963
                    [cpu] => 0
                    [mu] => 2784
                    [pmu] => 12504
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\RawValuePropertyAccessor::fromReflectionProperty==>ReflectionProperty::getDeclaringClass] => Array
                (
                    [ct] => 197
                    [wt] => 147
                    [cpu] => 0
                    [mu] => 19544
                    [pmu] => 472
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\RawValuePropertyAccessor::fromReflectionProperty==>ReflectionClass::getName] => Array
                (
                    [ct] => 197
                    [wt] => 137
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\RawValuePropertyAccessor::fromReflectionProperty==>ltrim] => Array
                (
                    [ct] => 197
                    [wt] => 113
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 448
                )

            [Doctrine\ORM\Mapping\ClassMetadataFactory::wakeupReflection==>Doctrine\ORM\Mapping\ClassMetadata::wakeupReflection] => Array
                (
                    [ct] => 22
                    [wt] => 7406
                    [cpu] => 0
                    [mu] => 121432
                    [pmu] => 58896
                )

            [Doctrine\ORM\Mapping\ClassMetadataFactory::wakeupReflection==>Doctrine\ORM\Mapping\PropertyAccessors\RawValuePropertyAccessor::getUnderlyingReflector] => Array
                (
                    [ct] => 77
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Doctrine\ORM\Mapping\ClassMetadataFactory::wakeupReflection==>ReflectionProperty::isVirtual] => Array
                (
                    [ct] => 227
                    [wt] => 126
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\Mapping\ClassMetadataFactory::wakeupReflection==>Doctrine\ORM\Mapping\PropertyAccessors\TypedNoDefaultPropertyAccessor::getUnderlyingReflector] => Array
                (
                    [ct] => 137
                    [wt] => 75
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::getMetadataFor==>Doctrine\ORM\Mapping\ClassMetadataFactory::wakeupReflection] => Array
                (
                    [ct] => 22
                    [wt] => 8364
                    [cpu] => 0
                    [mu] => 126832
                    [pmu] => 64184
                )

            [Doctrine\ORM\EntityManager::getClassMetadata==>Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::getMetadataFor] => Array
                (
                    [ct] => 124
                    [wt] => 11027
                    [cpu] => 0
                    [mu] => 460168
                    [pmu] => 426864
                )

            [Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::resolveRepository==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 8
                    [wt] => 2978
                    [cpu] => 0
                    [mu] => 146608
                    [pmu] => 110320
                )

            [Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::resolveRepository==>Doctrine\ORM\EntityRepository::__construct] => Array
                (
                    [ct] => 8
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::find==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::resolveRepository] => Array
                (
                    [ct] => 2
                    [wt] => 2861
                    [cpu] => 0
                    [mu] => 290624
                    [pmu] => 285984
                )

            [Doctrine\ORM\EntityManager::find==>ltrim] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 296
                )

            [Doctrine\ORM\EntityManager::find==>Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::getMetadataFor] => Array
                (
                    [ct] => 3
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\EntityManager::find==>Doctrine\ORM\EntityManager::getUnitOfWork] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\UnitOfWork::getIdHashByIdentifier==>implode] => Array
                (
                    [ct] => 25
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 1048
                    [pmu] => 344
                )

            [Doctrine\ORM\UnitOfWork::tryGetById==>Doctrine\ORM\UnitOfWork::getIdHashByIdentifier] => Array
                (
                    [ct] => 3
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1280
                    [pmu] => 992
                )

            [Doctrine\ORM\EntityManager::find==>Doctrine\ORM\UnitOfWork::tryGetById] => Array
                (
                    [ct] => 3
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 1912
                    [pmu] => 1688
                )

            [Doctrine\ORM\UnitOfWork::getEntityPersister==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 11
                    [wt] => 75
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 1240
                )

            [Doctrine\ORM\UnitOfWork::getEntityPersister==>Doctrine\ORM\Mapping\ClassMetadata::isInheritanceTypeNone] => Array
                (
                    [ct] => 11
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\UnitOfWork::getEntityPersister==>Doctrine\ORM\Mapping\ClassMetadata::isInheritanceTypeSingleTable] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\UnitOfWork::getEntityPersister==>Doctrine\ORM\Mapping\ClassMetadata::isInheritanceTypeJoined] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::__construct==>Doctrine\ORM\EntityManager::getConnection] => Array
                (
                    [ct] => 11
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::__construct==>Doctrine\DBAL\Connection::getDatabasePlatform] => Array
                (
                    [ct] => 11
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::__construct==>Doctrine\ORM\EntityManager::getConfiguration] => Array
                (
                    [ct] => 11
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::__construct==>Doctrine\ORM\Configuration::getQuoteStrategy] => Array
                (
                    [ct] => 11
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::__construct==>Doctrine\ORM\EntityManager::getUnitOfWork] => Array
                (
                    [ct] => 11
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::__construct==>Doctrine\ORM\EntityManager::getMetadataFactory] => Array
                (
                    [ct] => 11
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::__construct==>Doctrine\ORM\Utility\IdentifierFlattener::__construct] => Array
                (
                    [ct] => 11
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::__construct==>Doctrine\ORM\Persisters\Entity\CachedPersisterContext::__construct] => Array
                (
                    [ct] => 22
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\UnitOfWork::getEntityPersister==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::__construct] => Array
                (
                    [ct] => 11
                    [wt] => 291
                    [cpu] => 0
                    [mu] => 20456
                    [pmu] => 12808
                )

            [Doctrine\ORM\EntityManager::find==>Doctrine\ORM\UnitOfWork::getEntityPersister] => Array
                (
                    [ct] => 3
                    [wt] => 150
                    [cpu] => 0
                    [mu] => 15472
                    [pmu] => 13792
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::load==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::switchPersisterContext] => Array
                (
                    [ct] => 8
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getSelectSQL==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::switchPersisterContext] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getSelectSQL==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSQLTableAlias] => Array
                (
                    [ct] => 4
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1480
                    [pmu] => 952
                )

            [Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getJoinSql==>Doctrine\ORM\Mapping\ClassMetadata::getIdentifierColumnNames] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1064
                    [pmu] => 592
                )

            [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] => 7
                    [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:768}] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 7976
                    [pmu] => 9480
                )

            [Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getJoinSql==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 2
                    [wt] => 274
                    [cpu] => 0
                    [mu] => 12280
                    [pmu] => 12496
                )

            [Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getJoinSql==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSQLTableAlias] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 728
                    [pmu] => 440
                )

            [Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getJoinSql==>Doctrine\ORM\Mapping\DefaultQuoteStrategy::getTableName] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [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] => 311
                    [cpu] => 0
                    [mu] => 16976
                    [pmu] => 16640
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectConditionStatementColumnSQL==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSQLTableAlias] => Array
                (
                    [ct] => 15
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 3112
                    [pmu] => 864
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectConditionStatementColumnSQL==>Doctrine\ORM\Mapping\DefaultQuoteStrategy::getColumnName] => Array
                (
                    [ct] => 14
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectConditionStatementSQL==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectConditionStatementColumnSQL] => Array
                (
                    [ct] => 15
                    [wt] => 129
                    [cpu] => 0
                    [mu] => 10648
                    [pmu] => 3880
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectConditionStatementSQL==>Doctrine\DBAL\Types\Type::getType] => Array
                (
                    [ct] => 14
                    [wt] => 76
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 856
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectConditionStatementSQL==>Doctrine\DBAL\Types\Type::convertToDatabaseValueSQL] => Array
                (
                    [ct] => 14
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectConditionStatementSQL==>implode] => Array
                (
                    [ct] => 15
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 600
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectConditionSQL==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectConditionStatementSQL] => Array
                (
                    [ct] => 15
                    [wt] => 341
                    [cpu] => 0
                    [mu] => 17400
                    [pmu] => 8016
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectConditionSQL==>implode] => Array
                (
                    [ct] => 8
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 904
                    [pmu] => 216
                )

            [Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getSelectSQL==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectConditionSQL] => Array
                (
                    [ct] => 2
                    [wt] => 58
                    [cpu] => 0
                    [mu] => 6872
                    [pmu] => 6256
                )

            [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] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\EntityManager::getFilters==>Doctrine\ORM\Query\FilterCollection::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1264
                    [pmu] => 1088
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::generateFilterConditionSQL==>Doctrine\ORM\EntityManager::getFilters] => Array
                (
                    [ct] => 8
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 2120
                    [pmu] => 1864
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::generateFilterConditionSQL==>Doctrine\ORM\Query\FilterCollection::getEnabledFilters] => Array
                (
                    [ct] => 8
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::generateFilterConditionSQL==>implode] => Array
                (
                    [ct] => 8
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 520
                )

            [Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getSelectSQL==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::generateFilterConditionSQL] => Array
                (
                    [ct] => 2
                    [wt] => 22
                    [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] => 3
                    [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] => 2
                    [cpu] => 0
                    [mu] => 2136
                    [pmu] => 1344
                )

            [Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getSelectColumnsSQL==>Doctrine\ORM\Query\ResultSetMapping::setDiscriminatorColumn] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 2168
                    [pmu] => 1656
                )

            [Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getSelectColumnsSQL==>Doctrine\ORM\Query\ResultSetMapping::addMetaResult] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 2136
                    [pmu] => 1624
                )

            [Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getSelectColumnsSQL==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 21
                    [wt] => 361
                    [cpu] => 0
                    [mu] => 7360
                    [pmu] => 9024
                )

            [Doctrine\ORM\Mapping\DefaultQuoteStrategy::getColumnAlias==>Doctrine\DBAL\Platforms\AbstractPlatform::getMaxIdentifierLength] => Array
                (
                    [ct] => 97
                    [wt] => 58
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Mapping\DefaultQuoteStrategy::getColumnAlias==>substr] => Array
                (
                    [ct] => 97
                    [wt] => 60
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 472
                )

            [Doctrine\ORM\Mapping\DefaultQuoteStrategy::getColumnAlias==>preg_replace] => Array
                (
                    [ct] => 97
                    [wt] => 88
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [Doctrine\ORM\Mapping\DefaultQuoteStrategy::getColumnAlias==>is_numeric] => Array
                (
                    [ct] => 97
                    [wt] => 51
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Doctrine\ORM\Mapping\DefaultQuoteStrategy::getColumnAlias==>Doctrine\ORM\Mapping\DefaultQuoteStrategy::getSQLResultCasing] => Array
                (
                    [ct] => 97
                    [wt] => 79
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSQLColumnAlias==>Doctrine\ORM\Mapping\DefaultQuoteStrategy::getColumnAlias] => Array
                (
                    [ct] => 97
                    [wt] => 1015
                    [cpu] => 0
                    [mu] => 7944
                    [pmu] => 9760
                )

            [Doctrine\ORM\Persisters\Entity\AbstractEntityInheritancePersister::getSelectColumnSQL==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSQLColumnAlias] => Array
                (
                    [ct] => 33
                    [wt] => 390
                    [cpu] => 0
                    [mu] => 6080
                    [pmu] => 8312
                )

            [Doctrine\ORM\Persisters\Entity\AbstractEntityInheritancePersister::getSelectColumnSQL==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSQLTableAlias] => Array
                (
                    [ct] => 33
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Doctrine\ORM\Persisters\Entity\AbstractEntityInheritancePersister::getSelectColumnSQL==>Doctrine\ORM\Mapping\DefaultQuoteStrategy::getColumnName] => Array
                (
                    [ct] => 33
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Doctrine\ORM\Persisters\Entity\AbstractEntityInheritancePersister::getSelectColumnSQL==>Doctrine\ORM\Query\ResultSetMapping::addFieldResult] => Array
                (
                    [ct] => 33
                    [wt] => 38
                    [cpu] => 0
                    [mu] => 10728
                    [pmu] => 9080
                )

            [Doctrine\ORM\Persisters\Entity\AbstractEntityInheritancePersister::getSelectColumnSQL==>Doctrine\DBAL\Types\Type::getType] => Array
                (
                    [ct] => 33
                    [wt] => 137
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 616
                )

            [Doctrine\ORM\Persisters\Entity\AbstractEntityInheritancePersister::getSelectColumnSQL==>Doctrine\DBAL\Types\Type::convertToPHPValueSQL] => Array
                (
                    [ct] => 33
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getSelectColumnsSQL==>Doctrine\ORM\Persisters\Entity\AbstractEntityInheritancePersister::getSelectColumnSQL] => Array
                (
                    [ct] => 33
                    [wt] => 932
                    [cpu] => 0
                    [mu] => 23944
                    [pmu] => 22344
                )

            [Doctrine\ORM\Mapping\AssociationMapping::isToOneOwningSide==>Doctrine\ORM\Mapping\AssociationMapping::isToOne] => Array
                (
                    [ct] => 11
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 232
                )

            [Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getSelectColumnsSQL==>Doctrine\ORM\Mapping\AssociationMapping::isToOneOwningSide] => Array
                (
                    [ct] => 4
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 2056
                    [pmu] => 1240
                )

            [Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getSelectColumnsSQL==>implode] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1992
                    [pmu] => 1272
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::updateFilterHash==>Doctrine\ORM\EntityManager::getFilters] => Array
                (
                    [ct] => 8
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 696
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::updateFilterHash==>Doctrine\ORM\Query\FilterCollection::getHash] => Array
                (
                    [ct] => 8
                    [wt] => 6
                    [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] => 1517
                    [cpu] => 0
                    [mu] => 50648
                    [pmu] => 50208
                )

            [Doctrine\DBAL\Platforms\AbstractPlatform::modifyLimitQuery==>Doctrine\DBAL\Platforms\AbstractMySQLPlatform::doModifyLimitQuery] => Array
                (
                    [ct] => 12
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 3448
                    [pmu] => 840
                )

            [Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getSelectSQL==>Doctrine\DBAL\Platforms\AbstractPlatform::modifyLimitQuery] => Array
                (
                    [ct] => 2
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 776
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::load==>Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getSelectSQL] => Array
                (
                    [ct] => 2
                    [wt] => 1996
                    [cpu] => 0
                    [mu] => 82608
                    [pmu] => 83704
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getTypes==>array_merge] => Array
                (
                    [ct] => 14
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 544
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::expandParameters==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getTypes] => Array
                (
                    [ct] => 15
                    [wt] => 87
                    [cpu] => 0
                    [mu] => 8000
                    [pmu] => 3216
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getValues==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getIndividualValue] => Array
                (
                    [ct] => 15
                    [wt] => 209
                    [cpu] => 0
                    [mu] => 18136
                    [pmu] => 14816
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::expandParameters==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getValues] => Array
                (
                    [ct] => 15
                    [wt] => 244
                    [cpu] => 0
                    [mu] => 18832
                    [pmu] => 15608
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::expandParameters==>array_merge] => Array
                (
                    [ct] => 15
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 2096
                    [pmu] => 488
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::load==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::expandParameters] => Array
                (
                    [ct] => 8
                    [wt] => 425
                    [cpu] => 0
                    [mu] => 26944
                    [pmu] => 21280
                )

            [Symfony\Bridge\Doctrine\Middleware\IdleConnection\Driver::connect==>time] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\DBAL\Driver\Mysqli\Driver::connect==>mysqli::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 728
                    [pmu] => 392
                )

            [Doctrine\DBAL\Driver\Mysqli\Driver::connect==>Doctrine\DBAL\Driver\Mysqli\Driver::compilePreInitializers] => Array
                (
                    [ct] => 2
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 3416
                    [pmu] => 2904
                )

            [Doctrine\DBAL\Driver\Mysqli\Driver::connect==>mysqli::real_connect] => Array
                (
                    [ct] => 2
                    [wt] => 2804
                    [cpu] => 3501
                    [mu] => 568
                    [pmu] => 0
                )

            [Doctrine\DBAL\Driver\Mysqli\Driver::compilePostInitializers==>Doctrine\DBAL\Driver\Mysqli\Initializer\Charset::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 24
                )

            [Doctrine\DBAL\Driver\Mysqli\Driver::connect==>Doctrine\DBAL\Driver\Mysqli\Driver::compilePostInitializers] => Array
                (
                    [ct] => 4
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 1440
                    [pmu] => 624
                )

            [Doctrine\DBAL\Driver\Mysqli\Initializer\Charset::initialize==>mysqli::set_charset] => Array
                (
                    [ct] => 2
                    [wt] => 654
                    [cpu] => 104
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\DBAL\Driver\Mysqli\Driver::connect==>Doctrine\DBAL\Driver\Mysqli\Initializer\Charset::initialize] => Array
                (
                    [ct] => 2
                    [wt] => 664
                    [cpu] => 104
                    [mu] => 1280
                    [pmu] => 1024
                )

            [Doctrine\DBAL\Driver\Mysqli\Driver::connect==>Doctrine\DBAL\Driver\Mysqli\Connection::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware::connect==>Doctrine\DBAL\Driver\Mysqli\Driver::connect] => Array
                (
                    [ct] => 2
                    [wt] => 3574
                    [cpu] => 3605
                    [mu] => 7144
                    [pmu] => 8584
                )

            [Symfony\Bridge\Doctrine\Middleware\IdleConnection\Driver::connect==>Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware::connect] => Array
                (
                    [ct] => 2
                    [wt] => 3580
                    [cpu] => 3605
                    [mu] => 7728
                    [pmu] => 9304
                )

            [Doctrine\DBAL\Connection::connect==>Symfony\Bridge\Doctrine\Middleware\IdleConnection\Driver::connect] => Array
                (
                    [ct] => 2
                    [wt] => 3595
                    [cpu] => 3605
                    [mu] => 9360
                    [pmu] => 10936
                )

            [Doctrine\DBAL\Connection::executeQuery==>Doctrine\DBAL\Connection::connect] => Array
                (
                    [ct] => 12
                    [wt] => 3611
                    [cpu] => 3605
                    [mu] => 10008
                    [pmu] => 11584
                )

            [Doctrine\DBAL\Connection::expandArrayParameters==>key] => Array
                (
                    [ct] => 12
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 296
                )

            [Doctrine\DBAL\Connection::executeQuery==>Doctrine\DBAL\Connection::expandArrayParameters] => Array
                (
                    [ct] => 11
                    [wt] => 45
                    [cpu] => 0
                    [mu] => 6128
                    [pmu] => 1600
                )

            [Doctrine\DBAL\Driver\Mysqli\Connection::prepare==>mysqli::prepare] => Array
                (
                    [ct] => 13
                    [wt] => 5124
                    [cpu] => 25895
                    [mu] => 270976
                    [pmu] => 191368
                )

            [Doctrine\DBAL\Driver\Mysqli\Statement::__construct==>str_repeat] => Array
                (
                    [ct] => 13
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 1056
                    [pmu] => 352
                )

            [Doctrine\DBAL\Driver\Mysqli\Statement::__construct==>array_fill] => Array
                (
                    [ct] => 13
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 4280
                    [pmu] => 1752
                )

            [Doctrine\DBAL\Driver\Mysqli\Connection::prepare==>Doctrine\DBAL\Driver\Mysqli\Statement::__construct] => Array
                (
                    [ct] => 13
                    [wt] => 92
                    [cpu] => 0
                    [mu] => 6064
                    [pmu] => 2832
                )

            [Doctrine\DBAL\Connection::executeQuery==>Doctrine\DBAL\Driver\Mysqli\Connection::prepare] => Array
                (
                    [ct] => 11
                    [wt] => 4556
                    [cpu] => 19186
                    [mu] => 251592
                    [pmu] => 170192
                )

            [Doctrine\DBAL\Connection::bindParameters==>key] => Array
                (
                    [ct] => 12
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 296
                )

            [Doctrine\DBAL\Connection::getBindingInfo==>Doctrine\DBAL\Types\Type::getType] => Array
                (
                    [ct] => 26
                    [wt] => 145
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 1464
                )

            [Doctrine\DBAL\Connection::getBindingInfo==>Doctrine\DBAL\Connection::getDatabasePlatform] => Array
                (
                    [ct] => 26
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\DBAL\Connection::getBindingInfo==>Doctrine\DBAL\Types\Type::convertToDatabaseValue] => Array
                (
                    [ct] => 20
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\DBAL\Connection::getBindingInfo==>Doctrine\DBAL\Types\IntegerType::getBindingType] => Array
                (
                    [ct] => 14
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 976
                    [pmu] => 720
                )

            [Doctrine\DBAL\Connection::bindParameters==>Doctrine\DBAL\Connection::getBindingInfo] => Array
                (
                    [ct] => 30
                    [wt] => 459
                    [cpu] => 0
                    [mu] => 20288
                    [pmu] => 8768
                )

            [Doctrine\DBAL\Driver\Mysqli\Statement::bindValue==>Doctrine\DBAL\Driver\Mysqli\Statement::convertParameterType] => Array
                (
                    [ct] => 30
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 856
                    [pmu] => 600
                )

            [Doctrine\DBAL\Connection::bindParameters==>Doctrine\DBAL\Driver\Mysqli\Statement::bindValue] => Array
                (
                    [ct] => 30
                    [wt] => 115
                    [cpu] => 0
                    [mu] => 5232
                    [pmu] => 1816
                )

            [Doctrine\DBAL\Connection::executeQuery==>Doctrine\DBAL\Connection::bindParameters] => Array
                (
                    [ct] => 11
                    [wt] => 606
                    [cpu] => 0
                    [mu] => 13272
                    [pmu] => 13080
                )

            [Doctrine\DBAL\Driver\Mysqli\Statement::bindParameters==>mysqli_stmt::bind_param] => Array
                (
                    [ct] => 12
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 1320
                    [pmu] => 352
                )

            [Doctrine\DBAL\Driver\Mysqli\Statement::bindParameters==>Doctrine\DBAL\Driver\Mysqli\Statement::sendLongData] => Array
                (
                    [ct] => 12
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\DBAL\Driver\Mysqli\Statement::execute==>Doctrine\DBAL\Driver\Mysqli\Statement::bindParameters] => Array
                (
                    [ct] => 12
                    [wt] => 110
                    [cpu] => 0
                    [mu] => 6392
                    [pmu] => 5192
                )

            [Doctrine\DBAL\Driver\Mysqli\Statement::execute==>mysqli_stmt::execute] => Array
                (
                    [ct] => 13
                    [wt] => 6279
                    [cpu] => 1642
                    [mu] => 616
                    [pmu] => 312
                )

            [Doctrine\DBAL\Driver\Mysqli\Result::__construct==>mysqli_stmt::result_metadata] => Array
                (
                    [ct] => 13
                    [wt] => 83
                    [cpu] => 0
                    [mu] => 199400
                    [pmu] => 174976
                )

            [Doctrine\DBAL\Driver\Mysqli\Result::__construct==>mysqli_result::fetch_fields] => Array
                (
                    [ct] => 12
                    [wt] => 260
                    [cpu] => 0
                    [mu] => 170792
                    [pmu] => 166400
                )

            [Doctrine\DBAL\Driver\Mysqli\Result::__construct==>array_column] => Array
                (
                    [ct] => 12
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 5080
                    [pmu] => 2888
                )

            [Doctrine\DBAL\Driver\Mysqli\Result::__construct==>mysqli_result::free] => Array
                (
                    [ct] => 12
                    [wt] => 16
                    [cpu] => 0
                    [mu] => -196328
                    [pmu] => 0
                )

            [Doctrine\DBAL\Driver\Mysqli\Result::__construct==>mysqli_stmt::store_result] => Array
                (
                    [ct] => 12
                    [wt] => 52
                    [cpu] => 0
                    [mu] => 4808
                    [pmu] => 0
                )

            [Doctrine\DBAL\Driver\Mysqli\Result::__construct==>array_fill] => Array
                (
                    [ct] => 12
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 5080
                    [pmu] => 0
                )

            [Doctrine\DBAL\Driver\Mysqli\Result::__construct==>mysqli_stmt::bind_result] => Array
                (
                    [ct] => 12
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 3728
                    [pmu] => 0
                )

            [Doctrine\DBAL\Driver\Mysqli\Statement::execute==>Doctrine\DBAL\Driver\Mysqli\Result::__construct] => Array
                (
                    [ct] => 13
                    [wt] => 661
                    [cpu] => 0
                    [mu] => 27592
                    [pmu] => 347384
                )

            [Doctrine\DBAL\Connection::executeQuery==>Doctrine\DBAL\Driver\Mysqli\Statement::execute] => Array
                (
                    [ct] => 11
                    [wt] => 5992
                    [cpu] => 1431
                    [mu] => 27040
                    [pmu] => 334288
                )

            [Doctrine\DBAL\Connection::executeQuery==>Doctrine\DBAL\Result::__construct] => Array
                (
                    [ct] => 12
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::load==>Doctrine\DBAL\Connection::executeQuery] => Array
                (
                    [ct] => 8
                    [wt] => 11723
                    [cpu] => 15409
                    [mu] => 235344
                    [pmu] => 442664
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::__construct==>Doctrine\ORM\EntityManager::getConnection] => Array
                (
                    [ct] => 12
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::__construct==>Doctrine\DBAL\Connection::getDatabasePlatform] => Array
                (
                    [ct] => 12
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::__construct==>Doctrine\ORM\EntityManager::getUnitOfWork] => Array
                (
                    [ct] => 12
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\EntityManager::newHydrator==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::__construct] => Array
                (
                    [ct] => 12
                    [wt] => 103
                    [cpu] => 0
                    [mu] => 2688
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::load==>Doctrine\ORM\EntityManager::newHydrator] => Array
                (
                    [ct] => 8
                    [wt] => 103
                    [cpu] => 0
                    [mu] => 4888
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::hydrateAll==>Doctrine\ORM\EntityManager::getEventManager] => Array
                (
                    [ct] => 12
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Bridge\Doctrine\ContainerAwareEventManager::addEventListener@1==>Symfony\Bridge\Doctrine\ContainerAwareEventManager::getHash] => Array
                (
                    [ct] => 12
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1816
                    [pmu] => 0
                )

            [Symfony\Bridge\Doctrine\ContainerAwareEventManager::initializeSubscribers==>Symfony\Bridge\Doctrine\ContainerAwareEventManager::addEventListener@1] => Array
                (
                    [ct] => 12
                    [wt] => 38
                    [cpu] => 0
                    [mu] => 5776
                    [pmu] => 0
                )

            [Symfony\Bridge\Doctrine\ContainerAwareEventManager::addEventListener==>Symfony\Bridge\Doctrine\ContainerAwareEventManager::initializeSubscribers] => Array
                (
                    [ct] => 2
                    [wt] => 58
                    [cpu] => 0
                    [mu] => 6504
                    [pmu] => 0
                )

            [Symfony\Bridge\Doctrine\ContainerAwareEventManager::getHash==>spl_object_hash] => Array
                (
                    [ct] => 24
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 2120
                    [pmu] => 0
                )

            [Symfony\Bridge\Doctrine\ContainerAwareEventManager::addEventListener==>Symfony\Bridge\Doctrine\ContainerAwareEventManager::getHash] => Array
                (
                    [ct] => 12
                    [wt] => 42
                    [cpu] => 0
                    [mu] => 2048
                    [pmu] => 0
                )

            [Symfony\Bridge\Doctrine\ContainerAwareEventManager::getMethod==>method_exists] => Array
                (
                    [ct] => 12
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Bridge\Doctrine\ContainerAwareEventManager::addEventListener==>Symfony\Bridge\Doctrine\ContainerAwareEventManager::getMethod] => Array
                (
                    [ct] => 12
                    [wt] => 42
                    [cpu] => 0
                    [mu] => 1280
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::hydrateAll==>Symfony\Bridge\Doctrine\ContainerAwareEventManager::addEventListener] => Array
                (
                    [ct] => 12
                    [wt] => 210
                    [cpu] => 0
                    [mu] => 12912
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::prepare==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::resultSetMapping] => Array
                (
                    [ct] => 24
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::prepare==>reset] => Array
                (
                    [ct] => 8
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::getClassMetadata==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 11
                    [wt] => 91
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::prepare==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::getClassMetadata] => Array
                (
                    [ct] => 8
                    [wt] => 94
                    [cpu] => 0
                    [mu] => 4336
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::hydrateAll==>Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::prepare] => Array
                (
                    [ct] => 8
                    [wt] => 191
                    [cpu] => 0
                    [mu] => 6616
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::hydrateAllData==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::statement] => Array
                (
                    [ct] => 14
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\DBAL\Driver\Mysqli\Result::fetchNumeric==>mysqli_stmt::fetch] => Array
                (
                    [ct] => 235
                    [wt] => 193
                    [cpu] => 0
                    [mu] => 22208
                    [pmu] => 0
                )

            [Doctrine\DBAL\Driver\Mysqli\Result::fetchAssociative==>Doctrine\DBAL\Driver\Mysqli\Result::fetchNumeric] => Array
                (
                    [ct] => 235
                    [wt] => 585
                    [cpu] => 0
                    [mu] => 72480
                    [pmu] => 0
                )

            [Doctrine\DBAL\Driver\Mysqli\Result::fetchAssociative==>array_combine] => Array
                (
                    [ct] => 223
                    [wt] => 125
                    [cpu] => 0
                    [mu] => 87296
                    [pmu] => 0
                )

            [Doctrine\DBAL\Result::fetchAssociative==>Doctrine\DBAL\Driver\Mysqli\Result::fetchAssociative] => Array
                (
                    [ct] => 233
                    [wt] => 1239
                    [cpu] => 0
                    [mu] => 159912
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::hydrateAllData==>Doctrine\DBAL\Result::fetchAssociative] => Array
                (
                    [ct] => 14
                    [wt] => 156
                    [cpu] => 0
                    [mu] => 10776
                    [pmu] => 0
                )

            [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] => 74
                    [wt] => 44
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::hydrateRowData==>array_search] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::hydrateColumnInfo==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::getClassMetadata] => Array
                (
                    [ct] => 87
                    [wt] => 84
                    [cpu] => 0
                    [mu] => 1040
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::hydrateColumnInfo==>in_array] => Array
                (
                    [ct] => 83
                    [wt] => 54
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::hydrateColumnInfo==>Doctrine\DBAL\Types\Type::getType] => Array
                (
                    [ct] => 90
                    [wt] => 417
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 1224
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::hydrateRowData==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::hydrateColumnInfo] => Array
                (
                    [ct] => 72
                    [wt] => 965
                    [cpu] => 493
                    [mu] => 44312
                    [pmu] => 8776
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::hydrateRowData==>Doctrine\DBAL\Types\IntegerType::convertToPHPValue] => Array
                (
                    [ct] => 17
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::hydrateRowData==>Doctrine\DBAL\Types\Type::convertToPHPValue] => Array
                (
                    [ct] => 25
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 216
                )

            [Doctrine\DBAL\Types\BooleanType::convertToPHPValue==>Doctrine\DBAL\Platforms\AbstractPlatform::convertFromBoolean] => Array
                (
                    [ct] => 19
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 312
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::hydrateRowData==>Doctrine\DBAL\Types\BooleanType::convertToPHPValue] => Array
                (
                    [ct] => 17
                    [wt] => 50
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 928
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::hydrateRowData==>Doctrine\DBAL\Types\TextType::convertToPHPValue] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 216
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::getDiscriminatorValues==>array_map] => Array
                (
                    [ct] => 13
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::hydrateColumnInfo==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::getDiscriminatorValues] => Array
                (
                    [ct] => 13
                    [wt] => 38
                    [cpu] => 0
                    [mu] => 4120
                    [pmu] => 1640
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::hydrateColumnInfo==>array_merge] => Array
                (
                    [ct] => 13
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 5472
                    [pmu] => 928
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::hydrateRowData==>in_array] => Array
                (
                    [ct] => 13
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::hydrateRowData==>Doctrine\ORM\EntityManager::getUnitOfWork] => Array
                (
                    [ct] => 6
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::createEntity==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 18
                    [wt] => 2194
                    [cpu] => 0
                    [mu] => 64072
                    [pmu] => 44240
                )

            [Doctrine\ORM\UnitOfWork::createEntity==>Doctrine\ORM\Utility\IdentifierFlattener::flattenIdentifier] => Array
                (
                    [ct] => 7
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 3232
                    [pmu] => 720
                )

            [Doctrine\ORM\UnitOfWork::createEntity==>Doctrine\ORM\UnitOfWork::getIdHashByIdentifier] => Array
                (
                    [ct] => 11
                    [wt] => 33
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 360
                )

            [Doctrine\Instantiator\Instantiator::getReflectionClass==>class_exists] => Array
                (
                    [ct] => 7
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Doctrine\Instantiator\Instantiator::getReflectionClass==>enum_exists] => Array
                (
                    [ct] => 7
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Doctrine\Instantiator\Instantiator::getReflectionClass==>ReflectionClass::__construct] => Array
                (
                    [ct] => 7
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\Instantiator\Instantiator::getReflectionClass==>ReflectionClass::isAbstract] => Array
                (
                    [ct] => 7
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\Instantiator\Instantiator::buildFactory==>Doctrine\Instantiator\Instantiator::getReflectionClass] => Array
                (
                    [ct] => 7
                    [wt] => 75
                    [cpu] => 0
                    [mu] => 3864
                    [pmu] => 3184
                )

            [Doctrine\Instantiator\Instantiator::hasInternalAncestors==>ReflectionClass::isInternal] => Array
                (
                    [ct] => 9
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\Instantiator\Instantiator::hasInternalAncestors==>ReflectionClass::getParentClass] => Array
                (
                    [ct] => 9
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 440
                )

            [Doctrine\Instantiator\Instantiator::isInstantiableViaReflection==>Doctrine\Instantiator\Instantiator::hasInternalAncestors] => Array
                (
                    [ct] => 7
                    [wt] => 49
                    [cpu] => 0
                    [mu] => 1944
                    [pmu] => 1744
                )

            [Doctrine\Instantiator\Instantiator::buildFactory==>Doctrine\Instantiator\Instantiator::isInstantiableViaReflection] => Array
                (
                    [ct] => 7
                    [wt] => 68
                    [cpu] => 0
                    [mu] => 2640
                    [pmu] => 2496
                )

            [Doctrine\Instantiator\Instantiator::buildAndCacheFromFactory==>Doctrine\Instantiator\Instantiator::buildFactory] => Array
                (
                    [ct] => 7
                    [wt] => 186
                    [cpu] => 0
                    [mu] => 8776
                    [pmu] => 6992
                )

            [Doctrine\Instantiator\Instantiator::buildAndCacheFromFactory==>ReflectionClass::newInstanceWithoutConstructor] => Array
                (
                    [ct] => 7
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 2576
                    [pmu] => 728
                )

            [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] => 5
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 392
                )

            [Doctrine\Instantiator\Instantiator::isSafeToClone==>ReflectionClass::hasMethod] => Array
                (
                    [ct] => 7
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\Instantiator\Instantiator::isSafeToClone==>ReflectionClass::isSubclassOf] => Array
                (
                    [ct] => 7
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\Instantiator\Instantiator::buildAndCacheFromFactory==>Doctrine\Instantiator\Instantiator::isSafeToClone] => Array
                (
                    [ct] => 7
                    [wt] => 61
                    [cpu] => 0
                    [mu] => 2576
                    [pmu] => 2440
                )

            [Doctrine\Instantiator\Instantiator::instantiate==>Doctrine\Instantiator\Instantiator::buildAndCacheFromFactory] => Array
                (
                    [ct] => 7
                    [wt] => 324
                    [cpu] => 0
                    [mu] => 18112
                    [pmu] => 13664
                )

            [Doctrine\ORM\Mapping\ClassMetadata::newInstance==>Doctrine\Instantiator\Instantiator::instantiate] => Array
                (
                    [ct] => 6
                    [wt] => 305
                    [cpu] => 0
                    [mu] => 18384
                    [pmu] => 14456
                )

            [Doctrine\ORM\UnitOfWork::createEntity==>Doctrine\ORM\Mapping\ClassMetadata::newInstance] => Array
                (
                    [ct] => 6
                    [wt] => 329
                    [cpu] => 0
                    [mu] => 19032
                    [pmu] => 15184
                )

            [Doctrine\ORM\UnitOfWork::createEntity==>spl_object_id] => Array
                (
                    [ct] => 7
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 472
                )

            [Doctrine\ORM\UnitOfWork::registerManaged==>spl_object_id] => Array
                (
                    [ct] => 10
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Doctrine\ORM\UnitOfWork::addToIdentityMap==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 10
                    [wt] => 66
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 568
                )

            [Doctrine\ORM\UnitOfWork::getIdHashByEntity==>spl_object_id] => Array
                (
                    [ct] => 10
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Doctrine\ORM\UnitOfWork::getIdHashByEntity==>in_array] => Array
                (
                    [ct] => 10
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [Doctrine\ORM\UnitOfWork::getIdHashByEntity==>Doctrine\ORM\UnitOfWork::getIdHashByIdentifier] => Array
                (
                    [ct] => 10
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 776
                    [pmu] => 376
                )

            [Doctrine\ORM\UnitOfWork::addToIdentityMap==>Doctrine\ORM\UnitOfWork::getIdHashByEntity] => Array
                (
                    [ct] => 10
                    [wt] => 93
                    [cpu] => 0
                    [mu] => 2672
                    [pmu] => 2272
                )

            [Doctrine\ORM\UnitOfWork::registerManaged==>Doctrine\ORM\UnitOfWork::addToIdentityMap] => Array
                (
                    [ct] => 10
                    [wt] => 204
                    [cpu] => 0
                    [mu] => 7264
                    [pmu] => 4568
                )

            [Doctrine\ORM\UnitOfWork::createEntity==>Doctrine\ORM\UnitOfWork::registerManaged] => Array
                (
                    [ct] => 9
                    [wt] => 234
                    [cpu] => 0
                    [mu] => 10624
                    [pmu] => 6944
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\RawValuePropertyAccessor::setValue==>ReflectionProperty::setRawValueWithoutLazyInitialization] => Array
                (
                    [ct] => 98
                    [wt] => 82
                    [cpu] => 0
                    [mu] => 712
                    [pmu] => 376
                )

            [Doctrine\ORM\UnitOfWork::createEntity==>Doctrine\ORM\Mapping\PropertyAccessors\RawValuePropertyAccessor::setValue] => Array
                (
                    [ct] => 30
                    [wt] => 98
                    [cpu] => 0
                    [mu] => 1408
                    [pmu] => 1168
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\TypedNoDefaultPropertyAccessor::setValue==>Doctrine\ORM\Mapping\PropertyAccessors\RawValuePropertyAccessor::setValue] => Array
                (
                    [ct] => 67
                    [wt] => 194
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 696
                )

            [Doctrine\ORM\UnitOfWork::createEntity==>Doctrine\ORM\Mapping\PropertyAccessors\TypedNoDefaultPropertyAccessor::setValue] => Array
                (
                    [ct] => 62
                    [wt] => 311
                    [cpu] => 0
                    [mu] => 1360
                    [pmu] => 1672
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/main_metadata_php:1227}==>Symfony\Component\VarExporter\Internal\Registry::p] => Array
                (
                    [ct] => 4
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 2776
                    [pmu] => 2840
                )

            [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] => 41
                    [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] => 95
                    [cpu] => 0
                    [mu] => 18784
                    [pmu] => 22792
                )

            [Doctrine\ORM\UnitOfWork::createEntity==>Doctrine\ORM\Mapping\AssociationMapping::isToOne] => Array
                (
                    [ct] => 11
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::createEntity==>Doctrine\Common\Collections\ArrayCollection::__construct] => Array
                (
                    [ct] => 7
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\UnitOfWork::createEntity==>Doctrine\ORM\PersistentCollection::__construct] => Array
                (
                    [ct] => 7
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\PersistentCollection::setOwner==>Doctrine\ORM\Mapping\AssociationMapping::isOwningSide] => Array
                (
                    [ct] => 7
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\UnitOfWork::createEntity==>Doctrine\ORM\PersistentCollection::setOwner] => Array
                (
                    [ct] => 7
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 1248
                    [pmu] => 992
                )

            [Doctrine\ORM\UnitOfWork::createEntity==>Doctrine\ORM\PersistentCollection::setInitialized] => Array
                (
                    [ct] => 7
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\Event\ListenersInvoker::getSubscribedSystems==>Symfony\Bridge\Doctrine\ContainerAwareEventManager::hasListeners] => Array
                (
                    [ct] => 11
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Internal\HydrationCompleteHandler::deferPostLoadInvoking==>Doctrine\ORM\Event\ListenersInvoker::getSubscribedSystems] => Array
                (
                    [ct] => 7
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 1072
                )

            [Doctrine\ORM\UnitOfWork::createEntity==>Doctrine\ORM\Internal\HydrationCompleteHandler::deferPostLoadInvoking] => Array
                (
                    [ct] => 7
                    [wt] => 53
                    [cpu] => 0
                    [mu] => 2024
                    [pmu] => 1768
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::hydrateRowData==>Doctrine\ORM\UnitOfWork::createEntity] => Array
                (
                    [ct] => 6
                    [wt] => 3984
                    [cpu] => 0
                    [mu] => 142672
                    [pmu] => 78792
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::hydrateAllData==>Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::hydrateRowData] => Array
                (
                    [ct] => 6
                    [wt] => 5677
                    [cpu] => 493
                    [mu] => 216848
                    [pmu] => 91376
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::hydrateAllData==>Doctrine\ORM\EntityManager::getUnitOfWork] => Array
                (
                    [ct] => 8
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::hydrateAllData==>Doctrine\ORM\UnitOfWork::triggerEagerLoads] => Array
                (
                    [ct] => 8
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::hydrateAll==>Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::hydrateAllData] => Array
                (
                    [ct] => 8
                    [wt] => 5956
                    [cpu] => 493
                    [mu] => 220072
                    [pmu] => 91440
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::cleanup==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::statement] => Array
                (
                    [ct] => 12
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\DBAL\Driver\Mysqli\Result::free==>mysqli_stmt::free_result] => Array
                (
                    [ct] => 12
                    [wt] => 22
                    [cpu] => 0
                    [mu] => -6800
                    [pmu] => 0
                )

            [Doctrine\DBAL\Result::free==>Doctrine\DBAL\Driver\Mysqli\Result::free] => Array
                (
                    [ct] => 12
                    [wt] => 47
                    [cpu] => 0
                    [mu] => -6168
                    [pmu] => 544
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::cleanup==>Doctrine\DBAL\Result::free] => Array
                (
                    [ct] => 12
                    [wt] => 74
                    [cpu] => 0
                    [mu] => -5520
                    [pmu] => 1192
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::cleanup==>Doctrine\ORM\EntityManager::getEventManager] => Array
                (
                    [ct] => 12
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Bridge\Doctrine\ContainerAwareEventManager::removeEventListener==>Symfony\Bridge\Doctrine\ContainerAwareEventManager::getHash] => Array
                (
                    [ct] => 12
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 1400
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::cleanup==>Symfony\Bridge\Doctrine\ContainerAwareEventManager::removeEventListener] => Array
                (
                    [ct] => 12
                    [wt] => 86
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::cleanup==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::cleanup] => Array
                (
                    [ct] => 8
                    [wt] => 192
                    [cpu] => 0
                    [mu] => -35656
                    [pmu] => 2008
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::cleanup==>Doctrine\ORM\UnitOfWork::triggerEagerLoads] => Array
                (
                    [ct] => 8
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::hydrationComplete==>Doctrine\ORM\Internal\HydrationCompleteHandler::hydrationComplete] => Array
                (
                    [ct] => 9
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::cleanup==>Doctrine\ORM\UnitOfWork::hydrationComplete] => Array
                (
                    [ct] => 8
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::hydrateAll==>Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::cleanup] => Array
                (
                    [ct] => 8
                    [wt] => 275
                    [cpu] => 0
                    [mu] => -32872
                    [pmu] => 2104
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::load==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::hydrateAll] => Array
                (
                    [ct] => 8
                    [wt] => 6680
                    [cpu] => 493
                    [mu] => 207864
                    [pmu] => 93672
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::loadById==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::load] => Array
                (
                    [ct] => 4
                    [wt] => 11990
                    [cpu] => 8491
                    [mu] => 378624
                    [pmu] => 422968
                )

            [Doctrine\ORM\EntityManager::find==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::loadById] => Array
                (
                    [ct] => 3
                    [wt] => 10906
                    [cpu] => 7821
                    [mu] => 266488
                    [pmu] => 374688
                )

            [Doctrine\ORM\EntityRepository::find==>Doctrine\ORM\EntityManager::find] => Array
                (
                    [ct] => 3
                    [wt] => 11139
                    [cpu] => 7821
                    [mu] => 289272
                    [pmu] => 394584
                )

            [Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::find==>Doctrine\ORM\EntityRepository::find] => Array
                (
                    [ct] => 2
                    [wt] => 9277
                    [cpu] => 6550
                    [mu] => 277512
                    [pmu] => 348760
                )

            [GameDev\Platform\Service\Game\API\Common\Request\GameProviderResolver::resolveFromRequest==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::find] => Array
                (
                    [ct] => 1
                    [wt] => 6709
                    [cpu] => 3210
                    [mu] => 483072
                    [pmu] => 507704
                )

            [GameDev\Platform\EventSubscriber\Game\API\Slot\KernelEventSubscriber::resolveSystemForRequest==>GameDev\Platform\Service\Game\API\Common\Request\GameProviderResolver::resolveFromRequest] => Array
                (
                    [ct] => 1
                    [wt] => 6734
                    [cpu] => 3210
                    [mu] => 489016
                    [pmu] => 512624
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::getSystemForRequest==>GameDev\Platform\EventSubscriber\Game\API\Slot\KernelEventSubscriber::resolveSystemForRequest] => Array
                (
                    [ct] => 1
                    [wt] => 6737
                    [cpu] => 3210
                    [mu] => 489776
                    [pmu] => 512752
                )

            [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\GameProvider::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] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Sentry\State\Hub::configureScope==>Sentry\State\Hub::getScope] => Array
                (
                    [ct] => 2
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 1832
                    [pmu] => 56
                )

            [Sentry\State\Scope::setTags==>array_merge] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [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] => 0
                )

            [Sentry\State\Scope::setExtras==>array_merge] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::{closure:GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::configureSentrySystemTags():218}==>Sentry\State\Scope::setExtras] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1344
                    [pmu] => 0
                )

            [Sentry\State\Hub::configureScope==>GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::{closure:GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::configureSentrySystemTags():218}] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 3544
                    [pmu] => 0
                )

            [Sentry\configureScope==>Sentry\State\Hub::configureScope] => Array
                (
                    [ct] => 1
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 6072
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::configureSentrySystemTags==>Sentry\configureScope] => Array
                (
                    [ct] => 1
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 7384
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::getSystemForRequest==>GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::configureSentrySystemTags] => Array
                (
                    [ct] => 1
                    [wt] => 40
                    [cpu] => 0
                    [mu] => 10672
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::logRequest==>GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::getSystemForRequest] => Array
                (
                    [ct] => 1
                    [wt] => 6784
                    [cpu] => 3210
                    [mu] => 501616
                    [pmu] => 512880
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::initialize==>GameDev\Platform\Entity\Catalog\System::getId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::initialize==>GameDev\Platform\Entity\Catalog\System::getName] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::initialize==>GameDev\Platform\Entity\Catalog\System::getDisplayableTypeName] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\Log\RequestResponse::__construct==>date_create] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 888
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\Log\RequestResponse::__construct==>GameDev\Platform\Entity\Log\RequestResponse::setDateTime] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::initialize==>GameDev\Platform\Entity\Log\RequestResponse::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 2280
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::initialize==>GameDev\Platform\Entity\Catalog\System::isShouldLog] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::logRequest==>GameDev\Platform\Service\Shared\Log\RequestResponseLogger::initialize] => Array
                (
                    [ct] => 1
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 6240
                    [pmu] => 0
                )

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

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::logRequest==>Symfony\Component\HttpFoundation\ParameterBag::getString] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::logRequest==>GameDev\Platform\Entity\Log\RequestResponse::setReferer] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Helper\RequestHelper::extractRequestIp==>Symfony\Component\HttpFoundation\ParameterBag::getString] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::logRequest==>GameDev\Platform\Helper\RequestHelper::extractRequestIp] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::logRequest==>GameDev\Platform\Entity\Log\RequestResponse::setRequestIp] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::logRequest==>Symfony\Component\HttpFoundation\Request::getHost] => Array
                (
                    [ct] => 1
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [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] => 1
                    [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] => 8
                    [cpu] => 0
                    [mu] => 8824
                    [pmu] => 8568
                )

            [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] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::{closure:GameDev\Platform\Service\Shared\Log\RequestResponseLogger::filterRequestHeaders():111}==>strtolower] => Array
                (
                    [ct] => 15
                    [wt] => 8
                    [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] => 75
                    [wt] => 40
                    [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] => 75
                    [wt] => 142
                    [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] => 15
                    [wt] => 238
                    [cpu] => 0
                    [mu] => 2184
                    [pmu] => 2984
                )

            [array_filter==>GameDev\Platform\Service\Shared\Log\RequestResponseLogger::{closure:GameDev\Platform\Service\Shared\Log\RequestResponseLogger::filterRequestHeaders():111}] => Array
                (
                    [ct] => 15
                    [wt] => 286
                    [cpu] => 0
                    [mu] => 3672
                    [pmu] => 4832
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::filterRequestHeaders==>array_filter] => Array
                (
                    [ct] => 1
                    [wt] => 307
                    [cpu] => 0
                    [mu] => 5032
                    [pmu] => 5888
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::logRequest==>GameDev\Platform\Service\Shared\Log\RequestResponseLogger::filterRequestHeaders] => Array
                (
                    [ct] => 1
                    [wt] => 313
                    [cpu] => 0
                    [mu] => 6456
                    [pmu] => 6744
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::logRequest==>GameDev\Platform\Entity\Log\RequestResponse::setRequestHeaders] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 136
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::logRequest==>Symfony\Component\HttpFoundation\Request::getRequestUri] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [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] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Utils\JaegerTraceIdExtractor::extractTraceId==>GameDev\Utils\Tracer\Services\JaegerTracer::extractSpanFromHeaders] => Array
                (
                    [ct] => 2
                    [wt] => 354
                    [cpu] => 0
                    [mu] => 1048
                    [pmu] => 3200
                )

            [GameDev\Platform\Utils\JaegerTraceIdExtractor::extractTraceId==>Jaeger\SpanContext::getTraceId] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [GameDev\Platform\Utils\JaegerTraceIdExtractor::extractTraceId==>is_numeric] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 200
                )

            [GameDev\Platform\Utils\JaegerTraceIdExtractor::extractTraceId==>substr] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 760
                    [pmu] => 664
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::logRequest==>GameDev\Platform\Utils\JaegerTraceIdExtractor::extractTraceId] => Array
                (
                    [ct] => 1
                    [wt] => 192
                    [cpu] => 0
                    [mu] => 4240
                    [pmu] => 3984
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::logRequest==>GameDev\Platform\Entity\Log\RequestResponse::setContext] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::logRequest==>GameDev\Platform\Service\Shared\Log\RequestResponseLogger::logRequest] => Array
                (
                    [ct] => 1
                    [wt] => 595
                    [cpu] => 0
                    [mu] => 31680
                    [pmu] => 26496
                )

            [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] => 1128
                )

            [GameDev\Platform\EventSubscriber\Info\API\KernelEventSubscriber::__construct==>GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1144
                    [pmu] => 888
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getKernelEventSubscriber5Service==>GameDev\Platform\EventSubscriber\Info\API\KernelEventSubscriber::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [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] => 16
                    [cpu] => 0
                    [mu] => 4496
                    [pmu] => 3808
                )

            [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] => 22
                    [cpu] => 0
                    [mu] => 5352
                    [pmu] => 4552
                )

            [GameDev\Platform\EventSubscriber\Info\API\KernelEventSubscriber::supportsRequest==>GameDev\Platform\Helper\RequestHelper::isControllerSubclassRequest] => Array
                (
                    [ct] => 6
                    [wt] => 66
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 520
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::logRequest==>GameDev\Platform\EventSubscriber\Info\API\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 1424
                    [pmu] => 1024
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getMonitoringSystemResolverService==>GameDev\Platform\Service\Monitoring\API\Common\Request\MonitoringSystemResolver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [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] => 12
                    [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] => 47
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 840
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::logRequest==>GameDev\Platform\EventSubscriber\Monitoring\API\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [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] => 0
                    [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] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpKernel\EventListener\LocaleListener::setRouterContext==>Symfony\Component\HttpFoundation\Request::getLocale] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpKernel\EventListener\LocaleListener::setRouterContext==>Symfony\Component\Routing\RequestContext::setParameter] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpKernel\EventListener\LocaleListener::onKernelRequest==>Symfony\Component\HttpKernel\EventListener\LocaleListener::setRouterContext] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [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] => 20
                    [cpu] => 0
                    [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] => 8
                    [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] => 11
                    [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] => 0
                    [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] => 1
                    [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] => 2
                    [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] => 7
                    [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] => 19
                    [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] => 29
                    [cpu] => 0
                    [mu] => 6792
                    [pmu] => 6280
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRequestListenerService==>Sentry\SentryBundle\EventListener\RequestListener::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [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] => 6
                    [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] => 11
                    [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] => 7
                    [cpu] => 0
                    [mu] => 2008
                    [pmu] => 1592
                )

            [Sentry\State\HubAdapter::getClient==>Sentry\SentrySdk::getCurrentHub] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

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

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

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

            [Sentry\SentryBundle\EventListener\RequestListener::handleKernelRequestEvent==>Sentry\State\HubAdapter::getClient] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 3160
                    [pmu] => 2904
                )

            [Sentry\SentryBundle\EventListener\RequestListener::handleKernelRequestEvent==>Sentry\Client::getOptions] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Sentry\SentryBundle\EventListener\RequestListener::handleKernelRequestEvent==>Sentry\Options::shouldSendDefaultPii] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>Sentry\SentryBundle\EventListener\RequestListener::handleKernelRequestEvent] => Array
                (
                    [ct] => 1
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 7384
                    [pmu] => 6872
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSubRequestListenerService==>Sentry\SentryBundle\EventListener\SubRequestListener::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 224
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2352}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSubRequestListenerService] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [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():2352}] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 2432
                    [pmu] => 1728
                )

            [Sentry\SentryBundle\EventListener\SubRequestListener::isMainRequest==>method_exists] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 168
                )

            [Sentry\SentryBundle\EventListener\SubRequestListener::isMainRequest==>Symfony\Component\HttpKernel\Event\KernelEvent::isMainRequest] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Sentry\SentryBundle\EventListener\SubRequestListener::handleKernelRequestEvent==>Sentry\SentryBundle\EventListener\SubRequestListener::isMainRequest] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 2008
                    [pmu] => 1592
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>Sentry\SentryBundle\EventListener\SubRequestListener::handleKernelRequestEvent] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 2800
                    [pmu] => 2288
                )

            [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] => 1
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 88
                )

            [GameDev\Platform\Legacy\EventSubscriber\KernelEventSubscriber::validateSignature==>Symfony\Component\HttpKernel\Event\KernelEvent::getRequest] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 248
                )

            [GameDev\Platform\Legacy\EventSubscriber\KernelEventSubscriber::validateSignature==>GameDev\Platform\Legacy\EventSubscriber\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>GameDev\Platform\Legacy\EventSubscriber\KernelEventSubscriber::validateSignature] => Array
                (
                    [ct] => 1
                    [wt] => 15
                    [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():2364}] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 88
                )

            [GameDev\Platform\EventSubscriber\Aggregator\API\KernelEventSubscriber::validateSignature==>Symfony\Component\HttpKernel\Event\KernelEvent::getRequest] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 264
                )

            [GameDev\Platform\EventSubscriber\Aggregator\API\KernelEventSubscriber::validateSignature==>GameDev\Platform\EventSubscriber\Aggregator\API\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::validateSignature==>Symfony\Component\HttpKernel\Event\KernelEvent::getRequest] => Array
                (
                    [ct] => 6
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::validateSignature==>GameDev\Platform\EventSubscriber\Aggregator\API\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [GameDev\Platform\EventSubscriber\Aggregator\API\KernelEventSubscriber::validateSignature==>GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::validateSignature] => Array
                (
                    [ct] => 1
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 2184
                    [pmu] => 1928
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>GameDev\Platform\EventSubscriber\Aggregator\API\KernelEventSubscriber::validateSignature] => Array
                (
                    [ct] => 1
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 4464
                    [pmu] => 3968
                )

            [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] => 72
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::validateSignature==>GameDev\Platform\EventSubscriber\BackOffice\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}==>GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::validateSignature] => Array
                (
                    [ct] => 4
                    [wt] => 136
                    [cpu] => 0
                    [mu] => 15320
                    [pmu] => 23208
                )

            [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] => 72
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::validateSignature==>GameDev\Platform\EventSubscriber\Game\API\Instant\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [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():2386}] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [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] => 12
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 312
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::validateSignature==>GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::getSystemForRequest] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [GameDev\Platform\Service\Shared\Signature\Version2\SignatureValidator::validateRequestSignature==>Symfony\Component\HttpFoundation\ParameterBag::has] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Shared\Signature\Version2\SignatureValidator::validateRequestSignature==>Webmozart\Assert\Assert::true] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Shared\Signature\Version2\SignatureValidator::validateRequestSignature==>Symfony\Component\HttpFoundation\ParameterBag::getInt] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Shared\Signature\Version2\SignatureValidator::validateRequestSignature==>Webmozart\Assert\Assert::greaterThan] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpFoundation\InputBag::get==>Symfony\Component\HttpFoundation\ParameterBag::get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [GameDev\Platform\Service\Shared\Signature\Version2\SignatureValidator::validateRequestSignature==>Symfony\Component\HttpFoundation\InputBag::get] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 1072
                )

            [GameDev\Platform\Service\Shared\Signature\Version2\SignatureValidator::validateRequestSignature==>Symfony\Component\HttpFoundation\Request::getContent] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Shared\Signature\Version2\SignatureCalculator::calculateSignature==>GameDev\Platform\Entity\Catalog\System::getSecretKey] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Shared\Signature\Version2\SignatureCalculator::calculateSignatureUsingKey==>implode] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 12920
                    [pmu] => 12880
                )

            [GameDev\Platform\Service\Shared\Signature\Version2\SignatureCalculator::calculateSignatureUsingKey==>md5] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 696
                )

            [GameDev\Platform\Service\Shared\Signature\Version2\SignatureCalculator::calculateSignature==>GameDev\Platform\Service\Shared\Signature\Version2\SignatureCalculator::calculateSignatureUsingKey] => Array
                (
                    [ct] => 1
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 14656
                    [pmu] => 14400
                )

            [GameDev\Platform\Service\Shared\Signature\Version2\SignatureValidator::validateRequestSignature==>GameDev\Platform\Service\Shared\Signature\Version2\SignatureCalculator::calculateSignature] => Array
                (
                    [ct] => 1
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 3640
                    [pmu] => 15320
                )

            [GameDev\Platform\Service\Shared\Signature\Version2\SignatureValidator::validateRequestSignature==>GameDev\Platform\Entity\Catalog\System::hasAlternativeSecretKey] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Signature\Version2\SignatureValidator::validateRequestSignature==>in_array] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::validateSignature==>GameDev\Platform\Service\Shared\Signature\Version2\SignatureValidator::validateRequestSignature] => Array
                (
                    [ct] => 1
                    [wt] => 71
                    [cpu] => 0
                    [mu] => 11008
                    [pmu] => 20416
                )

            [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] => 2
                    [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] => 11
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Info\API\KernelEventSubscriber::validateSignature==>GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::validateSignature] => Array
                (
                    [ct] => 1
                    [wt] => 15
                    [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] => 32
                    [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] => 55065
                    [cpu] => 38685
                    [mu] => 2384016
                    [pmu] => 2401352
                )

            [Symfony\Component\HttpKernel\HttpKernel::handleRaw==>Symfony\Component\EventDispatcher\EventDispatcher::dispatch] => Array
                (
                    [ct] => 3
                    [wt] => 16054
                    [cpu] => 18096
                    [mu] => 1487584
                    [pmu] => 1495648
                )

            [Symfony\Component\HttpKernel\HttpKernel::handleRaw==>Symfony\Component\HttpKernel\Event\RequestEvent::hasResponse] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [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] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Controller\ControllerResolver::createController==>str_contains] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Controller\ControllerResolver::createController==>explode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 936
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Controller\ContainerControllerResolver::instantiateController==>ltrim] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Symfony\Component\HttpKernel\Controller\ContainerControllerResolver::instantiateController==>Symfony\Component\DependencyInjection\Container::has] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getStateControllerService==>dirname] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 408
                )

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

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getStateControllerService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::get_ServiceLocator_AOYNH6MService] => Array
                (
                    [ct] => 1
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 1616
                    [pmu] => 1360
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getStateControllerService==>Symfony\Component\DependencyInjection\ServiceLocator::withContext] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 856
                    [pmu] => 600
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getStateControllerService==>Symfony\Bundle\FrameworkBundle\Controller\AbstractController::setContainer] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\DependencyInjection\Container::make==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getStateControllerService] => Array
                (
                    [ct] => 1
                    [wt] => 38
                    [cpu] => 0
                    [mu] => 4712
                    [pmu] => 4456
                )

            [Symfony\Component\HttpKernel\Controller\ContainerControllerResolver::instantiateController==>Symfony\Component\DependencyInjection\Container::get] => Array
                (
                    [ct] => 1
                    [wt] => 44
                    [cpu] => 0
                    [mu] => 5440
                    [pmu] => 5184
                )

            [Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver::instantiateController==>Symfony\Component\HttpKernel\Controller\ContainerControllerResolver::instantiateController] => Array
                (
                    [ct] => 1
                    [wt] => 55
                    [cpu] => 0
                    [mu] => 7592
                    [pmu] => 7336
                )

            [Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver::instantiateController==>Symfony\Bundle\FrameworkBundle\Controller\AbstractController::setContainer] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\HttpKernel\Controller\ControllerResolver::createController==>Symfony\Bundle\FrameworkBundle\Controller\ControllerResolver::instantiateController] => Array
                (
                    [ct] => 1
                    [wt] => 62
                    [cpu] => 0
                    [mu] => 74584
                    [pmu] => 72136
                )

            [Symfony\Component\HttpKernel\Controller\ControllerResolver::createController==>is_callable] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 600
                )

            [Symfony\Component\HttpKernel\Controller\ControllerResolver::getController==>Symfony\Component\HttpKernel\Controller\ControllerResolver::createController] => Array
                (
                    [ct] => 1
                    [wt] => 72
                    [cpu] => 0
                    [mu] => 77640
                    [pmu] => 73632
                )

            [Symfony\Component\HttpKernel\Controller\ControllerResolver::getController==>is_callable] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 376
                )

            [Symfony\Component\HttpKernel\Controller\ControllerResolver::checkController==>Symfony\Component\HttpFoundation\ParameterBag::get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpKernel\Controller\ControllerResolver::getController==>Symfony\Component\HttpKernel\Controller\ControllerResolver::checkController] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1360
                    [pmu] => 1104
                )

            [Symfony\Component\HttpKernel\HttpKernel::handleRaw==>Symfony\Component\HttpKernel\Controller\ControllerResolver::getController] => Array
                (
                    [ct] => 1
                    [wt] => 87
                    [cpu] => 0
                    [mu] => 81672
                    [pmu] => 76192
                )

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

            [Symfony\Component\HttpKernel\Event\ControllerEvent::setController==>method_exists] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Symfony\Component\HttpKernel\Event\ControllerEvent::setController==>ReflectionMethod::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Symfony\Component\HttpKernel\Event\ControllerEvent::__construct==>Symfony\Component\HttpKernel\Event\ControllerEvent::setController] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 2056
                    [pmu] => 1800
                )

            [Symfony\Component\HttpKernel\HttpKernel::handleRaw==>Symfony\Component\HttpKernel\Event\ControllerEvent::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 3448
                    [pmu] => 3192
                )

            [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] => 536
                )

            [Sentry\SentryBundle\EventListener\RequestListener::handleKernelControllerEvent==>Sentry\SentryBundle\EventListener\RequestListener::isMainRequest] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 248
                )

            [Sentry\SentryBundle\EventListener\RequestListener::handleKernelControllerEvent==>Symfony\Component\HttpKernel\Event\KernelEvent::getRequest] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Sentry\SentryBundle\EventListener\RequestListener::handleKernelControllerEvent==>Symfony\Component\HttpFoundation\ParameterBag::get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

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

            [Sentry\SentryBundle\EventListener\RequestListener::{closure:Sentry\SentryBundle\EventListener\RequestListener::handleKernelControllerEvent():88}==>Sentry\State\Scope::setTag] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1072
                    [pmu] => 816
                )

            [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] => 1576
                )

            [Sentry\State\HubAdapter::configureScope==>Sentry\State\Hub::configureScope] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 2480
                    [pmu] => 2224
                )

            [Sentry\SentryBundle\EventListener\RequestListener::handleKernelControllerEvent==>Sentry\State\HubAdapter::configureScope] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 3824
                    [pmu] => 3568
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>Sentry\SentryBundle\EventListener\RequestListener::handleKernelControllerEvent] => Array
                (
                    [ct] => 1
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 6768
                    [pmu] => 6392
                )

            [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] => 16
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::startRequestTimers==>Symfony\Component\HttpKernel\Event\KernelEvent::getRequest] => Array
                (
                    [ct] => 7
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 264
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::startRequestTimers==>GameDev\Platform\Legacy\EventSubscriber\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::startRequestTimers] => Array
                (
                    [ct] => 7
                    [wt] => 161
                    [cpu] => 2963
                    [mu] => 17232
                    [pmu] => 14424
                )

            [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] => 72
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::startRequestTimers==>GameDev\Platform\EventSubscriber\Aggregator\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():2373}] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::startRequestTimers==>GameDev\Platform\EventSubscriber\BackOffice\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():2380}] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [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] => 328
                )

            [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] => 0
                    [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] => 11
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 312
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::startRequestTimers==>gethostname] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 584
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::startRequestTimers==>GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::getSystemForRequest] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::startRequestTimers==>GameDev\Platform\Entity\Catalog\System::getTitle] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::startRequestTimers==>pinba_timer_start] => Array
                (
                    [ct] => 2
                    [wt] => 8
                    [cpu] => 2963
                    [mu] => 2544
                    [pmu] => 2128
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::getApiLabelValue==>Symfony\Component\HttpFoundation\Request::getRequestUri] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::getApiLabelValue==>strtok] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 648
                    [pmu] => 568
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::getApiLabelValue==>GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::getSystemForRequest] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::getApiLabelValue==>GameDev\Platform\Entity\Catalog\System::getDisplayableTypeName] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::getApiLabelValue==>stripos] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 504
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::getApiLabelValue==>sprintf] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 920
                    [pmu] => 920
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::getApiLabelValue==>strtolower] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 688
                    [pmu] => 688
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::startRequestTimers==>GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::getApiLabelValue] => Array
                (
                    [ct] => 1
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 5656
                    [pmu] => 5400
                )

            [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] => 0
                    [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] => 312
                )

            [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] => 2
                    [cpu] => 0
                    [mu] => 808
                    [pmu] => 552
                )

            [Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory::createArgumentMetadata==>ReflectionFunctionAbstract::getParameters] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1480
                    [pmu] => 1224
                )

            [Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory::createArgumentMetadata==>ReflectionParameter::getAttributes] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1504
                    [pmu] => 824
                )

            [Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory::createArgumentMetadata==>ReflectionAttribute::getName] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory::createArgumentMetadata==>class_exists] => Array
                (
                    [ct] => 2
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 600
                )

            [Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory::createArgumentMetadata==>ReflectionAttribute::newInstance] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 712
                    [pmu] => 416
                )

            [Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory::createArgumentMetadata==>ReflectionParameter::getName] => Array
                (
                    [ct] => 5
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory::getType==>ReflectionParameter::getType] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1152
                    [pmu] => 480
                )

            [Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory::getType==>ReflectionNamedType::getName] => Array
                (
                    [ct] => 5
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory::getType==>strtolower] => Array
                (
                    [ct] => 5
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1032
                    [pmu] => 624
                )

            [Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory::createArgumentMetadata==>Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory::getType] => Array
                (
                    [ct] => 5
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 3272
                    [pmu] => 3240
                )

            [Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory::createArgumentMetadata==>ReflectionParameter::isVariadic] => Array
                (
                    [ct] => 5
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory::createArgumentMetadata==>ReflectionParameter::isDefaultValueAvailable] => Array
                (
                    [ct] => 10
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory::createArgumentMetadata==>ReflectionParameter::allowsNull] => Array
                (
                    [ct] => 5
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 352
                )

            [Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory::createArgumentMetadata==>Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata::__construct] => Array
                (
                    [ct] => 5
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver::getArguments==>Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadataFactory::createArgumentMetadata] => Array
                (
                    [ct] => 1
                    [wt] => 152
                    [cpu] => 0
                    [mu] => 13416
                    [pmu] => 13688
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver::getArguments==>Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata::getAttributesOfType] => Array
                (
                    [ct] => 5
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver::getArguments==>Symfony\Component\DependencyInjection\Argument\RewindableGenerator::getIterator] => Array
                (
                    [ct] => 5
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 3064
                    [pmu] => 888
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_EntityValueResolverService==>dirname] => Array
                (
                    [ct] => 5
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 952
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_EntityValueResolverService==>class_exists] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 82552
                    [pmu] => 163800
                )

            [Symfony\Component\ExpressionLanguage\ExpressionLanguage::__construct==>Symfony\Component\Cache\Adapter\ArrayAdapter::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\ExpressionLanguage\ExpressionFunction::fromPhp==>ltrim] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\ExpressionLanguage\ExpressionFunction::fromPhp==>function_exists] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\ExpressionLanguage\ExpressionFunction::fromPhp==>explode] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 0
                )

            [Symfony\Component\ExpressionLanguage\ExpressionFunction::fromPhp==>end] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Symfony\Component\ExpressionLanguage\ExpressionFunction::fromPhp==>Symfony\Component\ExpressionLanguage\ExpressionFunction::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\ExpressionLanguage\ExpressionLanguage::registerFunctions==>Symfony\Component\ExpressionLanguage\ExpressionFunction::fromPhp] => Array
                (
                    [ct] => 3
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 9648
                    [pmu] => 0
                )

            [Symfony\Component\ExpressionLanguage\ExpressionLanguage::addFunction==>Symfony\Component\ExpressionLanguage\ExpressionFunction::getName] => Array
                (
                    [ct] => 4
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\ExpressionLanguage\ExpressionLanguage::addFunction==>Symfony\Component\ExpressionLanguage\ExpressionFunction::getCompiler] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\ExpressionLanguage\ExpressionLanguage::addFunction==>Symfony\Component\ExpressionLanguage\ExpressionFunction::getEvaluator] => Array
                (
                    [ct] => 4
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\ExpressionLanguage\ExpressionLanguage::addFunction==>Symfony\Component\ExpressionLanguage\ExpressionLanguage::register] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 2544
                    [pmu] => 0
                )

            [Symfony\Component\ExpressionLanguage\ExpressionLanguage::registerFunctions==>Symfony\Component\ExpressionLanguage\ExpressionLanguage::addFunction] => Array
                (
                    [ct] => 4
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 5424
                    [pmu] => 0
                )

            [Symfony\Component\ExpressionLanguage\ExpressionLanguage::registerFunctions==>Symfony\Component\ExpressionLanguage\ExpressionFunction::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\ExpressionLanguage\ExpressionLanguage::__construct==>Symfony\Component\ExpressionLanguage\ExpressionLanguage::registerFunctions] => Array
                (
                    [ct] => 1
                    [wt] => 71
                    [cpu] => 0
                    [mu] => 16384
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_EntityValueResolverService==>Symfony\Component\ExpressionLanguage\ExpressionLanguage::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 77
                    [cpu] => 0
                    [mu] => 18064
                    [pmu] => 0
                )

            [Symfony\Bridge\Doctrine\Attribute\MapEntity::__construct==>Symfony\Component\HttpKernel\Attribute\ValueResolver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Bridge\Doctrine\Attribute\MapEntity::__construct==>Symfony\Bridge\Doctrine\Attribute\MapEntity::selfValidate] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_EntityValueResolverService==>Symfony\Bridge\Doctrine\Attribute\MapEntity::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 2056
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_EntityValueResolverService==>Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHttpKernelService():2483}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_EntityValueResolverService] => Array
                (
                    [ct] => 1
                    [wt] => 173
                    [cpu] => 0
                    [mu] => 105560
                    [pmu] => 164616
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver::getArguments==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHttpKernelService():2483}] => Array
                (
                    [ct] => 55
                    [wt] => 362
                    [cpu] => 0
                    [mu] => 130008
                    [pmu] => 176672
                )

            [Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver::resolve==>Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata::getName] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver::resolve==>Symfony\Component\HttpFoundation\ParameterBag::get] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata::getAttributes==>Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata::getAttributesOfType] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver::resolve==>Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata::getAttributes] => Array
                (
                    [ct] => 5
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 224
                )

            [Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver::resolve==>Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata::getType] => Array
                (
                    [ct] => 5
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Bridge\Doctrine\Attribute\MapEntity::withDefaults==>class_exists] => Array
                (
                    [ct] => 5
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Bridge\Doctrine\Attribute\MapEntity::withDefaults==>Symfony\Bridge\Doctrine\Attribute\MapEntity::selfValidate] => Array
                (
                    [ct] => 5
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver::resolve==>Symfony\Bridge\Doctrine\Attribute\MapEntity::withDefaults] => Array
                (
                    [ct] => 5
                    [wt] => 39
                    [cpu] => 0
                    [mu] => 3096
                    [pmu] => 392
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver::getArguments==>Symfony\Bridge\Doctrine\ArgumentResolver\EntityValueResolver::resolve] => Array
                (
                    [ct] => 5
                    [wt] => 117
                    [cpu] => 0
                    [mu] => 7432
                    [pmu] => 648
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver\BackedEnumValueResolver::resolve==>Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata::getType] => Array
                (
                    [ct] => 5
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver\BackedEnumValueResolver::resolve==>is_subclass_of] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver::getArguments==>Symfony\Component\HttpKernel\Controller\ArgumentResolver\BackedEnumValueResolver::resolve] => Array
                (
                    [ct] => 5
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 2088
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getArgumentResolver_DatetimeService==>dirname] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 920
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getArgumentResolver_DatetimeService==>Symfony\Component\Clock\Clock::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getArgumentResolver_DatetimeService==>Symfony\Component\HttpKernel\Controller\ArgumentResolver\DateTimeValueResolver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHttpKernelService():2483}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getArgumentResolver_DatetimeService] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 3048
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver\DateTimeValueResolver::resolve==>Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata::getType] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver\DateTimeValueResolver::resolve==>is_a] => Array
                (
                    [ct] => 5
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver::getArguments==>Symfony\Component\HttpKernel\Controller\ArgumentResolver\DateTimeValueResolver::resolve] => Array
                (
                    [ct] => 5
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 2056
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver::resolve==>Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata::isVariadic] => Array
                (
                    [ct] => 5
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver::resolve==>Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata::getName] => Array
                (
                    [ct] => 5
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver::resolve==>Symfony\Component\HttpFoundation\ParameterBag::has] => Array
                (
                    [ct] => 5
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver::getArguments==>Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestAttributeValueResolver::resolve] => Array
                (
                    [ct] => 5
                    [wt] => 39
                    [cpu] => 0
                    [mu] => 2944
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver::resolve==>Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata::getType] => Array
                (
                    [ct] => 15
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver::resolve==>is_subclass_of] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver::resolve==>str_ends_with] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver::getArguments==>Symfony\Component\HttpKernel\Controller\ArgumentResolver\RequestValueResolver::resolve] => Array
                (
                    [ct] => 5
                    [wt] => 52
                    [cpu] => 0
                    [mu] => 2720
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver::resolve==>Symfony\Component\HttpFoundation\Request::hasSession] => Array
                (
                    [ct] => 5
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver::getArguments==>Symfony\Component\HttpKernel\Controller\ArgumentResolver\SessionValueResolver::resolve] => Array
                (
                    [ct] => 5
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 0
                )

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

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRequestBodyValueResolverService==>GameDev\Platform\HttpKernel\Controller\RequestBodyValueResolver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHttpKernelService():2483}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRequestBodyValueResolverService] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 2312
                    [pmu] => 0
                )

            [GameDev\Platform\HttpKernel\Controller\RequestBodyValueResolver::resolve==>Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata::getAttributesOfType] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 880
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver::getArguments==>GameDev\Platform\HttpKernel\Controller\RequestBodyValueResolver::resolve] => Array
                (
                    [ct] => 5
                    [wt] => 19997
                    [cpu] => 11575
                    [mu] => 918816
                    [pmu] => 892760
                )

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

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getAggregatorValueResolverService==>GameDev\Platform\Service\Aggregator\API\Common\ValueResolver\AggregatorValueResolver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [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] => 0
                )

            [GameDev\Platform\Service\Aggregator\API\Common\ValueResolver\AggregatorValueResolver::resolve==>Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata::getAttributesOfType] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver::getArguments==>GameDev\Platform\Service\Aggregator\API\Common\ValueResolver\AggregatorValueResolver::resolve] => Array
                (
                    [ct] => 4
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 1424
                    [pmu] => 0
                )

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

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameProviderValueResolverService==>GameDev\Platform\Service\Game\API\Common\ValueResolver\GameProviderValueResolver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [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] => 0
                )

            [GameDev\Platform\Service\Game\API\Common\ValueResolver\GameProviderValueResolver::resolve==>Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata::getAttributesOfType] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 912
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\API\Common\ValueResolver\GameProviderValueResolver::resolve==>GameDev\Platform\Service\Game\API\Common\Request\GameProviderResolver::resolveFromRequest] => Array
                (
                    [ct] => 1
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver::getArguments==>GameDev\Platform\Service\Game\API\Common\ValueResolver\GameProviderValueResolver::resolve] => Array
                (
                    [ct] => 5
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 2184
                    [pmu] => 336
                )

            [GameDev\Platform\HttpKernel\Controller\RequestBodyValueResolver::resolve==>Symfony\Component\HttpFoundation\Request::getContent] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\HttpKernel\Controller\RequestBodyValueResolver::resolve==>Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata::getType] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\HttpKernel\Controller\RequestBodyValueResolver::getFormat==>Symfony\Component\HttpFoundation\Request::getContentTypeFormat] => Array
                (
                    [ct] => 1
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\HttpKernel\Controller\RequestBodyValueResolver::resolve==>GameDev\Platform\HttpKernel\Controller\RequestBodyValueResolver::getFormat] => Array
                (
                    [ct] => 1
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 1392
                    [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] => 1
                    [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] => 15
                    [cpu] => 0
                    [mu] => 3744
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Serializer::supportsDecoding==>Symfony\Component\Serializer\Encoder\ChainDecoder::supportsDecoding] => Array
                (
                    [ct] => 1
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 4440
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Serializer::deserialize==>Symfony\Component\Serializer\Serializer::supportsDecoding] => Array
                (
                    [ct] => 1
                    [wt] => 22
                    [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] => 1
                    [cpu] => 0
                    [mu] => 944
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Encoder\JsonDecode::decode==>json_decode] => Array
                (
                    [ct] => 1
                    [wt] => 71
                    [cpu] => 0
                    [mu] => 22464
                    [pmu] => 8016
                )

            [Symfony\Component\Serializer\Encoder\JsonDecode::decode==>json_last_error] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [Symfony\Component\Serializer\Encoder\JsonEncoder::decode==>Symfony\Component\Serializer\Encoder\JsonDecode::decode] => Array
                (
                    [ct] => 1
                    [wt] => 76
                    [cpu] => 0
                    [mu] => 23808
                    [pmu] => 9360
                )

            [Symfony\Component\Serializer\Encoder\ChainDecoder::decode==>Symfony\Component\Serializer\Encoder\JsonEncoder::decode] => Array
                (
                    [ct] => 1
                    [wt] => 82
                    [cpu] => 0
                    [mu] => 25512
                    [pmu] => 9976
                )

            [Symfony\Component\Serializer\Serializer::decode==>Symfony\Component\Serializer\Encoder\ChainDecoder::decode] => Array
                (
                    [ct] => 1
                    [wt] => 88
                    [cpu] => 0
                    [mu] => 26528
                    [pmu] => 10200
                )

            [Symfony\Component\Serializer\Serializer::deserialize==>Symfony\Component\Serializer\Serializer::decode] => Array
                (
                    [ct] => 1
                    [wt] => 91
                    [cpu] => 0
                    [mu] => 27192
                    [pmu] => 10768
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer==>class_exists] => Array
                (
                    [ct] => 5
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer==>Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer::getSupportedTypes] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer==>str_ends_with] => Array
                (
                    [ct] => 71
                    [wt] => 35
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 472
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer==>Symfony\Component\Serializer\Normalizer\UidNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 5
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer==>is_subclass_of] => Array
                (
                    [ct] => 64
                    [wt] => 49
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 472
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer==>Symfony\Component\Serializer\Normalizer\DateTimeNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 5
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer==>Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 5
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer==>Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 5
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer==>Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 5
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer==>Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 5
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer==>Symfony\Component\Serializer\Normalizer\DataUriNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 5
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer==>Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer==>Symfony\Component\Serializer\Normalizer\ArrayDenormalizer::getSupportedTypes] => Array
                (
                    [ct] => 5
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer==>Symfony\Component\Serializer\Normalizer\ObjectNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 5
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::supportsDenormalization==>class_exists] => Array
                (
                    [ct] => 5
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::supportsDenormalization] => Array
                (
                    [ct] => 4
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 1360
                    [pmu] => 1104
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer==>Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer::supportsDenormalization] => Array
                (
                    [ct] => 9
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Serializer::denormalize==>Symfony\Component\Serializer\Serializer::getDenormalizer] => Array
                (
                    [ct] => 1
                    [wt] => 81
                    [cpu] => 0
                    [mu] => 13720
                    [pmu] => 13464
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getCacheKey==>serialize] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 920
                    [pmu] => 1376
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getCacheKey==>hash] => Array
                (
                    [ct] => 2
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 712
                    [pmu] => 744
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getCacheKey] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 2416
                    [pmu] => 2160
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::validateCallbackContext] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 288
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getAllowedAttributes==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getGroups] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::getClass==>class_exists] => Array
                (
                    [ct] => 135
                    [wt] => 68
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::getClass==>ltrim] => Array
                (
                    [ct] => 135
                    [wt] => 67
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 600
                )

            [Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::getMetadataFor==>Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::getClass] => Array
                (
                    [ct] => 145
                    [wt] => 472
                    [cpu] => 0
                    [mu] => 2688
                    [pmu] => 2176
                )

            [Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::getMetadataFor==>strtr] => Array
                (
                    [ct] => 6
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1000
                    [pmu] => 568
                )

            [Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::getMetadataFor==>rawurlencode] => Array
                (
                    [ct] => 6
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1048
                    [pmu] => 696
                )

            [Symfony\Component\Cache\Adapter\AbstractAdapter::getItem==>Symfony\Component\Cache\Adapter\AbstractAdapter::getId] => Array
                (
                    [ct] => 285
                    [wt] => 291
                    [cpu] => 0
                    [mu] => 74928
                    [pmu] => 1080
                )

            [Symfony\Component\Cache\Adapter\ApcuAdapter::doFetch==>ini_set] => Array
                (
                    [ct] => 568
                    [wt] => 332
                    [cpu] => 0
                    [mu] => 888
                    [pmu] => 632
                )

            [Symfony\Component\Cache\Adapter\ApcuAdapter::doFetch==>apcu_fetch] => Array
                (
                    [ct] => 284
                    [wt] => 1338
                    [cpu] => 0
                    [mu] => 591608
                    [pmu] => 843984
                )

            [Symfony\Component\Cache\Adapter\AbstractAdapter::getItem==>Symfony\Component\Cache\Adapter\ApcuAdapter::doFetch] => Array
                (
                    [ct] => 284
                    [wt] => 2594
                    [cpu] => 0
                    [mu] => 602344
                    [pmu] => 848240
                )

            [Symfony\Component\Cache\CacheItem::{closure:Symfony\Component\Cache\Adapter\AbstractAdapter::__construct():59}==>Symfony\Component\Cache\CacheItem::unpack] => Array
                (
                    [ct] => 285
                    [wt] => 286
                    [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] => 285
                    [wt] => 791
                    [cpu] => 0
                    [mu] => 64968
                    [pmu] => 0
                )

            [Symfony\Component\Cache\Adapter\ChainAdapter::getItem==>Symfony\Component\Cache\Adapter\AbstractAdapter::getItem] => Array
                (
                    [ct] => 201
                    [wt] => 3578
                    [cpu] => 0
                    [mu] => 512968
                    [pmu] => 714136
                )

            [Symfony\Component\Cache\Adapter\ChainAdapter::getItem==>Symfony\Component\Cache\CacheItem::isHit] => Array
                (
                    [ct] => 201
                    [wt] => 112
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::getItem==>Symfony\Component\Cache\Adapter\ChainAdapter::getItem] => Array
                (
                    [ct] => 7
                    [wt] => 464
                    [cpu] => 0
                    [mu] => 121704
                    [pmu] => 217224
                )

            [Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::getMetadataFor==>Symfony\Component\Cache\Adapter\PhpArrayAdapter::getItem] => Array
                (
                    [ct] => 6
                    [wt] => 458
                    [cpu] => 0
                    [mu] => 120088
                    [pmu] => 210080
                )

            [Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::getMetadataFor==>Symfony\Component\Cache\CacheItem::isHit] => Array
                (
                    [ct] => 6
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::getMetadataFor==>Symfony\Component\Cache\CacheItem::get] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getAllowedAttributes==>Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::getMetadataFor] => Array
                (
                    [ct] => 5
                    [wt] => 515
                    [cpu] => 0
                    [mu] => 125704
                    [pmu] => 200288
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getAllowedAttributes==>Symfony\Component\Serializer\Mapping\ClassMetadata::getAttributesMetadata] => Array
                (
                    [ct] => 5
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getAllowedAttributes==>Symfony\Component\Serializer\Mapping\AttributeMetadata::isIgnored] => Array
                (
                    [ct] => 105
                    [wt] => 46
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getAllowedAttributes==>Symfony\Component\Serializer\Mapping\AttributeMetadata::getName] => Array
                (
                    [ct] => 99
                    [wt] => 57
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::isAllowedAttribute==>in_array] => Array
                (
                    [ct] => 196
                    [wt] => 101
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\ObjectNormalizer::isAllowedAttribute==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::isAllowedAttribute] => Array
                (
                    [ct] => 196
                    [wt] => 400
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\ObjectNormalizer::isAllowedAttribute==>str_contains] => Array
                (
                    [ct] => 97
                    [wt] => 56
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\PropertyInfo\PropertyInfoCacheExtractor::extract==>serialize] => Array
                (
                    [ct] => 187
                    [wt] => 148
                    [cpu] => 0
                    [mu] => 25544
                    [pmu] => 416
                )

            [Symfony\Component\PropertyInfo\PropertyInfoCacheExtractor::extract==>rawurlencode] => Array
                (
                    [ct] => 187
                    [wt] => 148
                    [cpu] => 0
                    [mu] => 38120
                    [pmu] => 1816
                )

            [Symfony\Component\PropertyInfo\PropertyInfoCacheExtractor::extract==>Symfony\Component\Cache\Adapter\ChainAdapter::getItem] => Array
                (
                    [ct] => 187
                    [wt] => 3242
                    [cpu] => 0
                    [mu] => 189504
                    [pmu] => 271120
                )

            [Symfony\Component\PropertyInfo\PropertyInfoCacheExtractor::extract==>Symfony\Component\Cache\CacheItem::isHit] => Array
                (
                    [ct] => 187
                    [wt] => 91
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\PropertyInfo\PropertyInfoCacheExtractor::extract==>Symfony\Component\Cache\CacheItem::get] => Array
                (
                    [ct] => 187
                    [wt] => 89
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\PropertyInfo\PropertyInfoCacheExtractor::isWritable==>Symfony\Component\PropertyInfo\PropertyInfoCacheExtractor::extract] => Array
                (
                    [ct] => 97
                    [wt] => 2206
                    [cpu] => 0
                    [mu] => 68768
                    [pmu] => 4648
                )

            [Symfony\Component\Serializer\Normalizer\ObjectNormalizer::isAllowedAttribute==>Symfony\Component\PropertyInfo\PropertyInfoCacheExtractor::isWritable] => Array
                (
                    [ct] => 97
                    [wt] => 2359
                    [cpu] => 0
                    [mu] => 37912
                    [pmu] => 4648
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getAllowedAttributes==>Symfony\Component\Serializer\Normalizer\ObjectNormalizer::isAllowedAttribute] => Array
                (
                    [ct] => 99
                    [wt] => 3235
                    [cpu] => 0
                    [mu] => 90008
                    [pmu] => 26584
                )

            [Symfony\Component\Serializer\Normalizer\ObjectNormalizer::getAllowedAttributes==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getAllowedAttributes] => Array
                (
                    [ct] => 5
                    [wt] => 4209
                    [cpu] => 0
                    [mu] => 221400
                    [pmu] => 227824
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize==>Symfony\Component\Serializer\Normalizer\ObjectNormalizer::getAllowedAttributes] => Array
                (
                    [ct] => 1
                    [wt] => 547
                    [cpu] => 0
                    [mu] => 44320
                    [pmu] => 45288
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::prepareForDenormalization] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getMappedClass==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::extractObjectToPopulate] => Array
                (
                    [ct] => 8
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 344
                )

            [Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory::hasMetadataFor==>class_exists] => Array
                (
                    [ct] => 34
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::hasMetadataFor==>Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory::hasMetadataFor] => Array
                (
                    [ct] => 39
                    [wt] => 76
                    [cpu] => 0
                    [mu] => 2024
                    [pmu] => 1512
                )

            [Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::getMappingForClass==>Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::hasMetadataFor] => Array
                (
                    [ct] => 9
                    [wt] => 58
                    [cpu] => 1575
                    [mu] => 2120
                    [pmu] => 1976
                )

            [Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::getMappingForClass==>Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::getMetadataFor] => Array
                (
                    [ct] => 9
                    [wt] => 47
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::getMappingForClass==>Symfony\Component\Serializer\Mapping\ClassMetadata::getClassDiscriminatorMapping] => Array
                (
                    [ct] => 9
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getMappedClass==>Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::getMappingForClass] => Array
                (
                    [ct] => 8
                    [wt] => 127
                    [cpu] => 1575
                    [mu] => 4400
                    [pmu] => 4368
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getMappedClass] => Array
                (
                    [ct] => 1
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 5856
                    [pmu] => 5424
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getNestedAttributes==>Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::hasMetadataFor] => Array
                (
                    [ct] => 4
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getNestedAttributes==>Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::getMetadataFor] => Array
                (
                    [ct] => 4
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getNestedAttributes==>Symfony\Component\Serializer\Mapping\ClassMetadata::getAttributesMetadata] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getNestedAttributes==>Symfony\Component\Serializer\Mapping\AttributeMetadata::getSerializedPath] => Array
                (
                    [ct] => 103
                    [wt] => 48
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getNestedAttributes] => Array
                (
                    [ct] => 1
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 3640
                    [pmu] => 3384
                )

            [Symfony\Component\PropertyAccess\PropertyAccess::createPropertyAccessor==>Symfony\Component\PropertyAccess\PropertyAccess::createPropertyAccessorBuilder] => Array
                (
                    [ct] => 4
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1304
                    [pmu] => 568
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::__construct==>Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::__construct] => Array
                (
                    [ct] => 8
                    [wt] => 182
                    [cpu] => 0
                    [mu] => 10488
                    [pmu] => 2624
                )

            [Symfony\Component\PropertyAccess\PropertyAccessorBuilder::getPropertyAccessor==>Symfony\Component\PropertyAccess\PropertyAccessor::__construct] => Array
                (
                    [ct] => 4
                    [wt] => 199
                    [cpu] => 0
                    [mu] => 13008
                    [pmu] => 4040
                )

            [Symfony\Component\PropertyAccess\PropertyAccess::createPropertyAccessor==>Symfony\Component\PropertyAccess\PropertyAccessorBuilder::getPropertyAccessor] => Array
                (
                    [ct] => 4
                    [wt] => 208
                    [cpu] => 0
                    [mu] => 14504
                    [pmu] => 4960
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize==>Symfony\Component\PropertyAccess\PropertyAccess::createPropertyAccessor] => Array
                (
                    [ct] => 1
                    [wt] => 69
                    [cpu] => 0
                    [mu] => 6672
                    [pmu] => 6416
                )

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

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::instantiateObject==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getMappedClass] => Array
                (
                    [ct] => 1
                    [wt] => 43
                    [cpu] => 1575
                    [mu] => 664
                    [pmu] => 408
                )

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

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getConstructor==>ReflectionClass::getConstructor] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 856
                    [pmu] => 488
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::instantiateObject==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getConstructor] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1472
                    [pmu] => 1216
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::instantiateObject==>ReflectionMethod::isPublic] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::instantiateObject==>ReflectionFunctionAbstract::getParameters] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 2208
                    [pmu] => 1952
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getAttributeMetadata==>Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::getMetadataFor] => Array
                (
                    [ct] => 99
                    [wt] => 490
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 776
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getAttributeMetadata==>Symfony\Component\Serializer\Mapping\ClassMetadata::getAttributesMetadata] => Array
                (
                    [ct] => 99
                    [wt] => 45
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getAttributeDenormalizationContext==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getAttributeMetadata] => Array
                (
                    [ct] => 95
                    [wt] => 796
                    [cpu] => 0
                    [mu] => 2184
                    [pmu] => 2152
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getAttributeDenormalizationContext==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getGroups] => Array
                (
                    [ct] => 95
                    [wt] => 58
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Mapping\AttributeMetadata::getDenormalizationContextForGroups==>array_merge] => Array
                (
                    [ct] => 95
                    [wt] => 48
                    [cpu] => 0
                    [mu] => 36352
                    [pmu] => 752
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getAttributeDenormalizationContext==>Symfony\Component\Serializer\Mapping\AttributeMetadata::getDenormalizationContextForGroups] => Array
                (
                    [ct] => 95
                    [wt] => 198
                    [cpu] => 0
                    [mu] => 37112
                    [pmu] => 1512
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getAttributeDenormalizationContext==>array_merge] => Array
                (
                    [ct] => 95
                    [wt] => 38
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 504
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::instantiateObject==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getAttributeDenormalizationContext] => Array
                (
                    [ct] => 10
                    [wt] => 171
                    [cpu] => 0
                    [mu] => 9584
                    [pmu] => 5944
                )

            [Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::getCacheValueForNormalization==>Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::hasMetadataFor] => Array
                (
                    [ct] => 16
                    [wt] => 56
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 664
                )

            [Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::getCacheValueForNormalization==>Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::getMetadataFor] => Array
                (
                    [ct] => 16
                    [wt] => 71
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::getCacheValueForNormalization==>Symfony\Component\Serializer\Mapping\ClassMetadata::getAttributesMetadata] => Array
                (
                    [ct] => 16
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::getCacheValueForNormalization==>Symfony\Component\Serializer\Mapping\AttributeMetadata::getSerializedName] => Array
                (
                    [ct] => 32
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::getCacheValueForNormalization==>Symfony\Component\Serializer\Mapping\AttributeMetadata::getSerializedPath] => Array
                (
                    [ct] => 16
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::normalize==>Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::getCacheValueForNormalization] => Array
                (
                    [ct] => 16
                    [wt] => 272
                    [cpu] => 0
                    [mu] => 4496
                    [pmu] => 4688
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::instantiateObject==>Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::normalize] => Array
                (
                    [ct] => 10
                    [wt] => 196
                    [cpu] => 0
                    [mu] => 6344
                    [pmu] => 5768
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::instantiateObject==>Symfony\Component\Serializer\Normalizer\ObjectNormalizer::isAllowedAttribute] => Array
                (
                    [ct] => 10
                    [wt] => 43
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::instantiateObject==>ReflectionParameter::isVariadic] => Array
                (
                    [ct] => 10
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalizeParameter==>ReflectionParameter::isVariadic] => Array
                (
                    [ct] => 5
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalizeParameter==>ReflectionClass::getName] => Array
                (
                    [ct] => 15
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Cache\CacheItem::unpack==>array_key_first] => Array
                (
                    [ct] => 73
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Symfony\Component\PropertyInfo\PropertyInfoCacheExtractor::getTypes==>Symfony\Component\PropertyInfo\PropertyInfoCacheExtractor::extract] => Array
                (
                    [ct] => 90
                    [wt] => 2575
                    [cpu] => 0
                    [mu] => 199656
                    [pmu] => 268704
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getTypes==>Symfony\Component\PropertyInfo\PropertyInfoCacheExtractor::getTypes] => Array
                (
                    [ct] => 90
                    [wt] => 2729
                    [cpu] => 0
                    [mu] => 171104
                    [pmu] => 269640
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalizeParameter==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getTypes] => Array
                (
                    [ct] => 5
                    [wt] => 200
                    [cpu] => 0
                    [mu] => 11208
                    [pmu] => 25872
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::validateAndDenormalize==>Symfony\Component\PropertyInfo\Type::isCollection] => Array
                (
                    [ct] => 11
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::validateAndDenormalize==>Symfony\Component\PropertyInfo\Type::getBuiltinType] => Array
                (
                    [ct] => 12
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::validateAndDenormalize==>Symfony\Component\PropertyInfo\Type::getClassName] => Array
                (
                    [ct] => 6
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

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

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalizeParameter==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::validateAndDenormalize] => Array
                (
                    [ct] => 5
                    [wt] => 14502
                    [cpu] => 10000
                    [mu] => 526760
                    [pmu] => 530880
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalizeParameter==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::applyCallbacks] => Array
                (
                    [ct] => 5
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::instantiateObject==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalizeParameter] => Array
                (
                    [ct] => 5
                    [wt] => 14767
                    [cpu] => 10000
                    [mu] => 537632
                    [pmu] => 558256
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::createChildContext==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::createChildContext] => Array
                (
                    [ct] => 5
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 2544
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::validateAndDenormalize==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::createChildContext] => Array
                (
                    [ct] => 4
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 3248
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Serializer::supportsDenormalization==>Symfony\Component\Serializer\Serializer::getDenormalizer] => Array
                (
                    [ct] => 4
                    [wt] => 386
                    [cpu] => 0
                    [mu] => 18824
                    [pmu] => 4544
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::validateAndDenormalize==>Symfony\Component\Serializer\Serializer::supportsDenormalization] => Array
                (
                    [ct] => 4
                    [wt] => 394
                    [cpu] => 0
                    [mu] => 19552
                    [pmu] => 4544
                )

            [Symfony\Component\Serializer\Serializer::denormalize@1==>Symfony\Component\Serializer\Serializer::getDenormalizer] => Array
                (
                    [ct] => 4
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 2056
                    [pmu] => 1456
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize@1==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::validateCallbackContext] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize@1==>Symfony\Component\Serializer\Normalizer\ObjectNormalizer::getAllowedAttributes] => Array
                (
                    [ct] => 3
                    [wt] => 3539
                    [cpu] => 0
                    [mu] => 171512
                    [pmu] => 167896
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize@1==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::prepareForDenormalization] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize@1==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getMappedClass] => Array
                (
                    [ct] => 3
                    [wt] => 47
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize@1==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getNestedAttributes] => Array
                (
                    [ct] => 3
                    [wt] => 171
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize@1==>Symfony\Component\PropertyAccess\PropertyAccess::createPropertyAccessor] => Array
                (
                    [ct] => 3
                    [wt] => 164
                    [cpu] => 0
                    [mu] => 9952
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize@1==>ReflectionClass::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::instantiateObject@1==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getMappedClass] => Array
                (
                    [ct] => 3
                    [wt] => 45
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::instantiateObject@1==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::extractObjectToPopulate] => Array
                (
                    [ct] => 3
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::instantiateObject@1==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getConstructor] => Array
                (
                    [ct] => 3
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 776
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::instantiateObject@1==>ReflectionClass::isInstantiable] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::instantiateObject@1==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::instantiateObject@1] => Array
                (
                    [ct] => 3
                    [wt] => 436
                    [cpu] => 0
                    [mu] => 23400
                    [pmu] => 18856
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize@1==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::instantiateObject@1] => Array
                (
                    [ct] => 3
                    [wt] => 495
                    [cpu] => 0
                    [mu] => 23072
                    [pmu] => 19056
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize@1==>get_class] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 392
                )

            [Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::denormalize==>Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::getCacheKey] => Array
                (
                    [ct] => 81
                    [wt] => 56
                    [cpu] => 0
                    [mu] => 11000
                    [pmu] => 536
                )

            [Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::getCacheValueForDenormalization==>Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::getCacheKey] => Array
                (
                    [ct] => 81
                    [wt] => 44
                    [cpu] => 0
                    [mu] => 11032
                    [pmu] => 568
                )

            [Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::getCacheValueForAttributesMetadata==>Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::hasMetadataFor] => Array
                (
                    [ct] => 3
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 552
                )

            [Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::getCacheValueForAttributesMetadata==>Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::getMetadataFor] => Array
                (
                    [ct] => 3
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::getCacheValueForAttributesMetadata==>Symfony\Component\Serializer\Mapping\ClassMetadata::getAttributesMetadata] => Array
                (
                    [ct] => 3
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::getCacheValueForAttributesMetadata==>Symfony\Component\Serializer\Mapping\AttributeMetadata::getSerializedName] => Array
                (
                    [ct] => 283
                    [wt] => 155
                    [cpu] => 10000
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::getCacheValueForAttributesMetadata==>Symfony\Component\Serializer\Mapping\AttributeMetadata::getSerializedPath] => Array
                (
                    [ct] => 92
                    [wt] => 40
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::getCacheValueForAttributesMetadata==>Symfony\Component\Serializer\Mapping\AttributeMetadata::getGroups] => Array
                (
                    [ct] => 92
                    [wt] => 48
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::getCacheValueForDenormalization==>Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::getCacheValueForAttributesMetadata] => Array
                (
                    [ct] => 3
                    [wt] => 736
                    [cpu] => 10000
                    [mu] => 11216
                    [pmu] => 11840
                )

            [Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::denormalize==>Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::getCacheValueForDenormalization] => Array
                (
                    [ct] => 81
                    [wt] => 937
                    [cpu] => 10000
                    [mu] => 23448
                    [pmu] => 13600
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize@1==>Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::denormalize] => Array
                (
                    [ct] => 79
                    [wt] => 1144
                    [cpu] => 10000
                    [mu] => 29848
                    [pmu] => 15984
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize@1==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getAttributeDenormalizationContext] => Array
                (
                    [ct] => 79
                    [wt] => 1301
                    [cpu] => 0
                    [mu] => 34400
                    [pmu] => 864
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize@1==>Symfony\Component\Serializer\Normalizer\ObjectNormalizer::isAllowedAttribute] => Array
                (
                    [ct] => 79
                    [wt] => 332
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 520
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize@1==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getTypes] => Array
                (
                    [ct] => 79
                    [wt] => 2500
                    [cpu] => 0
                    [mu] => 166096
                    [pmu] => 216184
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::validateAndDenormalize@1==>Symfony\Component\PropertyInfo\Type::isCollection] => Array
                (
                    [ct] => 148
                    [wt] => 77
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::validateAndDenormalize@1==>Symfony\Component\PropertyInfo\Type::getBuiltinType] => Array
                (
                    [ct] => 148
                    [wt] => 73
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::validateAndDenormalize@1==>Symfony\Component\PropertyInfo\Type::getClassName] => Array
                (
                    [ct] => 74
                    [wt] => 39
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::validateAndDenormalize@1==>is_string] => Array
                (
                    [ct] => 28
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize@1==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::validateAndDenormalize@1] => Array
                (
                    [ct] => 79
                    [wt] => 806
                    [cpu] => 0
                    [mu] => 33920
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize@1==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::applyCallbacks] => Array
                (
                    [ct] => 79
                    [wt] => 52
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::setValue==>strpbrk] => Array
                (
                    [ct] => 81
                    [wt] => 50
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::getWriteInfo==>is_iterable] => Array
                (
                    [ct] => 81
                    [wt] => 48
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::getWriteInfo==>str_replace] => Array
                (
                    [ct] => 81
                    [wt] => 57
                    [cpu] => 0
                    [mu] => 7064
                    [pmu] => 0
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::getWriteInfo==>rawurlencode] => Array
                (
                    [ct] => 81
                    [wt] => 54
                    [cpu] => 0
                    [mu] => 8456
                    [pmu] => 192
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::getWriteInfo==>Symfony\Component\Cache\Adapter\AbstractAdapter::getItem] => Array
                (
                    [ct] => 81
                    [wt] => 1160
                    [cpu] => 0
                    [mu] => 111736
                    [pmu] => 123264
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::getWriteInfo==>Symfony\Component\Cache\CacheItem::isHit] => Array
                (
                    [ct] => 81
                    [wt] => 39
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::getWriteInfo==>Symfony\Component\Cache\CacheItem::get] => Array
                (
                    [ct] => 81
                    [wt] => 43
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::writeProperty==>Symfony\Component\PropertyAccess\PropertyAccessor::getWriteInfo] => Array
                (
                    [ct] => 81
                    [wt] => 1972
                    [cpu] => 0
                    [mu] => 130816
                    [pmu] => 123552
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::writeProperty==>Symfony\Component\PropertyInfo\PropertyWriteInfo::getType] => Array
                (
                    [ct] => 162
                    [wt] => 83
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::writeProperty==>Symfony\Component\PropertyInfo\PropertyWriteInfo::getName] => Array
                (
                    [ct] => 81
                    [wt] => 49
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::setValue==>Symfony\Component\PropertyAccess\PropertyAccessor::writeProperty] => Array
                (
                    [ct] => 81
                    [wt] => 2505
                    [cpu] => 0
                    [mu] => 118776
                    [pmu] => 123648
                )

            [Symfony\Component\Serializer\Normalizer\ObjectNormalizer::setAttributeValue==>Symfony\Component\PropertyAccess\PropertyAccessor::setValue] => Array
                (
                    [ct] => 81
                    [wt] => 2769
                    [cpu] => 0
                    [mu] => 137632
                    [pmu] => 123848
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize@1==>Symfony\Component\Serializer\Normalizer\ObjectNormalizer::setAttributeValue] => Array
                (
                    [ct] => 79
                    [wt] => 2824
                    [cpu] => 0
                    [mu] => 119624
                    [pmu] => 107704
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::validateAndDenormalize@1==>is_int] => Array
                (
                    [ct] => 29
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::validateAndDenormalize@1==>is_bool] => Array
                (
                    [ct] => 9
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::validateAndDenormalize@1==>Symfony\Component\PropertyInfo\Type::getCollectionValueTypes] => Array
                (
                    [ct] => 10
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::validateAndDenormalize@1==>is_array] => Array
                (
                    [ct] => 5
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Serializer::denormalize@1==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize@1] => Array
                (
                    [ct] => 3
                    [wt] => 14135
                    [cpu] => 10000
                    [mu] => 532112
                    [pmu] => 530880
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::validateAndDenormalize==>Symfony\Component\Serializer\Serializer::denormalize@1] => Array
                (
                    [ct] => 4
                    [wt] => 14196
                    [cpu] => 10000
                    [mu] => 520688
                    [pmu] => 536568
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer==>Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer::supportsDenormalization] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::getWriteInfo==>ReflectionClass::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::camelize==>str_replace] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::camelize==>ucwords] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 624
                    [pmu] => 0
                )

            [Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::getWriteInfo==>Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::camelize] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 2000
                    [pmu] => 0
                )

            [Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::getWriteInfo==>ReflectionClass::getConstructor] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\String\Inflector\EnglishInflector::singularize==>strrev] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 624
                    [pmu] => 0
                )

            [Symfony\Component\String\Inflector\EnglishInflector::singularize==>strtolower] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 624
                    [pmu] => 0
                )

            [Symfony\Component\String\Inflector\EnglishInflector::singularize==>in_array] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::getWriteInfo==>Symfony\Component\String\Inflector\EnglishInflector::singularize] => Array
                (
                    [ct] => 1
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 2904
                    [pmu] => 0
                )

            [Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::isMethodAccessible==>ReflectionClass::hasMethod] => Array
                (
                    [ct] => 6
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::findAdderAndRemover==>Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::isMethodAccessible] => Array
                (
                    [ct] => 2
                    [wt] => 6
                    [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] => 9
                    [cpu] => 0
                    [mu] => 1528
                    [pmu] => 528
                )

            [Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::getWriteInfo==>lcfirst] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 624
                    [pmu] => 200
                )

            [Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::getWriteInfo==>ReflectionClass::hasProperty] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::getWriteInfo==>Symfony\Component\PropertyInfo\PropertyWriteInfo::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::getWriteInfo==>array_merge] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 976
                    [pmu] => 880
                )

            [Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::getWriteInfo==>Symfony\Component\PropertyInfo\PropertyWriteInfo::setErrors] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Normalizer\ObjectNormalizer::isAllowedAttribute==>Symfony\Component\PropertyInfo\Extractor\ReflectionExtractor::getWriteInfo] => Array
                (
                    [ct] => 1
                    [wt] => 84
                    [cpu] => 0
                    [mu] => 15328
                    [pmu] => 4856
                )

            [Symfony\Component\Serializer\Normalizer\ObjectNormalizer::isAllowedAttribute==>Symfony\Component\PropertyInfo\PropertyWriteInfo::getType] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::getMappingForMappedObject==>Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::hasMetadataFor] => Array
                (
                    [ct] => 6
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 224
                )

            [Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::getMappingForMappedObject==>Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::getMetadataFor] => Array
                (
                    [ct] => 6
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::getMappingForMappedObject==>Symfony\Component\Serializer\Mapping\ClassMetadata::getClassDiscriminatorMapping] => Array
                (
                    [ct] => 6
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::resolveMappingForMappedObject==>ReflectionClass::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::resolveMappingForMappedObject==>ReflectionClass::getParentClass] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::resolveMappingForMappedObject==>ReflectionClass::getInterfaceNames] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 880
                    [pmu] => 624
                )

            [Symfony\Component\Serializer\Mapping\Factory\ClassMetadataFactory::hasMetadataFor==>interface_exists] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::getMappingForMappedObject@1==>Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::hasMetadataFor] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1360
                    [pmu] => 1104
                )

            [Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::getClass==>interface_exists] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::getMappingForMappedObject@1==>Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::getMetadataFor] => Array
                (
                    [ct] => 1
                    [wt] => 37
                    [cpu] => 0
                    [mu] => 2136
                    [pmu] => 14368
                )

            [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] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::getMappingForMappedObject@1==>Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::resolveMappingForMappedObject@1] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 3008
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::resolveMappingForMappedObject==>Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::getMappingForMappedObject@1] => Array
                (
                    [ct] => 1
                    [wt] => 55
                    [cpu] => 0
                    [mu] => 8272
                    [pmu] => 15904
                )

            [Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::getMappingForMappedObject==>Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::resolveMappingForMappedObject] => Array
                (
                    [ct] => 2
                    [wt] => 71
                    [cpu] => 0
                    [mu] => 11408
                    [pmu] => 18496
                )

            [Symfony\Component\Serializer\Normalizer\ObjectNormalizer::getAllowedAttributes==>Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::getMappingForMappedObject] => Array
                (
                    [ct] => 1
                    [wt] => 83
                    [cpu] => 0
                    [mu] => 14256
                    [pmu] => 20112
                )

            [Symfony\Component\Serializer\Normalizer\ObjectNormalizer::getAllowedAttributes==>Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::getMappingForClass] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize@1==>in_array] => Array
                (
                    [ct] => 34
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::validateAndDenormalize@1==>str_contains] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [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] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::instantiateObject==>ReflectionParameter::allowsNull] => Array
                (
                    [ct] => 5
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::instantiateObject@1==>ReflectionMethod::isPublic] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::instantiateObject@1==>ReflectionFunctionAbstract::getParameters] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::instantiateObject@1==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getAttributeDenormalizationContext] => Array
                (
                    [ct] => 4
                    [wt] => 64
                    [cpu] => 0
                    [mu] => 2384
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::instantiateObject@1==>Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::normalize] => Array
                (
                    [ct] => 4
                    [wt] => 72
                    [cpu] => 0
                    [mu] => 1040
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::instantiateObject@1==>Symfony\Component\Serializer\Normalizer\ObjectNormalizer::isAllowedAttribute] => Array
                (
                    [ct] => 4
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::instantiateObject@1==>ReflectionParameter::isVariadic] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalizeParameter@1==>ReflectionParameter::isVariadic] => Array
                (
                    [ct] => 4
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalizeParameter@1==>ReflectionClass::getName] => Array
                (
                    [ct] => 12
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalizeParameter@1==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getTypes] => Array
                (
                    [ct] => 4
                    [wt] => 130
                    [cpu] => 0
                    [mu] => 6808
                    [pmu] => 18856
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalizeParameter@1==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::validateAndDenormalize@1] => Array
                (
                    [ct] => 4
                    [wt] => 39
                    [cpu] => 0
                    [mu] => 2200
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalizeParameter@1==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::applyCallbacks] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::instantiateObject@1==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalizeParameter@1] => Array
                (
                    [ct] => 4
                    [wt] => 213
                    [cpu] => 0
                    [mu] => 10448
                    [pmu] => 18856
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::instantiateObject@1==>ReflectionMethod::isConstructor] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [ReflectionClass::newInstanceArgs==>GameDev\PlatformGameApi\DTO\Common\SessionRef::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::instantiateObject@1==>ReflectionClass::newInstanceArgs] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1408
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::instantiateObject==>ReflectionMethod::isConstructor] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [ReflectionClass::newInstanceArgs==>GameDev\PlatformGameApi\DTO\StateApi\SaveStateInput::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::instantiateObject==>ReflectionClass::newInstanceArgs] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1552
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::instantiateObject==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::instantiateObject] => Array
                (
                    [ct] => 1
                    [wt] => 15284
                    [cpu] => 10000
                    [mu] => 561768
                    [pmu] => 577376
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::instantiateObject] => Array
                (
                    [ct] => 1
                    [wt] => 15333
                    [cpu] => 11575
                    [mu] => 560088
                    [pmu] => 578216
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize==>get_class] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize==>Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::denormalize] => Array
                (
                    [ct] => 2
                    [wt] => 111
                    [cpu] => 0
                    [mu] => 2072
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getAttributeDenormalizationContext] => Array
                (
                    [ct] => 2
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 1448
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize==>Symfony\Component\Serializer\Normalizer\ObjectNormalizer::isAllowedAttribute] => Array
                (
                    [ct] => 2
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getTypes] => Array
                (
                    [ct] => 2
                    [wt] => 67
                    [cpu] => 0
                    [mu] => 6504
                    [pmu] => 9208
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::validateAndDenormalize==>Symfony\Component\PropertyInfo\Type::getCollectionValueTypes] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::validateAndDenormalize==>Symfony\Component\PropertyInfo\Type::getCollectionKeyTypes] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer==>interface_exists] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\ArrayDenormalizer::supportsDenormalization==>str_ends_with] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\ArrayDenormalizer::supportsDenormalization==>substr] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 760
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer@1==>class_exists] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer@1==>Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer::getSupportedTypes] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer@1==>str_ends_with] => Array
                (
                    [ct] => 11
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer@1==>Symfony\Component\Serializer\Normalizer\UidNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer@1==>is_subclass_of] => Array
                (
                    [ct] => 16
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer@1==>Symfony\Component\Serializer\Normalizer\DateTimeNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer@1==>Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer@1==>Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer@1==>Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer@1==>Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer@1==>Symfony\Component\Serializer\Normalizer\DataUriNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer@1==>Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer@1==>Symfony\Component\Serializer\Normalizer\ArrayDenormalizer::getSupportedTypes] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 288
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer@1==>Symfony\Component\Serializer\Normalizer\ObjectNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer@1==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::supportsDenormalization] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer@1==>Symfony\Component\Serializer\Normalizer\UnwrappingDenormalizer::supportsDenormalization] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Serializer::supportsDenormalization@1==>Symfony\Component\Serializer\Serializer::getDenormalizer@1] => Array
                (
                    [ct] => 1
                    [wt] => 81
                    [cpu] => 0
                    [mu] => 12384
                    [pmu] => 3216
                )

            [Symfony\Component\Serializer\Normalizer\ArrayDenormalizer::supportsDenormalization==>Symfony\Component\Serializer\Serializer::supportsDenormalization@1] => Array
                (
                    [ct] => 1
                    [wt] => 83
                    [cpu] => 0
                    [mu] => 13112
                    [pmu] => 3848
                )

            [Symfony\Component\Serializer\Serializer::getDenormalizer==>Symfony\Component\Serializer\Normalizer\ArrayDenormalizer::supportsDenormalization] => Array
                (
                    [ct] => 2
                    [wt] => 99
                    [cpu] => 0
                    [mu] => 16672
                    [pmu] => 5824
                )

            [Symfony\Component\Serializer\Serializer::supportsDenormalization==>Symfony\Component\Serializer\Serializer::getDenormalizer@1] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

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

            [Symfony\Component\Serializer\Normalizer\ArrayDenormalizer::denormalize==>str_ends_with] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 296
                )

            [Symfony\Component\Serializer\Normalizer\ArrayDenormalizer::denormalize==>substr] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 664
                )

            [Symfony\Component\Serializer\Normalizer\ArrayDenormalizer::{closure:Symfony\Component\Serializer\Normalizer\ArrayDenormalizer::denormalize():57}==>Symfony\Component\PropertyInfo\Type::getBuiltinType] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [array_map==>Symfony\Component\Serializer\Normalizer\ArrayDenormalizer::{closure:Symfony\Component\Serializer\Normalizer\ArrayDenormalizer::denormalize():57}] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1424
                    [pmu] => 1168
                )

            [Symfony\Component\Serializer\Normalizer\ArrayDenormalizer::denormalize==>array_map] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 2288
                    [pmu] => 2288
                )

            [Symfony\Component\Serializer\Serializer::denormalize@1==>Symfony\Component\Serializer\Normalizer\ArrayDenormalizer::denormalize] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 4360
                    [pmu] => 4080
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::validateAndDenormalize] => Array
                (
                    [ct] => 2
                    [wt] => 203
                    [cpu] => 0
                    [mu] => 26056
                    [pmu] => 10488
                )

            [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::writeProperty==>GameDev\PlatformGameApi\DTO\StateApi\SaveStateInput::setUnpaidWins] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize==>Symfony\Component\Serializer\Normalizer\ObjectNormalizer::setAttributeValue] => Array
                (
                    [ct] => 2
                    [wt] => 77
                    [cpu] => 0
                    [mu] => 4496
                    [pmu] => 16144
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::validateAndDenormalize==>Symfony\Component\PropertyInfo\Type::isNullable] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::writeProperty==>GameDev\PlatformGameApi\DTO\StateApi\SaveStateInput::setJackpotListUpdate] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Serializer::denormalize==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::denormalize] => Array
                (
                    [ct] => 1
                    [wt] => 16553
                    [cpu] => 11575
                    [mu] => 668176
                    [pmu] => 680464
                )

            [Symfony\Component\Serializer\Serializer::deserialize==>Symfony\Component\Serializer\Serializer::denormalize] => Array
                (
                    [ct] => 1
                    [wt] => 16640
                    [cpu] => 11575
                    [mu] => 678392
                    [pmu] => 694768
                )

            [GameDev\Platform\HttpKernel\Controller\RequestBodyValueResolver::resolve==>Symfony\Component\Serializer\Serializer::deserialize] => Array
                (
                    [ct] => 1
                    [wt] => 16760
                    [cpu] => 11575
                    [mu] => 711136
                    [pmu] => 705856
                )

            [Symfony\Component\Validator\Context\ExecutionContext::__construct==>Symfony\Component\Validator\ConstraintViolationList::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Context\ExecutionContextFactory::createContext==>Symfony\Component\Validator\Context\ExecutionContext::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1576
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Validator\RecursiveValidator::startContext==>Symfony\Component\Validator\Context\ExecutionContextFactory::createContext] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 2624
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Context\ExecutionContext::getPropertyPath==>Symfony\Component\Validator\Util\PropertyPath::append] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::__construct==>Symfony\Component\Validator\Context\ExecutionContext::getPropertyPath] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1360
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::__construct==>Symfony\Component\Validator\Context\ExecutionContext::getGroup] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Validator\RecursiveValidator::startContext==>Symfony\Component\Validator\Validator\RecursiveContextualValidator::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 3032
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Validator\RecursiveValidator::validate==>Symfony\Component\Validator\Validator\RecursiveValidator::startContext] => Array
                (
                    [ct] => 1
                    [wt] => 35
                    [cpu] => 0
                    [mu] => 6608
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validate==>Symfony\Component\Validator\Context\ExecutionContext::getValue] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validate==>Symfony\Component\Validator\Context\ExecutionContext::getObject] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validate==>Symfony\Component\Validator\Context\ExecutionContext::getMetadata] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validate==>Symfony\Component\Validator\Context\ExecutionContext::getPropertyPath] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validate==>Symfony\Component\Validator\Context\ExecutionContext::getGroup] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validate==>Symfony\Component\Validator\Context\ExecutionContext::getConstraint] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::getMetadataFor==>ltrim] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::getMetadataFor==>class_exists] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::escapeClassName==>str_contains] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::escapeClassName==>str_replace] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 680
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::getMetadataFor==>Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::escapeClassName] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 2104
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::getMetadataFor==>Symfony\Component\Cache\Adapter\PhpArrayAdapter::getItem] => Array
                (
                    [ct] => 1
                    [wt] => 33
                    [cpu] => 0
                    [mu] => 3008
                    [pmu] => 7400
                )

            [Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::getMetadataFor==>Symfony\Component\Cache\CacheItem::isHit] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::getMetadataFor==>Symfony\Component\Cache\CacheItem::get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Mapping\ClassMetadata::getReflectionClass==>Symfony\Component\Validator\Mapping\ClassMetadata::getClassName] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Mapping\ClassMetadata::getReflectionClass==>ReflectionClass::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::mergeConstraints==>Symfony\Component\Validator\Mapping\ClassMetadata::getReflectionClass] => Array
                (
                    [ct] => 3
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 2120
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::mergeConstraints==>ReflectionClass::isInterface] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::mergeConstraints==>ReflectionClass::getParentClass] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::mergeConstraints==>ReflectionClass::getInterfaces] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::getMetadataFor==>Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::mergeConstraints] => Array
                (
                    [ct] => 1
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 4968
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateObject==>Symfony\Component\Validator\Mapping\Factory\LazyLoadingMetadataFactory::getMetadataFor] => Array
                (
                    [ct] => 1
                    [wt] => 75
                    [cpu] => 0
                    [mu] => 14064
                    [pmu] => 7400
                )

            [Symfony\Component\Validator\Context\ExecutionContext::generateCacheKey==>spl_object_hash] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::generateCacheKey==>Symfony\Component\Validator\Context\ExecutionContext::generateCacheKey] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1736
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateObject==>Symfony\Component\Validator\Validator\RecursiveContextualValidator::generateCacheKey] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 2496
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateClassNode==>Symfony\Component\Validator\Context\ExecutionContext::setNode] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateClassNode==>Symfony\Component\Validator\Context\ExecutionContext::isObjectInitialized] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionEntityManagerService==>dirname] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 824
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_SessionConnectionService==>Doctrine\DBAL\Configuration::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [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] => 1
                    [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] => 0
                    [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] => 45
                    [cpu] => 0
                    [mu] => 808
                    [pmu] => 840
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_SessionConnectionService==>Doctrine\Bundle\DoctrineBundle\ConnectionFactory::createConnection] => Array
                (
                    [ct] => 1
                    [wt] => 311
                    [cpu] => 0
                    [mu] => 3784
                    [pmu] => 3864
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionEntityManagerService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_SessionConnectionService] => Array
                (
                    [ct] => 1
                    [wt] => 391
                    [cpu] => 0
                    [mu] => 11920
                    [pmu] => 11664
                )

            [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] => 1
                    [cpu] => 0
                    [mu] => 760
                    [pmu] => 760
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionConfigurationService==>Doctrine\ORM\Mapping\Driver\AttributeDriver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 936
                    [pmu] => 680
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionConfigurationService==>Doctrine\Persistence\Mapping\Driver\MappingDriverChain::addDriver] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1040
                    [pmu] => 784
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionConfigurationService==>Doctrine\ORM\Configuration::setEntityNamespaces] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [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] => 1
                    [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] => 5
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionConfigurationService==>Doctrine\ORM\Configuration::setNamingStrategy] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionConfigurationService==>Doctrine\ORM\Configuration::setQuoteStrategy] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 984
                    [pmu] => 728
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionConfigurationService==>Doctrine\ORM\Configuration::setTypedFieldMapper] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [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] => 1
                    [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] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionConfigurationService==>Doctrine\ORM\Configuration::enableNativeLazyObjects] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [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] => 3
                    [cpu] => 0
                    [mu] => 880
                    [pmu] => 352
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionConfigurationService==>Doctrine\ORM\Configuration::addCustomDatetimeFunction] => Array
                (
                    [ct] => 3
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1792
                    [pmu] => 1456
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionEntityManagerService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionConfigurationService] => Array
                (
                    [ct] => 1
                    [wt] => 90
                    [cpu] => 0
                    [mu] => 22904
                    [pmu] => 22648
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_SessionConnection_EventManagerService==>Symfony\Component\DependencyInjection\Argument\ServiceLocator::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [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] => 9
                    [cpu] => 0
                    [mu] => 2600
                    [pmu] => 2344
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionEntityManagerService==>Doctrine\ORM\EntityManager::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 75
                    [cpu] => 0
                    [mu] => 1896
                    [pmu] => 1640
                )

            [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] => 4
                    [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] => 596
                    [cpu] => 0
                    [mu] => 42600
                    [pmu] => 41880
                )

            [Doctrine\ORM\EntityManager::getMetadataFactory==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionEntityManagerService():2304}] => Array
                (
                    [ct] => 1
                    [wt] => 599
                    [cpu] => 0
                    [mu] => 43392
                    [pmu] => 42544
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoEntityManagerService==>dirname] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 824
                    [pmu] => 0
                )

            [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] => 0
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_SessionDemoConnectionService==>Doctrine\DBAL\Configuration::setSchemaAssetsFilter] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [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] => 55
                    [cpu] => 0
                    [mu] => 816
                    [pmu] => 848
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_SessionDemoConnectionService==>Doctrine\Bundle\DoctrineBundle\ConnectionFactory::createConnection] => Array
                (
                    [ct] => 1
                    [wt] => 357
                    [cpu] => 0
                    [mu] => 3832
                    [pmu] => 3880
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoEntityManagerService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_SessionDemoConnectionService] => Array
                (
                    [ct] => 1
                    [wt] => 445
                    [cpu] => 0
                    [mu] => 12008
                    [pmu] => 11752
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoConfigurationService==>Doctrine\DBAL\Configuration::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 1064
                    [pmu] => 808
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoConfigurationService==>dirname] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 760
                    [pmu] => 760
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoConfigurationService==>Doctrine\ORM\Mapping\Driver\AttributeDriver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 936
                    [pmu] => 680
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoConfigurationService==>Doctrine\Persistence\Mapping\Driver\MappingDriverChain::addDriver] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [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] => 1
                    [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] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoConfigurationService==>Doctrine\ORM\Configuration::setClassMetadataFactoryName] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoConfigurationService==>Doctrine\ORM\Configuration::setDefaultRepositoryClassName] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [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] => 0
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoConfigurationService==>Doctrine\ORM\Configuration::setEntityListenerResolver] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [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] => 1
                    [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] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoConfigurationService==>Doctrine\ORM\Configuration::addCustomDatetimeFunction] => Array
                (
                    [ct] => 3
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1160
                    [pmu] => 824
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoEntityManagerService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoConfigurationService] => Array
                (
                    [ct] => 1
                    [wt] => 92
                    [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] => 71
                    [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] => 3
                    [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] => 646
                    [cpu] => 0
                    [mu] => 40264
                    [pmu] => 39536
                )

            [Doctrine\ORM\EntityManager::getMetadataFactory==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_SessionDemoEntityManagerService():2282}] => Array
                (
                    [ct] => 1
                    [wt] => 652
                    [cpu] => 0
                    [mu] => 41056
                    [pmu] => 40200
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigEntityManagerService==>dirname] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 824
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_LocalConfigConnectionService==>Doctrine\DBAL\Configuration::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 1064
                    [pmu] => 808
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_LocalConfigConnectionService==>Doctrine\Bundle\DoctrineBundle\Middleware\IdleConnectionMiddleware::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_LocalConfigConnectionService==>Doctrine\Bundle\DoctrineBundle\Middleware\IdleConnectionMiddleware::setConnectionName] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_LocalConfigConnectionService==>Doctrine\DBAL\Configuration::setSchemaManagerFactory] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_LocalConfigConnectionService==>Doctrine\Bundle\DoctrineBundle\Dbal\SchemaAssetsFilterManager::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_LocalConfigConnectionService==>Doctrine\DBAL\Configuration::setSchemaAssetsFilter] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 264
                    [pmu] => 8
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_LocalConfigConnectionService==>Doctrine\DBAL\Configuration::setMiddlewares] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_LocalConfigConnectionService==>Symfony\Component\DependencyInjection\Container::getEnv] => Array
                (
                    [ct] => 1
                    [wt] => 46
                    [cpu] => 0
                    [mu] => 816
                    [pmu] => 848
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_LocalConfigConnectionService==>Doctrine\Bundle\DoctrineBundle\ConnectionFactory::createConnection] => Array
                (
                    [ct] => 1
                    [wt] => 421
                    [cpu] => 0
                    [mu] => 3824
                    [pmu] => 3872
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigEntityManagerService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_LocalConfigConnectionService] => Array
                (
                    [ct] => 1
                    [wt] => 491
                    [cpu] => 0
                    [mu] => 12000
                    [pmu] => 11744
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigConfigurationService==>Doctrine\DBAL\Configuration::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1064
                    [pmu] => 808
                )

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

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigConfigurationService==>Doctrine\ORM\Mapping\Driver\AttributeDriver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 720
                    [pmu] => 464
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigConfigurationService==>Doctrine\Persistence\Mapping\Driver\MappingDriverChain::addDriver] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1072
                    [pmu] => 816
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigConfigurationService==>Doctrine\ORM\Configuration::setEntityNamespaces] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1040
                    [pmu] => 784
                )

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

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigConfigurationService==>Symfony\Component\Cache\Adapter\PhpArrayAdapter::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigConfigurationService==>Doctrine\ORM\Configuration::setMetadataCache] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigConfigurationService==>Doctrine\ORM\Configuration::setQueryCache] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigConfigurationService==>Doctrine\DBAL\Configuration::setResultCache] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigConfigurationService==>Doctrine\Bundle\DoctrineBundle\Mapping\MappingDriver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigConfigurationService==>Doctrine\ORM\Configuration::setMetadataDriverImpl] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigConfigurationService==>Doctrine\ORM\Configuration::setSchemaIgnoreClasses] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigConfigurationService==>Doctrine\ORM\Configuration::setClassMetadataFactoryName] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigConfigurationService==>Doctrine\ORM\Configuration::setDefaultRepositoryClassName] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigConfigurationService==>Doctrine\ORM\Configuration::setNamingStrategy] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigConfigurationService==>Doctrine\ORM\Configuration::setQuoteStrategy] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 984
                    [pmu] => 728
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigConfigurationService==>Doctrine\ORM\Configuration::setTypedFieldMapper] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigConfigurationService==>Doctrine\Bundle\DoctrineBundle\Mapping\ContainerEntityListenerResolver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigConfigurationService==>Doctrine\ORM\Configuration::setEntityListenerResolver] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigConfigurationService==>Doctrine\ORM\Configuration::setLazyGhostObjectEnabled] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [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] => 1
                    [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] => 107
                    [cpu] => 0
                    [mu] => 21096
                    [pmu] => 20840
                )

            [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] => 10
                    [cpu] => 0
                    [mu] => 2600
                    [pmu] => 2344
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigEntityManagerService==>Doctrine\ORM\EntityManager::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 83
                    [cpu] => 0
                    [mu] => 1896
                    [pmu] => 1640
                )

            [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] => 3
                    [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] => 742
                    [cpu] => 0
                    [mu] => 40904
                    [pmu] => 40176
                )

            [Doctrine\ORM\EntityManager::getMetadataFactory==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_LocalConfigEntityManagerService():2238}] => Array
                (
                    [ct] => 1
                    [wt] => 746
                    [cpu] => 0
                    [mu] => 41696
                    [pmu] => 40840
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataEntityManagerService==>dirname] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 888
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_DaemonMetadataConnectionService==>Doctrine\DBAL\Configuration::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1064
                    [pmu] => 808
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_DaemonMetadataConnectionService==>Doctrine\Bundle\DoctrineBundle\Middleware\IdleConnectionMiddleware::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_DaemonMetadataConnectionService==>Doctrine\Bundle\DoctrineBundle\Middleware\IdleConnectionMiddleware::setConnectionName] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [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] => 0
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_DaemonMetadataConnectionService==>Doctrine\DBAL\Configuration::setSchemaAssetsFilter] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 264
                    [pmu] => 8
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_DaemonMetadataConnectionService==>Doctrine\DBAL\Configuration::setMiddlewares] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_DaemonMetadataConnectionService==>Symfony\Component\DependencyInjection\Container::getEnv] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 728
                    [pmu] => 472
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_DaemonMetadataConnectionService==>Doctrine\Bundle\DoctrineBundle\ConnectionFactory::createConnection] => Array
                (
                    [ct] => 1
                    [wt] => 435
                    [cpu] => 0
                    [mu] => 3176
                    [pmu] => 3272
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataEntityManagerService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_DaemonMetadataConnectionService] => Array
                (
                    [ct] => 1
                    [wt] => 474
                    [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] => 8
                    [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] => 0
                    [cpu] => 0
                    [mu] => 1040
                    [pmu] => 784
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataConfigurationService==>Symfony\Component\Cache\Adapter\ArrayAdapter::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 4
                    [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] => 2
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataConfigurationService==>Doctrine\ORM\Configuration::setMetadataDriverImpl] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataConfigurationService==>Doctrine\ORM\Configuration::setSchemaIgnoreClasses] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataConfigurationService==>Doctrine\ORM\Configuration::setClassMetadataFactoryName] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataConfigurationService==>Doctrine\ORM\Configuration::setDefaultRepositoryClassName] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [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] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataConfigurationService==>Doctrine\ORM\Configuration::setIdentityGenerationPreferences] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [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] => 6
                    [cpu] => 0
                    [mu] => 1112
                    [pmu] => 824
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataEntityManagerService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataConfigurationService] => Array
                (
                    [ct] => 1
                    [wt] => 121
                    [cpu] => 0
                    [mu] => 22800
                    [pmu] => 22544
                )

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

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_DaemonMetadataConnection_EventManagerService==>Symfony\Bridge\Doctrine\ContainerAwareEventManager::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [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] => 12
                    [cpu] => 0
                    [mu] => 2600
                    [pmu] => 2344
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Orm_DaemonMetadataEntityManagerService==>Doctrine\ORM\EntityManager::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 77
                    [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] => 718
                    [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] => 724
                    [cpu] => 0
                    [mu] => 42728
                    [pmu] => 41872
                )

            [Symfony\Bridge\Doctrine\Validator\DoctrineInitializer::initialize==>Doctrine\Persistence\AbstractManagerRegistry::getManagerForClass] => Array
                (
                    [ct] => 1
                    [wt] => 2921
                    [cpu] => 0
                    [mu] => 166432
                    [pmu] => 165712
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateClassNode==>Symfony\Bridge\Doctrine\Validator\DoctrineInitializer::initialize] => Array
                (
                    [ct] => 1
                    [wt] => 2924
                    [cpu] => 0
                    [mu] => 167064
                    [pmu] => 165712
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateClassNode==>Symfony\Component\Validator\Context\ExecutionContext::markObjectAsInitialized] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1040
                    [pmu] => 784
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateClassNode==>Symfony\Component\Validator\Context\ExecutionContext::isGroupValidated] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateClassNode==>Symfony\Component\Validator\Context\ExecutionContext::markGroupAsValidated] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1416
                    [pmu] => 1160
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateClassNode==>Symfony\Component\Validator\Mapping\ClassMetadata::hasGroupSequence] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateClassNode==>Symfony\Component\Validator\Mapping\ClassMetadata::isGroupSequenceProvider] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateInGroup==>Symfony\Component\Validator\Context\ExecutionContext::setGroup] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateInGroup==>Symfony\Component\Validator\Mapping\GenericMetadata::findConstraints] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateClassNode==>Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateInGroup] => Array
                (
                    [ct] => 1
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 2152
                    [pmu] => 1896
                )

            [Symfony\Component\Validator\Mapping\ClassMetadata::getConstrainedProperties==>array_keys] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateClassNode==>Symfony\Component\Validator\Mapping\ClassMetadata::getConstrainedProperties] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 1072
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateClassNode==>Symfony\Component\Validator\Mapping\GenericMetadata::getTraversalStrategy] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateObject==>Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateClassNode] => Array
                (
                    [ct] => 1
                    [wt] => 3011
                    [cpu] => 0
                    [mu] => 178384
                    [pmu] => 175296
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validate==>Symfony\Component\Validator\Validator\RecursiveContextualValidator::validateObject] => Array
                (
                    [ct] => 1
                    [wt] => 3102
                    [cpu] => 0
                    [mu] => 195608
                    [pmu] => 183312
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validate==>Symfony\Component\Validator\Context\ExecutionContext::setNode] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::validate==>Symfony\Component\Validator\Context\ExecutionContext::setGroup] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Validator\Validator\RecursiveValidator::validate==>Symfony\Component\Validator\Validator\RecursiveContextualValidator::validate] => Array
                (
                    [ct] => 1
                    [wt] => 3127
                    [cpu] => 0
                    [mu] => 202160
                    [pmu] => 185384
                )

            [Symfony\Component\Validator\Validator\RecursiveContextualValidator::getViolations==>Symfony\Component\Validator\Context\ExecutionContext::getViolations] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Validator\Validator\RecursiveValidator::validate==>Symfony\Component\Validator\Validator\RecursiveContextualValidator::getViolations] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 1136
                )

            [GameDev\Platform\HttpKernel\Controller\RequestBodyValueResolver::resolve==>Symfony\Component\Validator\Validator\RecursiveValidator::validate] => Array
                (
                    [ct] => 1
                    [wt] => 3178
                    [cpu] => 0
                    [mu] => 208624
                    [pmu] => 186904
                )

            [count==>Symfony\Component\Validator\ConstraintViolationList::count] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [GameDev\Platform\HttpKernel\Controller\RequestBodyValueResolver::resolve==>count] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1216
                    [pmu] => 0
                )

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

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

            [GameDev\Platform\Repository\Catalog\GameRepository::__construct==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameRepositoryService==>GameDev\Platform\Repository\Catalog\GameRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 1136
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameValueResolverService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [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] => 30
                    [cpu] => 0
                    [mu] => 5280
                    [pmu] => 4512
                )

            [GameDev\Platform\Service\Info\API\Common\ValueResolver\GameValueResolver::resolve==>Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata::getAttributesOfType] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver::getArguments==>GameDev\Platform\Service\Info\API\Common\ValueResolver\GameValueResolver::resolve] => Array
                (
                    [ct] => 3
                    [wt] => 12
                    [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] => 1
                    [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] => 13
                    [cpu] => 0
                    [mu] => 2272
                    [pmu] => 2016
                )

            [GameDev\Platform\Service\Info\API\Common\ValueResolver\InfoSystemValueResolver::resolve==>Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata::getAttributesOfType] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver::getArguments==>GameDev\Platform\Service\Info\API\Common\ValueResolver\InfoSystemValueResolver::resolve] => Array
                (
                    [ct] => 3
                    [wt] => 12
                    [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] => 9
                    [cpu] => 0
                    [mu] => 2336
                    [pmu] => 2080
                )

            [GameDev\Platform\Service\Monitoring\API\Common\ValueResolver\MonitoringSystemValueResolver::resolve==>Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata::getAttributesOfType] => Array
                (
                    [ct] => 3
                    [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] => 3
                    [wt] => 11
                    [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] => 4
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getArgumentResolver_ServiceService==>Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver::__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::getArgumentResolver_ServiceService] => Array
                (
                    [ct] => 1
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 3192
                    [pmu] => 2808
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver::resolve==>Symfony\Component\HttpFoundation\ParameterBag::get] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver::resolve==>Symfony\Component\DependencyInjection\ServiceLocator::has] => Array
                (
                    [ct] => 9
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

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

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getStateControllersaveStateActionService==>Symfony\Component\DependencyInjection\ServiceLocator::withContext] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 856
                    [pmu] => 600
                )

            [Symfony\Component\DependencyInjection\Container::getService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getStateControllersaveStateActionService] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 2344
                    [pmu] => 2088
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver::resolve==>Symfony\Component\DependencyInjection\Argument\ServiceLocator::get] => Array
                (
                    [ct] => 9
                    [wt] => 7222
                    [cpu] => 9999
                    [mu] => 434176
                    [pmu] => 432576
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver::resolve==>Symfony\Component\HttpKernel\ControllerMetadata\ArgumentMetadata::getName] => Array
                (
                    [ct] => 6
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

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

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

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

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

            [Symfony\Component\DependencyInjection\Argument\ServiceLocator::get@1==>Symfony\Component\DependencyInjection\Container::getService@1] => Array
                (
                    [ct] => 23
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\DependencyInjection\Container::getEnv==>Symfony\Component\DependencyInjection\Argument\ServiceLocator::get@1] => Array
                (
                    [ct] => 9
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 1552
                )

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

            [Symfony\Component\DependencyInjection\Container::getEnv@2==>Symfony\Component\DependencyInjection\Argument\ServiceLocator::get@1] => Array
                (
                    [ct] => 5
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 760
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRedisPlayerBalanceRepositoryService==>Symfony\Component\DependencyInjection\Container::getEnv] => Array
                (
                    [ct] => 1
                    [wt] => 97
                    [cpu] => 0
                    [mu] => 3736
                    [pmu] => 3864
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRedisPlayerBalanceRepositoryService==>Predis\Client::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 187
                    [cpu] => 0
                    [mu] => 2976
                    [pmu] => 2544
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRedisPlayerBalanceRepositoryService==>GameDev\Platform\Repository\SessionDefault\RedisPlayerBalanceRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getAggregatorPlayerProviderService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRedisPlayerBalanceRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 302
                    [cpu] => 0
                    [mu] => 8984
                    [pmu] => 8728
                )

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

            [GameDev\Platform\Repository\SessionDefault\DoctrineUserTokenRelationRepository::__construct==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineUserTokenRelationRepositoryService==>GameDev\Platform\Repository\SessionDefault\DoctrineUserTokenRelationRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1456
                    [pmu] => 1200
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getAggregatorPlayerProviderService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineUserTokenRelationRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 3072
                    [pmu] => 2816
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDataStreamUserTokenRelationArchiveRepositoryService==>dirname] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 760
                    [pmu] => 440
                )

            [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] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_ClickhouseConnectionService==>Doctrine\DBAL\Configuration::setSchemaAssetsFilter] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 264
                    [pmu] => 8
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_ClickhouseConnectionService==>Doctrine\DBAL\Configuration::setMiddlewares] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_ClickhouseConnectionService==>Symfony\Component\DependencyInjection\Container::getEnv] => Array
                (
                    [ct] => 5
                    [wt] => 298
                    [cpu] => 9999
                    [mu] => 8296
                    [pmu] => 10584
                )

            [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] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 24
                )

            [Doctrine\Bundle\DoctrineBundle\ConnectionFactory::createConnection==>is_subclass_of] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\DBAL\DriverManager::createDriver==>is_a] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Doctrine\DBAL\Driver\Middleware\AbstractDriverMiddleware::getDatabasePlatform==>FOD\DBALClickHouse\Driver::getDatabasePlatform] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 712
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_ClickhouseConnectionService==>Doctrine\Bundle\DoctrineBundle\ConnectionFactory::createConnection] => Array
                (
                    [ct] => 1
                    [wt] => 83
                    [cpu] => 0
                    [mu] => 3144
                    [pmu] => 944
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDataStreamUserTokenRelationArchiveRepositoryService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrine_Dbal_ClickhouseConnectionService] => Array
                (
                    [ct] => 1
                    [wt] => 423
                    [cpu] => 9999
                    [mu] => 19064
                    [pmu] => 18848
                )

            [GameDev\Platform\Repository\Archive\DataStreamUserTokenRelationArchiveRepository::__construct==>Shared\DataStreamBundle\DataStreamRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDataStreamUserTokenRelationArchiveRepositoryService==>GameDev\Platform\Repository\Archive\DataStreamUserTokenRelationArchiveRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1456
                    [pmu] => 1200
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getAggregatorPlayerProviderService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDataStreamUserTokenRelationArchiveRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 462
                    [cpu] => 9999
                    [mu] => 22184
                    [pmu] => 21928
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCallbackTransportInterfaceService==>dirname] => Array
                (
                    [ct] => 8
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1112
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getTraceableClientService==>dirname] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [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] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 648
                    [pmu] => 392
                )

            [Composer\Autoload\ClassLoader::findFileWithExtension==>file_exists] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Composer\Autoload\ClassLoader::findFileWithExtension==>strrpos] => Array
                (
                    [ct] => 1
                    [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] => 30
                    [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] => 39
                    [cpu] => 0
                    [mu] => 4688
                    [pmu] => 4432
                )

            [Symfony\Component\HttpClient\HttpClient::create==>extension_loaded] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Symfony\Component\HttpClient\CurlHttpClient::__construct==>extension_loaded] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Symfony\Component\HttpClient\CurlHttpClient::mergeDefaultOptions==>Symfony\Component\HttpClient\CurlHttpClient::normalizeHeaders] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpClient\CurlHttpClient::mergeDefaultOptions==>array_values] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [Symfony\Component\HttpClient\CurlHttpClient::mergeDefaultOptions==>array_merge] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 960
                    [pmu] => 960
                )

            [Symfony\Component\HttpClient\CurlHttpClient::prepareRequest==>Symfony\Component\HttpClient\CurlHttpClient::mergeDefaultOptions] => Array
                (
                    [ct] => 1
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 4336
                    [pmu] => 4088
                )

            [Symfony\Component\HttpClient\CurlHttpClient::prepareRequest==>Symfony\Component\HttpClient\CurlHttpClient::normalizeBody] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpClient\CurlHttpClient::prepareRequest==>substr] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [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] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 800
                    [pmu] => 800
                )

            [Symfony\Component\HttpClient\CurlHttpClient::prepareRequest==>array_merge] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 800
                    [pmu] => 584
                )

            [Symfony\Component\HttpClient\CurlHttpClient::__construct==>Symfony\Component\HttpClient\CurlHttpClient::prepareRequest] => Array
                (
                    [ct] => 1
                    [wt] => 40
                    [cpu] => 0
                    [mu] => 8752
                    [pmu] => 8496
                )

            [Symfony\Component\HttpClient\HttpClient::create==>Symfony\Component\HttpClient\CurlHttpClient::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 47
                    [cpu] => 0
                    [mu] => 9880
                    [pmu] => 9624
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHttpClient_TransportService==>Symfony\Component\HttpClient\HttpClient::create] => Array
                (
                    [ct] => 1
                    [wt] => 108
                    [cpu] => 0
                    [mu] => 20448
                    [pmu] => 20192
                )

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

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

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

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHttpClient_TransportService==>Symfony\Component\HttpClient\CurlHttpClient::setLogger] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHttpClient_UriTemplateService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHttpClient_TransportService] => Array
                (
                    [ct] => 1
                    [wt] => 161
                    [cpu] => 0
                    [mu] => 25552
                    [pmu] => 25296
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHttpClient_UriTemplateService==>Symfony\Component\HttpClient\UriTemplateHttpClient::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getTraceableClientService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getHttpClient_UriTemplateService] => Array
                (
                    [ct] => 1
                    [wt] => 178
                    [cpu] => 0
                    [mu] => 27800
                    [pmu] => 27544
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getTraceableClientService==>GameDev\Utils\Tracer\Component\HttpClient\TraceableClient::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCallbackTransportInterfaceService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getTraceableClientService] => Array
                (
                    [ct] => 1
                    [wt] => 196
                    [cpu] => 0
                    [mu] => 30048
                    [pmu] => 29792
                )

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

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRedisCallbackTimeoutCounterRepositoryService==>Symfony\Component\DependencyInjection\Container::getEnv] => Array
                (
                    [ct] => 1
                    [wt] => 88
                    [cpu] => 0
                    [mu] => 912
                    [pmu] => 1104
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRedisCallbackTimeoutCounterRepositoryService==>Predis\Client::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 169
                    [cpu] => 0
                    [mu] => 2976
                    [pmu] => 2496
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRedisCallbackTimeoutCounterRepositoryService==>GameDev\Platform\Repository\Callback\RedisCallbackTimeoutCounterRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCallbackTransportInterfaceService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRedisCallbackTimeoutCounterRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 275
                    [cpu] => 0
                    [mu] => 6232
                    [pmu] => 5976
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCallbackTransportInterfaceService==>GameDev\Platform\Repository\Callback\RedisCallbackRequestBlockerRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCallbackTransportInterfaceService==>GameDev\Platform\Service\Shared\Aggregator\Callback\CallbackRequestBlocker::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCallbackTransportInterfaceService==>GameDev\Platform\Service\Shared\Aggregator\Callback\Transport\AbstractTransport::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCallbackTransportInterfaceService==>GameDev\Platform\Service\Shared\Aggregator\Callback\CallbackTransport::addTransport] => Array
                (
                    [ct] => 3
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 912
                    [pmu] => 656
                )

            [GameDev\Platform\Service\Shared\Aggregator\Callback\Transport\Version3::__construct==>GameDev\Platform\Service\Shared\Aggregator\Callback\Transport\AbstractTransport::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCallbackTransportInterfaceService==>GameDev\Platform\Service\Shared\Aggregator\Callback\Transport\Version3::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1456
                    [pmu] => 1200
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getAggregatorPlayerProviderService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCallbackTransportInterfaceService] => Array
                (
                    [ct] => 1
                    [wt] => 554
                    [cpu] => 0
                    [mu] => 43824
                    [pmu] => 43568
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCallbackFactoryInterfaceService==>dirname] => Array
                (
                    [ct] => 7
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1048
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCurrencyRateProviderService==>dirname] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [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] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCurrencyRateRepositoryService==>GameDev\Platform\Repository\Catalog\CurrencyRateRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 1136
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCurrencyRateProviderService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCurrencyRateRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [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] => 4
                    [cpu] => 0
                    [mu] => 1424
                    [pmu] => 1168
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCurrencyRateProviderService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCustomCurrencyRateRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 3008
                    [pmu] => 2752
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCurrencyRateProviderService==>GameDev\Platform\Service\Shared\Money\CurrencyRateProvider::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCallbackFactoryInterfaceService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCurrencyRateProviderService] => Array
                (
                    [ct] => 1
                    [wt] => 46
                    [cpu] => 0
                    [mu] => 8296
                    [pmu] => 8040
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCallbackFactoryInterfaceService==>GameDev\Platform\Service\Shared\Aggregator\Callback\CallbackDetailsFactory::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCallbackFactoryInterfaceService==>GameDev\Platform\Service\Shared\Aggregator\Callback\Factory\Version1::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCallbackFactoryInterfaceService==>GameDev\Platform\Service\Shared\Aggregator\Callback\CallbackFactory::addFactory] => Array
                (
                    [ct] => 3
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 912
                    [pmu] => 656
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCallbackFactoryInterfaceService==>GameDev\Platform\Service\Shared\Aggregator\Callback\Factory\Version2::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCallbackFactoryInterfaceService==>GameDev\Platform\Service\Shared\Aggregator\Callback\Factory\Version3::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getAggregatorPlayerProviderService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCallbackFactoryInterfaceService] => Array
                (
                    [ct] => 1
                    [wt] => 104
                    [cpu] => 0
                    [mu] => 14096
                    [pmu] => 13840
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getAggregatorPlayerProviderService==>GameDev\Platform\Service\Shared\Player\BalanceInitializer::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRedisCounterService==>dirname] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [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] => 12632
                )

            [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::getAggregatorPlayerProviderService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRedisCounterService] => Array
                (
                    [ct] => 1
                    [wt] => 151
                    [cpu] => 0
                    [mu] => 2944
                    [pmu] => 13440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getAggregatorPlayerProviderService==>GameDev\Platform\Service\Shared\Player\AggregatorPlayerProvider::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getPlayerProviderService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getAggregatorPlayerProviderService] => Array
                (
                    [ct] => 1
                    [wt] => 1645
                    [cpu] => 9999
                    [mu] => 98624
                    [pmu] => 107712
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRedisDemoPlayerBalanceRepositoryService==>dirname] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 760
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRedisDemoPlayerBalanceRepositoryService==>GameDev\Platform\Repository\SessionDemo\RedisDemoPlayerBalanceRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getPlayerProviderService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRedisDemoPlayerBalanceRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 6304
                    [pmu] => 4616
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getPlayerProviderService==>GameDev\Platform\Service\Shared\Player\DemoPlayerProvider::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getPlayerProviderService==>GameDev\Platform\Service\Shared\Player\PlayerProvider::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSessionRefEntityResolverService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getPlayerProviderService] => Array
                (
                    [ct] => 1
                    [wt] => 1688
                    [cpu] => 9999
                    [mu] => 108048
                    [pmu] => 113200
                )

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

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameTagRepositoryService==>dirname] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\Catalog\GameTagRepository::__construct==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameTagRepositoryService==>GameDev\Platform\Repository\Catalog\GameTagRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameResolverService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameTagRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 2944
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameResolverService==>GameDev\Platform\Service\Game\Catalog\GamePermissionChecker::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameResolverService==>GameDev\Platform\Service\Game\Catalog\GameResolver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSessionRefEntityResolverService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameResolverService] => Array
                (
                    [ct] => 1
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 5944
                    [pmu] => 600
                )

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

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

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSessionRefEntityResolverService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSessionTokenEncoderService] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 2144
                    [pmu] => 1888
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSessionRefEntityResolverService==>GameDev\Platform\Service\Game\API\Slot\Common\SessionRefEntityResolver::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\DependencyInjection\Container::getService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSessionRefEntityResolverService] => Array
                (
                    [ct] => 1
                    [wt] => 1746
                    [cpu] => 9999
                    [mu] => 118512
                    [pmu] => 118256
                )

            [Symfony\Component\HttpKernel\Controller\ArgumentResolver::getArguments==>Symfony\Component\HttpKernel\Controller\ArgumentResolver\ServiceValueResolver::resolve] => Array
                (
                    [ct] => 3
                    [wt] => 7292
                    [cpu] => 9999
                    [mu] => 437736
                    [pmu] => 435736
                )

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

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameStateServiceService==>dirname] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 984
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameStateServiceService==>GameDev\Platform\Repository\SessionShared\RedisGameStateLockRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameStateServiceService==>GameDev\Platform\Service\Shared\Game\Session\GameStateLocker::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

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

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

            [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] => 16
                    [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] => 16
                    [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] => 59
                    [cpu] => 0
                    [mu] => 11176
                    [pmu] => 12560
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::__construct==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 1
                    [wt] => 754
                    [cpu] => 0
                    [mu] => 25616
                    [pmu] => 25608
                )

            [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] => 762
                    [cpu] => 0
                    [mu] => 27072
                    [pmu] => 26816
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameSessionRepositoryService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineGameSessionRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 776
                    [cpu] => 0
                    [mu] => 28624
                    [pmu] => 28368
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineGameSessionRepository2Service==>dirname] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 824
                    [pmu] => 440
                )

            [Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::getMetadataFor==>Symfony\Component\Cache\Adapter\ChainAdapter::getItem] => Array
                (
                    [ct] => 3
                    [wt] => 330
                    [cpu] => 0
                    [mu] => 127416
                    [pmu] => 183112
                )

            [GameDev\Platform\Repository\SessionDemo\DoctrineGameSessionRepository::__construct==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 1
                    [wt] => 770
                    [cpu] => 0
                    [mu] => 56232
                    [pmu] => 69120
                )

            [GameDev\Platform\Repository\SessionDemo\DoctrineGameSessionRepository::__construct==>Doctrine\ORM\EntityRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineGameSessionRepository2Service==>GameDev\Platform\Repository\SessionDemo\DoctrineGameSessionRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 777
                    [cpu] => 0
                    [mu] => 57688
                    [pmu] => 69200
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameSessionRepositoryService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineGameSessionRepository2Service] => Array
                (
                    [ct] => 1
                    [wt] => 792
                    [cpu] => 0
                    [mu] => 59240
                    [pmu] => 70104
                )

            [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] => 1586
                    [cpu] => 0
                    [mu] => 90160
                    [pmu] => 99664
                )

            [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] => 11
                    [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] => 22
                    [cpu] => 0
                    [mu] => 6600
                    [pmu] => 24
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineWindowSettingsRepository::__construct==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 1
                    [wt] => 359
                    [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] => 366
                    [cpu] => 0
                    [mu] => 11704
                    [pmu] => 3024
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameStateServiceService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineWindowSettingsRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 384
                    [cpu] => 0
                    [mu] => 13256
                    [pmu] => 3656
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineWindowSettingsRepository2Service==>dirname] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 824
                    [pmu] => 440
                )

            [GameDev\Platform\Repository\SessionDemo\DoctrineWindowSettingsRepository::__construct==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 1
                    [wt] => 402
                    [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] => 408
                    [cpu] => 0
                    [mu] => 31296
                    [pmu] => 41392
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameStateServiceService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineWindowSettingsRepository2Service] => Array
                (
                    [ct] => 1
                    [wt] => 424
                    [cpu] => 0
                    [mu] => 32848
                    [pmu] => 42296
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameStateServiceService==>GameDev\Platform\Repository\SessionShared\WindowSettingsRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [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] => 5
                    [cpu] => 0
                    [mu] => 1456
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameStateServiceService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineAchievementsRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 3072
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineAchievementsRepository2Service==>dirname] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [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] => 7
                    [cpu] => 0
                    [mu] => 1456
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameStateServiceService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineAchievementsRepository2Service] => Array
                (
                    [ct] => 1
                    [wt] => 18
                    [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] => 4
                    [cpu] => 0
                    [mu] => 856
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getPersistence_SessionDefaultTransactionManagerService==>dirname] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [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] => 12
                    [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] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameStateServiceService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSessionTransactionManagerService] => Array
                (
                    [ct] => 1
                    [wt] => 39
                    [cpu] => 0
                    [mu] => 5272
                    [pmu] => 3440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameStateServiceService==>GameDev\Platform\Service\Shared\Game\Session\GameStateService::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSaveActionService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameStateServiceService] => Array
                (
                    [ct] => 1
                    [wt] => 2531
                    [cpu] => 0
                    [mu] => 153456
                    [pmu] => 153200
                )

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

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

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineRoundRepositoryService==>dirname] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 408
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/session_metadata_php:1398}==>Symfony\Component\VarExporter\Internal\Registry::p] => Array
                (
                    [ct] => 2
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 896
                    [pmu] => 872
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/session_metadata_php:1398}==>Symfony\Component\VarExporter\Internal\Hydrator::hydrate] => Array
                (
                    [ct] => 1
                    [wt] => 16
                    [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:1398}] => Array
                (
                    [ct] => 1
                    [wt] => 76
                    [cpu] => 0
                    [mu] => 13856
                    [pmu] => 15456
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\ReadonlyAccessor::__construct==>ReflectionProperty::isReadOnly] => Array
                (
                    [ct] => 10
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 304
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\PropertyAccessorFactory::createPropertyAccessor==>Doctrine\ORM\Mapping\PropertyAccessors\ReadonlyAccessor::__construct] => Array
                (
                    [ct] => 10
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 976
                )

            [Doctrine\ORM\Mapping\ClassMetadata::wakeupReflection==>Doctrine\ORM\Mapping\PropertyAccessors\EmbeddablePropertyAccessor::__construct] => Array
                (
                    [ct] => 8
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\EmbeddablePropertyAccessor::getUnderlyingReflector==>Doctrine\ORM\Mapping\PropertyAccessors\ReadonlyAccessor::getUnderlyingReflector] => Array
                (
                    [ct] => 6
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 368
                )

            [Doctrine\ORM\Mapping\ClassMetadataFactory::wakeupReflection==>Doctrine\ORM\Mapping\PropertyAccessors\EmbeddablePropertyAccessor::getUnderlyingReflector] => Array
                (
                    [ct] => 8
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 2184
                    [pmu] => 984
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineRoundRepository::__construct==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 1
                    [wt] => 861
                    [cpu] => 0
                    [mu] => 25688
                    [pmu] => 25432
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineRoundRepository::__construct==>Doctrine\ORM\EntityRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineRoundRepositoryService==>GameDev\Platform\Repository\SessionDefault\DoctrineRoundRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 868
                    [cpu] => 0
                    [mu] => 27144
                    [pmu] => 26888
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getAggregatorRoundServiceService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineRoundRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 881
                    [cpu] => 0
                    [mu] => 28664
                    [pmu] => 28408
                )

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

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

            [GameDev\Platform\Repository\SessionDefault\DoctrineCallbackRetryRepository::__construct==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineCallbackRetryRepositoryService==>GameDev\Platform\Repository\SessionDefault\DoctrineCallbackRetryRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1456
                    [pmu] => 1200
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCallbackRetryProcessorService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineCallbackRetryRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 3072
                    [pmu] => 2816
                )

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

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCallbackRequestProcessorService==>GameDev\Platform\Service\Shared\Aggregator\Callback\CallbackRequestProcessor::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCallbackRetryProcessorService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCallbackRequestProcessorService] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 2232
                    [pmu] => 1976
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCallbackRetryProcessorService==>GameDev\Platform\Service\Shared\Aggregator\Callback\CallbackRetryProcessor::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getAggregatorRoundServiceService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCallbackRetryProcessorService] => Array
                (
                    [ct] => 1
                    [wt] => 47
                    [cpu] => 0
                    [mu] => 7664
                    [pmu] => 7408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getAggregatorRoundServiceService==>GameDev\Platform\Service\Game\Session\Round\AggregatorRoundService::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRoundServiceService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getAggregatorRoundServiceService] => Array
                (
                    [ct] => 1
                    [wt] => 949
                    [cpu] => 0
                    [mu] => 38704
                    [pmu] => 38448
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineRoundRepository2Service==>dirname] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\SessionDemo\DoctrineRoundRepository::__construct==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 1
                    [wt] => 875
                    [cpu] => 0
                    [mu] => 61504
                    [pmu] => 73680
                )

            [GameDev\Platform\Repository\SessionDemo\DoctrineRoundRepository::__construct==>Doctrine\ORM\EntityRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineRoundRepository2Service==>GameDev\Platform\Repository\SessionDemo\DoctrineRoundRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 882
                    [cpu] => 0
                    [mu] => 62960
                    [pmu] => 73760
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRoundServiceService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineRoundRepository2Service] => Array
                (
                    [ct] => 1
                    [wt] => 895
                    [cpu] => 0
                    [mu] => 64480
                    [pmu] => 74632
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRoundServiceService==>GameDev\Platform\Service\Game\Session\Round\DemoRoundService::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRoundServiceService==>GameDev\Platform\Service\Game\Session\Round\RoundService::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSaveActionService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getRoundServiceService] => Array
                (
                    [ct] => 1
                    [wt] => 1868
                    [cpu] => 0
                    [mu] => 106256
                    [pmu] => 114352
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getJackpotServiceService==>dirname] => Array
                (
                    [ct] => 8
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1112
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCurrencyConverterService==>dirname] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

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

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCurrencyRateStaticProviderService==>GameDev\Platform\Service\Shared\Money\CurrencyRateStaticProvider::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCurrencyConverterService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCurrencyRateStaticProviderService] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 2176
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCurrencyConverterService==>GameDev\Platform\Service\Shared\Money\CurrencyConverter::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getJackpotServiceService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getCurrencyConverterService] => Array
                (
                    [ct] => 1
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 4376
                    [pmu] => 0
                )

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

            [GameDev\Platform\Repository\SessionDefault\DoctrineJackpotRepository::__construct==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineJackpotRepositoryService==>GameDev\Platform\Repository\SessionDefault\DoctrineJackpotRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1424
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getJackpotServiceService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineJackpotRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 3008
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getJackpotServiceService==>GameDev\Platform\Service\Game\Session\Jackpot\JackpotMath::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1072
                    [pmu] => 816
                )

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

            [GameDev\Platform\Repository\Catalog\JackpotConfigRepository::__construct==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getJackpotConfigRepositoryService==>GameDev\Platform\Repository\Catalog\JackpotConfigRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 1136
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getJackpotServiceService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getJackpotConfigRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 2976
                    [pmu] => 2720
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getJackpotServiceService==>GameDev\Platform\Service\Game\Session\Jackpot\JackpotListService::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getJackpotServiceService==>GameDev\Platform\Service\Game\Session\Jackpot\JackpotAccumulationService::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getJackpotServiceService==>GameDev\Platform\Service\Game\Session\Jackpot\JackpotInfoExtractor::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/session_metadata_php:2567}==>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/session_metadata_php:2567}] => Array
                (
                    [ct] => 1
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 8264
                    [pmu] => 9552
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineJackpotStartedRepository::__construct==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 1
                    [wt] => 504
                    [cpu] => 0
                    [mu] => 13624
                    [pmu] => 13616
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineJackpotStartedRepository::__construct==>Doctrine\ORM\EntityRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getJackpotServiceService==>GameDev\Platform\Repository\SessionDefault\DoctrineJackpotStartedRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 510
                    [cpu] => 0
                    [mu] => 15080
                    [pmu] => 14824
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineJackpotPaymentRepositoryService==>dirname] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 760
                    [pmu] => 440
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineJackpotPaymentRepository::__construct==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineJackpotPaymentRepositoryService==>GameDev\Platform\Repository\SessionDefault\DoctrineJackpotPaymentRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1456
                    [pmu] => 1200
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getJackpotServiceService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineJackpotPaymentRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 3072
                    [pmu] => 2816
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getJackpotServiceService==>GameDev\Platform\Service\Game\Session\Jackpot\JackpotRoundService::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getJackpotServiceService==>GameDev\Platform\Service\Game\Session\Jackpot\JackpotService::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSaveActionService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getJackpotServiceService] => Array
                (
                    [ct] => 1
                    [wt] => 657
                    [cpu] => 0
                    [mu] => 35608
                    [pmu] => 27320
                )

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

            [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] => 1
                    [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::getGiftServiceService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineGiftRegistryRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 3072
                    [pmu] => 2816
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineGiftSessionRepositoryService==>dirname] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [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] => 12
                    [cpu] => 0
                    [mu] => 1456
                    [pmu] => 1200
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGiftServiceService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDoctrineGiftSessionRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 3072
                    [pmu] => 2816
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGiftServiceService==>GameDev\Platform\Service\Game\Session\Gift\GiftService::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSaveActionService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGiftServiceService] => Array
                (
                    [ct] => 1
                    [wt] => 55
                    [cpu] => 0
                    [mu] => 8408
                    [pmu] => 8152
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSaveActionService==>GameDev\Platform\Service\Game\API\Slot\State\SaveAction::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\DependencyInjection\Container::getService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getSaveActionService] => Array
                (
                    [ct] => 1
                    [wt] => 5136
                    [cpu] => 0
                    [mu] => 306184
                    [pmu] => 305528
                )

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

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameResponseCacheRedisService==>Symfony\Component\DependencyInjection\Container::getEnv] => Array
                (
                    [ct] => 1
                    [wt] => 88
                    [cpu] => 0
                    [mu] => 976
                    [pmu] => 1224
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameResponseCacheRedisService==>Predis\Client::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 164
                    [cpu] => 0
                    [mu] => 3008
                    [pmu] => 2456
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameResponseCacheRedisService==>GameDev\Platform\Service\Game\Utils\GameResponseCacheRedis::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\DependencyInjection\Container::getService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameResponseCacheRedisService] => Array
                (
                    [ct] => 1
                    [wt] => 280
                    [cpu] => 0
                    [mu] => 6216
                    [pmu] => 5560
                )

            [Symfony\Component\HttpKernel\HttpKernel::handleRaw==>Symfony\Component\HttpKernel\Controller\ArgumentResolver::getArguments] => Array
                (
                    [ct] => 1
                    [wt] => 28444
                    [cpu] => 21574
                    [mu] => 1525992
                    [pmu] => 1527592
                )

            [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] => 7
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [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] => 8
                    [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] => 0
                    [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] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Symfony\Component\HttpKernel\Event\ControllerEvent::getAttributes==>ReflectionClass::getAttributes] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1496
                    [pmu] => 1240
                )

            [Symfony\Component\HttpKernel\Event\ControllerEvent::getAttributes==>ReflectionFunctionAbstract::getAttributes] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1256
                    [pmu] => 1000
                )

            [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] => 16
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Symfony\Component\HttpKernel\Event\ControllerEvent::getAttributes==>class_exists] => Array
                (
                    [ct] => 8
                    [wt] => 52
                    [cpu] => 0
                    [mu] => 1848
                    [pmu] => 1376
                )

            [Nelmio\ApiDocBundle\Attribute\Areas::__construct==>in_array] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [ReflectionAttribute::newInstance==>Nelmio\ApiDocBundle\Attribute\Areas::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1432
                    [pmu] => 1176
                )

            [Symfony\Component\HttpKernel\Event\ControllerEvent::getAttributes==>ReflectionAttribute::newInstance] => Array
                (
                    [ct] => 8
                    [wt] => 1603
                    [cpu] => 0
                    [mu] => 55128
                    [pmu] => 56152
                )

            [OpenApi\Annotations\AbstractAnnotation::combine==>is_array] => Array
                (
                    [ct] => 26
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 528
                )

            [OpenApi\Annotations\AbstractAnnotation::{closure:OpenApi\Annotations\AbstractAnnotation::combine():795}==>OpenApi\Generator::isDefault] => Array
                (
                    [ct] => 26
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [array_filter==>OpenApi\Annotations\AbstractAnnotation::{closure:OpenApi\Annotations\AbstractAnnotation::combine():795}] => Array
                (
                    [ct] => 26
                    [wt] => 74
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 1464
                )

            [OpenApi\Annotations\AbstractAnnotation::combine==>array_filter] => Array
                (
                    [ct] => 10
                    [wt] => 122
                    [cpu] => 0
                    [mu] => 2680
                    [pmu] => 5064
                )

            [OpenApi\Attributes\Tag::__construct==>OpenApi\Annotations\AbstractAnnotation::combine] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 3728
                    [pmu] => 3472
                )

            [OpenApi\Context::__construct==>OpenApi\Context::__get] => Array
                (
                    [ct] => 36
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 296
                )

            [OpenApi\Annotations\AbstractAnnotation::__construct==>OpenApi\Context::__construct] => Array
                (
                    [ct] => 26
                    [wt] => 107
                    [cpu] => 0
                    [mu] => 11496
                    [pmu] => 7360
                )

            [OpenApi\Context::is==>property_exists] => Array
                (
                    [ct] => 13
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 280
                )

            [OpenApi\Annotations\AbstractAnnotation::__construct==>OpenApi\Context::is] => Array
                (
                    [ct] => 13
                    [wt] => 36
                    [cpu] => 0
                    [mu] => 1184
                    [pmu] => 928
                )

            [OpenApi\Annotations\AbstractAnnotation::__construct==>property_exists] => Array
                (
                    [ct] => 229
                    [wt] => 157
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [OpenApi\Annotations\AbstractAnnotation::__construct==>is_array] => Array
                (
                    [ct] => 229
                    [wt] => 140
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 464
                )

            [OpenApi\Annotations\AbstractAnnotation::merge==>OpenApi\Context::__construct] => Array
                (
                    [ct] => 10
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 4344
                    [pmu] => 4520
                )

            [OpenApi\Annotations\AbstractAnnotation::__construct==>OpenApi\Annotations\AbstractAnnotation::merge] => Array
                (
                    [ct] => 10
                    [wt] => 93
                    [cpu] => 0
                    [mu] => 10760
                    [pmu] => 11224
                )

            [OpenApi\Attributes\Tag::__construct==>OpenApi\Annotations\AbstractAnnotation::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 68
                    [cpu] => 0
                    [mu] => 6872
                    [pmu] => 6440
                )

            [ReflectionAttribute::newInstance==>OpenApi\Attributes\Tag::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 93
                    [cpu] => 0
                    [mu] => 10352
                    [pmu] => 10496
                )

            [OpenApi\Attributes\Parameter::__construct==>OpenApi\Annotations\AbstractAnnotation::combine] => Array
                (
                    [ct] => 3
                    [wt] => 63
                    [cpu] => 0
                    [mu] => 2064
                    [pmu] => 2248
                )

            [OpenApi\Attributes\Parameter::__construct==>OpenApi\Annotations\AbstractAnnotation::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 245
                    [cpu] => 0
                    [mu] => 4104
                    [pmu] => 4120
                )

            [ReflectionAttribute::newInstance==>OpenApi\Attributes\Parameter::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 325
                    [cpu] => 0
                    [mu] => 4048
                    [pmu] => 8296
                )

            [class_exists==>class_exists@1] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 528
                    [pmu] => 0
                )

            [class_exists==>class_alias] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 608
                    [pmu] => 0
                )

            [Symfony\Component\Routing\Attribute\Route::__construct==>Symfony\Component\Routing\Attribute\Route::setMethods] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Routing\Attribute\Route::__construct==>Symfony\Component\Routing\Attribute\Route::setSchemes] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [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] => 13
                    [cpu] => 0
                    [mu] => 2688
                    [pmu] => 1176
                )

            [OpenApi\Attributes\Attachable::__construct==>OpenApi\Annotations\AbstractAnnotation::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 88
                    [cpu] => 0
                    [mu] => 4104
                    [pmu] => 2744
                )

            [Nelmio\ApiDocBundle\Attribute\Model::__construct==>OpenApi\Attributes\Attachable::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 95
                    [cpu] => 0
                    [mu] => 3400
                    [pmu] => 2784
                )

            [ReflectionAttribute::newInstance==>Nelmio\ApiDocBundle\Attribute\Model::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 37
                    [cpu] => 0
                    [mu] => 2624
                    [pmu] => 2368
                )

            [OpenApi\Attributes\RequestBody::__construct==>OpenApi\Annotations\AbstractAnnotation::combine] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 1088
                    [pmu] => 1088
                )

            [OpenApi\Annotations\AbstractAnnotation::nested==>property_exists] => Array
                (
                    [ct] => 5
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [OpenApi\Annotations\AbstractAnnotation::__construct==>OpenApi\Annotations\AbstractAnnotation::nested] => Array
                (
                    [ct] => 4
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 576
                )

            [OpenApi\Attributes\RequestBody::__construct==>OpenApi\Annotations\AbstractAnnotation::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 68
                    [cpu] => 0
                    [mu] => 3280
                    [pmu] => 3328
                )

            [ReflectionAttribute::newInstance==>OpenApi\Attributes\RequestBody::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 84
                    [cpu] => 0
                    [mu] => 4136
                    [pmu] => 4872
                )

            [OpenApi\Attributes\Property::__construct==>OpenApi\Annotations\AbstractAnnotation::combine] => Array
                (
                    [ct] => 3
                    [wt] => 61
                    [cpu] => 0
                    [mu] => 2064
                    [pmu] => 3264
                )

            [OpenApi\Attributes\Property::__construct==>OpenApi\Annotations\AbstractAnnotation::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 448
                    [cpu] => 0
                    [mu] => 4104
                    [pmu] => 4120
                )

            [GameDev\Platform\Attribute\Controller\Game\API\ResponseModel::__construct==>OpenApi\Attributes\Property::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 352
                    [cpu] => 0
                    [mu] => 3384
                    [pmu] => 9760
                )

            [GameDev\Platform\Attribute\Controller\Game\API\ResponseModel::getDataProperty==>Nelmio\ApiDocBundle\Attribute\Model::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 1344
                    [pmu] => 736
                )

            [GameDev\Platform\Attribute\Controller\Game\API\ResponseModel::getDataProperty==>OpenApi\Attributes\Property::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 177
                    [cpu] => 0
                    [mu] => 1344
                    [pmu] => 4160
                )

            [GameDev\Platform\Attribute\Controller\Game\API\ResponseModel::__construct==>GameDev\Platform\Attribute\Controller\Game\API\ResponseModel::getDataProperty] => Array
                (
                    [ct] => 1
                    [wt] => 218
                    [cpu] => 0
                    [mu] => 4568
                    [pmu] => 4896
                )

            [GameDev\Platform\Attribute\Controller\Game\API\ResponseModel::__construct==>Nelmio\ApiDocBundle\Attribute\Model::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 33
                    [cpu] => 0
                    [mu] => 1344
                    [pmu] => 360
                )

            [OpenApi\Attributes\JsonContent::__construct==>OpenApi\Annotations\AbstractAnnotation::combine] => Array
                (
                    [ct] => 1
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 1088
                    [pmu] => 0
                )

            [OpenApi\Attributes\JsonContent::__construct==>OpenApi\Annotations\AbstractAnnotation::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 167
                    [cpu] => 0
                    [mu] => 1984
                    [pmu] => 1592
                )

            [GameDev\Platform\Attribute\Controller\Game\API\ResponseModel::__construct==>OpenApi\Attributes\JsonContent::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 195
                    [cpu] => 0
                    [mu] => 2888
                    [pmu] => 1592
                )

            [OpenApi\Attributes\Response::__construct==>OpenApi\Annotations\AbstractAnnotation::combine] => Array
                (
                    [ct] => 1
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 1248
                    [pmu] => 0
                )

            [OpenApi\Annotations\AbstractAnnotation::getRoot==>get_class] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [OpenApi\Annotations\AbstractAnnotation::getRoot==>strpos] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [OpenApi\Annotations\AbstractAnnotation::getRoot==>get_parent_class] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [OpenApi\Annotations\AbstractAnnotation::matchNested==>OpenApi\Annotations\AbstractAnnotation::getRoot] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 2496
                    [pmu] => 1920
                )

            [OpenApi\Annotations\AbstractAnnotation::matchNested==>array_key_exists] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 488
                )

            [OpenApi\Annotations\AbstractAnnotation::merge==>OpenApi\Annotations\AbstractAnnotation::matchNested] => Array
                (
                    [ct] => 1
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 3792
                    [pmu] => 3136
                )

            [OpenApi\Annotations\AbstractAnnotation::merge==>OpenApi\Annotations\AbstractAnnotation::nested] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [OpenApi\Attributes\Response::__construct==>OpenApi\Annotations\AbstractAnnotation::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 74
                    [cpu] => 0
                    [mu] => 6720
                    [pmu] => 4872
                )

            [GameDev\Platform\Attribute\Controller\Game\API\ResponseModel::__construct==>OpenApi\Attributes\Response::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 102
                    [cpu] => 0
                    [mu] => 7408
                    [pmu] => 4872
                )

            [ReflectionAttribute::newInstance==>GameDev\Platform\Attribute\Controller\Game\API\ResponseModel::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 964
                    [cpu] => 0
                    [mu] => 24192
                    [pmu] => 23712
                )

            [Symfony\Component\HttpKernel\Event\ControllerArgumentsEvent::getAttributes==>Symfony\Component\HttpKernel\Event\ControllerEvent::getAttributes] => Array
                (
                    [ct] => 1
                    [wt] => 1741
                    [cpu] => 0
                    [mu] => 63656
                    [pmu] => 64000
                )

            [Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments==>Symfony\Component\HttpKernel\Event\ControllerArgumentsEvent::getAttributes] => Array
                (
                    [ct] => 1
                    [wt] => 1745
                    [cpu] => 0
                    [mu] => 64184
                    [pmu] => 64096
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelControllerArguments] => Array
                (
                    [ct] => 1
                    [wt] => 1756
                    [cpu] => 0
                    [mu] => 66496
                    [pmu] => 65976
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getArgumentResolver_RequestPayloadService==>ReflectionClass::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [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] => 14
                    [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] => 19
                    [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] => 2
                    [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] => 14
                    [cpu] => 0
                    [mu] => 2312
                    [pmu] => 1848
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getExceptionListenerService==>Symfony\Component\HttpKernel\EventListener\ErrorListener::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [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] => 7
                    [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] => 11
                    [cpu] => 0
                    [mu] => 2504
                    [pmu] => 1752
                )

            [Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments==>Symfony\Component\HttpKernel\Event\KernelEvent::getRequest] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 248
                )

            [Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments==>Symfony\Component\HttpFoundation\ParameterBag::get] => 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\ErrorListener::onControllerArguments] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 2152
                    [pmu] => 1640
                )

            [Symfony\Component\HttpKernel\Event\ControllerArgumentsEvent::getController==>Symfony\Component\HttpKernel\Event\ControllerEvent::getController] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\HttpKernel::handleRaw==>Symfony\Component\HttpKernel\Event\ControllerArgumentsEvent::getController] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [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\Controller\Game\API\Slot\StateController::saveStateAction==>GameDev\Platform\Service\Game\API\Slot\Common\SessionRefEntityResolver::resolveSessionRef] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\API\Slot\Common\SessionRefEntityResolver::resolvePlayer==>GameDev\Platform\Model\Shared\Session\Player\PlayerMode::tryFrom] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1760
                    [pmu] => 1504
                )

            [ReflectionAttribute::newInstance==>Doctrine\ORM\Mapping\Index::__construct] => Array
                (
                    [ct] => 5
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\Mapping\Driver\AttributeReader::convertToAttributeInstances==>ArrayObject::__construct] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 104
                )

            [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] => 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/session_metadata_php:25}] => Array
                (
                    [ct] => 1
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 7816
                    [pmu] => 5576
                )

            [Doctrine\ORM\Mapping\ClassMetadata::wakeupReflection==>Doctrine\ORM\Mapping\PropertyAccessors\EnumPropertyAccessor::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 184
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\EnumPropertyAccessor::getUnderlyingReflector==>Doctrine\ORM\Mapping\PropertyAccessors\TypedNoDefaultPropertyAccessor::getUnderlyingReflector] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 264
                )

            [Doctrine\ORM\Mapping\ClassMetadataFactory::wakeupReflection==>Doctrine\ORM\Mapping\PropertyAccessors\EnumPropertyAccessor::getUnderlyingReflector] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1424
                    [pmu] => 864
                )

            [Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::findOneBy==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::resolveRepository] => Array
                (
                    [ct] => 3
                    [wt] => 1466
                    [cpu] => 0
                    [mu] => 28360
                    [pmu] => 16568
                )

            [Doctrine\ORM\EntityRepository::findOneBy==>Doctrine\ORM\EntityManager::getUnitOfWork] => Array
                (
                    [ct] => 4
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\EntityRepository::findOneBy==>Doctrine\ORM\UnitOfWork::getEntityPersister] => Array
                (
                    [ct] => 4
                    [wt] => 177
                    [cpu] => 0
                    [mu] => 7168
                    [pmu] => 4000
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectSQL==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::switchPersisterContext] => Array
                (
                    [ct] => 6
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectSQL==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectConditionSQL] => Array
                (
                    [ct] => 6
                    [wt] => 335
                    [cpu] => 0
                    [mu] => 7512
                    [pmu] => 3256
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnsSQL==>Doctrine\ORM\Query\ResultSetMapping::addEntityResult] => Array
                (
                    [ct] => 6
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 5144
                    [pmu] => 1232
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnSQL==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSQLTableAlias] => Array
                (
                    [ct] => 60
                    [wt] => 51
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnSQL==>Doctrine\ORM\Mapping\DefaultQuoteStrategy::getColumnName] => Array
                (
                    [ct] => 60
                    [wt] => 52
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnSQL==>Doctrine\ORM\Query\ResultSetMapping::hasColumnAliasByField] => Array
                (
                    [ct] => 60
                    [wt] => 53
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnSQL==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSQLColumnAlias] => Array
                (
                    [ct] => 60
                    [wt] => 782
                    [cpu] => 0
                    [mu] => 3088
                    [pmu] => 3288
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnSQL==>Doctrine\ORM\Query\ResultSetMapping::addFieldResult] => Array
                (
                    [ct] => 60
                    [wt] => 81
                    [cpu] => 0
                    [mu] => 20568
                    [pmu] => 7352
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnSQL==>Doctrine\DBAL\Types\Type::getType] => Array
                (
                    [ct] => 60
                    [wt] => 283
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 616
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnSQL==>Doctrine\DBAL\Types\Type::convertToPHPValueSQL] => Array
                (
                    [ct] => 60
                    [wt] => 43
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnsSQL==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnSQL] => Array
                (
                    [ct] => 60
                    [wt] => 2067
                    [cpu] => 10002
                    [mu] => 34864
                    [pmu] => 17680
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnSQL==>Doctrine\ORM\Query\ResultSetMapping::addEnumResult] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1008
                    [pmu] => 544
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnsSQL==>implode] => Array
                (
                    [ct] => 6
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 2856
                    [pmu] => 440
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnsSQL==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::updateFilterHash] => Array
                (
                    [ct] => 6
                    [wt] => 46
                    [cpu] => 0
                    [mu] => 824
                    [pmu] => 712
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectSQL==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnsSQL] => Array
                (
                    [ct] => 6
                    [wt] => 2976
                    [cpu] => 10002
                    [mu] => 68192
                    [pmu] => 24736
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectSQL==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSQLTableAlias] => Array
                (
                    [ct] => 6
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectSQL==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::generateFilterConditionSQL] => Array
                (
                    [ct] => 6
                    [wt] => 47
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectSQL==>Doctrine\ORM\Mapping\DefaultQuoteStrategy::getTableName] => Array
                (
                    [ct] => 6
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectSQL==>Doctrine\DBAL\Platforms\AbstractPlatform::appendLockHint] => Array
                (
                    [ct] => 6
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectSQL==>Doctrine\DBAL\Platforms\AbstractPlatform::modifyLimitQuery] => Array
                (
                    [ct] => 6
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 2680
                    [pmu] => 1352
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::load==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectSQL] => Array
                (
                    [ct] => 6
                    [wt] => 3524
                    [cpu] => 10002
                    [mu] => 80816
                    [pmu] => 34064
                )

            [Doctrine\DBAL\Connection::getBindingInfo==>Doctrine\DBAL\Types\Type::getBindingType] => Array
                (
                    [ct] => 7
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 264
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::buildEnum==>GameDev\Platform\Model\Shared\Aggregator\Callback\CallbackVersion::from] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [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] => 3
                    [wt] => 43
                    [cpu] => 0
                    [mu] => 10224
                    [pmu] => 0
                )

            [Doctrine\DBAL\Types\DateTimeType::convertToPHPValue==>Doctrine\DBAL\Platforms\AbstractPlatform::getDateTimeFormatString] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\DBAL\Types\DateTimeType::convertToPHPValue==>DateTime::createFromFormat] => Array
                (
                    [ct] => 6
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 2504
                    [pmu] => 560
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::hydrateRowData==>Doctrine\DBAL\Types\DateTimeType::convertToPHPValue] => Array
                (
                    [ct] => 4
                    [wt] => 51
                    [cpu] => 0
                    [mu] => 3256
                    [pmu] => 0
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\EnumPropertyAccessor::setValue==>Doctrine\ORM\Mapping\PropertyAccessors\EnumPropertyAccessor::toEnum] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [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] => 26
                    [cpu] => 0
                    [mu] => 2088
                    [pmu] => 0
                )

            [Doctrine\ORM\EntityRepository::findOneBy==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::load] => Array
                (
                    [ct] => 4
                    [wt] => 12590
                    [cpu] => 17413
                    [mu] => 247224
                    [pmu] => 253696
                )

            [Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::findOneBy==>Doctrine\ORM\EntityRepository::findOneBy] => Array
                (
                    [ct] => 3
                    [wt] => 10758
                    [cpu] => 16498
                    [mu] => 133464
                    [pmu] => 198096
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineUserTokenRelationRepository::findById==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::findOneBy] => Array
                (
                    [ct] => 1
                    [wt] => 4801
                    [cpu] => 10744
                    [mu] => 58192
                    [pmu] => 97776
                )

            [GameDev\Platform\Service\Shared\Player\AggregatorPlayerProvider::getPlayer==>GameDev\Platform\Repository\SessionDefault\DoctrineUserTokenRelationRepository::findById] => Array
                (
                    [ct] => 1
                    [wt] => 4805
                    [cpu] => 10744
                    [mu] => 58920
                    [pmu] => 98264
                )

            [GameDev\Platform\Repository\SessionDefault\RedisPlayerBalanceRepository::findByUserId==>sprintf] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 920
                    [pmu] => 0
                )

            [Predis\Command\RedisFactory::getCommandClass==>strtoupper] => Array
                (
                    [ct] => 6
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 760
                    [pmu] => 0
                )

            [Predis\Command\RedisFactory::getCommandClass==>array_key_exists] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Predis\Command\RedisFactory::resolve==>class_exists] => Array
                (
                    [ct] => 5
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 160
                )

            [Predis\Command\RedisFactory::getCommandClass==>Predis\Command\RedisFactory::resolve] => Array
                (
                    [ct] => 5
                    [wt] => 43
                    [cpu] => 0
                    [mu] => 1480
                    [pmu] => 160
                )

            [Predis\Command\Factory::create==>Predis\Command\RedisFactory::getCommandClass] => Array
                (
                    [ct] => 6
                    [wt] => 86
                    [cpu] => 0
                    [mu] => 4712
                    [pmu] => 464
                )

            [Predis\Command\Factory::create==>Predis\Command\Command::setArguments] => Array
                (
                    [ct] => 4
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Predis\Client::createCommand==>Predis\Command\Factory::create] => Array
                (
                    [ct] => 6
                    [wt] => 154
                    [cpu] => 0
                    [mu] => 11528
                    [pmu] => 2928
                )

            [Predis\Client::__call==>Predis\Client::createCommand] => Array
                (
                    [ct] => 6
                    [wt] => 172
                    [cpu] => 0
                    [mu] => 12144
                    [pmu] => 3040
                )

            [Predis\Connection\StreamConnection::writeRequest==>Predis\Command\Redis\EXISTS::getId] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Predis\Connection\StreamConnection::writeRequest==>Predis\Command\Command::getArguments] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Predis\Connection\StreamConnection::writeRequest==>strlen] => Array
                (
                    [ct] => 12
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 504
                )

            [Predis\Connection\StreamConnection::writeRequest==>count] => Array
                (
                    [ct] => 6
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Predis\Connection\StreamConnection::writeRequest==>strval] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Predis\Connection\AbstractConnection::connect==>Predis\Connection\AbstractConnection::isConnected] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Predis\Connection\StreamConnection::createResource==>Predis\Connection\Parameters::__get] => Array
                (
                    [ct] => 3
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Predis\Connection\StreamConnection::tcpStreamInitializer==>Predis\Connection\Parameters::__get] => Array
                (
                    [ct] => 12
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Predis\Connection\StreamConnection::tcpStreamInitializer==>filter_var] => Array
                (
                    [ct] => 6
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 504
                )

            [Predis\Connection\StreamConnection::tcpStreamInitializer==>Predis\Connection\Parameters::__isset] => Array
                (
                    [ct] => 6
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Predis\Connection\StreamConnection::createStreamSocket==>Predis\Connection\Parameters::__isset] => Array
                (
                    [ct] => 12
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Predis\Connection\StreamConnection::createStreamSocket==>Predis\Connection\Parameters::__get] => Array
                (
                    [ct] => 18
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Predis\Connection\StreamConnection::createStreamSocket==>stream_context_create] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 3248
                    [pmu] => 3248
                )

            [Predis\Connection\StreamConnection::createStreamSocket==>stream_socket_client] => Array
                (
                    [ct] => 3
                    [wt] => 1696
                    [cpu] => 2485
                    [mu] => 2272
                    [pmu] => 1008
                )

            [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] => 1814
                    [cpu] => 2485
                    [mu] => 9656
                    [pmu] => 9528
                )

            [Predis\Connection\StreamConnection::createResource==>Predis\Connection\StreamConnection::tcpStreamInitializer] => Array
                (
                    [ct] => 3
                    [wt] => 1887
                    [cpu] => 2485
                    [mu] => 11832
                    [pmu] => 12376
                )

            [Predis\Connection\AbstractConnection::connect==>Predis\Connection\StreamConnection::createResource] => Array
                (
                    [ct] => 3
                    [wt] => 1909
                    [cpu] => 2485
                    [mu] => 12872
                    [pmu] => 13800
                )

            [Predis\Connection\StreamConnection::connect==>Predis\Connection\AbstractConnection::connect] => Array
                (
                    [ct] => 3
                    [wt] => 1924
                    [cpu] => 2485
                    [mu] => 14200
                    [pmu] => 15288
                )

            [Predis\Connection\StreamConnection::writeRequest@1==>Predis\Command\RawCommand::getId] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Predis\Connection\StreamConnection::writeRequest@1==>Predis\Command\RawCommand::getArguments] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Predis\Connection\StreamConnection::writeRequest@1==>strlen] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 0
                    [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] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Predis\Connection\StreamConnection::write@1==>strlen] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [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] => 43
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [Predis\Connection\StreamConnection::writeRequest@1==>Predis\Connection\StreamConnection::write@1] => Array
                (
                    [ct] => 3
                    [wt] => 73
                    [cpu] => 0
                    [mu] => 3128
                    [pmu] => 2872
                )

            [Predis\Connection\AbstractConnection::executeCommand@1==>Predis\Connection\StreamConnection::writeRequest@1] => Array
                (
                    [ct] => 3
                    [wt] => 134
                    [cpu] => 0
                    [mu] => 7176
                    [pmu] => 6824
                )

            [Predis\Connection\StreamConnection::read==>Predis\Connection\AbstractConnection::getResource@1] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Predis\Connection\StreamConnection::read==>fgets] => Array
                (
                    [ct] => 9
                    [wt] => 3889
                    [cpu] => 936
                    [mu] => 25416
                    [pmu] => 23640
                )

            [Predis\Connection\StreamConnection::read==>substr] => Array
                (
                    [ct] => 10
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 728
                )

            [Predis\Response\Status::get==>Predis\Response\Status::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 248
                )

            [Predis\Connection\StreamConnection::read==>Predis\Response\Status::get] => Array
                (
                    [ct] => 3
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 1288
                    [pmu] => 816
                )

            [Predis\Connection\AbstractConnection::readResponse==>Predis\Connection\StreamConnection::read] => Array
                (
                    [ct] => 9
                    [wt] => 4016
                    [cpu] => 936
                    [mu] => 37720
                    [pmu] => 35160
                )

            [Predis\Connection\AbstractConnection::executeCommand@1==>Predis\Connection\AbstractConnection::readResponse] => Array
                (
                    [ct] => 3
                    [wt] => 1482
                    [cpu] => 269
                    [mu] => 29152
                    [pmu] => 28112
                )

            [Predis\Connection\StreamConnection::connect==>Predis\Connection\AbstractConnection::executeCommand@1] => Array
                (
                    [ct] => 3
                    [wt] => 1629
                    [cpu] => 269
                    [mu] => 36912
                    [pmu] => 35872
                )

            [Predis\Connection\AbstractConnection::getResource==>Predis\Connection\StreamConnection::connect] => Array
                (
                    [ct] => 3
                    [wt] => 3570
                    [cpu] => 2754
                    [mu] => 51840
                    [pmu] => 52304
                )

            [Predis\Connection\StreamConnection::write==>Predis\Connection\AbstractConnection::getResource] => Array
                (
                    [ct] => 6
                    [wt] => 3583
                    [cpu] => 2754
                    [mu] => 52504
                    [pmu] => 53128
                )

            [Predis\Connection\StreamConnection::write==>strlen] => Array
                (
                    [ct] => 6
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 472
                )

            [Predis\Connection\StreamConnection::write==>is_resource] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [Predis\Connection\StreamConnection::write==>fwrite] => Array
                (
                    [ct] => 6
                    [wt] => 91
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [Predis\Connection\StreamConnection::writeRequest==>Predis\Connection\StreamConnection::write] => Array
                (
                    [ct] => 6
                    [wt] => 3724
                    [cpu] => 2754
                    [mu] => 55016
                    [pmu] => 55880
                )

            [Predis\Connection\AbstractConnection::executeCommand==>Predis\Connection\StreamConnection::writeRequest] => Array
                (
                    [ct] => 6
                    [wt] => 3836
                    [cpu] => 2754
                    [mu] => 61680
                    [pmu] => 61712
                )

            [Predis\Connection\StreamConnection::read==>Predis\Connection\AbstractConnection::getResource] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Predis\Connection\AbstractConnection::executeCommand==>Predis\Connection\AbstractConnection::readResponse] => Array
                (
                    [ct] => 6
                    [wt] => 2558
                    [cpu] => 667
                    [mu] => 9432
                    [pmu] => 8264
                )

            [Predis\Client::executeCommand==>Predis\Connection\AbstractConnection::executeCommand] => Array
                (
                    [ct] => 6
                    [wt] => 6422
                    [cpu] => 3421
                    [mu] => 136496
                    [pmu] => 104192
                )

            [Predis\Client::executeCommand==>Predis\Command\Command::parseResponse] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Predis\Client::__call==>Predis\Client::executeCommand] => Array
                (
                    [ct] => 6
                    [wt] => 6453
                    [cpu] => 3421
                    [mu] => 137744
                    [pmu] => 105440
                )

            [GameDev\Platform\Repository\SessionDefault\RedisPlayerBalanceRepository::findByUserId==>Predis\Client::__call] => Array
                (
                    [ct] => 2
                    [wt] => 2190
                    [cpu] => 1412
                    [mu] => 117912
                    [pmu] => 79872
                )

            [Predis\Connection\StreamConnection::writeRequest==>Predis\Command\Redis\GET::getId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Predis\Connection\StreamConnection::read==>is_resource] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 184
                )

            [Predis\Connection\StreamConnection::read==>min] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [Predis\Connection\StreamConnection::read==>fread] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 664
                )

            [Predis\Connection\StreamConnection::read==>strlen] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 520
                )

            [GameDev\Platform\Repository\SessionDefault\RedisPlayerBalanceRepository::findByUserId==>json_decode] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1176
                    [pmu] => 392
                )

            [GameDev\Platform\Repository\SessionDefault\RedisPlayerBalanceRepository::findByUserId==>json_last_error] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 488
                )

            [GameDev\Platform\Repository\SessionDefault\RedisPlayerBalanceRepository::findByUserId==>strval] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 600
                )

            [GameDev\Platform\Repository\SessionDefault\RedisPlayerBalanceRepository::findByUserId==>GameDev\Platform\Model\Shared\Session\Player\PlayerBalance::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\SessionDefault\RedisPlayerBalanceRepository::findByUserId==>floatval] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 504
                )

            [GameDev\Platform\Repository\SessionDefault\RedisPlayerBalanceRepository::findByUserId==>GameDev\Platform\Model\Shared\Session\Player\PlayerBalance::setAmount] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Shared\Player\AggregatorPlayerProvider::getPlayer==>GameDev\Platform\Repository\SessionDefault\RedisPlayerBalanceRepository::findByUserId] => Array
                (
                    [ct] => 1
                    [wt] => 2247
                    [cpu] => 1412
                    [mu] => 124296
                    [pmu] => 84744
                )

            [GameDev\Platform\Model\Shared\Session\Player\PlayerBalance::getCurrencyCode==>GameDev\Platform\Model\Shared\Money\Currency::from] => Array
                (
                    [ct] => 1
                    [wt] => 81
                    [cpu] => 0
                    [mu] => 52688
                    [pmu] => 59464
                )

            [GameDev\Platform\Service\Shared\Player\AggregatorPlayerProvider::getPlayer==>GameDev\Platform\Model\Shared\Session\Player\PlayerBalance::getCurrencyCode] => Array
                (
                    [ct] => 1
                    [wt] => 86
                    [cpu] => 0
                    [mu] => 53416
                    [pmu] => 59464
                )

            [GameDev\Platform\Service\Shared\Player\AggregatorPlayerProvider::getPlayer==>GameDev\Platform\Model\Shared\Money\Currency::isFunCurrency] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Player\AggregatorPlayerProvider::getPlayer==>GameDev\Platform\Entity\SessionDefault\UserTokenRelation::getAggregatorId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [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] => 32
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 1240
                )

            [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] => 54
                    [cpu] => 0
                    [mu] => 18640
                    [pmu] => 19560
                )

            [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\AssociationMapping::isToOneOwningSide==>Doctrine\ORM\Mapping\AssociationMapping::isOwningSide] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 216
                )

            [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] => 15
                    [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] => 33
                    [cpu] => 0
                    [mu] => 4896
                    [pmu] => 6400
                )

            [Doctrine\ORM\Persisters\Entity\JoinedSubclassPersister::getSelectColumnsSQL==>Doctrine\ORM\Mapping\DefaultQuoteStrategy::getJoinColumnName] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [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] => 14
                    [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] => 23
                    [cpu] => 0
                    [mu] => 2248
                    [pmu] => 1992
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\TypedNoDefaultPropertyAccessor::getValue==>ReflectionProperty::isInitialized] => Array
                (
                    [ct] => 24
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\EmbeddablePropertyAccessor::setValue==>Doctrine\ORM\Mapping\PropertyAccessors\TypedNoDefaultPropertyAccessor::getValue] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1360
                    [pmu] => 0
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\EmbeddablePropertyAccessor::setValue==>Doctrine\Instantiator\Instantiator::instantiate] => Array
                (
                    [ct] => 1
                    [wt] => 38
                    [cpu] => 0
                    [mu] => 1056
                    [pmu] => 0
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\EmbeddablePropertyAccessor::setValue==>Doctrine\ORM\Mapping\PropertyAccessors\TypedNoDefaultPropertyAccessor::setValue] => Array
                (
                    [ct] => 2
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::createEntity==>Doctrine\ORM\Mapping\PropertyAccessors\EmbeddablePropertyAccessor::setValue] => Array
                (
                    [ct] => 1
                    [wt] => 67
                    [cpu] => 0
                    [mu] => 3960
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::createEntity==>Doctrine\ORM\Mapping\AssociationMapping::isOwningSide] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::normalizeIdentifier==>Doctrine\ORM\Mapping\ClassMetadata::getIdentifierFieldNames] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::normalizeIdentifier==>Doctrine\ORM\Mapping\ClassMetadata::isSingleValuedAssociation] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::createEntity==>Doctrine\ORM\UnitOfWork::normalizeIdentifier] => Array
                (
                    [ct] => 3
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 3104
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::createEntity==>Doctrine\ORM\EntityManager::getProxyFactory] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\ORM\Proxy\ProxyFactory::getProxy==>Doctrine\ORM\EntityManager::getConfiguration] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\Proxy\ProxyFactory::getProxy==>Doctrine\ORM\Configuration::isNativeLazyObjectsEnabled] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\Proxy\ProxyFactory::getProxy==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 3
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\Proxy\ProxyFactory::getProxy==>Doctrine\ORM\UnitOfWork::getEntityPersister] => Array
                (
                    [ct] => 3
                    [wt] => 119
                    [cpu] => 0
                    [mu] => 5240
                    [pmu] => 0
                )

            [Doctrine\ORM\Proxy\ProxyFactory::getProxy==>ReflectionClass::newLazyGhost] => Array
                (
                    [ct] => 3
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1112
                    [pmu] => 0
                )

            [Doctrine\ORM\Proxy\ProxyFactory::getProxy==>Doctrine\ORM\Mapping\PropertyAccessors\RawValuePropertyAccessor::setValue] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::createEntity==>Doctrine\ORM\Proxy\ProxyFactory::getProxy] => Array
                (
                    [ct] => 3
                    [wt] => 202
                    [cpu] => 0
                    [mu] => 12968
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::createEntity==>Doctrine\ORM\Mapping\AssociationMapping::isOneToOne] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [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] => 13
                    [cpu] => 0
                    [mu] => 984
                    [pmu] => 0
                )

            [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] => 15
                    [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:2898}] => Array
                (
                    [ct] => 1
                    [wt] => 53
                    [cpu] => 0
                    [mu] => 5816
                    [pmu] => 0
                )

            [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] => 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:2490}] => Array
                (
                    [ct] => 1
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 4768
                    [pmu] => 5136
                )

            [GameDev\Platform\Repository\Catalog\AggregatorRepository::findById==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::find] => Array
                (
                    [ct] => 1
                    [wt] => 5441
                    [cpu] => 3340
                    [mu] => 86552
                    [pmu] => 127424
                )

            [GameDev\Platform\Service\Shared\Catalog\AggregatorProvider::getById==>GameDev\Platform\Repository\Catalog\AggregatorRepository::findById] => Array
                (
                    [ct] => 1
                    [wt] => 5445
                    [cpu] => 3340
                    [mu] => 87280
                    [pmu] => 127424
                )

            [GameDev\Platform\Service\Shared\Catalog\AggregatorProvider::getEnabledById==>GameDev\Platform\Service\Shared\Catalog\AggregatorProvider::getById] => Array
                (
                    [ct] => 1
                    [wt] => 5449
                    [cpu] => 3340
                    [mu] => 88008
                    [pmu] => 127424
                )

            [GameDev\Platform\Service\Shared\Catalog\AggregatorProvider::ensureAggregatorEnabled==>GameDev\Platform\Entity\Catalog\System::isDisabled] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Catalog\AggregatorProvider::getEnabledById==>GameDev\Platform\Service\Shared\Catalog\AggregatorProvider::ensureAggregatorEnabled] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Player\AggregatorPlayerProvider::getPlayer==>GameDev\Platform\Service\Shared\Catalog\AggregatorProvider::getEnabledById] => Array
                (
                    [ct] => 1
                    [wt] => 5461
                    [cpu] => 3340
                    [mu] => 90192
                    [pmu] => 127424
                )

            [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] => 0
                    [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] => 4
                    [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] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Player\AggregatorPlayerProvider::getPlayer==>GameDev\Platform\Model\Shared\Session\Player\Player::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 4240
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Player\AggregatorPlayerProvider::getPlayer==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getMode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Player\PlayerProvider::getPlayer==>GameDev\Platform\Service\Shared\Player\AggregatorPlayerProvider::getPlayer] => Array
                (
                    [ct] => 1
                    [wt] => 12662
                    [cpu] => 15496
                    [mu] => 333560
                    [pmu] => 370088
                )

            [GameDev\Platform\Service\Game\API\Slot\Common\SessionRefEntityResolver::resolvePlayer==>GameDev\Platform\Service\Shared\Player\PlayerProvider::getPlayer] => Array
                (
                    [ct] => 1
                    [wt] => 12671
                    [cpu] => 15496
                    [mu] => 334288
                    [pmu] => 370200
                )

            [GameDev\Platform\Controller\Game\API\Slot\StateController::saveStateAction==>GameDev\Platform\Service\Game\API\Slot\Common\SessionRefEntityResolver::resolvePlayer] => Array
                (
                    [ct] => 1
                    [wt] => 12682
                    [cpu] => 15496
                    [mu] => 336840
                    [pmu] => 372120
                )

            [GameDev\Platform\Controller\Game\API\Slot\StateController::saveStateAction==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getAggregator] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ReflectionAttribute::newInstance==>Doctrine\ORM\Mapping\UniqueConstraint::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectConditionStatementColumnSQL==>Doctrine\ORM\Mapping\AssociationMapping::isManyToMany] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectConditionStatementColumnSQL==>Doctrine\ORM\Mapping\AssociationMapping::isOwningSide] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectConditionStatementColumnSQL==>Doctrine\ORM\Mapping\DefaultQuoteStrategy::getJoinColumnName] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnAssociationSQL==>Doctrine\ORM\Mapping\AssociationMapping::isToOneOwningSide] => Array
                (
                    [ct] => 7
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 80
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnAssociationSQL==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 3
                    [wt] => 502
                    [cpu] => 0
                    [mu] => 14728
                    [pmu] => 1312
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnAssociationSQL==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSQLTableAlias] => Array
                (
                    [ct] => 3
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnAssociationSQL==>Doctrine\ORM\Mapping\DefaultQuoteStrategy::getJoinColumnName] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnAssociationSQL==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSQLColumnAlias] => Array
                (
                    [ct] => 3
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 784
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnAssociationSQL==>Doctrine\ORM\Utility\PersisterHelper::getTypeOfColumn] => Array
                (
                    [ct] => 3
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnAssociationSQL==>Doctrine\ORM\Query\ResultSetMapping::addMetaResult] => Array
                (
                    [ct] => 3
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 2024
                    [pmu] => 392
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnAssociationSQL==>implode] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnsSQL==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnAssociationSQL] => Array
                (
                    [ct] => 7
                    [wt] => 649
                    [cpu] => 0
                    [mu] => 22800
                    [pmu] => 1792
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnsSQL==>Doctrine\ORM\Mapping\AssociationMapping::isToOne] => Array
                (
                    [ct] => 14
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getSelectColumnsSQL==>Doctrine\ORM\Mapping\AssociationMapping::isOwningSide] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [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] => 13
                    [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:3672}] => Array
                (
                    [ct] => 1
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 4896
                    [pmu] => 0
                )

            [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] => 232
                )

            [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] => 18
                    [cpu] => 0
                    [mu] => 4896
                    [pmu] => 296
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getTypes==>Doctrine\ORM\EntityManager::getMetadataFactory] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getTypes==>Doctrine\ORM\Mapping\ClassMetadataFactory::getOwningSide] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getTypes==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getTypes==>Doctrine\ORM\Mapping\AssociationMapping::isManyToManyOwningSide] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getTypes==>Doctrine\ORM\Utility\PersisterHelper::getTypeOfColumn] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [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] => 4
                    [cpu] => 0
                    [mu] => 2520
                    [pmu] => 1560
                )

            [Doctrine\Deprecations\Deprecation::triggerIfCalledFromOutside==>strpos] => Array
                (
                    [ct] => 6
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Doctrine\Deprecations\Deprecation::triggerIfCalledFromOutside==>str_replace] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 664
                )

            [Doctrine\ORM\Proxy\DefaultProxyClassNameResolver::getClass==>Doctrine\Deprecations\Deprecation::triggerIfCalledFromOutside] => Array
                (
                    [ct] => 1
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 4584
                    [pmu] => 4328
                )

            [Doctrine\ORM\Proxy\DefaultProxyClassNameResolver::resolveClassName==>Doctrine\Deprecations\Deprecation::triggerIfCalledFromOutside] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 1864
                    [pmu] => 768
                )

            [Doctrine\ORM\Proxy\DefaultProxyClassNameResolver::resolveClassName==>strrpos] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\ORM\Proxy\DefaultProxyClassNameResolver::getClass==>Doctrine\ORM\Proxy\DefaultProxyClassNameResolver::resolveClassName] => Array
                (
                    [ct] => 1
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 1976
                    [pmu] => 832
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getIndividualValue==>Doctrine\ORM\Proxy\DefaultProxyClassNameResolver::getClass] => Array
                (
                    [ct] => 1
                    [wt] => 51
                    [cpu] => 0
                    [mu] => 6088
                    [pmu] => 5832
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getIndividualValue==>Doctrine\ORM\EntityManager::getMetadataFactory] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getIndividualValue==>Doctrine\Persistence\Mapping\AbstractClassMetadataFactory::isTransient] => Array
                (
                    [ct] => 1
                    [wt] => 73
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 2320
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getIndividualValue==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getIndividualValue==>Doctrine\ORM\EntityManager::getUnitOfWork] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::getSingleIdentifierValue==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 208
                )

            [Doctrine\ORM\UnitOfWork::isInIdentityMap==>spl_object_id] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Doctrine\ORM\UnitOfWork::isInIdentityMap==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\UnitOfWork::isInIdentityMap==>Doctrine\ORM\UnitOfWork::getIdHashByIdentifier] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\UnitOfWork::getSingleIdentifierValue==>Doctrine\ORM\UnitOfWork::isInIdentityMap] => Array
                (
                    [ct] => 1
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 2576
                    [pmu] => 2320
                )

            [Doctrine\ORM\UnitOfWork::getEntityIdentifier==>spl_object_id] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Doctrine\ORM\UnitOfWork::getSingleIdentifierValue==>Doctrine\ORM\UnitOfWork::getEntityIdentifier] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 976
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getIndividualValue==>Doctrine\ORM\UnitOfWork::getSingleIdentifierValue] => Array
                (
                    [ct] => 1
                    [wt] => 44
                    [cpu] => 0
                    [mu] => 5200
                    [pmu] => 4728
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::hydrateRowData==>Doctrine\DBAL\Types\DecimalType::convertToPHPValue] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\DBAL\Types\JsonType::convertToPHPValue==>json_decode] => Array
                (
                    [ct] => 3
                    [wt] => 86
                    [cpu] => 0
                    [mu] => 28112
                    [pmu] => 0
                )

            [Doctrine\ORM\Proxy\ProxyFactory::getProxy==>Doctrine\ORM\Mapping\PropertyAccessors\TypedNoDefaultPropertyAccessor::setValue] => Array
                (
                    [ct] => 2
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [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] => 15
                    [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:3786}] => Array
                (
                    [ct] => 1
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 4896
                    [pmu] => 0
                )

            [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] => 22
                    [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] => 66
                    [cpu] => 0
                    [mu] => 10000
                    [pmu] => 7752
                )

            [GameDev\Platform\Service\Game\Catalog\GameResolver::resolveGame==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::findOneBy] => Array
                (
                    [ct] => 1
                    [wt] => 5172
                    [cpu] => 3481
                    [mu] => 88784
                    [pmu] => 94424
                )

            [Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::createQueryBuilder==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::resolveRepository] => Array
                (
                    [ct] => 3
                    [wt] => 831
                    [cpu] => 0
                    [mu] => 18360
                    [pmu] => 0
                )

            [Doctrine\ORM\QueryBuilder::__construct==>Doctrine\Common\Collections\ArrayCollection::__construct] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\EntityManager::createQueryBuilder==>Doctrine\ORM\QueryBuilder::__construct] => Array
                (
                    [ct] => 4
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 1472
                    [pmu] => 0
                )

            [Doctrine\ORM\EntityRepository::createQueryBuilder==>Doctrine\ORM\EntityManager::createQueryBuilder] => Array
                (
                    [ct] => 4
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 3536
                    [pmu] => 0
                )

            [Doctrine\ORM\QueryBuilder::validateVariadicParameter==>array_is_list] => Array
                (
                    [ct] => 19
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Doctrine\ORM\QueryBuilder::select==>Doctrine\ORM\QueryBuilder::validateVariadicParameter] => Array
                (
                    [ct] => 7
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\Expr\Base::addMultiple==>Doctrine\ORM\Query\Expr\Base::add] => Array
                (
                    [ct] => 24
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 2904
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\Expr\Base::__construct==>Doctrine\ORM\Query\Expr\Base::addMultiple] => Array
                (
                    [ct] => 10
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 3392
                    [pmu] => 0
                )

            [Doctrine\ORM\QueryBuilder::select==>Doctrine\ORM\Query\Expr\Base::__construct] => Array
                (
                    [ct] => 7
                    [wt] => 42
                    [cpu] => 0
                    [mu] => 3392
                    [pmu] => 0
                )

            [Doctrine\ORM\QueryBuilder::select==>Doctrine\ORM\QueryBuilder::add] => Array
                (
                    [ct] => 7
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 2992
                    [pmu] => 0
                )

            [Doctrine\ORM\EntityRepository::createQueryBuilder==>Doctrine\ORM\QueryBuilder::select] => Array
                (
                    [ct] => 4
                    [wt] => 83
                    [cpu] => 0
                    [mu] => 10600
                    [pmu] => 0
                )

            [Doctrine\ORM\QueryBuilder::from==>Doctrine\ORM\Query\Expr\From::__construct] => Array
                (
                    [ct] => 4
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\ORM\QueryBuilder::from==>Doctrine\ORM\QueryBuilder::add] => Array
                (
                    [ct] => 4
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1432
                    [pmu] => 0
                )

            [Doctrine\ORM\EntityRepository::createQueryBuilder==>Doctrine\ORM\QueryBuilder::from] => Array
                (
                    [ct] => 4
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 3112
                    [pmu] => 0
                )

            [Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::createQueryBuilder==>Doctrine\ORM\EntityRepository::createQueryBuilder] => Array
                (
                    [ct] => 3
                    [wt] => 124
                    [cpu] => 0
                    [mu] => 15296
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\Catalog\GameTagRepository::isGameTagRelationExists==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::createQueryBuilder] => Array
                (
                    [ct] => 1
                    [wt] => 194
                    [cpu] => 0
                    [mu] => 13024
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\Catalog\GameTagRepository::isGameTagRelationExists==>Doctrine\ORM\QueryBuilder::select] => Array
                (
                    [ct] => 1
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 848
                    [pmu] => 0
                )

            [Doctrine\ORM\QueryBuilder::innerJoin==>strpos] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Doctrine\ORM\QueryBuilder::innerJoin==>substr] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 648
                    [pmu] => 0
                )

            [Doctrine\ORM\QueryBuilder::getRootAliases==>Doctrine\ORM\Query\Expr\From::getAlias] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\ORM\QueryBuilder::findRootAlias==>Doctrine\ORM\QueryBuilder::getRootAliases] => Array
                (
                    [ct] => 3
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 2008
                    [pmu] => 0
                )

            [Doctrine\ORM\QueryBuilder::findRootAlias==>in_array] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Doctrine\ORM\QueryBuilder::innerJoin==>Doctrine\ORM\QueryBuilder::findRootAlias] => Array
                (
                    [ct] => 3
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 3376
                    [pmu] => 0
                )

            [Doctrine\ORM\QueryBuilder::innerJoin==>Doctrine\ORM\Query\Expr\Join::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\ORM\QueryBuilder::add==>is_numeric] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Doctrine\ORM\QueryBuilder::add==>key] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [Doctrine\ORM\QueryBuilder::innerJoin==>Doctrine\ORM\QueryBuilder::add] => Array
                (
                    [ct] => 3
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 2968
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\Catalog\GameTagRepository::isGameTagRelationExists==>Doctrine\ORM\QueryBuilder::innerJoin] => Array
                (
                    [ct] => 2
                    [wt] => 68
                    [cpu] => 0
                    [mu] => 8336
                    [pmu] => 0
                )

            [Doctrine\ORM\QueryBuilder::andWhere==>Doctrine\ORM\QueryBuilder::validateVariadicParameter] => Array
                (
                    [ct] => 12
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\QueryBuilder::andWhere==>Doctrine\ORM\QueryBuilder::getDQLPart] => Array
                (
                    [ct] => 12
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\ORM\QueryBuilder::andWhere==>array_unshift] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Doctrine\ORM\QueryBuilder::andWhere==>Doctrine\ORM\Query\Expr\Base::__construct] => Array
                (
                    [ct] => 3
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 0
                )

            [Doctrine\ORM\QueryBuilder::andWhere==>Doctrine\ORM\QueryBuilder::add] => Array
                (
                    [ct] => 12
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\Catalog\GameTagRepository::isGameTagRelationExists==>Doctrine\ORM\QueryBuilder::andWhere] => Array
                (
                    [ct] => 2
                    [wt] => 42
                    [cpu] => 0
                    [mu] => 5360
                    [pmu] => 0
                )

            [Doctrine\ORM\QueryBuilder::andWhere==>Doctrine\ORM\Query\Expr\Base::addMultiple] => Array
                (
                    [ct] => 9
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 744
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\Catalog\GameTagRepository::isGameTagRelationExists==>GameDev\Platform\Entity\Catalog\Game::getId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\Parameter::normalizeName==>trim] => Array
                (
                    [ct] => 24
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Doctrine\ORM\QueryBuilder::getParameter==>Doctrine\ORM\Query\Parameter::normalizeName] => Array
                (
                    [ct] => 12
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 1200
                    [pmu] => 0
                )

            [Doctrine\Common\Collections\ArrayCollection::filter==>array_filter] => Array
                (
                    [ct] => 12
                    [wt] => 163
                    [cpu] => 0
                    [mu] => 2432
                    [pmu] => 632
                )

            [Doctrine\Common\Collections\ArrayCollection::createFrom==>Doctrine\Common\Collections\ArrayCollection::__construct] => Array
                (
                    [ct] => 12
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\Common\Collections\ArrayCollection::filter==>Doctrine\Common\Collections\ArrayCollection::createFrom] => Array
                (
                    [ct] => 12
                    [wt] => 38
                    [cpu] => 0
                    [mu] => 2000
                    [pmu] => 152
                )

            [Doctrine\ORM\QueryBuilder::getParameter==>Doctrine\Common\Collections\ArrayCollection::filter] => Array
                (
                    [ct] => 12
                    [wt] => 243
                    [cpu] => 0
                    [mu] => 5160
                    [pmu] => 1008
                )

            [Doctrine\ORM\QueryBuilder::getParameter==>Doctrine\Common\Collections\ArrayCollection::isEmpty] => Array
                (
                    [ct] => 12
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\QueryBuilder::setParameter==>Doctrine\ORM\QueryBuilder::getParameter] => Array
                (
                    [ct] => 12
                    [wt] => 368
                    [cpu] => 0
                    [mu] => 7736
                    [pmu] => 1008
                )

            [Doctrine\ORM\Query\Parameter::__construct==>Doctrine\ORM\Query\Parameter::normalizeName] => Array
                (
                    [ct] => 12
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\Parameter::setValue==>Doctrine\ORM\Query\ParameterTypeInferer::inferType] => Array
                (
                    [ct] => 12
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\Parameter::__construct==>Doctrine\ORM\Query\Parameter::setValue] => Array
                (
                    [ct] => 12
                    [wt] => 40
                    [cpu] => 0
                    [mu] => 1248
                    [pmu] => 0
                )

            [Doctrine\ORM\QueryBuilder::setParameter==>Doctrine\ORM\Query\Parameter::__construct] => Array
                (
                    [ct] => 12
                    [wt] => 114
                    [cpu] => 0
                    [mu] => 2544
                    [pmu] => 0
                )

            [Doctrine\ORM\QueryBuilder::setParameter==>Doctrine\Common\Collections\ArrayCollection::add] => Array
                (
                    [ct] => 12
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 1408
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\Catalog\GameTagRepository::isGameTagRelationExists==>Doctrine\ORM\QueryBuilder::setParameter] => Array
                (
                    [ct] => 2
                    [wt] => 89
                    [cpu] => 0
                    [mu] => 10968
                    [pmu] => 1008
                )

            [GameDev\Platform\Repository\Catalog\GameTagRepository::isGameTagRelationExists==>GameDev\Platform\Entity\Catalog\System::getId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\QueryBuilder::{closure:Doctrine\ORM\QueryBuilder::getParameter():511}==>Doctrine\ORM\Query\Parameter::getName] => Array
                (
                    [ct] => 37
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [array_filter==>Doctrine\ORM\QueryBuilder::{closure:Doctrine\ORM\QueryBuilder::getParameter():511}] => Array
                (
                    [ct] => 37
                    [wt] => 99
                    [cpu] => 0
                    [mu] => 1296
                    [pmu] => 568
                )

            [Doctrine\ORM\QueryBuilder::getReducedDQLQueryPart==>Doctrine\ORM\QueryBuilder::getDQLPart] => Array
                (
                    [ct] => 20
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\Expr\Base::__toString==>Doctrine\ORM\Query\Expr\Base::count] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 296
                )

            [implode==>Doctrine\ORM\Query\Expr\Base::__toString] => Array
                (
                    [ct] => 4
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 1928
                    [pmu] => 848
                )

            [Doctrine\ORM\QueryBuilder::getReducedDQLQueryPart==>implode] => Array
                (
                    [ct] => 4
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 2560
                    [pmu] => 1400
                )

            [Doctrine\ORM\QueryBuilder::getDQLForSelect==>Doctrine\ORM\QueryBuilder::getReducedDQLQueryPart] => Array
                (
                    [ct] => 20
                    [wt] => 174
                    [cpu] => 0
                    [mu] => 7640
                    [pmu] => 5520
                )

            [Doctrine\ORM\QueryBuilder::getDQLForSelect==>Doctrine\ORM\QueryBuilder::getDQLPart] => Array
                (
                    [ct] => 8
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\QueryBuilder::getDQLForSelect==>Doctrine\ORM\Query\Expr\From::__toString] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 904
                    [pmu] => 408
                )

            [Doctrine\ORM\QueryBuilder::getDQLForSelect==>Doctrine\ORM\Query\Expr\From::getAlias] => Array
                (
                    [ct] => 6
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\Query\Expr\Join::__toString==>strtoupper] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 296
                )

            [Doctrine\ORM\QueryBuilder::getDQLForSelect==>Doctrine\ORM\Query\Expr\Join::__toString] => Array
                (
                    [ct] => 3
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 1368
                    [pmu] => 992
                )

            [Doctrine\ORM\QueryBuilder::getDQLForSelect==>implode] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 464
                )

            [Doctrine\ORM\Query\Expr\Composite::__toString==>Doctrine\ORM\Query\Expr\Base::count] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\Query\Expr\Composite::processQueryPart==>preg_match] => Array
                (
                    [ct] => 11
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Doctrine\ORM\Query\Expr\Composite::__toString==>Doctrine\ORM\Query\Expr\Composite::processQueryPart] => Array
                (
                    [ct] => 11
                    [wt] => 40
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 976
                )

            [Doctrine\ORM\Query\Expr\Composite::__toString==>implode] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 952
                    [pmu] => 296
                )

            [Doctrine\ORM\QueryBuilder::getReducedDQLQueryPart==>Doctrine\ORM\Query\Expr\Composite::__toString] => Array
                (
                    [ct] => 3
                    [wt] => 68
                    [cpu] => 0
                    [mu] => 4152
                    [pmu] => 3200
                )

            [Doctrine\ORM\QueryBuilder::getDQL==>Doctrine\ORM\QueryBuilder::getDQLForSelect] => Array
                (
                    [ct] => 4
                    [wt] => 277
                    [cpu] => 0
                    [mu] => 13632
                    [pmu] => 10216
                )

            [Doctrine\ORM\QueryBuilder::getQuery==>Doctrine\ORM\QueryBuilder::getDQL] => Array
                (
                    [ct] => 4
                    [wt] => 287
                    [cpu] => 0
                    [mu] => 12984
                    [pmu] => 10424
                )

            [Doctrine\ORM\AbstractQuery::__construct==>Doctrine\Common\Collections\ArrayCollection::__construct] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\AbstractQuery::__construct==>Doctrine\ORM\EntityManager::getConfiguration] => Array
                (
                    [ct] => 8
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\AbstractQuery::__construct==>Doctrine\ORM\Configuration::getDefaultQueryHints] => Array
                (
                    [ct] => 4
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\AbstractQuery::__construct==>Doctrine\ORM\Configuration::isSecondLevelCacheEnabled] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\EntityManager::createQuery==>Doctrine\ORM\AbstractQuery::__construct] => Array
                (
                    [ct] => 4
                    [wt] => 53
                    [cpu] => 0
                    [mu] => 3448
                    [pmu] => 3024
                )

            [Doctrine\ORM\EntityManager::createQuery==>Doctrine\ORM\Query::setDQL] => Array
                (
                    [ct] => 4
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Doctrine\ORM\QueryBuilder::getQuery==>Doctrine\ORM\EntityManager::createQuery] => Array
                (
                    [ct] => 4
                    [wt] => 78
                    [cpu] => 0
                    [mu] => 6520
                    [pmu] => 4752
                )

            [Doctrine\ORM\QueryBuilder::getQuery==>Doctrine\ORM\AbstractQuery::setParameters] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 360
                    [pmu] => 272
                )

            [Doctrine\ORM\QueryBuilder::getQuery==>Doctrine\ORM\Query::setFirstResult] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\QueryBuilder::getQuery==>Doctrine\ORM\Query::setMaxResults] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [GameDev\Platform\Repository\Catalog\GameTagRepository::isGameTagRelationExists==>Doctrine\ORM\QueryBuilder::getQuery] => Array
                (
                    [ct] => 1
                    [wt] => 138
                    [cpu] => 0
                    [mu] => 19376
                    [pmu] => 18000
                )

            [Doctrine\ORM\Query::setHint==>Doctrine\ORM\AbstractQuery::setHint] => Array
                (
                    [ct] => 6
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1696
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\Catalog\GameTagRepository::isGameTagRelationExists==>Doctrine\ORM\Query::setHint] => Array
                (
                    [ct] => 2
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1640
                    [pmu] => 0
                )

            [Doctrine\ORM\Query::setHydrationMode==>Doctrine\ORM\AbstractQuery::setHydrationMode] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\ORM\AbstractQuery::executeIgnoreQueryCache==>Doctrine\ORM\Query::setHydrationMode] => Array
                (
                    [ct] => 3
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 1248
                    [pmu] => 0
                )

            [Doctrine\Common\Collections\ArrayCollection::getIterator==>ArrayIterator::__construct] => Array
                (
                    [ct] => 8
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 1864
                    [pmu] => 488
                )

            [Doctrine\ORM\Query::parse==>Doctrine\Common\Collections\ArrayCollection::getIterator] => Array
                (
                    [ct] => 4
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 2736
                    [pmu] => 1352
                )

            [Doctrine\ORM\Query::parse==>Doctrine\ORM\Query\Parameter::getName] => Array
                (
                    [ct] => 12
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Doctrine\ORM\Query::parse==>Doctrine\ORM\Query\Parameter::getType] => Array
                (
                    [ct] => 12
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Doctrine\ORM\Query::parse==>Doctrine\ORM\EntityManager::getConfiguration] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\ORM\Query::parse==>Doctrine\ORM\Configuration::getQueryCache] => Array
                (
                    [ct] => 4
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Doctrine\ORM\Query::getQueryCacheId==>ksort] => Array
                (
                    [ct] => 4
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 608
                    [pmu] => 328
                )

            [Doctrine\ORM\Query::getQueryCacheId==>Doctrine\ORM\AbstractQuery::hasHint] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\Query::getQueryCacheId==>Doctrine\ORM\Query::getDQL] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Doctrine\ORM\Query::getQueryCacheId==>serialize] => Array
                (
                    [ct] => 8
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 1448
                    [pmu] => 608
                )

            [Doctrine\ORM\Query::getQueryCacheId==>Doctrine\ORM\AbstractQuery::getEntityManager] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\Query::getQueryCacheId==>Doctrine\ORM\EntityManager::getConnection] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\Query::getQueryCacheId==>Doctrine\DBAL\Connection::getDatabasePlatform] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\Query::getQueryCacheId==>get_debug_type] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 472
                )

            [Doctrine\ORM\Query::getQueryCacheId==>Doctrine\ORM\EntityManager::hasFilters] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\Query::getQueryCacheId==>Doctrine\ORM\EntityManager::getFilters] => Array
                (
                    [ct] => 4
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\Query::getQueryCacheId==>Doctrine\ORM\Query\FilterCollection::getHash] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\Query::getQueryCacheId==>md5] => Array
                (
                    [ct] => 4
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 808
                    [pmu] => 296
                )

            [Doctrine\ORM\Query::parse==>Doctrine\ORM\Query::getQueryCacheId] => Array
                (
                    [ct] => 4
                    [wt] => 162
                    [cpu] => 0
                    [mu] => 8640
                    [pmu] => 8040
                )

            [Doctrine\ORM\Query::parse==>Symfony\Component\Cache\Adapter\ChainAdapter::getItem] => Array
                (
                    [ct] => 4
                    [wt] => 212
                    [cpu] => 0
                    [mu] => 34600
                    [pmu] => 43256
                )

            [Doctrine\ORM\Query::parse==>Symfony\Component\Cache\CacheItem::isHit] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Doctrine\ORM\Query::parse==>Symfony\Component\Cache\CacheItem::get] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Doctrine\ORM\Query::getSqlExecutor==>Doctrine\ORM\Query::parse] => Array
                (
                    [ct] => 4
                    [wt] => 519
                    [cpu] => 0
                    [mu] => 50488
                    [pmu] => 55912
                )

            [Doctrine\ORM\Query\Exec\SingleSelectSqlFinalizer::finalizeSql==>Doctrine\ORM\AbstractQuery::getEntityManager] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\Exec\SingleSelectSqlFinalizer::finalizeSql==>Doctrine\ORM\EntityManager::getConnection] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\Exec\SingleSelectSqlFinalizer::finalizeSql==>Doctrine\DBAL\Connection::getDatabasePlatform] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\Exec\SingleSelectSqlFinalizer::finalizeSql==>Doctrine\ORM\Query::getMaxResults] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\Exec\SingleSelectSqlFinalizer::finalizeSql==>Doctrine\ORM\Query::getFirstResult] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\Exec\SingleSelectSqlFinalizer::finalizeSql==>Doctrine\DBAL\Platforms\AbstractPlatform::modifyLimitQuery] => Array
                (
                    [ct] => 4
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 1400
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\Exec\SingleSelectSqlFinalizer::finalizeSql==>Doctrine\ORM\AbstractQuery::getHint] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\Exec\SingleSelectSqlFinalizer::createExecutor==>Doctrine\ORM\Query\Exec\SingleSelectSqlFinalizer::finalizeSql] => Array
                (
                    [ct] => 4
                    [wt] => 84
                    [cpu] => 0
                    [mu] => 6176
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\Exec\SingleSelectSqlFinalizer::createExecutor==>Doctrine\ORM\Query\Exec\FinalizedSelectExecutor::__construct] => Array
                (
                    [ct] => 4
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\ParserResult::prepareSqlExecutor==>Doctrine\ORM\Query\Exec\SingleSelectSqlFinalizer::createExecutor] => Array
                (
                    [ct] => 4
                    [wt] => 108
                    [cpu] => 0
                    [mu] => 7888
                    [pmu] => 0
                )

            [Doctrine\ORM\Query::getSqlExecutor==>Doctrine\ORM\Query\ParserResult::prepareSqlExecutor] => Array
                (
                    [ct] => 4
                    [wt] => 119
                    [cpu] => 0
                    [mu] => 8552
                    [pmu] => 0
                )

            [Doctrine\ORM\Query::_doExecute==>Doctrine\ORM\Query::getSqlExecutor] => Array
                (
                    [ct] => 4
                    [wt] => 654
                    [cpu] => 0
                    [mu] => 58968
                    [pmu] => 55968
                )

            [Doctrine\ORM\Query::_doExecute==>Doctrine\ORM\Query\Exec\AbstractSqlExecutor::removeQueryCacheProfile] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\Query::_doExecute==>Doctrine\ORM\Query\ParserResult::getResultSetMapping] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\ORM\Query::_doExecute==>Doctrine\ORM\Query\ParserResult::getParameterMappings] => Array
                (
                    [ct] => 4
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\ORM\Query::_doExecute==>Doctrine\Common\Collections\ArrayCollection::count] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\ORM\Query::processParameterMappings==>Doctrine\Common\Collections\ArrayCollection::getIterator] => Array
                (
                    [ct] => 4
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 2104
                    [pmu] => 160
                )

            [Doctrine\ORM\Query::processParameterMappings==>Doctrine\ORM\Query\Parameter::getName] => Array
                (
                    [ct] => 12
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\Query::resolveParameterValue==>Doctrine\ORM\Query\Parameter::typeWasSpecified] => Array
                (
                    [ct] => 12
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\Query::resolveParameterValue==>Doctrine\ORM\Query\Parameter::getName] => Array
                (
                    [ct] => 12
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\Query::resolveParameterValue==>Doctrine\ORM\Query\Parameter::getValue] => Array
                (
                    [ct] => 12
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\Query::resolveParameterValue==>Doctrine\ORM\Query::getResultSetMapping] => Array
                (
                    [ct] => 12
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\Query::resolveParameterValue==>Doctrine\ORM\AbstractQuery::processParameterValue] => Array
                (
                    [ct] => 12
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\Query::resolveParameterValue==>Doctrine\ORM\Query\Parameter::getType] => Array
                (
                    [ct] => 12
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\Query::processParameterMappings==>Doctrine\ORM\Query::resolveParameterValue] => Array
                (
                    [ct] => 12
                    [wt] => 161
                    [cpu] => 0
                    [mu] => 7112
                    [pmu] => 4760
                )

            [Doctrine\ORM\Query::processParameterMappings==>ksort] => Array
                (
                    [ct] => 6
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 1512
                    [pmu] => 0
                )

            [Doctrine\ORM\Query::processParameterMappings==>array_values] => Array
                (
                    [ct] => 6
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1752
                    [pmu] => 536
                )

            [Doctrine\ORM\Query::_doExecute==>Doctrine\ORM\Query::processParameterMappings] => Array
                (
                    [ct] => 4
                    [wt] => 282
                    [cpu] => 0
                    [mu] => 11048
                    [pmu] => 7744
                )

            [Doctrine\ORM\Query::_doExecute==>Doctrine\ORM\EntityManager::getConnection] => Array
                (
                    [ct] => 8
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 88
                )

            [Doctrine\ORM\Query::_doExecute==>Doctrine\DBAL\Connection::getParams] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Doctrine\ORM\Query::_doExecute==>Doctrine\ORM\Query::evictResultSetCache] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\Query\Exec\FinalizedSelectExecutor::execute==>Doctrine\ORM\Query\Exec\AbstractSqlExecutor::getSqlStatements] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Query\Exec\FinalizedSelectExecutor::execute==>Doctrine\DBAL\Connection::executeQuery] => Array
                (
                    [ct] => 4
                    [wt] => 4134
                    [cpu] => 15094
                    [mu] => 101976
                    [pmu] => 118840
                )

            [Doctrine\ORM\Query::_doExecute==>Doctrine\ORM\Query\Exec\FinalizedSelectExecutor::execute] => Array
                (
                    [ct] => 4
                    [wt] => 4157
                    [cpu] => 15094
                    [mu] => 99904
                    [pmu] => 119600
                )

            [Doctrine\ORM\AbstractQuery::executeIgnoreQueryCache==>Doctrine\ORM\Query::_doExecute] => Array
                (
                    [ct] => 4
                    [wt] => 5220
                    [cpu] => 15094
                    [mu] => 173528
                    [pmu] => 185144
                )

            [Doctrine\ORM\AbstractQuery::executeIgnoreQueryCache==>is_numeric] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Doctrine\ORM\AbstractQuery::executeIgnoreQueryCache==>Doctrine\ORM\Query::getResultSetMapping] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\AbstractQuery::executeIgnoreQueryCache==>Doctrine\ORM\EntityManager::newHydrator] => Array
                (
                    [ct] => 4
                    [wt] => 61
                    [cpu] => 0
                    [mu] => 1752
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::hydrateAll==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::prepare] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\SingleScalarHydrator::hydrateAllData==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::statement] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\DBAL\Driver\FetchUtils::fetchAllAssociative==>Doctrine\DBAL\Driver\Mysqli\Result::fetchAssociative] => Array
                (
                    [ct] => 2
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 1224
                    [pmu] => 0
                )

            [Doctrine\DBAL\Driver\Mysqli\Result::fetchAllAssociative==>Doctrine\DBAL\Driver\FetchUtils::fetchAllAssociative] => Array
                (
                    [ct] => 1
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 1920
                    [pmu] => 0
                )

            [Doctrine\DBAL\Result::fetchAllAssociative==>Doctrine\DBAL\Driver\Mysqli\Result::fetchAllAssociative] => Array
                (
                    [ct] => 1
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 2584
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\SingleScalarHydrator::hydrateAllData==>Doctrine\DBAL\Result::fetchAllAssociative] => Array
                (
                    [ct] => 1
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 3280
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\SingleScalarHydrator::hydrateAllData==>key] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::gatherScalarRowData==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::hydrateColumnInfo] => Array
                (
                    [ct] => 1
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 1416
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\SingleScalarHydrator::hydrateAllData==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::gatherScalarRowData] => Array
                (
                    [ct] => 1
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 2360
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\SingleScalarHydrator::hydrateAllData==>array_shift] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::hydrateAll==>Doctrine\ORM\Internal\Hydration\SingleScalarHydrator::hydrateAllData] => Array
                (
                    [ct] => 1
                    [wt] => 72
                    [cpu] => 0
                    [mu] => 8456
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::hydrateAll==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::cleanup] => Array
                (
                    [ct] => 3
                    [wt] => 59
                    [cpu] => 0
                    [mu] => -5672
                    [pmu] => 0
                )

            [Doctrine\ORM\AbstractQuery::executeIgnoreQueryCache==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::hydrateAll] => Array
                (
                    [ct] => 4
                    [wt] => 6049
                    [cpu] => 2963
                    [mu] => 158776
                    [pmu] => 109840
                )

            [Doctrine\ORM\AbstractQuery::executeIgnoreQueryCache==>Doctrine\ORM\AbstractQuery::{closure:Doctrine\ORM\AbstractQuery::executeIgnoreQueryCache():912}] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Doctrine\ORM\AbstractQuery::execute==>Doctrine\ORM\AbstractQuery::executeIgnoreQueryCache] => Array
                (
                    [ct] => 4
                    [wt] => 11408
                    [cpu] => 18057
                    [mu] => 334768
                    [pmu] => 295184
                )

            [Doctrine\ORM\AbstractQuery::getSingleResult==>Doctrine\ORM\AbstractQuery::execute] => Array
                (
                    [ct] => 1
                    [wt] => 1632
                    [cpu] => 3318
                    [mu] => 58856
                    [pmu] => 84656
                )

            [Doctrine\ORM\AbstractQuery::getSingleScalarResult==>Doctrine\ORM\AbstractQuery::getSingleResult] => Array
                (
                    [ct] => 1
                    [wt] => 1636
                    [cpu] => 3318
                    [mu] => 59520
                    [pmu] => 84656
                )

            [GameDev\Platform\Repository\Catalog\GameTagRepository::isGameTagRelationExists==>Doctrine\ORM\AbstractQuery::getSingleScalarResult] => Array
                (
                    [ct] => 1
                    [wt] => 1641
                    [cpu] => 3318
                    [mu] => 60216
                    [pmu] => 84656
                )

            [GameDev\Platform\Service\Game\Catalog\GamePermissionChecker::checkGamePermission==>GameDev\Platform\Repository\Catalog\GameTagRepository::isGameTagRelationExists] => Array
                (
                    [ct] => 1
                    [wt] => 2246
                    [cpu] => 3318
                    [mu] => 109624
                    [pmu] => 103728
                )

            [GameDev\Platform\Service\Game\Catalog\GameResolver::resolveGame==>GameDev\Platform\Service\Game\Catalog\GamePermissionChecker::checkGamePermission] => Array
                (
                    [ct] => 1
                    [wt] => 2252
                    [cpu] => 3318
                    [mu] => 110352
                    [pmu] => 103728
                )

            [GameDev\Platform\Service\Game\API\Slot\Common\SessionRefEntityResolver::resolveGame==>GameDev\Platform\Service\Game\Catalog\GameResolver::resolveGame] => Array
                (
                    [ct] => 1
                    [wt] => 7432
                    [cpu] => 6799
                    [mu] => 199928
                    [pmu] => 198152
                )

            [GameDev\Platform\Controller\Game\API\Slot\StateController::saveStateAction==>GameDev\Platform\Service\Game\API\Slot\Common\SessionRefEntityResolver::resolveGame] => Array
                (
                    [ct] => 1
                    [wt] => 7436
                    [cpu] => 6799
                    [mu] => 200656
                    [pmu] => 198152
                )

            [GameDev\Platform\Controller\Game\API\Slot\AbstractController::wrapActionWithTimer==>GameDev\Platform\Entity\Catalog\System::getTitle] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Utils\Pinba::wrapCallbackWithTimer==>pinba_timer_start] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 286
                    [mu] => 1600
                    [pmu] => 0
                )

            [GameDev\Platform\Controller\Game\API\Slot\StateController::shouldCacheBeUsed==>is_numeric] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [GameDev\Platform\Controller\Game\API\Slot\StateController::shouldCacheBeUsed==>strlen] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [GameDev\Platform\Controller\Game\API\Slot\StateController::{closure:GameDev\Platform\Controller\Game\API\Slot\StateController::saveStateAction():133}==>GameDev\Platform\Controller\Game\API\Slot\StateController::shouldCacheBeUsed] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 2040
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\API\Slot\State\SaveAction::__invoke==>GameDev\Platform\Helper\Json::decode] => Array
                (
                    [ct] => 1
                    [wt] => 66
                    [cpu] => 0
                    [mu] => 19152
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\API\Slot\State\SaveAction::__invoke==>GameDev\Platform\Service\Game\API\Slot\State\SaveAction::fixFinalActionFlag] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\API\Slot\State\SaveAction::fixRoundMode==>GameDev\Platform\Model\Shared\Session\Round\RoundMode::fromStringRepresentation] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 2080
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\API\Slot\State\SaveAction::fixRoundMode==>GameDev\Platform\Model\Shared\Session\Round\RoundMode::getStringRepresentation] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\API\Slot\State\SaveAction::__invoke==>GameDev\Platform\Service\Game\API\Slot\State\SaveAction::fixRoundMode] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 3504
                    [pmu] => 0
                )

            [GameDev\Platform\Model\Shared\Game\GameBackendEngine::fromString==>GameDev\Platform\Model\Shared\Game\GameBackendEngine::tryFrom] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1168
                    [pmu] => 912
                )

            [GameDev\Platform\Service\Game\API\Slot\State\Factory\ActionInfoFactory::makeFromActionContext==>GameDev\Platform\Model\Shared\Game\GameBackendEngine::fromString] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1896
                    [pmu] => 1544
                )

            [GameDev\Platform\Service\Game\API\Slot\State\Factory\ActionInfoFactory::makeFromActionContext==>GameDev\Platform\Model\Shared\Session\Round\RoundMode::fromStringRepresentation] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [GameDev\Platform\Service\Game\API\Slot\State\SaveAction::generateActionInfo==>GameDev\Platform\Service\Game\API\Slot\State\Factory\ActionInfoFactory::makeFromActionContext] => Array
                (
                    [ct] => 1
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 4584
                    [pmu] => 2968
                )

            [GameDev\Platform\Service\Game\API\Slot\State\SaveAction::__invoke==>GameDev\Platform\Service\Game\API\Slot\State\SaveAction::generateActionInfo] => Array
                (
                    [ct] => 1
                    [wt] => 36
                    [cpu] => 0
                    [mu] => 5312
                    [pmu] => 3568
                )

            [GameDev\Platform\Model\Shared\Game\Session\GameStateLock::createFromPlayer==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getUserId] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Model\Shared\Game\Session\GameStateLock::createFromPlayer==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getMode] => Array
                (
                    [ct] => 2
                    [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] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Model\Shared\Game\Session\GameStateLock::__construct==>is_numeric] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [GameDev\Platform\Model\Shared\Game\Session\GameStateLock::createFromPlayer==>GameDev\Platform\Model\Shared\Game\Session\GameStateLock::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1312
                    [pmu] => 1056
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateService::retrieveLockedState==>GameDev\Platform\Model\Shared\Game\Session\GameStateLock::createFromPlayer] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 4320
                    [pmu] => 4064
                )

            [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] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 488
                )

            [GameDev\Platform\Repository\SessionShared\RedisGameStateLockRepository::getKey==>GameDev\Platform\Model\Shared\Game\Session\GameStateLock::getUserId] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\SessionShared\RedisGameStateLockRepository::getKey==>GameDev\Platform\Model\Shared\Game\Session\GameStateLock::getWindowId] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\SessionShared\RedisGameStateLockRepository::getKey==>json_encode] => Array
                (
                    [ct] => 3
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 984
                    [pmu] => 664
                )

            [GameDev\Platform\Repository\SessionShared\RedisGameStateLockRepository::getKey==>implode] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1080
                    [pmu] => 568
                )

            [GameDev\Platform\Repository\SessionShared\RedisGameStateLockRepository::exists==>GameDev\Platform\Repository\SessionShared\RedisGameStateLockRepository::getKey] => Array
                (
                    [ct] => 2
                    [wt] => 65
                    [cpu] => 0
                    [mu] => 6128
                    [pmu] => 5584
                )

            [GameDev\Platform\Repository\SessionShared\RedisGameStateLockRepository::exists==>Predis\Client::__call] => Array
                (
                    [ct] => 2
                    [wt] => 2175
                    [cpu] => 824
                    [mu] => 10704
                    [pmu] => 11192
                )

            [GameDev\Platform\Repository\SessionShared\RedisGameStateLockRepository::exists==>Monolog\Logger::debug] => Array
                (
                    [ct] => 2
                    [wt] => 134
                    [cpu] => 0
                    [mu] => 1624
                    [pmu] => 800
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateLocker::lockExists==>GameDev\Platform\Repository\SessionShared\RedisGameStateLockRepository::exists] => Array
                (
                    [ct] => 2
                    [wt] => 2395
                    [cpu] => 824
                    [mu] => 19808
                    [pmu] => 18504
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateLocker::ensureStateLocked==>GameDev\Platform\Service\Shared\Game\Session\GameStateLocker::lockExists] => Array
                (
                    [ct] => 1
                    [wt] => 1813
                    [cpu] => 687
                    [mu] => 19488
                    [pmu] => 19232
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateService::retrieveLockedState==>GameDev\Platform\Service\Shared\Game\Session\GameStateLocker::ensureStateLocked] => Array
                (
                    [ct] => 1
                    [wt] => 1818
                    [cpu] => 687
                    [mu] => 20216
                    [pmu] => 19960
                )

            [GameDev\Platform\Repository\SessionShared\WindowSettingsRepository::findCurrent==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getMode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\SessionShared\WindowSettingsRepository::getRepository==>GameDev\Platform\Model\Shared\Session\Player\PlayerMode::isDemo] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\SessionShared\WindowSettingsRepository::findCurrent==>GameDev\Platform\Repository\SessionShared\WindowSettingsRepository::getRepository] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 1136
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineWindowSettingsRepository::findCurrent==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getUserId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineWindowSettingsRepository::findCurrent==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getWindowId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Doctrine\DBAL\Platforms\AbstractPlatform::convertBooleansToDatabaseValue==>Doctrine\DBAL\Platforms\AbstractPlatform::convertBooleans] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\DBAL\Types\BooleanType::convertToDatabaseValue==>Doctrine\DBAL\Platforms\AbstractPlatform::convertBooleansToDatabaseValue] => Array
                (
                    [ct] => 4
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 1264
                )

            [Doctrine\DBAL\Connection::getBindingInfo==>Doctrine\DBAL\Types\BooleanType::convertToDatabaseValue] => Array
                (
                    [ct] => 4
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 1992
                    [pmu] => 1960
                )

            [Doctrine\DBAL\Connection::getBindingInfo==>Doctrine\DBAL\Types\BooleanType::getBindingType] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 656
                    [pmu] => 400
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::hydrateRowData==>Doctrine\DBAL\Types\BigIntType::convertToPHPValue] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineWindowSettingsRepository::findCurrent==>Doctrine\ORM\EntityRepository::findOneBy] => Array
                (
                    [ct] => 1
                    [wt] => 2165
                    [cpu] => 915
                    [mu] => 20424
                    [pmu] => 60744
                )

            [GameDev\Platform\Repository\SessionShared\WindowSettingsRepository::findCurrent==>GameDev\Platform\Repository\SessionDefault\DoctrineWindowSettingsRepository::findCurrent] => Array
                (
                    [ct] => 1
                    [wt] => 2176
                    [cpu] => 915
                    [mu] => 22640
                    [pmu] => 62656
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateService::doRetrieve==>GameDev\Platform\Repository\SessionShared\WindowSettingsRepository::findCurrent] => Array
                (
                    [ct] => 1
                    [wt] => 2191
                    [cpu] => 915
                    [mu] => 25552
                    [pmu] => 64968
                )

            [GameDev\Platform\Repository\SessionShared\GameSessionRepository::findCurrent==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getMode] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionShared\GameSessionRepository::getRepository==>GameDev\Platform\Model\Shared\Session\Player\PlayerMode::isDemo] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionShared\GameSessionRepository::findCurrent==>GameDev\Platform\Repository\SessionShared\GameSessionRepository::getRepository] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::findCurrent==>Doctrine\ORM\EntityRepository::createQueryBuilder] => Array
                (
                    [ct] => 1
                    [wt] => 42
                    [cpu] => 0
                    [mu] => 2608
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::findCurrent==>Doctrine\ORM\QueryBuilder::andWhere] => Array
                (
                    [ct] => 9
                    [wt] => 129
                    [cpu] => 0
                    [mu] => 3176
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::findCurrent==>Doctrine\ORM\QueryBuilder::setParameter] => Array
                (
                    [ct] => 9
                    [wt] => 435
                    [cpu] => 0
                    [mu] => 2016
                    [pmu] => 0
                )

            [GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getModeCode==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getMode] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::findCurrent==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getModeCode] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::findCurrent==>GameDev\Platform\Entity\Catalog\Game::getId] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::findCurrent==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getUserId] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::findCurrent==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getAggregator] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::findCurrent==>GameDev\Platform\Entity\Catalog\System::getId] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::findCurrent==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getAggregatorUserId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::findCurrent==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getBalance] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::findCurrent==>GameDev\Platform\Model\Shared\Session\Player\PlayerBalance::getCurrency] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::findCurrent==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getWindowId] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::findCurrent==>Doctrine\ORM\QueryBuilder::setMaxResults] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::findCurrent==>Doctrine\ORM\QueryBuilder::getQuery] => Array
                (
                    [ct] => 1
                    [wt] => 129
                    [cpu] => 0
                    [mu] => 1520
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\ObjectHydrator::prepare==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::resultSetMapping] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::hydrateAll==>Doctrine\ORM\Internal\Hydration\ObjectHydrator::prepare] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 2456
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\ObjectHydrator::hydrateAllData==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::statement] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\ObjectHydrator::hydrateAllData==>Doctrine\DBAL\Result::fetchAssociative] => Array
                (
                    [ct] => 2
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 4176
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::gatherRowData==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::hydrateColumnInfo] => Array
                (
                    [ct] => 445
                    [wt] => 468
                    [cpu] => 2963
                    [mu] => 8472
                    [pmu] => 1832
                )

            [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\BooleanType::convertToPHPValue] => Array
                (
                    [ct] => 2
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::gatherRowData==>Doctrine\DBAL\Types\Type::convertToPHPValue] => Array
                (
                    [ct] => 219
                    [wt] => 124
                    [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
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::gatherRowData==>Doctrine\DBAL\Types\IntegerType::convertToPHPValue] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::gatherRowData==>Doctrine\DBAL\Types\DecimalType::convertToPHPValue] => Array
                (
                    [ct] => 216
                    [wt] => 123
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::gatherRowData==>Doctrine\DBAL\Types\JsonType::convertToPHPValue] => Array
                (
                    [ct] => 1
                    [wt] => 53
                    [cpu] => 0
                    [mu] => 19216
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::gatherRowData==>Doctrine\DBAL\Types\DateTimeType::convertToPHPValue] => Array
                (
                    [ct] => 2
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 1272
                    [pmu] => 816
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::gatherRowData==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::resultSetMapping] => Array
                (
                    [ct] => 216
                    [wt] => 110
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 232
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::gatherRowData==>array_keys] => Array
                (
                    [ct] => 216
                    [wt] => 104
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 488
                )

            [Doctrine\ORM\Internal\Hydration\ObjectHydrator::hydrateRowData==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::gatherRowData] => Array
                (
                    [ct] => 1
                    [wt] => 376
                    [cpu] => 0
                    [mu] => 36416
                    [pmu] => 4632
                )

            [Doctrine\ORM\Internal\Hydration\ObjectHydrator::hydrateRowData==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::resultSetMapping] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Internal\Hydration\ObjectHydrator::getEntity==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::resultSetMapping] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Internal\Hydration\ObjectHydrator::getEntity==>Doctrine\ORM\UnitOfWork::createEntity] => Array
                (
                    [ct] => 1
                    [wt] => 206
                    [cpu] => 0
                    [mu] => 2384
                    [pmu] => 2128
                )

            [Doctrine\ORM\Internal\Hydration\ObjectHydrator::hydrateRowData==>Doctrine\ORM\Internal\Hydration\ObjectHydrator::getEntity] => Array
                (
                    [ct] => 1
                    [wt] => 220
                    [cpu] => 0
                    [mu] => 3768
                    [pmu] => 3512
                )

            [Doctrine\ORM\Internal\Hydration\ObjectHydrator::hydrateAllData==>Doctrine\ORM\Internal\Hydration\ObjectHydrator::hydrateRowData] => Array
                (
                    [ct] => 1
                    [wt] => 622
                    [cpu] => 0
                    [mu] => 43048
                    [pmu] => 11104
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::hydrateAll==>Doctrine\ORM\Internal\Hydration\ObjectHydrator::hydrateAllData] => Array
                (
                    [ct] => 1
                    [wt] => 662
                    [cpu] => 0
                    [mu] => 46448
                    [pmu] => 11168
                )

            [Doctrine\ORM\Internal\Hydration\ObjectHydrator::cleanup==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::cleanup] => Array
                (
                    [ct] => 1
                    [wt] => 24
                    [cpu] => 0
                    [mu] => -6544
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\ObjectHydrator::cleanup==>Doctrine\ORM\UnitOfWork::triggerEagerLoads] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\ObjectHydrator::cleanup==>Doctrine\ORM\UnitOfWork::hydrationComplete] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::hydrateAll==>Doctrine\ORM\Internal\Hydration\ObjectHydrator::cleanup] => Array
                (
                    [ct] => 1
                    [wt] => 38
                    [cpu] => 0
                    [mu] => -5688
                    [pmu] => 0
                )

            [Doctrine\ORM\AbstractQuery::getOneOrNullResult==>Doctrine\ORM\AbstractQuery::execute] => Array
                (
                    [ct] => 1
                    [wt] => 2448
                    [cpu] => 2140
                    [mu] => 57496
                    [pmu] => 68672
                )

            [Doctrine\ORM\AbstractQuery::getOneOrNullResult==>array_shift] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::findCurrent==>Doctrine\ORM\AbstractQuery::getOneOrNullResult] => Array
                (
                    [ct] => 1
                    [wt] => 2457
                    [cpu] => 2140
                    [mu] => 58856
                    [pmu] => 68672
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::findCurrent==>GameDev\Platform\Entity\SessionShared\GameSession::isProcessed] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionShared\GameSessionRepository::findCurrent==>GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::findCurrent] => Array
                (
                    [ct] => 1
                    [wt] => 3270
                    [cpu] => 2140
                    [mu] => 54568
                    [pmu] => 68672
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateService::doRetrieve==>GameDev\Platform\Repository\SessionShared\GameSessionRepository::findCurrent] => Array
                (
                    [ct] => 1
                    [wt] => 3290
                    [cpu] => 2140
                    [mu] => 57480
                    [pmu] => 68672
                )

            [GameDev\Platform\Repository\SessionShared\AchievementsRepository::findCurrent==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getMode] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionShared\AchievementsRepository::getRepository==>GameDev\Platform\Model\Shared\Session\Player\PlayerMode::isDemo] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionShared\AchievementsRepository::findCurrent==>GameDev\Platform\Repository\SessionShared\AchievementsRepository::getRepository] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineAchievementsRepository::findCurrent==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getAggregatorUserId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineAchievementsRepository::findCurrent==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getAggregator] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineAchievementsRepository::findCurrent==>GameDev\Platform\Entity\Catalog\System::getId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineAchievementsRepository::findCurrent==>GameDev\Platform\Entity\Catalog\Game::getId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/session_metadata_php:1033}==>Symfony\Component\VarExporter\Internal\Hydrator::hydrate] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [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:1033}] => Array
                (
                    [ct] => 1
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 6688
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineAchievementsRepository::findCurrent==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::findOneBy] => Array
                (
                    [ct] => 1
                    [wt] => 2271
                    [cpu] => 2273
                    [mu] => 17032
                    [pmu] => 22864
                )

            [GameDev\Platform\Repository\SessionShared\AchievementsRepository::findCurrent==>GameDev\Platform\Repository\SessionDefault\DoctrineAchievementsRepository::findCurrent] => Array
                (
                    [ct] => 1
                    [wt] => 2288
                    [cpu] => 2273
                    [mu] => 20640
                    [pmu] => 22864
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateService::doRetrieve==>GameDev\Platform\Repository\SessionShared\AchievementsRepository::findCurrent] => Array
                (
                    [ct] => 1
                    [wt] => 2303
                    [cpu] => 2273
                    [mu] => 23552
                    [pmu] => 22864
                )

            [GameDev\Platform\Entity\SessionShared\Achievements::createBlank==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getMode] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionShared\Achievements::createBlank==>GameDev\Platform\Model\Shared\Session\Player\PlayerMode::isDemo] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionDefault\PlayerAchievements::createBlank==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getAggregatorUserId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionDefault\PlayerAchievements::createBlank==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getAggregator] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionDefault\PlayerAchievements::createBlank==>GameDev\Platform\Entity\Catalog\System::getId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionDefault\PlayerAchievements::createBlank==>GameDev\Platform\Entity\Catalog\Game::getId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionDefault\PlayerAchievements::createBlank==>GameDev\Platform\Entity\SessionDefault\AchievementsPk::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionDefault\PlayerAchievements::createBlank==>GameDev\Platform\Entity\SessionDefault\PlayerAchievements::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionDefault\PlayerAchievements::createBlank==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getBalance] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionDefault\PlayerAchievements::createBlank==>GameDev\Platform\Model\Shared\Session\Player\PlayerBalance::getCurrency] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionDefault\PlayerAchievements::createBlank==>GameDev\Platform\Entity\SessionShared\Achievements::setDocument] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionDefault\PlayerAchievements::createBlank==>date_create] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1224
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionDefault\PlayerAchievements::createBlank==>GameDev\Platform\Entity\SessionShared\Achievements::setCreated] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionDefault\PlayerAchievements::createBlank==>GameDev\Platform\Entity\SessionShared\Achievements::setModified] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionShared\Achievements::createBlank==>GameDev\Platform\Entity\SessionDefault\PlayerAchievements::createBlank] => Array
                (
                    [ct] => 1
                    [wt] => 48
                    [cpu] => 0
                    [mu] => 10464
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateService::doRetrieve==>GameDev\Platform\Entity\SessionShared\Achievements::createBlank] => Array
                (
                    [ct] => 1
                    [wt] => 58
                    [cpu] => 0
                    [mu] => 12584
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateService::doRetrieve==>GameDev\Platform\Model\Shared\Game\Session\GameState::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateService::retrieveLockedState==>GameDev\Platform\Service\Shared\Game\Session\GameStateService::doRetrieve] => Array
                (
                    [ct] => 1
                    [wt] => 7866
                    [cpu] => 5328
                    [mu] => 120912
                    [pmu] => 156616
                )

            [GameDev\Platform\Service\Game\API\Slot\State\SaveAction::__invoke==>GameDev\Platform\Service\Shared\Game\Session\GameStateService::retrieveLockedState] => Array
                (
                    [ct] => 1
                    [wt] => 9711
                    [cpu] => 6015
                    [mu] => 146304
                    [pmu] => 181392
                )

            [GameDev\Platform\Service\Game\API\Slot\State\SaveAction::__invoke==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getMode] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Session\Round\RoundService::getRound==>GameDev\Platform\Model\Shared\Session\Player\PlayerMode::isDemo] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Session\Round\AggregatorRoundService::getRound==>array_key_exists] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineRoundRepository::findById==>Doctrine\ORM\EntityRepository::find] => Array
                (
                    [ct] => 1
                    [wt] => 1873
                    [cpu] => 1271
                    [mu] => 10832
                    [pmu] => 45888
                )

            [GameDev\Platform\Service\Game\Session\Round\AggregatorRoundService::getRound==>GameDev\Platform\Repository\SessionDefault\DoctrineRoundRepository::findById] => Array
                (
                    [ct] => 1
                    [wt] => 1877
                    [cpu] => 1271
                    [mu] => 11560
                    [pmu] => 45888
                )

            [GameDev\Platform\Entity\SessionShared\Round::__construct==>GameDev\Platform\Entity\SessionShared\RoundData::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionShared\RoundStatus::__construct==>in_array] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionShared\RoundStatus::blank==>GameDev\Platform\Entity\SessionShared\RoundStatus::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1280
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionShared\Round::__construct==>GameDev\Platform\Entity\SessionShared\RoundStatus::blank] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 2032
                    [pmu] => 0
                )

            [Webmozart\Assert\Assert::numeric==>is_numeric] => Array
                (
                    [ct] => 8
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionShared\Round::setGameBet==>Webmozart\Assert\Assert::numeric] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1216
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionShared\Round::__construct==>GameDev\Platform\Entity\SessionShared\Round::setGameBet] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 1912
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionShared\Round::setBet==>Webmozart\Assert\Assert::numeric] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionShared\Round::__construct==>GameDev\Platform\Entity\SessionShared\Round::setBet] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1280
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionShared\Round::setWin==>Webmozart\Assert\Assert::numeric] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionShared\Round::__construct==>GameDev\Platform\Entity\SessionShared\Round::setWin] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1280
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionShared\Round::setUncollectedWin==>Webmozart\Assert\Assert::numeric] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionShared\Round::__construct==>GameDev\Platform\Entity\SessionShared\Round::setUncollectedWin] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1296
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Session\Round\AggregatorRoundService::getRound==>GameDev\Platform\Entity\SessionShared\Round::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 58
                    [cpu] => 0
                    [mu] => 9688
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Session\Round\RoundService::getRound==>GameDev\Platform\Service\Game\Session\Round\AggregatorRoundService::getRound] => Array
                (
                    [ct] => 1
                    [wt] => 1948
                    [cpu] => 1271
                    [mu] => 23464
                    [pmu] => 45888
                )

            [GameDev\Platform\Service\Game\API\Slot\State\SaveAction::__invoke==>GameDev\Platform\Service\Game\Session\Round\RoundService::getRound] => Array
                (
                    [ct] => 1
                    [wt] => 1958
                    [cpu] => 1271
                    [mu] => 24856
                    [pmu] => 45888
                )

            [GameDev\Platform\Service\Game\API\Slot\State\SaveAction::__invoke==>GameDev\Platform\Model\Shared\Session\Player\Player::getTokenRelation] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\API\Slot\State\SaveAction::__invoke==>GameDev\Platform\Entity\SessionDefault\UserTokenRelation::getCallbackUrl] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\API\Slot\State\SaveAction::__invoke==>GameDev\Platform\Entity\SessionShared\Round::setCustomCallbackUrl] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\API\Slot\State\SaveAction::__invoke==>GameDev\Platform\Entity\Catalog\Game::getId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\API\Slot\State\SaveAction::__invoke==>GameDev\Platform\Entity\SessionDefault\UserTokenRelation::setGameId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\API\Slot\State\SaveAction::__invoke==>GameDev\Platform\Service\Game\API\Slot\State\SaveAction::shouldCollect] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Model\Shared\Game\Session\GameState::updateProtocolVersion==>GameDev\Platform\Entity\SessionShared\GameSession::setProtocolVersion] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 3280
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\API\Slot\State\SaveAction::__invoke==>GameDev\Platform\Model\Shared\Game\Session\GameState::updateProtocolVersion] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 4008
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\API\Slot\State\SaveAction::__invoke==>GameDev\PlatformGameApi\DTO\Common\WindowSettings::jsonSerialize] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 3248
                    [pmu] => 0
                )

            [GameDev\Platform\Model\Shared\Game\Session\GameState::updateWindowSettingsDocument==>GameDev\Platform\Entity\SessionShared\WindowSettings::setDocument] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\API\Slot\State\SaveAction::__invoke==>GameDev\Platform\Model\Shared\Game\Session\GameState::updateWindowSettingsDocument] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 0
                )

            [GameDev\Platform\Model\Shared\Game\Session\GameState::updateGameSessionRoundId==>GameDev\Platform\Entity\SessionShared\GameSession::setRoundId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\API\Slot\State\SaveAction::__invoke==>GameDev\Platform\Model\Shared\Game\Session\GameState::updateGameSessionRoundId] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 0
                )

            [GameDev\Platform\Persistence\SessionTransactionManager::beginTransaction==>GameDev\Platform\Model\Shared\Session\Player\PlayerMode::isDemo] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Doctrine\DBAL\Connection::beginTransaction==>Doctrine\DBAL\Connection::connect] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\DBAL\Driver\Mysqli\Connection::beginTransaction==>mysqli::begin_transaction] => Array
                (
                    [ct] => 1
                    [wt] => 357
                    [cpu] => 420
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\DBAL\Connection::beginTransaction==>Doctrine\DBAL\Driver\Mysqli\Connection::beginTransaction] => Array
                (
                    [ct] => 1
                    [wt] => 362
                    [cpu] => 420
                    [mu] => 1248
                    [pmu] => 0
                )

            [Doctrine\ORM\EntityManager::beginTransaction==>Doctrine\DBAL\Connection::beginTransaction] => Array
                (
                    [ct] => 2
                    [wt] => 710
                    [cpu] => 552
                    [mu] => 8520
                    [pmu] => 0
                )

            [GameDev\Platform\Persistence\DoctrineTransactionManager::beginTransaction==>Doctrine\ORM\EntityManager::beginTransaction] => Array
                (
                    [ct] => 2
                    [wt] => 716
                    [cpu] => 552
                    [mu] => 9216
                    [pmu] => 0
                )

            [GameDev\Platform\Persistence\SessionTransactionManager::beginTransaction==>GameDev\Platform\Persistence\DoctrineTransactionManager::beginTransaction] => Array
                (
                    [ct] => 2
                    [wt] => 721
                    [cpu] => 552
                    [mu] => 9944
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\API\Slot\State\SaveAction::__invoke==>GameDev\Platform\Persistence\SessionTransactionManager::beginTransaction] => Array
                (
                    [ct] => 1
                    [wt] => 382
                    [cpu] => 420
                    [mu] => 5440
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Session\Round\RoundService::saveRound==>GameDev\Platform\Model\Shared\Session\Player\PlayerMode::isDemo] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Session\Round\AggregatorRoundService::saveRound==>GameDev\Platform\Entity\SessionShared\Round::getStatus] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionShared\RoundStatus::is==>GameDev\Platform\Entity\SessionShared\RoundStatus::getValue] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\SessionShared\RoundStatus::isEmpty==>GameDev\Platform\Entity\SessionShared\RoundStatus::is] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Session\Round\AggregatorRoundService::saveRound==>GameDev\Platform\Entity\SessionShared\RoundStatus::isEmpty] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 2056
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Session\Round\RoundService::saveRound==>GameDev\Platform\Service\Game\Session\Round\AggregatorRoundService::saveRound] => Array
                (
                    [ct] => 1
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 3480
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\API\Slot\State\SaveAction::__invoke==>GameDev\Platform\Service\Game\Session\Round\RoundService::saveRound] => Array
                (
                    [ct] => 1
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 4872
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\API\Slot\State\SaveAction::__invoke==>count] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [GameDev\Platform\Model\Shared\Game\Session\GameState::updateGameSessionDocument==>GameDev\Platform\Entity\SessionShared\GameSession::setDocument] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => -1952
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\API\Slot\State\SaveAction::__invoke==>GameDev\Platform\Model\Shared\Game\Session\GameState::updateGameSessionDocument] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => -1224
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateService::doSaveChanges==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getMode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Persistence\SessionTransactionManager::beginTransaction==>Webmozart\Assert\Assert::same] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\DBAL\Connection::beginTransaction==>Doctrine\DBAL\Connection::_getNestedTransactionSavePointName] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 712
                    [pmu] => 0
                )

            [Doctrine\DBAL\Connection::createSavepoint==>Doctrine\DBAL\Connection::getDatabasePlatform] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\DBAL\Connection::createSavepoint==>Doctrine\DBAL\Platforms\AbstractPlatform::supportsSavepoints] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\DBAL\Connection::createSavepoint==>Doctrine\DBAL\Platforms\AbstractPlatform::createSavePoint] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Doctrine\DBAL\Connection::executeStatement==>Doctrine\DBAL\Connection::connect] => Array
                (
                    [ct] => 5
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\DBAL\Driver\Mysqli\Connection::exec==>mysqli::query] => Array
                (
                    [ct] => 4
                    [wt] => 1348
                    [cpu] => 1175
                    [mu] => 520
                    [pmu] => 0
                )

            [Doctrine\DBAL\Connection::executeStatement==>Doctrine\DBAL\Driver\Mysqli\Connection::exec] => Array
                (
                    [ct] => 4
                    [wt] => 1365
                    [cpu] => 1175
                    [mu] => 1184
                    [pmu] => 40
                )

            [Doctrine\DBAL\Connection::createSavepoint==>Doctrine\DBAL\Connection::executeStatement] => Array
                (
                    [ct] => 2
                    [wt] => 643
                    [cpu] => 898
                    [mu] => 2528
                    [pmu] => 120
                )

            [Doctrine\DBAL\Connection::beginTransaction==>Doctrine\DBAL\Connection::createSavepoint] => Array
                (
                    [ct] => 2
                    [wt] => 675
                    [cpu] => 898
                    [mu] => 5200
                    [pmu] => 248
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateService::doSaveChanges==>GameDev\Platform\Persistence\SessionTransactionManager::beginTransaction] => Array
                (
                    [ct] => 1
                    [wt] => 355
                    [cpu] => 132
                    [mu] => 7320
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionShared\WindowSettingsRepository::save==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getMode] => 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] => 4
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineWindowSettingsRepository::save==>Doctrine\ORM\EntityRepository::getEntityManager] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\EntityManager::persist==>Doctrine\ORM\EntityManager::errorIfClosed] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::doPersist==>spl_object_id] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::doPersist==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 2
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 224
                )

            [Doctrine\ORM\UnitOfWork::getEntityState==>spl_object_id] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::doPersist==>Doctrine\ORM\UnitOfWork::getEntityState] => Array
                (
                    [ct] => 2
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1200
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::doPersist==>Doctrine\ORM\Mapping\ClassMetadata::isChangeTrackingDeferredExplicit] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::scheduleForDirtyCheck==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 2
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 80
                )

            [Doctrine\ORM\UnitOfWork::scheduleForDirtyCheck==>spl_object_id] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::doPersist==>Doctrine\ORM\UnitOfWork::scheduleForDirtyCheck] => Array
                (
                    [ct] => 2
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 3384
                    [pmu] => 272
                )

            [Doctrine\ORM\UnitOfWork::isUninitializedObject==>Doctrine\ORM\EntityManager::getConfiguration] => Array
                (
                    [ct] => 5
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::isUninitializedObject==>Doctrine\ORM\Configuration::isNativeLazyObjectsEnabled] => Array
                (
                    [ct] => 5
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::isUninitializedObject==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 5
                    [wt] => 33
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 304
                )

            [Doctrine\ORM\UnitOfWork::isUninitializedObject==>ReflectionClass::isUninitializedLazyObject] => Array
                (
                    [ct] => 5
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::cascadePersist==>Doctrine\ORM\UnitOfWork::isUninitializedObject] => Array
                (
                    [ct] => 2
                    [wt] => 42
                    [cpu] => 0
                    [mu] => 3256
                    [pmu] => 304
                )

            [Doctrine\ORM\UnitOfWork::cascadePersist==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 2
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::cascadePersist==>array_filter] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::doPersist==>Doctrine\ORM\UnitOfWork::cascadePersist] => Array
                (
                    [ct] => 2
                    [wt] => 71
                    [cpu] => 0
                    [mu] => 5168
                    [pmu] => 384
                )

            [Doctrine\ORM\UnitOfWork::persist==>Doctrine\ORM\UnitOfWork::doPersist] => Array
                (
                    [ct] => 2
                    [wt] => 147
                    [cpu] => 0
                    [mu] => 13224
                    [pmu] => 1576
                )

            [Doctrine\ORM\EntityManager::persist==>Doctrine\ORM\UnitOfWork::persist] => Array
                (
                    [ct] => 2
                    [wt] => 152
                    [cpu] => 0
                    [mu] => 13920
                    [pmu] => 1656
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineWindowSettingsRepository::save==>Doctrine\ORM\EntityManager::persist] => Array
                (
                    [ct] => 1
                    [wt] => 96
                    [cpu] => 0
                    [mu] => 13696
                    [pmu] => 0
                )

            [Doctrine\ORM\EntityManager::flush==>Doctrine\ORM\EntityManager::errorIfClosed] => Array
                (
                    [ct] => 4
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::commit==>Doctrine\ORM\EntityManager::getConnection] => Array
                (
                    [ct] => 5
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::commit==>Symfony\Bridge\Doctrine\ContainerAwareEventManager::hasListeners] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::computeChangeSets==>Doctrine\ORM\UnitOfWork::computeScheduleInsertsChangeSets] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::computeChangeSets==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 12
                    [wt] => 83
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 256
                )

            [Doctrine\ORM\UnitOfWork::computeChangeSets==>Doctrine\ORM\Mapping\ClassMetadata::isChangeTrackingDeferredImplicit] => Array
                (
                    [ct] => 12
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::computeChangeSets==>Doctrine\ORM\UnitOfWork::isUninitializedObject] => Array
                (
                    [ct] => 2
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 80
                )

            [Doctrine\ORM\UnitOfWork::computeChangeSets==>spl_object_id] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::computeChangeSet==>spl_object_id] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::computeChangeSet==>Doctrine\ORM\Mapping\ClassMetadata::isInheritanceTypeNone] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 128
                )

            [Doctrine\ORM\UnitOfWork::computeChangeSet==>Doctrine\ORM\Event\ListenersInvoker::getSubscribedSystems] => Array
                (
                    [ct] => 2
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\UnitOfWork::computeChangeSet==>Doctrine\ORM\Mapping\PropertyAccessors\RawValuePropertyAccessor::getValue] => Array
                (
                    [ct] => 10
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 744
                )

            [Doctrine\ORM\UnitOfWork::computeChangeSet==>Doctrine\ORM\Mapping\ClassMetadata::isCollectionValuedAssociation] => Array
                (
                    [ct] => 23
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\UnitOfWork::computeChangeSet==>Doctrine\ORM\Mapping\ClassMetadata::isIdentifier] => Array
                (
                    [ct] => 23
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\UnitOfWork::computeChangeSet==>Doctrine\ORM\Mapping\ClassMetadata::isIdGeneratorIdentity] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Doctrine\ORM\Mapping\PropertyAccessors\TypedNoDefaultPropertyAccessor::getValue==>Doctrine\ORM\Mapping\PropertyAccessors\RawValuePropertyAccessor::getValue] => Array
                (
                    [ct] => 23
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 2968
                )

            [Doctrine\ORM\UnitOfWork::computeChangeSet==>Doctrine\ORM\Mapping\PropertyAccessors\TypedNoDefaultPropertyAccessor::getValue] => Array
                (
                    [ct] => 13
                    [wt] => 75
                    [cpu] => 0
                    [mu] => 1360
                    [pmu] => 2024
                )

            [Doctrine\ORM\UnitOfWork::computeChangeSets==>Doctrine\ORM\UnitOfWork::computeChangeSet] => Array
                (
                    [ct] => 2
                    [wt] => 273
                    [cpu] => 0
                    [mu] => 9104
                    [pmu] => 7360
                )

            [Doctrine\ORM\UnitOfWork::commit==>Doctrine\ORM\UnitOfWork::computeChangeSets] => Array
                (
                    [ct] => 4
                    [wt] => 485
                    [cpu] => 0
                    [mu] => 11368
                    [pmu] => 7768
                )

            [Doctrine\ORM\UnitOfWork::dispatchOnFlushEvent==>Symfony\Bridge\Doctrine\ContainerAwareEventManager::hasListeners] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\UnitOfWork::commit==>Doctrine\ORM\UnitOfWork::dispatchOnFlushEvent] => Array
                (
                    [ct] => 4
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 1280
                    [pmu] => 1120
                )

            [Doctrine\ORM\UnitOfWork::dispatchPostFlushEvent==>Symfony\Bridge\Doctrine\ContainerAwareEventManager::hasListeners] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\UnitOfWork::commit==>Doctrine\ORM\UnitOfWork::dispatchPostFlushEvent] => Array
                (
                    [ct] => 4
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 1280
                    [pmu] => 1024
                )

            [Doctrine\ORM\UnitOfWork::commit==>Doctrine\ORM\UnitOfWork::postCommitCleanup] => Array
                (
                    [ct] => 4
                    [wt] => 13
                    [cpu] => 0
                    [mu] => -21416
                    [pmu] => 0
                )

            [Doctrine\ORM\EntityManager::flush==>Doctrine\ORM\UnitOfWork::commit] => Array
                (
                    [ct] => 4
                    [wt] => 3005
                    [cpu] => 1507
                    [mu] => 38936
                    [pmu] => 60408
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineWindowSettingsRepository::save==>Doctrine\ORM\EntityManager::flush] => Array
                (
                    [ct] => 1
                    [wt] => 230
                    [cpu] => 0
                    [mu] => 16528
                    [pmu] => 9832
                )

            [GameDev\Platform\Repository\SessionShared\WindowSettingsRepository::save==>GameDev\Platform\Repository\SessionDefault\DoctrineWindowSettingsRepository::save] => Array
                (
                    [ct] => 1
                    [wt] => 339
                    [cpu] => 0
                    [mu] => 31712
                    [pmu] => 10496
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateService::doSaveChanges==>GameDev\Platform\Repository\SessionShared\WindowSettingsRepository::save] => Array
                (
                    [ct] => 1
                    [wt] => 352
                    [cpu] => 0
                    [mu] => 33896
                    [pmu] => 11112
                )

            [GameDev\Platform\Repository\SessionShared\GameSessionRepository::save==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getMode] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\SessionShared\GameSessionRepository::save==>GameDev\Platform\Repository\SessionShared\GameSessionRepository::getRepository] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::save==>Doctrine\ORM\EntityRepository::getEntityManager] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::save==>Doctrine\ORM\EntityManager::persist] => Array
                (
                    [ct] => 1
                    [wt] => 67
                    [cpu] => 0
                    [mu] => 1384
                    [pmu] => 1736
                )

            [Doctrine\ORM\UnitOfWork::assertThatThereAreNoUnintentionallyNonPersistedAssociations==>array_diff_key] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 656
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::commit==>Doctrine\ORM\UnitOfWork::assertThatThereAreNoUnintentionallyNonPersistedAssociations] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1352
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::commit==>Doctrine\DBAL\Connection::beginTransaction] => Array
                (
                    [ct] => 1
                    [wt] => 352
                    [cpu] => 766
                    [mu] => 584
                    [pmu] => 272
                )

            [Doctrine\ORM\UnitOfWork::executeUpdates==>Doctrine\ORM\EntityManager::getClassMetadata] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Doctrine\ORM\UnitOfWork::executeUpdates==>Doctrine\ORM\UnitOfWork::getEntityPersister] => Array
                (
                    [ct] => 1
                    [wt] => 40
                    [cpu] => 0
                    [mu] => 2136
                    [pmu] => 1880
                )

            [Doctrine\ORM\UnitOfWork::executeUpdates==>Doctrine\ORM\Event\ListenersInvoker::getSubscribedSystems] => Array
                (
                    [ct] => 2
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 440
                )

            [Doctrine\ORM\UnitOfWork::getEntityChangeSet==>spl_object_id] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 184
                )

            [Doctrine\ORM\UnitOfWork::executeUpdates==>Doctrine\ORM\UnitOfWork::getEntityChangeSet] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1248
                    [pmu] => 864
                )

            [Doctrine\ORM\Event\PreUpdateEventArgs::__construct==>Doctrine\Persistence\Event\LifecycleEventArgs::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\UnitOfWork::executeUpdates==>Doctrine\ORM\Event\PreUpdateEventArgs::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1296
                    [pmu] => 1040
                )

            [GameDev\Platform\Entity\SessionShared\GameSession::updateModified==>DateTime::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 872
                    [pmu] => 616
                )

            [GameDev\Platform\Entity\SessionShared\GameSession::updateModified==>GameDev\Platform\Entity\SessionShared\GameSession::setModified] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Event\ListenersInvoker::invoke==>GameDev\Platform\Entity\SessionShared\GameSession::updateModified] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 2328
                    [pmu] => 2072
                )

            [Doctrine\ORM\UnitOfWork::executeUpdates==>Doctrine\ORM\Event\ListenersInvoker::invoke] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 2976
                    [pmu] => 2720
                )

            [Doctrine\ORM\UnitOfWork::recomputeSingleEntityChangeSet==>spl_object_id] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Doctrine\ORM\UnitOfWork::recomputeSingleEntityChangeSet==>Doctrine\ORM\Mapping\ClassMetadata::isInheritanceTypeNone] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\UnitOfWork::recomputeSingleEntityChangeSet==>Doctrine\ORM\Mapping\ClassMetadata::isIdentifier] => Array
                (
                    [ct] => 15
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\UnitOfWork::recomputeSingleEntityChangeSet==>Doctrine\ORM\Mapping\ClassMetadata::isIdGeneratorIdentity] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\UnitOfWork::recomputeSingleEntityChangeSet==>Doctrine\ORM\Mapping\ClassMetadata::isCollectionValuedAssociation] => Array
                (
                    [ct] => 14
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\UnitOfWork::recomputeSingleEntityChangeSet==>Doctrine\ORM\Mapping\PropertyAccessors\TypedNoDefaultPropertyAccessor::getValue] => Array
                (
                    [ct] => 10
                    [wt] => 58
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 1976
                )

            [Doctrine\ORM\UnitOfWork::recomputeSingleEntityChangeSet==>Doctrine\ORM\Mapping\PropertyAccessors\RawValuePropertyAccessor::getValue] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::executeUpdates==>Doctrine\ORM\UnitOfWork::recomputeSingleEntityChangeSet] => Array
                (
                    [ct] => 1
                    [wt] => 162
                    [cpu] => 0
                    [mu] => 6728
                    [pmu] => 6472
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::update==>Doctrine\ORM\Mapping\ClassMetadata::getTableName] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::prepareUpdateData==>Doctrine\ORM\EntityManager::getUnitOfWork] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::prepareUpdateData==>Doctrine\ORM\UnitOfWork::getEntityChangeSet] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getOwningTable==>Doctrine\ORM\Mapping\ClassMetadata::getTableName] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::prepareUpdateData==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::getOwningTable] => Array
                (
                    [ct] => 2
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1360
                    [pmu] => 1184
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::update==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::prepareUpdateData] => Array
                (
                    [ct] => 1
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 4576
                    [pmu] => 4312
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::update==>Doctrine\ORM\Mapping\DefaultQuoteStrategy::getTableName] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::updateTable==>Doctrine\ORM\Mapping\DefaultQuoteStrategy::getColumnName] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::updateTable==>Doctrine\DBAL\Types\Type::getType] => Array
                (
                    [ct] => 2
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 392
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::updateTable==>Doctrine\DBAL\Types\Type::convertToDatabaseValueSQL] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::updateTable==>Doctrine\ORM\EntityManager::getUnitOfWork] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 352
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::updateTable==>Doctrine\ORM\UnitOfWork::getEntityIdentifier] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::updateTable==>implode] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 648
                    [pmu] => 576
                )

            [Doctrine\DBAL\Connection::executeStatement==>Doctrine\DBAL\Connection::expandArrayParameters] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1032
                    [pmu] => 776
                )

            [Doctrine\DBAL\Connection::executeStatement==>Doctrine\DBAL\Driver\Mysqli\Connection::prepare] => Array
                (
                    [ct] => 1
                    [wt] => 373
                    [cpu] => 464
                    [mu] => 6352
                    [pmu] => 21304
                )

            [Doctrine\DBAL\Types\JsonType::convertToDatabaseValue==>json_encode] => Array
                (
                    [ct] => 1
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 3128
                    [pmu] => 0
                )

            [Doctrine\DBAL\Connection::getBindingInfo==>Doctrine\DBAL\Types\JsonType::convertToDatabaseValue] => Array
                (
                    [ct] => 1
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 3792
                    [pmu] => 0
                )

            [Doctrine\DBAL\Types\DateTimeType::convertToDatabaseValue==>Doctrine\DBAL\Platforms\AbstractPlatform::getDateTimeFormatString] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\DBAL\Types\DateTimeType::convertToDatabaseValue==>DateTime::format] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 840
                    [pmu] => 0
                )

            [Doctrine\DBAL\Connection::getBindingInfo==>Doctrine\DBAL\Types\DateTimeType::convertToDatabaseValue] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 2200
                    [pmu] => 0
                )

            [Doctrine\DBAL\Connection::getBindingInfo==>Doctrine\DBAL\Types\BigIntType::getBindingType] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\DBAL\Connection::executeStatement==>Doctrine\DBAL\Connection::bindParameters] => Array
                (
                    [ct] => 1
                    [wt] => 106
                    [cpu] => 0
                    [mu] => 7680
                    [pmu] => 0
                )

            [Doctrine\DBAL\Connection::executeStatement==>Doctrine\DBAL\Driver\Mysqli\Statement::execute] => Array
                (
                    [ct] => 1
                    [wt] => 645
                    [cpu] => 175
                    [mu] => 936
                    [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\Persisters\Entity\BasicEntityPersister::updateTable==>Doctrine\DBAL\Connection::executeStatement] => Array
                (
                    [ct] => 1
                    [wt] => 1150
                    [cpu] => 639
                    [mu] => 17224
                    [pmu] => 22264
                )

            [Doctrine\ORM\Persisters\Entity\BasicEntityPersister::update==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::updateTable] => Array
                (
                    [ct] => 1
                    [wt] => 1238
                    [cpu] => 639
                    [mu] => 13800
                    [pmu] => 27496
                )

            [Doctrine\ORM\UnitOfWork::executeUpdates==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::update] => Array
                (
                    [ct] => 1
                    [wt] => 1287
                    [cpu] => 639
                    [mu] => 19440
                    [pmu] => 32824
                )

            [Doctrine\ORM\UnitOfWork::commit==>Doctrine\ORM\UnitOfWork::executeUpdates] => Array
                (
                    [ct] => 1
                    [wt] => 1581
                    [cpu] => 639
                    [mu] => 34280
                    [pmu] => 48664
                )

            [Doctrine\DBAL\Connection::commit==>Doctrine\DBAL\Connection::connect] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Doctrine\DBAL\Connection::commit==>Doctrine\DBAL\Connection::_getNestedTransactionSavePointName] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 680
                    [pmu] => 0
                )

            [Doctrine\DBAL\Connection::releaseSavepoint==>Doctrine\DBAL\Connection::getDatabasePlatform] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\DBAL\Connection::releaseSavepoint==>Doctrine\DBAL\Platforms\AbstractPlatform::supportsSavepoints] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\DBAL\Platforms\AbstractPlatform::supportsReleaseSavepoints==>Doctrine\DBAL\Platforms\AbstractPlatform::supportsSavepoints] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\DBAL\Connection::releaseSavepoint==>Doctrine\DBAL\Platforms\AbstractPlatform::supportsReleaseSavepoints] => Array
                (
                    [ct] => 2
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [Doctrine\DBAL\Connection::releaseSavepoint==>Doctrine\DBAL\Platforms\AbstractPlatform::releaseSavePoint] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 712
                    [pmu] => 0
                )

            [Doctrine\DBAL\Connection::releaseSavepoint==>Doctrine\DBAL\Connection::executeStatement] => Array
                (
                    [ct] => 2
                    [wt] => 744
                    [cpu] => 277
                    [mu] => 536
                    [pmu] => 0
                )

            [Doctrine\DBAL\Connection::commit==>Doctrine\DBAL\Connection::releaseSavepoint] => Array
                (
                    [ct] => 2
                    [wt] => 776
                    [cpu] => 277
                    [mu] => 4600
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::commit==>Doctrine\DBAL\Connection::commit] => Array
                (
                    [ct] => 1
                    [wt] => 464
                    [cpu] => 102
                    [mu] => 6528
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::afterTransactionComplete==>Doctrine\ORM\UnitOfWork::performCallbackOnCachedPersister] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::commit==>Doctrine\ORM\UnitOfWork::afterTransactionComplete] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1280
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::save==>Doctrine\ORM\EntityManager::flush] => Array
                (
                    [ct] => 1
                    [wt] => 2673
                    [cpu] => 1507
                    [mu] => 24384
                    [pmu] => 51216
                )

            [GameDev\Platform\Repository\SessionShared\GameSessionRepository::save==>GameDev\Platform\Repository\SessionDefault\DoctrineGameSessionRepository::save] => Array
                (
                    [ct] => 1
                    [wt] => 2752
                    [cpu] => 1507
                    [mu] => 27256
                    [pmu] => 53712
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateService::doSaveChanges==>GameDev\Platform\Repository\SessionShared\GameSessionRepository::save] => Array
                (
                    [ct] => 1
                    [wt] => 2764
                    [cpu] => 1507
                    [mu] => 29440
                    [pmu] => 55280
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateService::doSaveChanges==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getBalance] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateService::doSaveChanges==>GameDev\Platform\Model\Shared\Session\Player\PlayerBalance::getCurrency] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateService::doSaveChanges==>GameDev\Platform\Entity\SessionShared\Achievements::hasCurrencyData] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Persistence\DoctrineTransactionManager::commit==>Doctrine\ORM\EntityManager::flush] => Array
                (
                    [ct] => 2
                    [wt] => 121
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Doctrine\ORM\EntityManager::commit==>Doctrine\DBAL\Connection::commit] => Array
                (
                    [ct] => 2
                    [wt] => 712
                    [cpu] => 285
                    [mu] => 1848
                    [pmu] => 0
                )

            [GameDev\Platform\Persistence\DoctrineTransactionManager::commit==>Doctrine\ORM\EntityManager::commit] => Array
                (
                    [ct] => 2
                    [wt] => 717
                    [cpu] => 285
                    [mu] => 2512
                    [pmu] => 0
                )

            [GameDev\Platform\Persistence\SessionTransactionManager::commit==>GameDev\Platform\Persistence\DoctrineTransactionManager::commit] => Array
                (
                    [ct] => 2
                    [wt] => 848
                    [cpu] => 285
                    [mu] => 3872
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateService::doSaveChanges==>GameDev\Platform\Persistence\SessionTransactionManager::commit] => Array
                (
                    [ct] => 1
                    [wt] => 409
                    [cpu] => 175
                    [mu] => 3320
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateService::saveStateChanges==>GameDev\Platform\Service\Shared\Game\Session\GameStateService::doSaveChanges] => Array
                (
                    [ct] => 1
                    [wt] => 3907
                    [cpu] => 1814
                    [mu] => 77808
                    [pmu] => 66696
                )

            [GameDev\Platform\Service\Game\API\Slot\State\SaveAction::__invoke==>GameDev\Platform\Service\Shared\Game\Session\GameStateService::saveStateChanges] => Array
                (
                    [ct] => 1
                    [wt] => 3914
                    [cpu] => 1814
                    [mu] => 78536
                    [pmu] => 66696
                )

            [Doctrine\DBAL\Driver\Mysqli\Connection::commit==>mysqli::commit] => Array
                (
                    [ct] => 1
                    [wt] => 371
                    [cpu] => 110
                    [mu] => 568
                    [pmu] => 0
                )

            [Doctrine\DBAL\Connection::commit==>Doctrine\DBAL\Driver\Mysqli\Connection::commit] => Array
                (
                    [ct] => 1
                    [wt] => 374
                    [cpu] => 110
                    [mu] => 1216
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\API\Slot\State\SaveAction::__invoke==>GameDev\Platform\Persistence\SessionTransactionManager::commit] => Array
                (
                    [ct] => 1
                    [wt] => 445
                    [cpu] => 110
                    [mu] => 1912
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateService::unlockState==>GameDev\Platform\Model\Shared\Game\Session\GameStateLock::createFromPlayer] => Array
                (
                    [ct] => 1
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 760
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateService::unlockState==>GameDev\Platform\Service\Shared\Game\Session\GameStateLocker::lockExists] => Array
                (
                    [ct] => 1
                    [wt] => 589
                    [cpu] => 137
                    [mu] => 1712
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionShared\RedisGameStateLockRepository::delete==>GameDev\Platform\Repository\SessionShared\RedisGameStateLockRepository::getKey] => Array
                (
                    [ct] => 1
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 952
                    [pmu] => 0
                )

            [Predis\Command\Command::normalizeArguments==>count] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Predis\Command\Command::normalizeArguments==>is_array] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Predis\Command\Redis\DEL::setArguments==>Predis\Command\Command::normalizeArguments] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1816
                    [pmu] => 0
                )

            [Predis\Command\Redis\DEL::setArguments==>Predis\Command\Command::setArguments] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Predis\Command\Factory::create==>Predis\Command\Redis\DEL::setArguments] => Array
                (
                    [ct] => 1
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 3096
                    [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] => 509
                    [cpu] => 226
                    [mu] => 4496
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\SessionShared\RedisGameStateLockRepository::delete==>Monolog\Logger::debug] => Array
                (
                    [ct] => 1
                    [wt] => 36
                    [cpu] => 0
                    [mu] => 1112
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateLocker::unlockState==>GameDev\Platform\Repository\SessionShared\RedisGameStateLockRepository::delete] => Array
                (
                    [ct] => 1
                    [wt] => 573
                    [cpu] => 226
                    [mu] => 7664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Game\Session\GameStateService::unlockState==>GameDev\Platform\Service\Shared\Game\Session\GameStateLocker::unlockState] => Array
                (
                    [ct] => 1
                    [wt] => 577
                    [cpu] => 226
                    [mu] => 8392
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\API\Slot\State\SaveAction::__invoke==>GameDev\Platform\Service\Shared\Game\Session\GameStateService::unlockState] => Array
                (
                    [ct] => 1
                    [wt] => 1192
                    [cpu] => 363
                    [mu] => 11720
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\API\Slot\State\Factory\GameActionEventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\API\Slot\State\Factory\GameActionEventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::setBackendEngine] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\API\Slot\State\Factory\GameActionEventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::setRoundMode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\API\Slot\State\Factory\GameActionEventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::setBalanceBeforePay] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\API\Slot\State\Factory\GameActionEventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::setBalanceAfterPay] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\API\Slot\State\Factory\GameActionEventFactory::createEvent==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getBalance] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\API\Slot\State\Factory\GameActionEventFactory::createEvent==>GameDev\Platform\Model\Shared\Session\Player\PlayerBalance::getAmount] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\API\Slot\State\Factory\GameActionEventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::setBalanceAfterAction] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\API\Slot\State\Factory\GameActionEventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::setCustom] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\API\Slot\State\Factory\GameActionEventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::setSymbols] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\API\Slot\State\Factory\GameActionEventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::setFinalActionInRound] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\API\Slot\State\Factory\GameActionEventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::setHandlerName] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\API\Slot\State\Factory\GameActionEventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::setActionName] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\API\Slot\State\Factory\GameActionEventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::setActionPay] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\API\Slot\State\Factory\GameActionEventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::setTotalWin] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\API\Slot\State\Factory\GameActionEventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::setTotalBet] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\API\Slot\State\Factory\GameActionEventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::setDenomination] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\API\Slot\State\Factory\GameActionEventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::setBetLevel] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\API\Slot\State\Factory\GameActionEventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::setStatisticTotalBet] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\API\Slot\State\Factory\GameActionEventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::setLinesCount] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\API\Slot\State\Factory\GameActionEventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::setRoundId] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\API\Slot\State\Factory\GameActionEventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::setActionId] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\API\Slot\State\Factory\GameActionEventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::setActionRequest] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\API\Slot\State\Factory\GameActionEventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::setActionResponse] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\API\Slot\State\Factory\GameActionEventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::setActionUrl] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\API\Slot\State\Factory\GameActionEventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::setFreeSpinAction] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\API\Slot\State\Factory\GameActionEventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::setGambleAction] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\API\Slot\State\Factory\GameActionEventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::setIpAddress] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\API\Slot\State\Factory\GameActionEventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::setPlayerCountry] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\API\Slot\State\Factory\GameActionEventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::setStripePackHash] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\API\Slot\State\Factory\GameActionEventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::setStripePackId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\API\Slot\State\Factory\GameActionEventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::setStripePackLicense] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\API\Slot\State\Factory\GameActionEventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::setStripePackRtp] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\API\Slot\State\Factory\GameActionEventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::setUserAgent] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\API\Slot\State\Factory\GameActionEventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::setRoundWin] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\API\Slot\State\SaveAction::__invoke==>GameDev\Platform\Service\Game\API\Slot\State\Factory\GameActionEventFactory::createEvent] => Array
                (
                    [ct] => 1
                    [wt] => 109
                    [cpu] => 0
                    [mu] => 27040
                    [pmu] => 21504
                )

            [GameDev\Platform\Service\Game\API\Slot\State\SaveAction::__invoke==>GameDev\Platform\Event\Game\GameActionEvent::setException] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameActionEventSubscriberService==>dirname] => Array
                (
                    [ct] => 16
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 1624
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameActionEventSubscriberService==>GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameActionEventSubscriberService==>GameDev\Platform\Service\Game\Log\GameAction\EventFactory::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDataStreamEventRepositoryService==>dirname] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [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
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::__construct==>Shared\DataStreamBundle\DataStreamRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [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::getGameActionEventSubscriberService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDataStreamEventRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 3720
                    [pmu] => 3464
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameActionEventSubscriberService==>GameDev\Platform\Service\Game\Log\GameAction\EventLogger::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameActionEventSubscriberService==>GameDev\Platform\Service\Game\Log\GameAction\UnpaidWinFactory::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\Log\DataStreamUnpaidWinRepository::__construct==>Shared\DataStreamBundle\DataStreamRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameActionEventSubscriberService==>GameDev\Platform\Repository\Log\DataStreamUnpaidWinRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1360
                    [pmu] => 1104
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameActionEventSubscriberService==>GameDev\Platform\Service\Game\Log\GameAction\UnpaidWinLogger::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

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

            [GameDev\Platform\Repository\Catalog\StatisticTagRepository::__construct==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getStatisticTagRepositoryService==>GameDev\Platform\Repository\Catalog\StatisticTagRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 1136
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameActionEventSubscriberService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getStatisticTagRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 2976
                    [pmu] => 2720
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameActionEventSubscriberService==>GameDev\Platform\Service\Game\Log\GameAction\StatisticTagProvider::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameActionEventSubscriberService==>GameDev\Platform\Service\Game\Log\GameAction\StatisticFactory::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDataStreamPlayerStatisticRepositoryService==>dirname] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 824
                    [pmu] => 440
                )

            [GameDev\Platform\Repository\Statistic\DataStreamPlayerStatisticRepository::__construct==>Shared\DataStreamBundle\DataStreamRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDataStreamPlayerStatisticRepositoryService==>GameDev\Platform\Repository\Statistic\DataStreamPlayerStatisticRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1424
                    [pmu] => 1168
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameActionEventSubscriberService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDataStreamPlayerStatisticRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 3008
                    [pmu] => 2752
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDataStreamAggregatorStatisticRepositoryService==>dirname] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 824
                    [pmu] => 440
                )

            [GameDev\Platform\Repository\Statistic\DataStreamAggregatorStatisticRepository::__construct==>Shared\DataStreamBundle\DataStreamRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDataStreamAggregatorStatisticRepositoryService==>GameDev\Platform\Repository\Statistic\DataStreamAggregatorStatisticRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1424
                    [pmu] => 1168
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameActionEventSubscriberService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDataStreamAggregatorStatisticRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 3008
                    [pmu] => 2752
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameActionEventSubscriberService==>GameDev\Platform\Service\Game\Log\GameAction\StatisticLogger::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameActionEventSubscriberService==>GameDev\Platform\EventSubscriber\Game\GameActionEventSubscriber::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2395}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameActionEventSubscriberService] => Array
                (
                    [ct] => 1
                    [wt] => 144
                    [cpu] => 0
                    [mu] => 23528
                    [pmu] => 23272
                )

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

            [Symfony\Component\HttpFoundation\RequestStack::getCurrentRequest==>end] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 280
                )

            [GameDev\Platform\Utils\JaegerTraceIdExtractor::extractTraceId==>Symfony\Component\HttpFoundation\RequestStack::getCurrentRequest] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1296
                    [pmu] => 976
                )

            [GameDev\Platform\EventSubscriber\Game\GameActionEventSubscriber::onGameAction==>GameDev\Platform\Utils\JaegerTraceIdExtractor::extractTraceId] => Array
                (
                    [ct] => 1
                    [wt] => 198
                    [cpu] => 0
                    [mu] => 2296
                    [pmu] => 2896
                )

            [GameDev\Platform\EventSubscriber\Game\GameActionEventSubscriber::onGameAction==>GameDev\Platform\Event\Game\GameActionEvent::setTraceId] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventLogger::shouldSaveEvent==>GameDev\Platform\Event\Game\GameActionEvent::getPlayer] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 360
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventLogger::shouldSaveEvent==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getMode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventLogger::shouldSaveEvent==>GameDev\Platform\Model\Shared\Session\Player\PlayerMode::isReal] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventLogger::shouldSaveEvent==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getAggregator] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventLogger::shouldSaveEvent==>GameDev\Platform\Entity\Catalog\Aggregator::isSaveAnalytics] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventLogger::logEvent==>GameDev\Platform\Service\Game\Log\GameAction\EventLogger::shouldSaveEvent] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 4240
                    [pmu] => 3888
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::getPlayer] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getAggregator] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::getGame] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getBalance] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::getUserAgent] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Mobile_Detect::setHttpHeaders==>substr] => Array
                (
                    [ct] => 1668
                    [wt] => 793
                    [cpu] => 0
                    [mu] => 53784
                    [pmu] => 336
                )

            [Mobile_Detect::setCfHeaders==>strtolower] => Array
                (
                    [ct] => 1668
                    [wt] => 836
                    [cpu] => 0
                    [mu] => 124848
                    [pmu] => 368
                )

            [Mobile_Detect::setCfHeaders==>substr] => Array
                (
                    [ct] => 1668
                    [wt] => 822
                    [cpu] => 3169
                    [mu] => 77816
                    [pmu] => 632
                )

            [Mobile_Detect::setHttpHeaders==>Mobile_Detect::setCfHeaders] => Array
                (
                    [ct] => 1
                    [wt] => 3933
                    [cpu] => 3169
                    [mu] => 1784
                    [pmu] => 1520
                )

            [Mobile_Detect::__construct==>Mobile_Detect::setHttpHeaders] => Array
                (
                    [ct] => 1
                    [wt] => 5862
                    [cpu] => 3169
                    [mu] => 3712
                    [pmu] => 3448
                )

            [Mobile_Detect::setUserAgent==>Mobile_Detect::getUaHttpHeaders] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Mobile_Detect::prepareUserAgent==>trim] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 576
                    [pmu] => 320
                )

            [Mobile_Detect::prepareUserAgent==>substr] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [Mobile_Detect::setUserAgent==>Mobile_Detect::prepareUserAgent] => Array
                (
                    [ct] => 2
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1824
                    [pmu] => 1568
                )

            [Mobile_Detect::__construct==>Mobile_Detect::setUserAgent] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 3216
                    [pmu] => 2960
                )

            [GameDev\Platform\Utils\UserAgentParser\JenssegersAgent::parseUserAgent==>Mobile_Detect::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 5883
                    [cpu] => 3169
                    [mu] => 7656
                    [pmu] => 7336
                )

            [GameDev\Platform\Utils\UserAgentParser\JenssegersAgent::parseUserAgent==>Mobile_Detect::setUserAgent] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 560
                    [pmu] => 304
                )

            [Mobile_Detect::isTablet==>Mobile_Detect::getUserAgent] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 296
                )

            [Mobile_Detect::isTablet==>Mobile_Detect::setDetectionType] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Mobile_Detect::isTablet==>Mobile_Detect::getTabletDevices] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Mobile_Detect::match==>preg_match] => Array
                (
                    [ct] => 507
                    [wt] => 1163
                    [cpu] => 0
                    [mu] => 28928
                    [pmu] => 696
                )

            [Mobile_Detect::isTablet==>Mobile_Detect::match] => Array
                (
                    [ct] => 119
                    [wt] => 294
                    [cpu] => 0
                    [mu] => 11624
                    [pmu] => 3376
                )

            [GameDev\Platform\Utils\UserAgentParser\JenssegersAgent::parseUserAgent==>Mobile_Detect::isTablet] => Array
                (
                    [ct] => 1
                    [wt] => 393
                    [cpu] => 0
                    [mu] => 3696
                    [pmu] => 5536
                )

            [Mobile_Detect::isMobile==>Mobile_Detect::getUserAgent] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Mobile_Detect::isMobile==>Mobile_Detect::setDetectionType] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Mobile_Detect::checkHttpHeadersForMobile==>Mobile_Detect::getMobileHeaders] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Mobile_Detect::isMobile==>Mobile_Detect::checkHttpHeadersForMobile] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1216
                    [pmu] => 568
                )

            [Mobile_Detect::getMobileDetectionRules==>Mobile_Detect::getPhoneDevices] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Mobile_Detect::getMobileDetectionRules==>Mobile_Detect::getTabletDevices] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Mobile_Detect::getMobileDetectionRules==>Mobile_Detect::getOperatingSystems] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Mobile_Detect::getMobileDetectionRules==>Mobile_Detect::getBrowsers] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Mobile_Detect::getMobileDetectionRules==>array_merge] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 12896
                    [pmu] => 12840
                )

            [Jenssegers\Agent\Agent::getRules==>Mobile_Detect::getMobileDetectionRules] => Array
                (
                    [ct] => 1
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 16512
                    [pmu] => 16256
                )

            [Mobile_Detect::matchDetectionRulesAgainstUA==>Jenssegers\Agent\Agent::getRules] => Array
                (
                    [ct] => 1
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 17160
                    [pmu] => 16904
                )

            [Mobile_Detect::matchDetectionRulesAgainstUA==>Mobile_Detect::match] => Array
                (
                    [ct] => 183
                    [wt] => 909
                    [cpu] => 0
                    [mu] => 16672
                    [pmu] => 8424
                )

            [Mobile_Detect::isMobile==>Mobile_Detect::matchDetectionRulesAgainstUA] => Array
                (
                    [ct] => 1
                    [wt] => 1077
                    [cpu] => 0
                    [mu] => 18424
                    [pmu] => 25928
                )

            [Jenssegers\Agent\Agent::isPhone==>Mobile_Detect::isMobile] => Array
                (
                    [ct] => 1
                    [wt] => 1092
                    [cpu] => 0
                    [mu] => 21584
                    [pmu] => 26816
                )

            [GameDev\Platform\Utils\UserAgentParser\JenssegersAgent::parseUserAgent==>Jenssegers\Agent\Agent::isPhone] => Array
                (
                    [ct] => 1
                    [wt] => 1095
                    [cpu] => 0
                    [mu] => 22280
                    [pmu] => 26816
                )

            [Jenssegers\Agent\Agent::mergeRules==>is_array] => Array
                (
                    [ct] => 7
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [Jenssegers\Agent\Agent::getBrowsers==>Jenssegers\Agent\Agent::mergeRules] => Array
                (
                    [ct] => 1
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 3416
                    [pmu] => 0
                )

            [Jenssegers\Agent\Agent::browser==>Jenssegers\Agent\Agent::getBrowsers] => Array
                (
                    [ct] => 1
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 4056
                    [pmu] => 0
                )

            [Jenssegers\Agent\Agent::findDetectionRulesAgainstUA==>Mobile_Detect::match] => Array
                (
                    [ct] => 205
                    [wt] => 596
                    [cpu] => 0
                    [mu] => 18624
                    [pmu] => 568
                )

            [Jenssegers\Agent\Agent::browser==>Jenssegers\Agent\Agent::findDetectionRulesAgainstUA] => Array
                (
                    [ct] => 1
                    [wt] => 157
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 0
                )

            [GameDev\Platform\Utils\UserAgentParser\JenssegersAgent::parseUserAgent==>Jenssegers\Agent\Agent::browser] => Array
                (
                    [ct] => 1
                    [wt] => 181
                    [cpu] => 0
                    [mu] => 4048
                    [pmu] => 0
                )

            [GameDev\Platform\Utils\UserAgentParser\JenssegersAgent::parseUserAgent==>Jenssegers\Agent\Agent::version] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Jenssegers\Agent\Agent::getPlatforms==>Jenssegers\Agent\Agent::mergeRules] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 2136
                    [pmu] => 1576
                )

            [Jenssegers\Agent\Agent::platform==>Jenssegers\Agent\Agent::getPlatforms] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 2552
                    [pmu] => 1872
                )

            [Jenssegers\Agent\Agent::platform==>Jenssegers\Agent\Agent::findDetectionRulesAgainstUA] => Array
                (
                    [ct] => 1
                    [wt] => 124
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [GameDev\Platform\Utils\UserAgentParser\JenssegersAgent::parseUserAgent==>Jenssegers\Agent\Agent::platform] => Array
                (
                    [ct] => 1
                    [wt] => 132
                    [cpu] => 0
                    [mu] => 2560
                    [pmu] => 2600
                )

            [Jenssegers\Agent\Agent::device==>Jenssegers\Agent\Agent::getDesktopDevices] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Jenssegers\Agent\Agent::device==>Mobile_Detect::getPhoneDevices] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Jenssegers\Agent\Agent::device==>Mobile_Detect::getTabletDevices] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Jenssegers\Agent\Agent::device==>Mobile_Detect::getUtilities] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Jenssegers\Agent\Agent::device==>Jenssegers\Agent\Agent::mergeRules] => Array
                (
                    [ct] => 1
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 13128
                    [pmu] => 20496
                )

            [Jenssegers\Agent\Agent::device==>Jenssegers\Agent\Agent::findDetectionRulesAgainstUA] => Array
                (
                    [ct] => 1
                    [wt] => 491
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 568
                )

            [GameDev\Platform\Utils\UserAgentParser\JenssegersAgent::parseUserAgent==>Jenssegers\Agent\Agent::device] => Array
                (
                    [ct] => 1
                    [wt] => 520
                    [cpu] => 0
                    [mu] => 16768
                    [pmu] => 23200
                )

            [GameDev\Platform\Utils\UserAgentParser\JenssegersAgent::parseUserAgent==>GameDev\Platform\Model\Shared\UserAgentInfo::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Utils\UserAgentParser\JenssegersAgent::parseUserAgent] => Array
                (
                    [ct] => 1
                    [wt] => 8244
                    [cpu] => 3169
                    [mu] => 48984
                    [pmu] => 66704
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Entity\Catalog\System::getId] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Model\Shared\Session\Player\PlayerBalance::getCurrency] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Money\CurrencyRateProvider::getCurrencyRate==>array_key_exists] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/main_metadata_php:2361}==>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/main_metadata_php:2361}] => Array
                (
                    [ct] => 1
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 4648
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\Catalog\CurrencyRateRepository::findAllAsMap==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::createQueryBuilder] => Array
                (
                    [ct] => 1
                    [wt] => 312
                    [cpu] => 0
                    [mu] => 9152
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\Catalog\CurrencyRateRepository::findAllAsMap==>Doctrine\ORM\QueryBuilder::select] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 848
                    [pmu] => 0
                )

            [Doctrine\ORM\Query\Expr\Base::__toString==>implode@1] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\Catalog\CurrencyRateRepository::findAllAsMap==>Doctrine\ORM\QueryBuilder::getQuery] => Array
                (
                    [ct] => 1
                    [wt] => 58
                    [cpu] => 0
                    [mu] => 1864
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\Catalog\CurrencyRateRepository::findAllAsMap==>Doctrine\ORM\Query::setHint] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 976
                    [pmu] => 0
                )

            [Doctrine\DBAL\Driver\Mysqli\Connection::query==>Doctrine\DBAL\Driver\Mysqli\Connection::prepare] => Array
                (
                    [ct] => 1
                    [wt] => 369
                    [cpu] => 6245
                    [mu] => 22480
                    [pmu] => 7856
                )

            [Doctrine\DBAL\Driver\Mysqli\Connection::query==>Doctrine\DBAL\Driver\Mysqli\Statement::execute] => Array
                (
                    [ct] => 1
                    [wt] => 512
                    [cpu] => 36
                    [mu] => 5384
                    [pmu] => 19728
                )

            [Doctrine\DBAL\Connection::executeQuery==>Doctrine\DBAL\Driver\Mysqli\Connection::query] => Array
                (
                    [ct] => 1
                    [wt] => 885
                    [cpu] => 6281
                    [mu] => 28464
                    [pmu] => 27904
                )

            [Doctrine\ORM\Internal\Hydration\ArrayHydrator::prepare==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::resultSetMapping] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::hydrateAll==>Doctrine\ORM\Internal\Hydration\ArrayHydrator::prepare] => Array
                (
                    [ct] => 2
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\ArrayHydrator::hydrateAllData==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::statement] => Array
                (
                    [ct] => 217
                    [wt] => 114
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\ArrayHydrator::hydrateAllData==>Doctrine\DBAL\Result::fetchAssociative] => Array
                (
                    [ct] => 217
                    [wt] => 1406
                    [cpu] => 0
                    [mu] => 97464
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\ArrayHydrator::hydrateRowData==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::gatherRowData] => Array
                (
                    [ct] => 215
                    [wt] => 2153
                    [cpu] => 2963
                    [mu] => 163440
                    [pmu] => 91088
                )

            [Doctrine\ORM\Internal\Hydration\ArrayHydrator::hydrateRowData==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::resultSetMapping] => Array
                (
                    [ct] => 215
                    [wt] => 119
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\ArrayHydrator::hydrateAllData==>Doctrine\ORM\Internal\Hydration\ArrayHydrator::hydrateRowData] => Array
                (
                    [ct] => 215
                    [wt] => 2953
                    [cpu] => 2963
                    [mu] => 267680
                    [pmu] => 98672
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::hydrateAll==>Doctrine\ORM\Internal\Hydration\ArrayHydrator::hydrateAllData] => Array
                (
                    [ct] => 2
                    [wt] => 5107
                    [cpu] => 2963
                    [mu] => 110352
                    [pmu] => 98672
                )

            [Doctrine\ORM\AbstractQuery::getArrayResult==>Doctrine\ORM\AbstractQuery::execute] => Array
                (
                    [ct] => 2
                    [wt] => 7420
                    [cpu] => 12599
                    [mu] => 124640
                    [pmu] => 141856
                )

            [GameDev\Platform\Repository\Catalog\CurrencyRateRepository::findAllAsMap==>Doctrine\ORM\AbstractQuery::getArrayResult] => Array
                (
                    [ct] => 1
                    [wt] => 6218
                    [cpu] => 9244
                    [mu] => 118984
                    [pmu] => 141856
                )

            [GameDev\Platform\Service\Shared\Money\CurrencyRateProvider::loadCurrencyRates==>GameDev\Platform\Repository\Catalog\CurrencyRateRepository::findAllAsMap] => Array
                (
                    [ct] => 1
                    [wt] => 6653
                    [cpu] => 9244
                    [mu] => 137056
                    [pmu] => 141856
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/main_metadata_php:4132}==>Symfony\Component\VarExporter\Internal\Registry::p] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 1048
                    [pmu] => 0
                )

            [Symfony\Component\Cache\Adapter\PhpArrayAdapter::{closure:/app/var/cache/prod/doctrine/orm/main_metadata_php:4132}==>Symfony\Component\VarExporter\Internal\Hydrator::hydrate] => Array
                (
                    [ct] => 1
                    [wt] => 18
                    [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:4132}] => Array
                (
                    [ct] => 1
                    [wt] => 46
                    [cpu] => 0
                    [mu] => 7568
                    [pmu] => 0
                )

            [Doctrine\ORM\Mapping\ClassMetadataFactory::wakeupReflection==>Doctrine\ORM\Mapping\PropertyAccessors\ReadonlyAccessor::getUnderlyingReflector] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\Catalog\CustomCurrencyRateRepository::findRatesMapByAggregatorId==>Doctrine\Bundle\DoctrineBundle\Repository\ServiceEntityRepositoryProxy::createQueryBuilder] => Array
                (
                    [ct] => 1
                    [wt] => 464
                    [cpu] => 0
                    [mu] => 13664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\Catalog\CustomCurrencyRateRepository::findRatesMapByAggregatorId==>Doctrine\ORM\QueryBuilder::select] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 848
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\Catalog\CustomCurrencyRateRepository::findRatesMapByAggregatorId==>Doctrine\ORM\QueryBuilder::innerJoin] => Array
                (
                    [ct] => 1
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 1856
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\Catalog\CustomCurrencyRateRepository::findRatesMapByAggregatorId==>Doctrine\ORM\QueryBuilder::andWhere] => Array
                (
                    [ct] => 1
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 1288
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\Catalog\CustomCurrencyRateRepository::findRatesMapByAggregatorId==>Doctrine\ORM\QueryBuilder::setParameter] => Array
                (
                    [ct] => 1
                    [wt] => 36
                    [cpu] => 0
                    [mu] => 960
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\Catalog\CustomCurrencyRateRepository::findRatesMapByAggregatorId==>Doctrine\ORM\QueryBuilder::getQuery] => Array
                (
                    [ct] => 1
                    [wt] => 91
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\Catalog\CustomCurrencyRateRepository::findRatesMapByAggregatorId==>Doctrine\ORM\Query::setHint] => Array
                (
                    [ct] => 2
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1008
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\Catalog\CustomCurrencyRateRepository::findRatesMapByAggregatorId==>Doctrine\ORM\AbstractQuery::getArrayResult] => Array
                (
                    [ct] => 1
                    [wt] => 1205
                    [cpu] => 3355
                    [mu] => 7016
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Money\CurrencyRateProvider::loadCurrencyRates==>GameDev\Platform\Repository\Catalog\CustomCurrencyRateRepository::findRatesMapByAggregatorId] => Array
                (
                    [ct] => 1
                    [wt] => 1890
                    [cpu] => 3355
                    [mu] => 17448
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Money\CurrencyRateProvider::loadCurrencyRates==>array_merge] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Money\CurrencyRateProvider::getCurrencyRate==>GameDev\Platform\Service\Shared\Money\CurrencyRateProvider::loadCurrencyRates] => Array
                (
                    [ct] => 1
                    [wt] => 8560
                    [cpu] => 12599
                    [mu] => 57656
                    [pmu] => 141856
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Service\Shared\Money\CurrencyRateProvider::getCurrencyRate] => Array
                (
                    [ct] => 1
                    [wt] => 8565
                    [cpu] => 12599
                    [mu] => 59424
                    [pmu] => 141856
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventContextFactory::createContext==>GameDev\Platform\Event\Game\GameActionEvent::getIpAddress] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventContextFactory::createContext==>GameDev\Platform\Event\Game\GameActionEvent::getTraceId] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Service\Game\Log\GameAction\EventContextFactory::createContext] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 2496
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>GameDev\Platform\Event\Game\GameActionEvent::getPlayer] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getAggregator] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getBalance] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>GameDev\Platform\Model\Shared\Session\Player\PlayerBalance::getCurrency] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>GameDev\Platform\Event\Game\GameActionEvent::getBalanceBeforePay] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>GameDev\Platform\Event\Game\GameActionEvent::getBalanceAfterPay] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>GameDev\Platform\Event\Game\GameActionEvent::getBalanceAfterAction] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>GameDev\Platform\Event\Game\GameActionEvent::getTraceId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>GameDev\Platform\Event\Game\GameActionEvent::getUserAgent] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getMode] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>GameDev\Platform\Model\Shared\Session\Player\PlayerMode::isReal] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>GameDev\Platform\Model\Shared\Session\Player\PlayerBalance::getAmount] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>GameDev\Platform\Model\Shared\Session\Player\PlayerMode::isFun] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getModeCode] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getUserId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getWindowId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getModeName==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getMode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getModeName] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getAggregatorUserId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Model\Shared\Session\Player\Player::isTest==>GameDev\Platform\Model\Shared\Session\Player\Player::getTokenRelation] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Model\Shared\Session\Player\Player::isTest==>GameDev\Platform\Entity\SessionDefault\UserTokenRelation::isTestUser] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>GameDev\Platform\Model\Shared\Session\Player\Player::isTest] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 2056
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>GameDev\Platform\Entity\Catalog\System::getId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>GameDev\Platform\Service\Shared\Money\CurrencyRateProvider::getCurrencyRate] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>GameDev\Platform\Event\Game\GameActionEvent::isFinalActionInRound] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>GameDev\Platform\Event\Game\GameActionEvent::getGame] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>GameDev\Platform\Entity\Catalog\Game::getId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>GameDev\Platform\Entity\Catalog\Game::getAbsoluteName] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>GameDev\Platform\Event\Game\GameActionEvent::getHandlerName] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>GameDev\Platform\Event\Game\GameActionEvent::getActionName] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>GameDev\Platform\Event\Game\GameActionEvent::getRoundId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>GameDev\Platform\Event\Game\GameActionEvent::getRoundWin] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>GameDev\Platform\Event\Game\GameActionEvent::getIpAddress] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>GameDev\Platform\Event\Game\GameActionEvent::getActionPay] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>GameDev\Platform\Event\Game\GameActionEvent::getTotalBet] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>GameDev\Platform\Event\Game\GameActionEvent::getTotalWin] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>GameDev\Platform\Event\Game\GameActionEvent::getDenomination] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>GameDev\Platform\Event\Game\GameActionEvent::getStripePackRtp] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\Catalog\Game::getTypeCode==>GameDev\Platform\Entity\Catalog\Game::getType] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\Catalog\Game::getTypeCode==>GameDev\Platform\Entity\Catalog\GameType::getId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\Catalog\Game::getTypeCode==>GameDev\Platform\Model\Shared\Game\GameTypeCode::tryFrom] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1568
                    [pmu] => 1312
                )

            [GameDev\Platform\Entity\Catalog\Game::isSlot==>GameDev\Platform\Entity\Catalog\Game::getTypeCode] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 3560
                    [pmu] => 2144
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>GameDev\Platform\Entity\Catalog\Game::isSlot] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 4256
                    [pmu] => 2760
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>GameDev\Platform\Event\Game\GameActionEvent::getActionResponse] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>GameDev\Platform\Event\Game\GameActionEvent::getBetLevel] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>GameDev\Platform\Event\Game\GameActionEvent::getLinesCount] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>GameDev\Platform\Event\Game\GameActionEvent::getSymbols] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>GameDev\Platform\Event\Game\GameActionEvent::isFreeSpinAction] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>GameDev\Platform\Event\Game\GameActionEvent::getStripePackId] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>GameDev\Platform\Event\Game\GameActionEvent::getStripePackHash] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>GameDev\Platform\Event\Game\GameActionEvent::getStripePackLicense] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>GameDev\Platform\Event\Game\GameActionEvent::getActionUrl] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>parse_url] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 984
                    [pmu] => 888
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>GameDev\Platform\Event\Game\GameActionEvent::getActionRequest] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>array_replace_recursive] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 2344
                    [pmu] => 2256
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>GameDev\Platform\Event\Game\GameActionEvent::getGiftType] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>GameDev\Platform\Event\Game\GameActionEvent::getException] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>GameDev\Platform\Event\Game\GameActionEvent::getCustom] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 56
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>count] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 504
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails==>array_merge] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1936
                    [pmu] => 1600
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Service\Game\Log\GameAction\EventDetailsFactory::createDetails] => Array
                (
                    [ct] => 1
                    [wt] => 170
                    [cpu] => 0
                    [mu] => 48920
                    [pmu] => 17992
                )

            [GameDev\Platform\Entity\History\Event::__construct==>DateTime::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 856
                    [pmu] => 600
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Entity\History\Event::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1600
                    [pmu] => 1344
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Entity\History\Event::setHttpReferer] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Model\Shared\UserAgentInfo::getUserBrowser] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Entity\History\Event::setUserBrowser] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Model\Shared\UserAgentInfo::getUserBrowserVersion] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Entity\History\Event::setUserBrowserVersion] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Model\Shared\UserAgentInfo::getUserOs] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Entity\History\Event::setUserOs] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Model\Shared\UserAgentInfo::getUserOsVersion] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Entity\History\Event::setUserOsVersion] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Model\Shared\UserAgentInfo::getUserDeviceCategory] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Entity\History\Event::setUserDeviceCategory] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Model\Shared\UserAgentInfo::getUserDeviceBrand] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Entity\History\Event::setUserDeviceBrand] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Entity\History\Event::setUserDeviceModel] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::getPlayerCountry] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Entity\History\Event::setCountryCode] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Entity\History\Event::setAggregatorId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Entity\Catalog\Aggregator::getLicenseType] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Entity\Catalog\LicenseType::getValue] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Entity\History\Event::setStripesLicense] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Model\Shared\Session\Player\Player::getTokenRelation] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Entity\SessionDefault\UserTokenRelation::getToken] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Entity\History\Event::setSessionId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getAggregatorUserId] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Entity\History\Event::setUserId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getUserId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Entity\History\Event::setInternalUserId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Entity\History\Event::setCurrency] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 360
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Entity\History\Event::setCurrencyRate] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Entity\Catalog\Game::getId] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Entity\History\Event::setGameId] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Entity\Catalog\Game::getType] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::registerManaged==>Doctrine\ORM\EntityManager::getUnitOfWork] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\AbstractHydrator::registerManaged==>Doctrine\ORM\UnitOfWork::registerManaged] => Array
                (
                    [ct] => 1
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 256
                    [pmu] => 0
                )

            [Doctrine\ORM\Internal\Hydration\SimpleObjectHydrator::hydrateRowData==>Doctrine\ORM\Internal\Hydration\AbstractHydrator::registerManaged] => Array
                (
                    [ct] => 1
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 2056
                    [pmu] => 0
                )

            [Doctrine\ORM\UnitOfWork::createEntity==>Doctrine\ORM\UnitOfWork::isUninitializedObject] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Doctrine\ORM\Proxy\ProxyFactory::{closure:Doctrine\ORM\Proxy\ProxyFactory::getProxy():211}==>Doctrine\ORM\Persisters\Entity\BasicEntityPersister::loadById] => Array
                (
                    [ct] => 1
                    [wt] => 1174
                    [cpu] => 670
                    [mu] => 7776
                    [pmu] => 48472
                )

            [GameDev\Platform\Entity\Catalog\GameType::getCode==>Doctrine\ORM\Proxy\ProxyFactory::{closure:Doctrine\ORM\Proxy\ProxyFactory::getProxy():211}] => Array
                (
                    [ct] => 1
                    [wt] => 1178
                    [cpu] => 670
                    [mu] => 8504
                    [pmu] => 48568
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Entity\Catalog\GameType::getCode] => Array
                (
                    [ct] => 1
                    [wt] => 1182
                    [cpu] => 670
                    [mu] => 7920
                    [pmu] => 48760
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Entity\History\Event::setGameType] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::getBackendEngine] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Entity\History\Event::setGameBackendEngine] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::getRoundMode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Entity\History\Event::setGameMode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::getActionId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Entity\History\Event::setActionId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Entity\History\Event::setActionParams] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::getActionName] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Entity\History\Event::setActionName] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::getRoundId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Entity\History\Event::setRoundId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Entity\History\Event::setBetAmountSource] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Entity\History\Event::setBetAmount] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Entity\History\Event::setRealPaymentSource] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Entity\History\Event::setRealPayment] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Entity\History\Event::setTotalWinSource] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Entity\History\Event::setTotalWin] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Entity\History\Event::setPayoutRate] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Entity\History\Event::setDenomination] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::getTotalBet] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::getActionPay] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::getTotalWin] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::getDenomination] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::getStripePackHash] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Entity\History\Event::setStripesHash] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::getStripePackRtp] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Entity\History\Event::setBalanceAfter] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Entity\History\Event::setBalanceAfterSource] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::getBalanceAfterAction] => Array
                (
                    [ct] => 3
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Helper\ArithmeticHelper::div==>Webmozart\Assert\Assert::numeric] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [GameDev\Platform\Helper\ArithmeticHelper::stringifyNum==>sprintf] => Array
                (
                    [ct] => 4
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1848
                    [pmu] => 0
                )

            [GameDev\Platform\Helper\ArithmeticHelper::div==>GameDev\Platform\Helper\ArithmeticHelper::stringifyNum] => Array
                (
                    [ct] => 2
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1872
                    [pmu] => 0
                )

            [GameDev\Platform\Helper\ArithmeticHelper::div==>bcdiv] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 592
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::getUsdAmount==>GameDev\Platform\Helper\ArithmeticHelper::div] => Array
                (
                    [ct] => 1
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 3192
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Service\Game\Log\GameAction\EventFactory::getUsdAmount] => Array
                (
                    [ct] => 1
                    [wt] => 29
                    [cpu] => 0
                    [mu] => 3920
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Entity\History\Event::setStatus] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Event\Game\GameActionEvent::getException] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>date_create] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 904
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Entity\History\Event::setTime] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 312
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::getNormalizedDetails==>array_merge] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::normalizeDetailsValue==>is_bool] => Array
                (
                    [ct] => 49
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::normalizeDetailsValue==>strval] => Array
                (
                    [ct] => 49
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 920
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::{closure:GameDev\Platform\Service\Game\Log\GameAction\EventFactory::getNormalizedDetails():132}==>GameDev\Platform\Service\Game\Log\GameAction\EventFactory::normalizeDetailsValue] => Array
                (
                    [ct] => 49
                    [wt] => 168
                    [cpu] => 0
                    [mu] => 3104
                    [pmu] => 0
                )

            [array_walk_recursive==>GameDev\Platform\Service\Game\Log\GameAction\EventFactory::{closure:GameDev\Platform\Service\Game\Log\GameAction\EventFactory::getNormalizedDetails():132}] => Array
                (
                    [ct] => 49
                    [wt] => 256
                    [cpu] => 0
                    [mu] => 167704
                    [pmu] => 319792
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::normalizeDetailsValue==>intval] => Array
                (
                    [ct] => 6
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::getNormalizedDetails==>array_walk_recursive] => Array
                (
                    [ct] => 1
                    [wt] => 449
                    [cpu] => 0
                    [mu] => 174128
                    [pmu] => 319792
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Service\Game\Log\GameAction\EventFactory::getNormalizedDetails] => Array
                (
                    [ct] => 1
                    [wt] => 454
                    [cpu] => 0
                    [mu] => 175552
                    [pmu] => 319792
                )

            [GameDev\Platform\Helper\Json::encode==>json_encode] => Array
                (
                    [ct] => 4
                    [wt] => 54
                    [cpu] => 0
                    [mu] => 17688
                    [pmu] => 3840
                )

            [GameDev\Platform\Helper\Json::encode==>json_last_error] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Helper\Json::encode] => Array
                (
                    [ct] => 2
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 10168
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Entity\History\Event::setDetails] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent==>GameDev\Platform\Entity\History\Event::setContext] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventLogger::logEvent==>GameDev\Platform\Service\Game\Log\GameAction\EventFactory::createEvent] => Array
                (
                    [ct] => 1
                    [wt] => 18935
                    [cpu] => 16438
                    [mu] => 474088
                    [pmu] => 624776
                )

            [Shared\DataStreamBundle\DataStreamRepository::saveMessage==>Shared\DataStreamBundle\DataStreamRepository::validateMessageType] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Ramsey\Uuid\FeatureSet::buildRandomGenerator==>Ramsey\Uuid\Generator\RandomGeneratorFactory::getGenerator] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 672
                    [pmu] => 0
                )

            [Ramsey\Uuid\FeatureSet::__construct==>Ramsey\Uuid\FeatureSet::buildRandomGenerator] => Array
                (
                    [ct] => 1
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 1320
                    [pmu] => 0
                )

            [Ramsey\Uuid\FeatureSet::buildNumberConverter==>Ramsey\Uuid\Converter\Number\GenericNumberConverter::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Ramsey\Uuid\FeatureSet::setCalculator==>Ramsey\Uuid\FeatureSet::buildNumberConverter] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 1336
                    [pmu] => 0
                )

            [Ramsey\Uuid\FeatureSet::buildTimeConverter==>Ramsey\Uuid\Converter\Time\GenericTimeConverter::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Ramsey\Uuid\FeatureSet::buildTimeConverter==>Ramsey\Uuid\FeatureSet::is64BitSystem] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Ramsey\Uuid\Converter\Time\PhpTimeConverter::__construct==>ini_get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Ramsey\Uuid\FeatureSet::buildTimeConverter==>Ramsey\Uuid\Converter\Time\PhpTimeConverter::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 0
                )

            [Ramsey\Uuid\FeatureSet::setCalculator==>Ramsey\Uuid\FeatureSet::buildTimeConverter] => Array
                (
                    [ct] => 1
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 3376
                    [pmu] => 0
                )

            [Ramsey\Uuid\FeatureSet::__construct==>Ramsey\Uuid\FeatureSet::setCalculator] => Array
                (
                    [ct] => 1
                    [wt] => 39
                    [cpu] => 0
                    [mu] => 5424
                    [pmu] => 0
                )

            [Ramsey\Uuid\Rfc4122\UuidBuilder::__construct==>Ramsey\Uuid\Converter\Time\UnixTimeConverter::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Ramsey\Uuid\FeatureSet::buildUuidBuilder==>Ramsey\Uuid\Rfc4122\UuidBuilder::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 1376
                    [pmu] => 0
                )

            [Ramsey\Uuid\FeatureSet::buildUuidBuilder==>Ramsey\Uuid\Nonstandard\UuidBuilder::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Ramsey\Uuid\FeatureSet::buildUuidBuilder==>Ramsey\Uuid\Builder\FallbackBuilder::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Ramsey\Uuid\FeatureSet::__construct==>Ramsey\Uuid\FeatureSet::buildUuidBuilder] => Array
                (
                    [ct] => 1
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 3800
                    [pmu] => 0
                )

            [Ramsey\Uuid\FeatureSet::buildCodec==>Ramsey\Uuid\Codec\StringCodec::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Ramsey\Uuid\FeatureSet::__construct==>Ramsey\Uuid\FeatureSet::buildCodec] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1288
                    [pmu] => 0
                )

            [Ramsey\Uuid\FeatureSet::buildNodeProvider==>Ramsey\Uuid\Provider\Node\FallbackNodeProvider::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Ramsey\Uuid\FeatureSet::__construct==>Ramsey\Uuid\FeatureSet::buildNodeProvider] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 1600
                    [pmu] => 0
                )

            [Ramsey\Uuid\FeatureSet::buildNameGenerator==>Ramsey\Uuid\Generator\NameGeneratorFactory::getGenerator] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 640
                    [pmu] => 0
                )

            [Ramsey\Uuid\FeatureSet::__construct==>Ramsey\Uuid\FeatureSet::buildNameGenerator] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1288
                    [pmu] => 0
                )

            [Ramsey\Uuid\FeatureSet::buildTimeGenerator==>Ramsey\Uuid\Generator\TimeGeneratorFactory::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Ramsey\Uuid\Generator\TimeGeneratorFactory::getGenerator==>Ramsey\Uuid\Generator\DefaultTimeGenerator::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Ramsey\Uuid\FeatureSet::buildTimeGenerator==>Ramsey\Uuid\Generator\TimeGeneratorFactory::getGenerator] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 0
                )

            [Ramsey\Uuid\FeatureSet::setTimeProvider==>Ramsey\Uuid\FeatureSet::buildTimeGenerator] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 2704
                    [pmu] => 0
                )

            [Ramsey\Uuid\FeatureSet::__construct==>Ramsey\Uuid\FeatureSet::setTimeProvider] => Array
                (
                    [ct] => 1
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 3352
                    [pmu] => 0
                )

            [Ramsey\Uuid\FeatureSet::buildDceSecurityGenerator==>Ramsey\Uuid\Generator\DceSecurityGenerator::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Ramsey\Uuid\FeatureSet::setDceSecurityProvider==>Ramsey\Uuid\FeatureSet::buildDceSecurityGenerator] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 1928
                    [pmu] => 0
                )

            [Ramsey\Uuid\FeatureSet::__construct==>Ramsey\Uuid\FeatureSet::setDceSecurityProvider] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 2576
                    [pmu] => 0
                )

            [Ramsey\Uuid\FeatureSet::buildUnixTimeGenerator==>Ramsey\Uuid\Generator\UnixTimeGenerator::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Ramsey\Uuid\FeatureSet::__construct==>Ramsey\Uuid\FeatureSet::buildUnixTimeGenerator] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [Ramsey\Uuid\UuidFactory::__construct==>Ramsey\Uuid\FeatureSet::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 204
                    [cpu] => 0
                    [mu] => 25864
                    [pmu] => 0
                )

            [Ramsey\Uuid\UuidFactory::__construct==>Ramsey\Uuid\FeatureSet::getCodec] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Ramsey\Uuid\UuidFactory::__construct==>Ramsey\Uuid\FeatureSet::getDceSecurityGenerator] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Ramsey\Uuid\UuidFactory::__construct==>Ramsey\Uuid\FeatureSet::getNameGenerator] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Ramsey\Uuid\UuidFactory::__construct==>Ramsey\Uuid\FeatureSet::getNodeProvider] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Ramsey\Uuid\UuidFactory::__construct==>Ramsey\Uuid\FeatureSet::getNumberConverter] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Ramsey\Uuid\UuidFactory::__construct==>Ramsey\Uuid\FeatureSet::getRandomGenerator] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Ramsey\Uuid\UuidFactory::__construct==>Ramsey\Uuid\FeatureSet::getTimeConverter] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Ramsey\Uuid\UuidFactory::__construct==>Ramsey\Uuid\FeatureSet::getTimeGenerator] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Ramsey\Uuid\UuidFactory::__construct==>Ramsey\Uuid\FeatureSet::getBuilder] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Ramsey\Uuid\UuidFactory::__construct==>Ramsey\Uuid\FeatureSet::getValidator] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Ramsey\Uuid\UuidFactory::__construct==>Ramsey\Uuid\FeatureSet::getUnixTimeGenerator] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Ramsey\Uuid\Uuid::getFactory==>Ramsey\Uuid\UuidFactory::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 246
                    [cpu] => 0
                    [mu] => 33928
                    [pmu] => 0
                )

            [Ramsey\Uuid\Uuid::uuid4==>Ramsey\Uuid\Uuid::getFactory] => Array
                (
                    [ct] => 2
                    [wt] => 256
                    [cpu] => 0
                    [mu] => 34512
                    [pmu] => 0
                )

            [Ramsey\Uuid\Generator\RandomBytesGenerator::generate==>random_bytes] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Ramsey\Uuid\UuidFactory::uuid4==>Ramsey\Uuid\Generator\RandomBytesGenerator::generate] => Array
                (
                    [ct] => 2
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 1312
                    [pmu] => 0
                )

            [Ramsey\Uuid\UuidFactory::uuidFromBytesAndVersion==>substr] => Array
                (
                    [ct] => 4
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Ramsey\Uuid\UuidFactory::uuidFromBytesAndVersion==>unpack] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1432
                    [pmu] => 24
                )

            [Ramsey\Uuid\UuidFactory::uuidFromBytesAndVersion==>Ramsey\Uuid\BinaryUtils::applyVersion] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Ramsey\Uuid\UuidFactory::uuidFromBytesAndVersion==>pack] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 680
                    [pmu] => 0
                )

            [Ramsey\Uuid\UuidFactory::uuidFromBytesAndVersion==>Ramsey\Uuid\BinaryUtils::applyVariant] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Ramsey\Uuid\UuidFactory::uuidFromBytesAndVersion==>substr_replace] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 760
                    [pmu] => 0
                )

            [Ramsey\Uuid\Lazy\LazyUuidFromString::fromBytes==>bin2hex] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Ramsey\Uuid\Lazy\LazyUuidFromString::fromBytes==>substr] => Array
                (
                    [ct] => 10
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 904
                    [pmu] => 0
                )

            [Ramsey\Uuid\Lazy\LazyUuidFromString::fromBytes==>Ramsey\Uuid\Lazy\LazyUuidFromString::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Ramsey\Uuid\UuidFactory::uuidFromBytesAndVersion==>Ramsey\Uuid\Lazy\LazyUuidFromString::fromBytes] => Array
                (
                    [ct] => 2
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 2960
                    [pmu] => 304
                )

            [Ramsey\Uuid\UuidFactory::uuid4==>Ramsey\Uuid\UuidFactory::uuidFromBytesAndVersion] => Array
                (
                    [ct] => 2
                    [wt] => 82
                    [cpu] => 0
                    [mu] => 8408
                    [pmu] => 928
                )

            [Ramsey\Uuid\Uuid::uuid4==>Ramsey\Uuid\UuidFactory::uuid4] => Array
                (
                    [ct] => 2
                    [wt] => 102
                    [cpu] => 0
                    [mu] => 9328
                    [pmu] => 1056
                )

            [Shared\DataStreamBundle\KSqlDb\UniqIdGenerator::generateUniqId==>Ramsey\Uuid\Uuid::uuid4] => Array
                (
                    [ct] => 2
                    [wt] => 369
                    [cpu] => 0
                    [mu] => 44472
                    [pmu] => 1112
                )

            [Shared\DataStreamBundle\KSqlDb\UniqIdGenerator::generateUniqId==>Ramsey\Uuid\Lazy\LazyUuidFromString::toString] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Shared\DataStreamBundle\KSqlDb\UniqIdGenerator::generateUniqId==>strlen] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Shared\DataStreamBundle\KSqlDb\UniqIdGenerator::generateUniqId==>sprintf] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1224
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>Shared\DataStreamBundle\KSqlDb\UniqIdGenerator::generateUniqId] => Array
                (
                    [ct] => 1
                    [wt] => 354
                    [cpu] => 0
                    [mu] => 47176
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\History\Event::getTimestamp==>DateTime::format] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 824
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getTimestamp] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1264
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\History\Event::getTimestampMicro==>DateTime::format] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 840
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getTimestampMicro] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1312
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getTimeOffsetMinutes] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getTraceId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getHost] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getType] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getSubtype] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getService] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getCaller] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getTag1Name] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getTag1Value] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getTag2Name] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getTag2Value] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getTag3Name] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getTag3Value] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getHttpReferer] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getUserSource] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getUserEndPlatform] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getUserClient] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getUserBrowser] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getUserBrowserVersion] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getUserOs] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getUserOsVersion] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getUserDeviceCategory] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getUserDeviceBrand] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getUserDeviceModel] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getCountryCode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getContext] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getStatus] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getAggregatorId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getSessionId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getUserId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getUserType] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getGameId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getGameType] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getGameBackendEngine] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getGameMode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Model\Shared\Session\Round\RoundMode::getStringRepresentation] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getActionId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getActionName] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getActionParams] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getRoundId] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getCurrency] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getBetAmount] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>Shared\DataStreamBundle\Clickhouse\MoneyFormatter::encode] => Array
                (
                    [ct] => 9
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 2560
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getBetAmountSource] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getRealPayment] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getRealPaymentSource] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getCurrencyRate] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Shared\DataStreamBundle\Clickhouse\MoneyFormatter::encode==>sprintf] => Array
                (
                    [ct] => 3
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1528
                    [pmu] => 0
                )

            [Shared\DataStreamBundle\Clickhouse\MoneyFormatter::encode==>bcmul] => Array
                (
                    [ct] => 3
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 680
                    [pmu] => 0
                )

            [Shared\DataStreamBundle\Clickhouse\MoneyFormatter::encode==>intval] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getBalanceAfter] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getBalanceAfterSource] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getTotalWin] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getTotalWinSource] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getPayoutRate] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getDenomination] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>round] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getErrorType] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getErrorMessage] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getErrorTrace] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getDetails] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getStripesLicense] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getStripesHash] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Entity\History\Event::getInternalUserId] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage==>GameDev\Platform\Helper\Json::encode] => Array
                (
                    [ct] => 1
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 8824
                    [pmu] => 0
                )

            [Shared\DataStreamBundle\DataStreamRepository::saveMessage==>GameDev\Platform\Repository\History\DataStreamEventRepository::serializeMessage] => Array
                (
                    [ct] => 1
                    [wt] => 640
                    [cpu] => 0
                    [mu] => 104184
                    [pmu] => 0
                )

            [Shared\DataStreamBundle\DataStreamRepository::getProducerTopic==>Shared\DataStreamBundle\Kafka\ProducerTopicRegistry::getProducerTopic] => Array
                (
                    [ct] => 2
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Shared\DataStreamBundle\DataStreamRepository::saveMessage==>Shared\DataStreamBundle\DataStreamRepository::getProducerTopic] => Array
                (
                    [ct] => 2
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 0
                )

            [Shared\DataStreamBundle\Kafka\ProducerTopic::produce==>RdKafka\ProducerTopic::produce] => Array
                (
                    [ct] => 2
                    [wt] => 31
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Shared\DataStreamBundle\Kafka\ProducerTopic::produce==>RdKafka::getOutQLen] => Array
                (
                    [ct] => 14
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Shared\DataStreamBundle\Kafka\ProducerTopic::produce==>RdKafka::poll] => Array
                (
                    [ct] => 12
                    [wt] => 12286
                    [cpu] => 2698
                    [mu] => 1232
                    [pmu] => 0
                )

            [RdKafka::poll==>Shared\DataStreamBundle\Kafka\Callbacks\DeliveryErrorToMonologCallback::__invoke] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Shared\DataStreamBundle\Kafka\ProducerTopic::produce==>RdKafka::flush] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Shared\DataStreamBundle\DataStreamRepository::saveMessage==>Shared\DataStreamBundle\Kafka\ProducerTopic::produce] => Array
                (
                    [ct] => 2
                    [wt] => 12399
                    [cpu] => 2698
                    [mu] => 3856
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\History\DataStreamEventRepository::save==>Shared\DataStreamBundle\DataStreamRepository::saveMessage] => Array
                (
                    [ct] => 1
                    [wt] => 6982
                    [cpu] => 1965
                    [mu] => 110888
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\EventLogger::logEvent==>GameDev\Platform\Repository\History\DataStreamEventRepository::save] => Array
                (
                    [ct] => 1
                    [wt] => 6986
                    [cpu] => 1965
                    [mu] => 103424
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Game\GameActionEventSubscriber::onGameAction==>GameDev\Platform\Service\Game\Log\GameAction\EventLogger::logEvent] => Array
                (
                    [ct] => 1
                    [wt] => 25941
                    [cpu] => 18403
                    [mu] => 577744
                    [pmu] => 628968
                )

            [GameDev\Platform\Service\Game\Log\GameAction\UnpaidWinLogger::logUnpaidWins==>GameDev\Platform\Event\Game\GameActionEvent::getUnpaidWins] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Game\GameActionEventSubscriber::onGameAction==>GameDev\Platform\Service\Game\Log\GameAction\UnpaidWinLogger::logUnpaidWins] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\StatisticLogger::shouldStatisticBeLogged==>GameDev\Platform\Event\Game\GameActionEvent::getActionPay] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\StatisticLogger::shouldStatisticBeLogged==>GameDev\Platform\Event\Game\GameActionEvent::getTotalWin] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\StatisticLogger::shouldStatisticBeLogged==>GameDev\Platform\Event\Game\GameActionEvent::getDenomination] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Helper\ArithmeticHelper::mul==>Webmozart\Assert\Assert::numeric] => Array
                (
                    [ct] => 2
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [GameDev\Platform\Helper\ArithmeticHelper::mul==>GameDev\Platform\Helper\ArithmeticHelper::stringifyNum] => Array
                (
                    [ct] => 2
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1240
                    [pmu] => 0
                )

            [GameDev\Platform\Helper\ArithmeticHelper::mul==>bcmul] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\StatisticLogger::shouldStatisticBeLogged==>GameDev\Platform\Helper\ArithmeticHelper::mul] => Array
                (
                    [ct] => 1
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 2560
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\StatisticLogger::shouldStatisticBeLogged==>intval] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\StatisticLogger::doLogStatistic==>GameDev\Platform\Service\Game\Log\GameAction\StatisticLogger::shouldStatisticBeLogged] => Array
                (
                    [ct] => 1
                    [wt] => 42
                    [cpu] => 0
                    [mu] => 6136
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\StatisticLogger::getStatisticLogDetails==>GameDev\Platform\Event\Game\GameActionEvent::getPlayer] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\StatisticLogger::getStatisticLogDetails==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getUserId] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\StatisticLogger::getStatisticLogDetails==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getWindowId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\StatisticLogger::getStatisticLogDetails==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getMode] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\StatisticLogger::getStatisticLogDetails==>GameDev\Platform\Model\Shared\Session\Player\PlayerMode::getStringRepresentation] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\StatisticLogger::getStatisticLogDetails==>GameDev\Platform\Event\Game\GameActionEvent::getGame] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\StatisticLogger::getStatisticLogDetails==>GameDev\Platform\Entity\Catalog\Game::getAbsoluteName] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\StatisticLogger::getStatisticLogDetails==>GameDev\Platform\Event\Game\GameActionEvent::getActionName] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\StatisticLogger::getStatisticLogDetails==>GameDev\Platform\Event\Game\GameActionEvent::getDenomination] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\StatisticLogger::getStatisticLogDetails==>GameDev\Platform\Event\Game\GameActionEvent::getActionPay] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\StatisticLogger::getStatisticLogDetails==>GameDev\Platform\Event\Game\GameActionEvent::getTotalBet] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\StatisticLogger::getStatisticLogDetails==>GameDev\Platform\Event\Game\GameActionEvent::getTotalWin] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\StatisticLogger::getStatisticLogDetails==>GameDev\Platform\Event\Game\GameActionEvent::getStatisticTotalBet] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\StatisticLogger::doLogStatistic==>GameDev\Platform\Service\Game\Log\GameAction\StatisticLogger::getStatisticLogDetails] => Array
                (
                    [ct] => 1
                    [wt] => 33
                    [cpu] => 0
                    [mu] => 10824
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\StatisticLogger::doLogStatistic==>Monolog\Logger::debug] => Array
                (
                    [ct] => 1
                    [wt] => 40
                    [cpu] => 0
                    [mu] => 1112
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Game\Log\GameAction\StatisticLogger::logStatistic==>GameDev\Platform\Service\Game\Log\GameAction\StatisticLogger::doLogStatistic] => Array
                (
                    [ct] => 1
                    [wt] => 121
                    [cpu] => 0
                    [mu] => 19304
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Game\GameActionEventSubscriber::onGameAction==>GameDev\Platform\Service\Game\Log\GameAction\StatisticLogger::logStatistic] => Array
                (
                    [ct] => 1
                    [wt] => 123
                    [cpu] => 0
                    [mu] => 20032
                    [pmu] => 0
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>GameDev\Platform\EventSubscriber\Game\GameActionEventSubscriber::onGameAction] => Array
                (
                    [ct] => 1
                    [wt] => 26279
                    [cpu] => 18403
                    [mu] => 593256
                    [pmu] => 631864
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameInitEventSubscriberService==>dirname] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameLinkAnalyticLoggerService==>dirname] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDataStreamGameLinkAnalyticRepositoryService==>dirname] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 760
                    [pmu] => 0
                )

            [GameDev\Platform\Repository\Analytic\DataStreamGameLinkAnalyticRepository::__construct==>Shared\DataStreamBundle\DataStreamRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDataStreamGameLinkAnalyticRepositoryService==>GameDev\Platform\Repository\Analytic\DataStreamGameLinkAnalyticRepository::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1424
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameLinkAnalyticLoggerService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDataStreamGameLinkAnalyticRepositoryService] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 2992
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGeoIpClientCacheService==>dirname] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGeo_Ip_Client_UriTemplateService==>dirname] => Array
                (
                    [ct] => 5
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 920
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGeo_Ip_Client_UriTemplateService==>Symfony\Component\DependencyInjection\Container::getEnv] => Array
                (
                    [ct] => 1
                    [wt] => 73
                    [cpu] => 0
                    [mu] => 912
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\ScopingHttpClient::parseUrl==>parse_url] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 1440
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\ScopingHttpClient::parseUrl==>str_contains] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\ScopingHttpClient::parseUrl==>preg_replace_callback] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri==>Symfony\Component\HttpClient\ScopingHttpClient::parseUrl] => Array
                (
                    [ct] => 2
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 5840
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\ScopingHttpClient::parseUrl==>strtolower] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\ScopingHttpClient::parseUrl==>idn_to_ascii] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 888
                    [pmu] => 0
                )

            [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] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\ScopingHttpClient::removeDotSegments==>strpos] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\ScopingHttpClient::removeDotSegments==>substr] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\ScopingHttpClient::resolveUrl==>Symfony\Component\HttpClient\ScopingHttpClient::removeDotSegments] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 3264
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri==>Symfony\Component\HttpClient\ScopingHttpClient::resolveUrl] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 3928
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri==>implode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri==>preg_quote] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 648
                    [pmu] => 0
                )

            [Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri==>Symfony\Component\HttpClient\ScopingHttpClient::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGeo_Ip_Client_UriTemplateService==>Symfony\Component\HttpClient\ScopingHttpClient::forBaseUri] => Array
                (
                    [ct] => 1
                    [wt] => 62
                    [cpu] => 0
                    [mu] => 11408
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGeo_Ip_Client_UriTemplateService==>Symfony\Component\HttpClient\UriTemplateHttpClient::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGeoIpClientCacheService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGeo_Ip_Client_UriTemplateService] => Array
                (
                    [ct] => 1
                    [wt] => 152
                    [cpu] => 0
                    [mu] => 14504
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGeoIpClientCacheService==>GameDev\Platform\Service\Shared\GeoIp\GeoIpClient::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGeoIpClientCacheService==>GameDev\Platform\Service\Shared\GeoIp\GeoIpClientCache::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameLinkAnalyticLoggerService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGeoIpClientCacheService] => Array
                (
                    [ct] => 1
                    [wt] => 172
                    [cpu] => 0
                    [mu] => 17592
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameLinkAnalyticLoggerService==>GameDev\Platform\Service\Shared\Log\GameLinkAnalyticLogger::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameInitEventSubscriberService==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameLinkAnalyticLoggerService] => Array
                (
                    [ct] => 1
                    [wt] => 202
                    [cpu] => 0
                    [mu] => 22896
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameInitEventSubscriberService==>GameDev\Platform\EventSubscriber\Game\GameInitEventSubscriber::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::{closure:ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getEventDispatcherService():2396}==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getGameInitEventSubscriberService] => Array
                (
                    [ct] => 1
                    [wt] => 214
                    [cpu] => 0
                    [mu] => 25240
                    [pmu] => 0
                )

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

            [Symfony\Component\DependencyInjection\ParameterBag\ContainerBag::has==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::hasParameter] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Game\GameInitEventSubscriber::isGameAnalyticCollectingEnabled==>Symfony\Component\DependencyInjection\ParameterBag\ContainerBag::has] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1392
                    [pmu] => 0
                )

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

            [ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getDynamicParameter==>Symfony\Component\DependencyInjection\Container::getEnv] => Array
                (
                    [ct] => 1
                    [wt] => 107
                    [cpu] => 0
                    [mu] => 1600
                    [pmu] => 3704
                )

            [Symfony\Component\DependencyInjection\ParameterBag\ContainerBag::get==>ContainerZ8II0sc\GameDev_Platform_KernelProdContainer::getParameter] => Array
                (
                    [ct] => 1
                    [wt] => 113
                    [cpu] => 0
                    [mu] => 2168
                    [pmu] => 3704
                )

            [GameDev\Platform\EventSubscriber\Game\GameInitEventSubscriber::isGameAnalyticCollectingEnabled==>Symfony\Component\DependencyInjection\ParameterBag\ContainerBag::get] => Array
                (
                    [ct] => 1
                    [wt] => 115
                    [cpu] => 0
                    [mu] => 2896
                    [pmu] => 3704
                )

            [GameDev\Platform\EventSubscriber\Game\GameInitEventSubscriber::logGameInitialization==>GameDev\Platform\EventSubscriber\Game\GameInitEventSubscriber::isGameAnalyticCollectingEnabled] => Array
                (
                    [ct] => 1
                    [wt] => 123
                    [cpu] => 0
                    [mu] => 5112
                    [pmu] => 3704
                )

            [GameDev\Platform\EventSubscriber\Game\GameInitEventSubscriber::logGameInitialization==>GameDev\Platform\Event\Game\GameActionEvent::getHandlerName] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Game\GameInitEventSubscriber::logGameInitialization==>GameDev\Platform\Event\Game\GameActionEvent::getPlayer] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Game\GameInitEventSubscriber::logGameInitialization==>GameDev\Platform\Event\Game\GameActionEvent::getGame] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Game\GameInitEventSubscriber::logGameInitialization==>GameDev\Platform\Event\Game\GameActionEvent::getIpAddress] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Helper\FilterVar::validateIp==>filter_var] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Log\GameLinkAnalyticLogger::validatePlayerIp==>GameDev\Platform\Helper\FilterVar::validateIp] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1264
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Log\GameLinkAnalyticLogger::logGameInitialization==>GameDev\Platform\Service\Shared\Log\GameLinkAnalyticLogger::validatePlayerIp] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1992
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\GeoIp\GeoIpClientCache::getLocation==>array_key_exists] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [GameDev\Platform\Helper\CacheKeyHelper::sanitizeKeyPart==>str_split] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1512
                    [pmu] => 0
                )

            [GameDev\Platform\Helper\CacheKeyHelper::sanitizeKeyPart==>str_replace] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [GameDev\Platform\Helper\CacheKeyHelper::composeKey==>GameDev\Platform\Helper\CacheKeyHelper::sanitizeKeyPart] => Array
                (
                    [ct] => 2
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 1896
                    [pmu] => 0
                )

            [GameDev\Platform\Helper\CacheKeyHelper::composeKey==>implode] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\GeoIp\GeoIpClientCache::composeCacheKey==>GameDev\Platform\Helper\CacheKeyHelper::composeKey] => Array
                (
                    [ct] => 1
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 3720
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\GeoIp\GeoIpClientCache::getLocationUsingCachePool==>GameDev\Platform\Service\Shared\GeoIp\GeoIpClientCache::composeCacheKey] => Array
                (
                    [ct] => 1
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 4016
                    [pmu] => 0
                )

            [Symfony\Component\Cache\Adapter\RedisAdapter::doFetch==>Predis\Client::getConnection] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Predis\Command\Redis\MGET::setArguments==>Predis\Command\Command::normalizeArguments] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Predis\Command\Redis\MGET::setArguments==>Predis\Command\Command::setArguments] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Predis\Command\Factory::create==>Predis\Command\Redis\MGET::setArguments] => Array
                (
                    [ct] => 1
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 1880
                    [pmu] => 1624
                )

            [Predis\Connection\StreamConnection::writeRequest==>Predis\Command\Redis\MGET::getId] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Predis\Connection\StreamConnection::read@1==>Predis\Connection\AbstractConnection::getResource] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Predis\Connection\StreamConnection::read@1==>fgets] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 488
                )

            [Predis\Connection\StreamConnection::read@1==>substr] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 904
                    [pmu] => 904
                )

            [Predis\Connection\StreamConnection::read@1==>is_resource] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Predis\Connection\StreamConnection::read@1==>min] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 552
                )

            [Predis\Connection\StreamConnection::read@1==>fread] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 872
                    [pmu] => 872
                )

            [Predis\Connection\StreamConnection::read@1==>strlen] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 520
                )

            [Predis\Connection\StreamConnection::read==>Predis\Connection\StreamConnection::read@1] => Array
                (
                    [ct] => 1
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 5632
                    [pmu] => 4872
                )

            [Symfony\Component\Cache\Adapter\RedisAdapter::doFetch==>Predis\Client::__call] => Array
                (
                    [ct] => 1
                    [wt] => 1782
                    [cpu] => 959
                    [mu] => 18840
                    [pmu] => 18224
                )

            [Symfony\Component\Cache\Adapter\RedisAdapter::doFetch==>array_combine] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 944
                    [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] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [Symfony\Component\Cache\Marshaller\DefaultMarshaller::unmarshall==>unserialize] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 1624
                    [pmu] => 13704
                )

            [Symfony\Component\Cache\Adapter\RedisAdapter::doFetch==>Symfony\Component\Cache\Marshaller\DefaultMarshaller::unmarshall] => Array
                (
                    [ct] => 1
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 4024
                    [pmu] => 15152
                )

            [Symfony\Component\Cache\Adapter\AbstractAdapter::getItem==>Symfony\Component\Cache\Adapter\RedisAdapter::doFetch] => Array
                (
                    [ct] => 1
                    [wt] => 1822
                    [cpu] => 959
                    [mu] => 25440
                    [pmu] => 34280
                )

            [GameDev\Platform\Service\Shared\GeoIp\GeoIpClientCache::getLocationUsingCachePool==>Symfony\Component\Cache\Adapter\AbstractAdapter::getItem] => Array
                (
                    [ct] => 1
                    [wt] => 1836
                    [cpu] => 959
                    [mu] => 25728
                    [pmu] => 34280
                )

            [GameDev\Platform\Service\Shared\GeoIp\GeoIpClientCache::getLocationUsingCachePool==>Symfony\Component\Cache\CacheItem::isHit] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\GeoIp\GeoIpClientCache::getLocationUsingCachePool==>Symfony\Component\Cache\CacheItem::get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\GeoIp\GeoIpClientCache::getLocationUsingCachePool==>sprintf] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 920
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\GeoIp\GeoIpClientCache::getLocationUsingCachePool==>Monolog\Logger::debug] => Array
                (
                    [ct] => 1
                    [wt] => 39
                    [cpu] => 0
                    [mu] => 1304
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\GeoIp\GeoIpClientCache::getLocation==>GameDev\Platform\Service\Shared\GeoIp\GeoIpClientCache::getLocationUsingCachePool] => Array
                (
                    [ct] => 1
                    [wt] => 1914
                    [cpu] => 959
                    [mu] => 34592
                    [pmu] => 34280
                )

            [GameDev\Platform\Service\Shared\Log\GameLinkAnalyticLogger::createGameLinkAnalytic==>GameDev\Platform\Service\Shared\GeoIp\GeoIpClientCache::getLocation] => Array
                (
                    [ct] => 1
                    [wt] => 1919
                    [cpu] => 959
                    [mu] => 36152
                    [pmu] => 34280
                )

            [GameDev\Platform\Service\Shared\Log\GameLinkAnalyticLogger::createGameLinkAnalytic==>GameDev\Platform\Entity\Catalog\Game::getId] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Log\GameLinkAnalyticLogger::createGameLinkAnalytic==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getAggregator] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Log\GameLinkAnalyticLogger::createGameLinkAnalytic==>GameDev\Platform\Entity\Catalog\System::getId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Log\GameLinkAnalyticLogger::createGameLinkAnalytic==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getAggregatorUserId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Log\GameLinkAnalyticLogger::createGameLinkAnalytic==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getMode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Log\GameLinkAnalyticLogger::createGameLinkAnalytic==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getUserId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Service\Shared\Log\GameLinkAnalyticLogger::createGameLinkAnalytic==>GameDev\Platform\Model\Shared\Session\Player\AbstractPlayer::getWindowId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [GameDev\Platform\Entity\Analytic\GameLinkAnalytic::__construct==>date_create] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 904
                    [pmu] => 648
                )

            [GameDev\Platform\Entity\Analytic\GameLinkAnalytic::__construct==>GameDev\Platform\Entity\Analytic\GameLinkAnalytic::setTime] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Shared\Log\GameLinkAnalyticLogger::createGameLinkAnalytic==>GameDev\Platform\Entity\Analytic\GameLinkAnalytic::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 2328
                    [pmu] => 2072
                )

            [GameDev\Platform\Service\Shared\Log\GameLinkAnalyticLogger::createGameLinkAnalytic==>GameDev\Platform\Entity\Analytic\GameLinkAnalytic::setCountry] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Shared\Log\GameLinkAnalyticLogger::createGameLinkAnalytic==>GameDev\Platform\Entity\Analytic\GameLinkAnalytic::setCity] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Shared\Log\GameLinkAnalyticLogger::createGameLinkAnalytic==>GameDev\Platform\Entity\Analytic\GameLinkAnalytic::setRegion] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Shared\Log\GameLinkAnalyticLogger::createGameLinkAnalytic==>GameDev\Platform\Entity\Analytic\GameLinkAnalytic::setCountryCode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Shared\Log\GameLinkAnalyticLogger::createGameLinkAnalytic==>GameDev\Platform\Entity\Analytic\GameLinkAnalytic::setLatitude] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Shared\Log\GameLinkAnalyticLogger::createGameLinkAnalytic==>GameDev\Platform\Entity\Analytic\GameLinkAnalytic::setLongitude] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Shared\Log\GameLinkAnalyticLogger::createGameLinkAnalytic==>GameDev\Platform\Entity\Analytic\GameLinkAnalytic::setIsp] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Shared\Log\GameLinkAnalyticLogger::tryCreateGameLinkAnalytic==>GameDev\Platform\Service\Shared\Log\GameLinkAnalyticLogger::createGameLinkAnalytic] => Array
                (
                    [ct] => 1
                    [wt] => 1967
                    [cpu] => 959
                    [mu] => 49832
                    [pmu] => 42496
                )

            [GameDev\Platform\Service\Shared\Log\GameLinkAnalyticLogger::logGameInitialization==>GameDev\Platform\Service\Shared\Log\GameLinkAnalyticLogger::tryCreateGameLinkAnalytic] => Array
                (
                    [ct] => 1
                    [wt] => 1970
                    [cpu] => 959
                    [mu] => 50592
                    [pmu] => 43144
                )

            [GameDev\Platform\Service\Shared\Log\GameLinkAnalyticLogger::logGameInitialization==>GameDev\Platform\Entity\Analytic\GameLinkAnalytic::incOpensCount] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\Analytic\DataStreamGameLinkAnalyticRepository::serializeMessage==>Shared\DataStreamBundle\KSqlDb\UniqIdGenerator::generateUniqId] => Array
                (
                    [ct] => 1
                    [wt] => 51
                    [cpu] => 0
                    [mu] => 984
                    [pmu] => 1160
                )

            [GameDev\Platform\Entity\Analytic\GameLinkAnalytic::getTimestamp==>DateTime::format] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 840
                    [pmu] => 584
                )

            [GameDev\Platform\Repository\Analytic\DataStreamGameLinkAnalyticRepository::serializeMessage==>GameDev\Platform\Entity\Analytic\GameLinkAnalytic::getTimestamp] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1312
                    [pmu] => 1056
                )

            [GameDev\Platform\Entity\Analytic\GameLinkAnalytic::getTimestampMicro==>DateTime::format] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 840
                    [pmu] => 584
                )

            [GameDev\Platform\Repository\Analytic\DataStreamGameLinkAnalyticRepository::serializeMessage==>GameDev\Platform\Entity\Analytic\GameLinkAnalytic::getTimestampMicro] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1312
                    [pmu] => 1056
                )

            [GameDev\Platform\Repository\Analytic\DataStreamGameLinkAnalyticRepository::serializeMessage==>GameDev\Platform\Entity\Analytic\GameLinkAnalytic::getAggregatorId] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\Analytic\DataStreamGameLinkAnalyticRepository::serializeMessage==>GameDev\Platform\Entity\Analytic\GameLinkAnalytic::getAggregatorUserId] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\Analytic\DataStreamGameLinkAnalyticRepository::serializeMessage==>GameDev\Platform\Entity\Analytic\GameLinkAnalytic::getMode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\Analytic\DataStreamGameLinkAnalyticRepository::serializeMessage==>GameDev\Platform\Entity\Analytic\GameLinkAnalytic::getGameId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\Analytic\DataStreamGameLinkAnalyticRepository::serializeMessage==>GameDev\Platform\Entity\Analytic\GameLinkAnalytic::getUserIp] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\Analytic\DataStreamGameLinkAnalyticRepository::serializeMessage==>GameDev\Platform\Entity\Analytic\GameLinkAnalytic::getSessionId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\Analytic\DataStreamGameLinkAnalyticRepository::serializeMessage==>GameDev\Platform\Entity\Analytic\GameLinkAnalytic::getWindowId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\Analytic\DataStreamGameLinkAnalyticRepository::serializeMessage==>GameDev\Platform\Entity\Analytic\GameLinkAnalytic::getCountry] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\Analytic\DataStreamGameLinkAnalyticRepository::serializeMessage==>GameDev\Platform\Entity\Analytic\GameLinkAnalytic::getCountryCode] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\Analytic\DataStreamGameLinkAnalyticRepository::serializeMessage==>GameDev\Platform\Entity\Analytic\GameLinkAnalytic::getRegion] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\Analytic\DataStreamGameLinkAnalyticRepository::serializeMessage==>GameDev\Platform\Entity\Analytic\GameLinkAnalytic::getCity] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\Analytic\DataStreamGameLinkAnalyticRepository::serializeMessage==>GameDev\Platform\Entity\Analytic\GameLinkAnalytic::getLatitude] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\Analytic\DataStreamGameLinkAnalyticRepository::serializeMessage==>GameDev\Platform\Entity\Analytic\GameLinkAnalytic::getLongitude] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\Analytic\DataStreamGameLinkAnalyticRepository::serializeMessage==>GameDev\Platform\Entity\Analytic\GameLinkAnalytic::getIsp] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\Analytic\DataStreamGameLinkAnalyticRepository::serializeMessage==>GameDev\Platform\Entity\Analytic\GameLinkAnalytic::getLaunchesCount] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\Analytic\DataStreamGameLinkAnalyticRepository::serializeMessage==>GameDev\Platform\Entity\Analytic\GameLinkAnalytic::getOpensCount] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\Analytic\DataStreamGameLinkAnalyticRepository::serializeMessage==>GameDev\Platform\Entity\Analytic\GameLinkAnalytic::getTime] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Repository\Analytic\DataStreamGameLinkAnalyticRepository::serializeMessage==>DateTime::format] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1144
                    [pmu] => 632
                )

            [GameDev\Platform\Repository\Analytic\DataStreamGameLinkAnalyticRepository::serializeMessage==>GameDev\Platform\Helper\Json::encode] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 1272
                    [pmu] => 3840
                )

            [Shared\DataStreamBundle\DataStreamRepository::saveMessage==>GameDev\Platform\Repository\Analytic\DataStreamGameLinkAnalyticRepository::serializeMessage] => Array
                (
                    [ct] => 1
                    [wt] => 130
                    [cpu] => 0
                    [mu] => 20720
                    [pmu] => 22624
                )

            [GameDev\Platform\Repository\Analytic\DataStreamGameLinkAnalyticRepository::save==>Shared\DataStreamBundle\DataStreamRepository::saveMessage] => Array
                (
                    [ct] => 1
                    [wt] => 6224
                    [cpu] => 733
                    [mu] => 19280
                    [pmu] => 22752
                )

            [GameDev\Platform\Service\Shared\Log\GameLinkAnalyticLogger::saveGameLinkAnalytic==>GameDev\Platform\Repository\Analytic\DataStreamGameLinkAnalyticRepository::save] => Array
                (
                    [ct] => 1
                    [wt] => 6229
                    [cpu] => 733
                    [mu] => 19368
                    [pmu] => 22848
                )

            [GameDev\Platform\Service\Shared\Log\GameLinkAnalyticLogger::logGameInitialization==>GameDev\Platform\Service\Shared\Log\GameLinkAnalyticLogger::saveGameLinkAnalytic] => Array
                (
                    [ct] => 1
                    [wt] => 6233
                    [cpu] => 733
                    [mu] => 20096
                    [pmu] => 22960
                )

            [GameDev\Platform\EventSubscriber\Game\GameInitEventSubscriber::logGameInitialization==>GameDev\Platform\Service\Shared\Log\GameLinkAnalyticLogger::logGameInitialization] => Array
                (
                    [ct] => 1
                    [wt] => 8218
                    [cpu] => 1692
                    [mu] => 74296
                    [pmu] => 67152
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>GameDev\Platform\EventSubscriber\Game\GameInitEventSubscriber::logGameInitialization] => Array
                (
                    [ct] => 1
                    [wt] => 8355
                    [cpu] => 1692
                    [mu] => 82456
                    [pmu] => 70856
                )

            [GameDev\Platform\Service\Game\API\Slot\State\SaveAction::__invoke==>Symfony\Component\EventDispatcher\EventDispatcher::dispatch] => Array
                (
                    [ct] => 1
                    [wt] => 35038
                    [cpu] => 20095
                    [mu] => 726624
                    [pmu] => 729552
                )

            [GameDev\Platform\Service\Game\API\Slot\State\SaveAction::__invoke==>GameDev\PlatformGameApi\DTO\StateApi\SaveStateOutput::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [GameDev\Platform\Controller\Game\API\Slot\StateController::{closure:GameDev\Platform\Controller\Game\API\Slot\StateController::saveStateAction():133}==>GameDev\Platform\Service\Game\API\Slot\State\SaveAction::__invoke] => Array
                (
                    [ct] => 1
                    [wt] => 53048
                    [cpu] => 30088
                    [mu] => 1073560
                    [pmu] => 1049904
                )

            [Symfony\Bundle\FrameworkBundle\Controller\AbstractController::json==>Symfony\Component\DependencyInjection\ServiceLocator::has] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Bundle\FrameworkBundle\Controller\AbstractController::json==>Symfony\Component\DependencyInjection\Argument\ServiceLocator::get] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Bundle\FrameworkBundle\Controller\AbstractController::json==>array_merge] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [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] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 256
                )

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

            [Symfony\Component\Serializer\Encoder\ChainEncoder::supportsEncoding==>Symfony\Component\Serializer\Encoder\ChainEncoder::getEncoder] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 3744
                    [pmu] => 1928
                )

            [Symfony\Component\Serializer\Serializer::supportsEncoding==>Symfony\Component\Serializer\Encoder\ChainEncoder::supportsEncoding] => Array
                (
                    [ct] => 1
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 4440
                    [pmu] => 2528
                )

            [Symfony\Component\Serializer\Serializer::serialize==>Symfony\Component\Serializer\Serializer::supportsEncoding] => Array
                (
                    [ct] => 1
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 5136
                    [pmu] => 3128
                )

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

            [Symfony\Component\Serializer\Serializer::serialize==>Symfony\Component\Serializer\Encoder\ChainEncoder::needsNormalization] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 1072
                )

            [Symfony\Component\Serializer\Serializer::getNormalizer==>Symfony\Component\Serializer\Normalizer\ProblemNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Serializer\Serializer::getNormalizer==>Symfony\Component\Serializer\Normalizer\UidNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Serializer\Serializer::getNormalizer==>Symfony\Component\Serializer\Normalizer\DateTimeNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Serializer\Serializer::getNormalizer==>Symfony\Component\Serializer\Normalizer\ConstraintViolationListNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Serializer::getNormalizer==>Symfony\Component\Serializer\Normalizer\MimeMessageNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Serializer::getNormalizer==>Symfony\Component\Serializer\Normalizer\DateTimeZoneNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Serializer::getNormalizer==>Symfony\Component\Serializer\Normalizer\DateIntervalNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Serializer::getNormalizer==>Symfony\Component\Serializer\Normalizer\FormErrorNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Serializer\Serializer::getNormalizer==>Symfony\Component\Serializer\Normalizer\BackedEnumNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 3
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Serializer::getNormalizer==>Symfony\Component\Serializer\Normalizer\DataUriNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Serializer\Serializer::getNormalizer==>Symfony\Component\Serializer\Normalizer\JsonSerializableNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 3
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Serializer::getNormalizer==>Symfony\Component\Serializer\Normalizer\ObjectNormalizer::getSupportedTypes] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\Serializer\Serializer::normalize==>Symfony\Component\Serializer\Serializer::getNormalizer] => Array
                (
                    [ct] => 1
                    [wt] => 45
                    [cpu] => 0
                    [mu] => 9968
                    [pmu] => 9712
                )

            [Symfony\Component\Serializer\Serializer::normalize==>is_iterable] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 488
                )

            [Symfony\Component\Serializer\Serializer::normalize@1==>Symfony\Component\Serializer\Serializer::getNormalizer] => Array
                (
                    [ct] => 2
                    [wt] => 81
                    [cpu] => 0
                    [mu] => 2408
                    [pmu] => 1896
                )

            [Symfony\Component\Serializer\Serializer::normalize==>Symfony\Component\Serializer\Serializer::normalize@1] => Array
                (
                    [ct] => 2
                    [wt] => 655
                    [cpu] => 0
                    [mu] => 56528
                    [pmu] => 58008
                )

            [Symfony\Component\Serializer\Serializer::getNormalizer==>is_subclass_of] => Array
                (
                    [ct] => 19
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 200
                )

            [Symfony\Component\Serializer\Serializer::getNormalizer==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::supportsNormalization] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 392
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::normalize==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getCacheKey] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 1104
                    [pmu] => 1224
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::normalize==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::validateCallbackContext] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [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] => 408
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::normalize==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::isCircularReference] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1768
                    [pmu] => 1512
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getAttributes==>get_class] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Symfony\Component\PropertyAccess\PropertyPath::__construct==>preg_match] => Array
                (
                    [ct] => 4
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 768
                    [pmu] => 0
                )

            [Symfony\Component\PropertyAccess\PropertyPath::__construct==>str_ends_with] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\PropertyAccess\PropertyPath::__construct==>preg_replace] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::isReadable==>Symfony\Component\PropertyAccess\PropertyPath::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 25
                    [cpu] => 0
                    [mu] => 4120
                    [pmu] => 0
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::isReadable==>Symfony\Component\PropertyAccess\PropertyPath::getLength] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::readPropertiesUntil==>Symfony\Component\PropertyAccess\PropertyPath::getElement] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::readPropertiesUntil==>Symfony\Component\PropertyAccess\PropertyPath::isIndex] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::readPropertiesUntil==>Symfony\Component\PropertyAccess\PropertyPath::isNullSafe] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::getReadInfo==>str_replace] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 904
                    [pmu] => 0
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::getReadInfo==>rawurlencode] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 776
                    [pmu] => 0
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::getReadInfo==>Symfony\Component\Cache\Adapter\AbstractAdapter::getItem] => Array
                (
                    [ct] => 2
                    [wt] => 37
                    [cpu] => 0
                    [mu] => 3120
                    [pmu] => 17016
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::getReadInfo==>Symfony\Component\Cache\CacheItem::isHit] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::getReadInfo==>Symfony\Component\Cache\CacheItem::get] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::readProperty==>Symfony\Component\PropertyAccess\PropertyAccessor::getReadInfo] => Array
                (
                    [ct] => 4
                    [wt] => 62
                    [cpu] => 0
                    [mu] => 7216
                    [pmu] => 17016
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::readProperty==>Symfony\Component\PropertyInfo\PropertyReadInfo::getName] => Array
                (
                    [ct] => 4
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::readProperty==>Symfony\Component\PropertyInfo\PropertyReadInfo::getType] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::readPropertiesUntil==>Symfony\Component\PropertyAccess\PropertyAccessor::readProperty] => Array
                (
                    [ct] => 2
                    [wt] => 81
                    [cpu] => 0
                    [mu] => 9192
                    [pmu] => 17016
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::readPropertiesUntil==>Symfony\Component\PropertyAccess\PropertyPath::getLength] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::isReadable==>Symfony\Component\PropertyAccess\PropertyAccessor::readPropertiesUntil] => Array
                (
                    [ct] => 2
                    [wt] => 102
                    [cpu] => 0
                    [mu] => 13104
                    [pmu] => 17016
                )

            [Symfony\Component\Serializer\Normalizer\ObjectNormalizer::isAllowedAttribute==>Symfony\Component\PropertyAccess\PropertyAccessor::isReadable] => Array
                (
                    [ct] => 2
                    [wt] => 142
                    [cpu] => 0
                    [mu] => 18360
                    [pmu] => 17016
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getAttributes==>Symfony\Component\Serializer\Normalizer\ObjectNormalizer::getAllowedAttributes] => Array
                (
                    [ct] => 1
                    [wt] => 233
                    [cpu] => 0
                    [mu] => 20560
                    [pmu] => 34976
                )

            [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] => 1
                    [cpu] => 0
                    [mu] => 960
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\ObjectNormalizer::extractAttributes==>ReflectionFunctionAbstract::getNumberOfRequiredParameters] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\ObjectNormalizer::extractAttributes==>ReflectionFunctionAbstract::isStatic] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\ObjectNormalizer::extractAttributes==>ReflectionMethod::isConstructor] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\ObjectNormalizer::extractAttributes==>ReflectionClass::getProperties] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 1104
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\ObjectNormalizer::extractAttributes==>ReflectionProperty::isPublic] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\ObjectNormalizer::extractAttributes==>ReflectionProperty::isStatic] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\ObjectNormalizer::extractAttributes==>Symfony\Component\Serializer\Normalizer\ObjectNormalizer::isAllowedAttribute] => Array
                (
                    [ct] => 2
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\ObjectNormalizer::extractAttributes==>array_keys] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 816
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getAttributes==>Symfony\Component\Serializer\Normalizer\ObjectNormalizer::extractAttributes] => Array
                (
                    [ct] => 1
                    [wt] => 44
                    [cpu] => 0
                    [mu] => 9344
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getAttributes==>Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::getMappingForMappedObject] => Array
                (
                    [ct] => 1
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::normalize==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::getAttributes] => Array
                (
                    [ct] => 1
                    [wt] => 309
                    [cpu] => 0
                    [mu] => 31896
                    [pmu] => 35864
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::normalize==>get_class] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::normalize==>Symfony\Component\Serializer\Mapping\Factory\CacheClassMetadataFactory::getMetadataFor] => Array
                (
                    [ct] => 2
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::normalize==>Symfony\Component\Serializer\Mapping\ClassMetadata::getAttributesMetadata] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::normalize==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::isMaxDepthReached] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getAttributeNormalizationContext==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getAttributeMetadata] => Array
                (
                    [ct] => 4
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 448
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getAttributeNormalizationContext==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getGroups] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 208
                )

            [Symfony\Component\Serializer\Mapping\AttributeMetadata::getNormalizationContextForGroups==>array_merge] => Array
                (
                    [ct] => 4
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 2104
                    [pmu] => 720
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getAttributeNormalizationContext==>Symfony\Component\Serializer\Mapping\AttributeMetadata::getNormalizationContextForGroups] => Array
                (
                    [ct] => 4
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 2864
                    [pmu] => 1480
                )

            [Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getAttributeNormalizationContext==>array_merge] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 504
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::normalize==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::getAttributeNormalizationContext] => Array
                (
                    [ct] => 4
                    [wt] => 57
                    [cpu] => 0
                    [mu] => 4304
                    [pmu] => 3664
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::normalize==>Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::getMappingForMappedObject] => Array
                (
                    [ct] => 2
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\Serializer\Normalizer\ObjectNormalizer::getAttributeValue==>Symfony\Component\Serializer\Mapping\ClassDiscriminatorFromClassMetadata::getMappingForMappedObject] => Array
                (
                    [ct] => 2
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::getValue==>strpbrk] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 528
                )

            [Symfony\Component\PropertyAccess\PropertyAccessor::getValue==>Symfony\Component\PropertyAccess\PropertyAccessor::readProperty] => Array
                (
                    [ct] => 2
                    [wt] => 15
                    [cpu] => 0
                    [mu] => 1064
                    [pmu] => 688
                )

            [Symfony\Component\Serializer\Normalizer\ObjectNormalizer::getAttributeValue==>Symfony\Component\PropertyAccess\PropertyAccessor::getValue] => Array
                (
                    [ct] => 2
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 2424
                    [pmu] => 2104
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::normalize==>Symfony\Component\Serializer\Normalizer\ObjectNormalizer::getAttributeValue] => Array
                (
                    [ct] => 2
                    [wt] => 45
                    [cpu] => 0
                    [mu] => 3480
                    [pmu] => 3376
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::normalize==>Symfony\Component\Serializer\Normalizer\AbstractNormalizer::applyCallbacks] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::updateData==>Symfony\Component\Serializer\Mapping\AttributeMetadata::getSerializedPath] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 16
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::updateData==>Symfony\Component\Serializer\NameConverter\MetadataAwareNameConverter::normalize] => Array
                (
                    [ct] => 2
                    [wt] => 41
                    [cpu] => 0
                    [mu] => 1040
                    [pmu] => 1136
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::normalize==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::updateData] => Array
                (
                    [ct] => 2
                    [wt] => 52
                    [cpu] => 0
                    [mu] => 3248
                    [pmu] => 2576
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::normalize==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::createChildContext] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 1120
                    [pmu] => 512
                )

            [Symfony\Component\Serializer\Serializer::normalize@2==>Symfony\Component\Serializer\Serializer::getNormalizer] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 672
                    [pmu] => 416
                )

            [Symfony\Component\Serializer\Serializer::normalize@2==>is_iterable] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 448
                )

            [Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::normalize==>Symfony\Component\Serializer\Serializer::normalize@2] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1960
                    [pmu] => 1704
                )

            [Symfony\Component\Serializer\Serializer::normalize@1==>Symfony\Component\Serializer\Normalizer\AbstractObjectNormalizer::normalize] => Array
                (
                    [ct] => 1
                    [wt] => 568
                    [cpu] => 0
                    [mu] => 55104
                    [pmu] => 55048
                )

            [Symfony\Component\Serializer\Serializer::serialize==>Symfony\Component\Serializer\Serializer::normalize] => Array
                (
                    [ct] => 1
                    [wt] => 710
                    [cpu] => 0
                    [mu] => 68232
                    [pmu] => 69448
                )

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

            [Symfony\Component\Serializer\Encoder\JsonEncoder::encode==>array_merge] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 944
                    [pmu] => 424
                )

            [Symfony\Component\Serializer\Encoder\JsonEncode::encode==>json_encode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [Symfony\Component\Serializer\Encoder\JsonEncode::encode==>json_last_error] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 584
                )

            [Symfony\Component\Serializer\Encoder\JsonEncoder::encode==>Symfony\Component\Serializer\Encoder\JsonEncode::encode] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 2008
                    [pmu] => 1752
                )

            [Symfony\Component\Serializer\Encoder\ChainEncoder::encode==>Symfony\Component\Serializer\Encoder\JsonEncoder::encode] => Array
                (
                    [ct] => 1
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 3712
                    [pmu] => 3192
                )

            [Symfony\Component\Serializer\Serializer::encode==>Symfony\Component\Serializer\Encoder\ChainEncoder::encode] => Array
                (
                    [ct] => 1
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 4728
                    [pmu] => 3416
                )

            [Symfony\Component\Serializer\Serializer::serialize==>Symfony\Component\Serializer\Serializer::encode] => Array
                (
                    [ct] => 1
                    [wt] => 19
                    [cpu] => 0
                    [mu] => 5392
                    [pmu] => 3984
                )

            [Symfony\Bundle\FrameworkBundle\Controller\AbstractController::json==>Symfony\Component\Serializer\Serializer::serialize] => Array
                (
                    [ct] => 1
                    [wt] => 761
                    [cpu] => 0
                    [mu] => 80976
                    [pmu] => 78872
                )

            [Symfony\Component\HttpFoundation\ResponseHeaderBag::__construct==>Symfony\Component\HttpFoundation\HeaderBag::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpFoundation\ResponseHeaderBag::set==>strtr] => Array
                (
                    [ct] => 4
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 720
                    [pmu] => 352
                )

            [Symfony\Component\HttpFoundation\HeaderBag::set==>implode] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Symfony\Component\HttpFoundation\HeaderUtils::split==>preg_quote] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [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] => 6
                    [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] => 47
                    [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] => 22
                    [cpu] => 0
                    [mu] => 5304
                    [pmu] => 5048
                )

            [Symfony\Component\HttpFoundation\ResponseHeaderBag::set==>Symfony\Component\HttpFoundation\HeaderBag::set] => Array
                (
                    [ct] => 4
                    [wt] => 36
                    [cpu] => 0
                    [mu] => 8024
                    [pmu] => 7008
                )

            [Symfony\Component\HttpFoundation\HeaderBag::has==>strtr] => Array
                (
                    [ct] => 7
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 832
                    [pmu] => 336
                )

            [Symfony\Component\HttpFoundation\ResponseHeaderBag::all==>Symfony\Component\HttpFoundation\HeaderBag::all] => Array
                (
                    [ct] => 12
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpFoundation\ResponseHeaderBag::all==>Symfony\Component\HttpFoundation\ResponseHeaderBag::getCookies] => Array
                (
                    [ct] => 10
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpFoundation\HeaderBag::has==>Symfony\Component\HttpFoundation\ResponseHeaderBag::all] => Array
                (
                    [ct] => 7
                    [wt] => 28
                    [cpu] => 0
                    [mu] => 2024
                    [pmu] => 2344
                )

            [Symfony\Component\HttpFoundation\ResponseHeaderBag::computeCacheControlValue==>Symfony\Component\HttpFoundation\HeaderBag::has] => Array
                (
                    [ct] => 2
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 3336
                    [pmu] => 3288
                )

            [Symfony\Component\HttpFoundation\ResponseHeaderBag::set==>Symfony\Component\HttpFoundation\ResponseHeaderBag::computeCacheControlValue] => Array
                (
                    [ct] => 1
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 4032
                    [pmu] => 3776
                )

            [Symfony\Component\HttpFoundation\HeaderUtils::groupParts@1==>substr] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Symfony\Component\HttpFoundation\HeaderUtils::unquote==>preg_replace] => Array
                (
                    [ct] => 2
                    [wt] => 3
                    [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] => 13
                    [cpu] => 0
                    [mu] => 3024
                    [pmu] => 2632
                )

            [Symfony\Component\HttpFoundation\HeaderUtils::combine==>strtolower] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Symfony\Component\HttpFoundation\ResponseHeaderBag::set==>Symfony\Component\HttpFoundation\HeaderBag::parseCacheControl] => Array
                (
                    [ct] => 1
                    [wt] => 37
                    [cpu] => 0
                    [mu] => 5016
                    [pmu] => 5288
                )

            [Symfony\Component\HttpFoundation\ResponseHeaderBag::__construct==>Symfony\Component\HttpFoundation\ResponseHeaderBag::set] => Array
                (
                    [ct] => 1
                    [wt] => 99
                    [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] => 6
                    [cpu] => 0
                    [mu] => 912
                    [pmu] => 656
                )

            [Symfony\Component\HttpFoundation\ResponseHeaderBag::__construct==>Symfony\Component\HttpFoundation\ResponseHeaderBag::initDate] => Array
                (
                    [ct] => 1
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 2296
                    [pmu] => 1800
                )

            [Symfony\Component\HttpFoundation\Response::__construct==>Symfony\Component\HttpFoundation\ResponseHeaderBag::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 119
                    [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] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpFoundation\Response::__construct==>Symfony\Component\HttpFoundation\Response::setStatusCode] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [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
                )

            [Symfony\Component\HttpFoundation\JsonResponse::__construct==>Symfony\Component\HttpFoundation\Response::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 135
                    [cpu] => 0
                    [mu] => 24896
                    [pmu] => 24464
                )

            [Symfony\Component\HttpFoundation\JsonResponse::update==>Symfony\Component\HttpFoundation\HeaderBag::has] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Symfony\Component\HttpFoundation\JsonResponse::update==>Symfony\Component\HttpFoundation\ResponseHeaderBag::set] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 928
                    [pmu] => 672
                )

            [Symfony\Component\HttpFoundation\JsonResponse::update==>Symfony\Component\HttpFoundation\Response::setContent] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpFoundation\JsonResponse::setJson==>Symfony\Component\HttpFoundation\JsonResponse::update] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 2984
                    [pmu] => 2728
                )

            [Symfony\Component\HttpFoundation\JsonResponse::__construct==>Symfony\Component\HttpFoundation\JsonResponse::setJson] => Array
                (
                    [ct] => 1
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 3680
                    [pmu] => 3424
                )

            [Symfony\Bundle\FrameworkBundle\Controller\AbstractController::json==>Symfony\Component\HttpFoundation\JsonResponse::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 160
                    [cpu] => 0
                    [mu] => 29336
                    [pmu] => 28824
                )

            [GameDev\Platform\Controller\Game\API\Slot\AbstractController::okResponse==>Symfony\Bundle\FrameworkBundle\Controller\AbstractController::json] => Array
                (
                    [ct] => 1
                    [wt] => 938
                    [cpu] => 0
                    [mu] => 112616
                    [pmu] => 108392
                )

            [GameDev\Platform\Controller\Game\API\Slot\StateController::{closure:GameDev\Platform\Controller\Game\API\Slot\StateController::saveStateAction():133}==>GameDev\Platform\Controller\Game\API\Slot\AbstractController::okResponse] => Array
                (
                    [ct] => 1
                    [wt] => 943
                    [cpu] => 0
                    [mu] => 113408
                    [pmu] => 108712
                )

            [GameDev\Platform\Controller\Game\API\Slot\AbstractController::{closure:GameDev\Platform\Controller\Game\API\Slot\AbstractController::wrapActionWithTimer():24}==>GameDev\Platform\Controller\Game\API\Slot\StateController::{closure:GameDev\Platform\Controller\Game\API\Slot\StateController::saveStateAction():133}] => Array
                (
                    [ct] => 1
                    [wt] => 54015
                    [cpu] => 30088
                    [mu] => 1186992
                    [pmu] => 1159424
                )

            [GameDev\Platform\Utils\Pinba::wrapCallbackWithTimer==>GameDev\Platform\Controller\Game\API\Slot\AbstractController::{closure:GameDev\Platform\Controller\Game\API\Slot\AbstractController::wrapActionWithTimer():24}] => Array
                (
                    [ct] => 1
                    [wt] => 54018
                    [cpu] => 30088
                    [mu] => 1187704
                    [pmu] => 1159944
                )

            [GameDev\Platform\Utils\Pinba::stopTimer==>pinba_timer_stop] => Array
                (
                    [ct] => 4
                    [wt] => 13
                    [cpu] => 1558
                    [mu] => 568
                    [pmu] => 312
                )

            [GameDev\Platform\Utils\Pinba::wrapCallbackWithTimer==>GameDev\Platform\Utils\Pinba::stopTimer] => Array
                (
                    [ct] => 1
                    [wt] => 9
                    [cpu] => 1006
                    [mu] => 1232
                    [pmu] => 976
                )

            [GameDev\Platform\Controller\Game\API\Slot\AbstractController::wrapActionWithTimer==>GameDev\Platform\Utils\Pinba::wrapCallbackWithTimer] => Array
                (
                    [ct] => 1
                    [wt] => 54054
                    [cpu] => 31380
                    [mu] => 1190984
                    [pmu] => 1161744
                )

            [GameDev\Platform\Controller\Game\API\Slot\StateController::saveStateAction==>GameDev\Platform\Controller\Game\API\Slot\AbstractController::wrapActionWithTimer] => Array
                (
                    [ct] => 1
                    [wt] => 54066
                    [cpu] => 31380
                    [mu] => 1192408
                    [pmu] => 1161808
                )

            [Symfony\Component\HttpKernel\HttpKernel::handleRaw==>GameDev\Platform\Controller\Game\API\Slot\StateController::saveStateAction] => Array
                (
                    [ct] => 1
                    [wt] => 74207
                    [cpu] => 53675
                    [mu] => 1733168
                    [pmu] => 1732920
                )

            [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] => 4
                    [cpu] => 0
                    [mu] => 1328
                    [pmu] => 216
                )

            [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] => 1
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 536
                )

            [GameDev\Utils\Tracer\EventSubscriber\KernelEventsSubscriber::onKernelResponse==>Symfony\Component\HttpKernel\Event\KernelEvent::isMainRequest] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [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] => 4
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Utils\Tracer\Services\TracingService::addResponseDetailsToActiveSpan==>GameDev\Utils\Tracer\Services\TracingService::prepareHeadersForLog] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [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] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Utils\Tracer\Services\TracingService::addResponseDetailsToActiveSpan==>GameDev\Utils\Tracer\Services\TracingService::prepareContentForLog] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Utils\Tracer\Services\TracingService::addResponseDetailsToActiveSpan==>GameDev\Utils\Tracer\Services\JaegerTracer::logInActiveSpan] => Array
                (
                    [ct] => 1
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 1040
                    [pmu] => 784
                )

            [GameDev\Utils\Tracer\EventSubscriber\KernelEventsSubscriber::onKernelResponse==>GameDev\Utils\Tracer\Services\TracingService::addResponseDetailsToActiveSpan] => Array
                (
                    [ct] => 1
                    [wt] => 64
                    [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] => 72
                    [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] => 5
                    [cpu] => 0
                    [mu] => 1664
                    [pmu] => 960
                )

            [Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse==>Symfony\Component\HttpKernel\Event\KernelEvent::isMainRequest] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [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] => 0
                    [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] => 2
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 976
                )

            [Symfony\Component\HttpFoundation\Response::prepare==>Symfony\Component\HttpFoundation\HeaderBag::has] => Array
                (
                    [ct] => 3
                    [wt] => 18
                    [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] => 8
                    [cpu] => 0
                    [mu] => 1352
                    [pmu] => 992
                )

            [Symfony\Component\HttpFoundation\Response::prepare==>Symfony\Component\HttpFoundation\HeaderBag::get] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [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] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 488
                )

            [Symfony\Component\HttpFoundation\Response::prepare==>Symfony\Component\HttpFoundation\Request::isMethod] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1928
                    [pmu] => 1448
                )

            [Symfony\Component\HttpFoundation\Response::prepare==>Symfony\Component\HttpFoundation\ParameterBag::get] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Symfony\Component\HttpFoundation\Response::prepare==>Symfony\Component\HttpFoundation\Response::setProtocolVersion] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpFoundation\Response::prepare==>Symfony\Component\HttpFoundation\Response::getProtocolVersion] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpFoundation\Response::ensureIEOverSSLCompatibility==>Symfony\Component\HttpFoundation\HeaderBag::get] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [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] => 10
                    [cpu] => 0
                    [mu] => 1976
                    [pmu] => 1720
                )

            [Symfony\Component\HttpFoundation\Response::prepare==>Symfony\Component\HttpFoundation\Request::isSecure] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse==>Symfony\Component\HttpFoundation\Response::prepare] => Array
                (
                    [ct] => 1
                    [wt] => 81
                    [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] => 99
                    [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] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 224
                )

            [Symfony\Component\HttpKernel\EventListener\CacheAttributeListener::onKernelResponse==>Symfony\Component\HttpFoundation\ParameterBag::get] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [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] => 5
                    [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] => 1
                    [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] => 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():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] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 224
                )

            [Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse==>Symfony\Component\HttpFoundation\HeaderBag::has] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [Symfony\Component\HttpKernel\EventListener\DisallowRobotsIndexingListener::onResponse==>Symfony\Component\HttpFoundation\ResponseHeaderBag::set] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [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] => 18
                    [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] => 2
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 88
                )

            [GameDev\Platform\EventSubscriber\Shared\RequestResponseLogger::logResponse==>Symfony\Component\HttpKernel\Event\ResponseEvent::getResponse] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 248
                )

            [GameDev\Platform\EventSubscriber\Shared\RequestResponseLogger::logResponse==>Symfony\Component\HttpFoundation\Response::getStatusCode] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [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] => 3
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\EventSubscriber\Shared\RequestResponseLogger::logResponse==>Monolog\Logger::debug] => Array
                (
                    [ct] => 1
                    [wt] => 38
                    [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] => 60
                    [cpu] => 0
                    [mu] => 5096
                    [pmu] => 4584
                )

            [Symfony\Component\HttpKernel\HttpKernel::filterResponse==>Symfony\Component\EventDispatcher\EventDispatcher::dispatch] => Array
                (
                    [ct] => 1
                    [wt] => 329
                    [cpu] => 0
                    [mu] => 42824
                    [pmu] => 43304
                )

            [Symfony\Component\HttpKernel\HttpKernel::finishRequest==>Symfony\Component\HttpKernel\Event\KernelEvent::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [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] => 5
                    [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] => 8
                    [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] => 1
                    [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] => 4
                    [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] => 1
                    [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] => 5
                    [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] => 20
                    [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\JaegerTracer::finishActiveSpan==>Jaeger\Tracer::getScopeManager] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [GameDev\Utils\Tracer\Services\JaegerTracer::finishActiveSpan==>Jaeger\ScopeManager::getActive] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Jaeger\Scope::close==>Jaeger\ScopeManager::getActive] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 296
                )

            [Jaeger\Span::finish==>Jaeger\Span::isSampled] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 296
                )

            [Jaeger\Span::finish==>Jaeger\Span::microTime] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 296
                )

            [Jaeger\Reporter\JaegerReporter::reportSpan==>Jaeger\Sender\JaegerSender::append] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 800
                    [pmu] => 544
                )

            [Jaeger\Reporter\CompositeReporter::reportSpan==>Jaeger\Reporter\JaegerReporter::reportSpan] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1464
                    [pmu] => 1208
                )

            [Jaeger\Reporter\LoggingReporter::reportSpan==>Jaeger\Span::getOperationName] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Jaeger\Reporter\LoggingReporter::reportSpan==>Monolog\Logger::debug] => Array
                (
                    [ct] => 1
                    [wt] => 30
                    [cpu] => 0
                    [mu] => 1080
                    [pmu] => 1064
                )

            [Jaeger\Reporter\CompositeReporter::reportSpan==>Jaeger\Reporter\LoggingReporter::reportSpan] => Array
                (
                    [ct] => 1
                    [wt] => 35
                    [cpu] => 0
                    [mu] => 2456
                    [pmu] => 2200
                )

            [Jaeger\Tracer::reportSpan==>Jaeger\Reporter\CompositeReporter::reportSpan] => Array
                (
                    [ct] => 1
                    [wt] => 48
                    [cpu] => 0
                    [mu] => 4632
                    [pmu] => 4376
                )

            [Jaeger\Span::finish==>Jaeger\Tracer::reportSpan] => Array
                (
                    [ct] => 1
                    [wt] => 51
                    [cpu] => 0
                    [mu] => 5248
                    [pmu] => 4992
                )

            [Jaeger\Scope::close==>Jaeger\Span::finish] => Array
                (
                    [ct] => 1
                    [wt] => 68
                    [cpu] => 0
                    [mu] => 7096
                    [pmu] => 6840
                )

            [Jaeger\Scope::close==>Jaeger\ScopeManager::setActive] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 296
                )

            [GameDev\Utils\Tracer\Services\JaegerTracer::finishActiveSpan==>Jaeger\Scope::close] => Array
                (
                    [ct] => 1
                    [wt] => 76
                    [cpu] => 0
                    [mu] => 8976
                    [pmu] => 8720
                )

            [GameDev\Utils\Tracer\Services\TracingService::finishActiveSpan==>GameDev\Utils\Tracer\Services\JaegerTracer::finishActiveSpan] => Array
                (
                    [ct] => 1
                    [wt] => 83
                    [cpu] => 0
                    [mu] => 11000
                    [pmu] => 10744
                )

            [Jaeger\Tracer::flush==>Jaeger\Sampler\ConstSampler::close] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [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] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Jaeger\Mapper\SpanToJaegerMapper::mapSpanToJaeger==>Jaeger\Span::getStartTime] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Jaeger\Mapper\SpanToJaegerMapper::mapSpanToJaeger==>Jaeger\Span::getEndTime] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Jaeger\Mapper\SpanToJaegerMapper::mapSpanToJaeger==>Jaeger\Span::getComponent] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Jaeger\Mapper\SpanToJaegerMapper::mapSpanToJaeger==>Jaeger\Span::getTracer] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Jaeger\Mapper\SpanToJaegerMapper::mapSpanToJaeger==>Jaeger\Tracer::getServiceName] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Jaeger\Thrift\Tag::__construct==>is_array] => Array
                (
                    [ct] => 10
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 296
                )

            [Jaeger\Thrift\Tag::__construct==>Thrift\Base\TBase::__construct] => Array
                (
                    [ct] => 10
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Jaeger\Mapper\SpanToJaegerMapper::mapSpanToJaeger==>Jaeger\Thrift\Tag::__construct] => Array
                (
                    [ct] => 6
                    [wt] => 40
                    [cpu] => 0
                    [mu] => 1832
                    [pmu] => 1744
                )

            [Jaeger\Mapper\SpanToJaegerMapper::mapSpanToJaeger==>Jaeger\Span::getKind] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Jaeger\Mapper\SpanToJaegerMapper::mapSpanToJaeger==>Jaeger\Span::getTags] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Jaeger\Mapper\SpanToJaegerMapper::mapSpanToJaeger==>in_array] => Array
                (
                    [ct] => 5
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 520
                )

            [Jaeger\Mapper\SpanToJaegerMapper::mapSpanToJaeger==>strpos] => Array
                (
                    [ct] => 3
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 568
                )

            [Jaeger\Mapper\SpanToJaegerMapper::mapSpanToJaeger==>Jaeger\Span::getLogs] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Jaeger\Mapper\SpanToJaegerMapper::mapSpanToJaeger==>json_encode] => Array
                (
                    [ct] => 2
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 2680
                    [pmu] => 8192
                )

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

            [Jaeger\Thrift\Log::__construct==>Thrift\Base\TBase::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Jaeger\Mapper\SpanToJaegerMapper::mapSpanToJaeger==>Jaeger\Thrift\Log::__construct] => Array
                (
                    [ct] => 2
                    [wt] => 11
                    [cpu] => 0
                    [mu] => 1832
                    [pmu] => 1576
                )

            [Jaeger\Mapper\SpanToJaegerMapper::mapSpanToJaeger==>Jaeger\Span::getContext] => Array
                (
                    [ct] => 3
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Jaeger\Mapper\SpanToJaegerMapper::mapSpanToJaeger==>Jaeger\SpanContext::getTraceId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Jaeger\Mapper\SpanToJaegerMapper::extractTraceIdFromString==>strlen] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Jaeger\Mapper\SpanToJaegerMapper::extractTraceIdFromString==>substr] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 0
                )

            [Jaeger\Mapper\SpanToJaegerMapper::extractTraceIdFromString==>Jaeger\Codec\CodecUtility::hexToInt64] => Array
                (
                    [ct] => 2
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Jaeger\Mapper\SpanToJaegerMapper::mapSpanToJaeger==>Jaeger\Mapper\SpanToJaegerMapper::extractTraceIdFromString] => Array
                (
                    [ct] => 1
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 2776
                    [pmu] => 312
                )

            [Jaeger\Mapper\SpanToJaegerMapper::mapSpanToJaeger==>Jaeger\SpanContext::getSpanId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Jaeger\Mapper\SpanToJaegerMapper::mapSpanToJaeger==>Jaeger\SpanContext::getParentId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Jaeger\Mapper\SpanToJaegerMapper::mapSpanToJaeger==>Jaeger\Span::getOperationName] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Jaeger\Mapper\SpanToJaegerMapper::mapSpanToJaeger==>Jaeger\Span::isDebug] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

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

            [Jaeger\Thrift\Span::__construct==>Thrift\Base\TBase::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Jaeger\Mapper\SpanToJaegerMapper::mapSpanToJaeger==>Jaeger\Thrift\Span::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 1832
                    [pmu] => 1576
                )

            [Jaeger\Sender\JaegerSender::makeJaegerBatch==>Jaeger\Mapper\SpanToJaegerMapper::mapSpanToJaeger] => Array
                (
                    [ct] => 1
                    [wt] => 215
                    [cpu] => 0
                    [mu] => 34176
                    [pmu] => 34072
                )

            [Jaeger\Sender\JaegerSender::flush==>Jaeger\Sender\JaegerSender::makeJaegerBatch] => Array
                (
                    [ct] => 1
                    [wt] => 223
                    [cpu] => 0
                    [mu] => 35672
                    [pmu] => 35416
                )

            [Jaeger\Sender\JaegerSender::getBufferLength==>Thrift\Transport\TMemoryBuffer::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Jaeger\Sender\JaegerSender::getBufferLength==>Thrift\Protocol\TBinaryProtocol::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 344
                )

            [Thrift\Base\TBase::_write==>Thrift\Protocol\TBinaryProtocol::writeStructBegin] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Thrift\Protocol\TBinaryProtocol::writeByte==>pack] => Array
                (
                    [ct] => 116
                    [wt] => 62
                    [cpu] => 0
                    [mu] => 4264
                    [pmu] => 328
                )

            [Thrift\Protocol\TBinaryProtocol::writeByte==>Thrift\Transport\TMemoryBuffer::write] => Array
                (
                    [ct] => 45
                    [wt] => 26
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Thrift\Protocol\TBinaryProtocol::writeFieldBegin==>Thrift\Protocol\TBinaryProtocol::writeByte] => Array
                (
                    [ct] => 81
                    [wt] => 448
                    [cpu] => 0
                    [mu] => 5136
                    [pmu] => 7048
                )

            [Thrift\Protocol\TBinaryProtocol::writeI16==>pack] => Array
                (
                    [ct] => 81
                    [wt] => 44
                    [cpu] => 0
                    [mu] => 3144
                    [pmu] => 328
                )

            [Thrift\Protocol\TBinaryProtocol::writeI16==>Thrift\Transport\TMemoryBuffer::write] => Array
                (
                    [ct] => 32
                    [wt] => 22
                    [cpu] => 0
                    [mu] => 624
                    [pmu] => 328
                )

            [Thrift\Protocol\TBinaryProtocol::writeFieldBegin==>Thrift\Protocol\TBinaryProtocol::writeI16] => Array
                (
                    [ct] => 81
                    [wt] => 442
                    [cpu] => 0
                    [mu] => 5200
                    [pmu] => 2168
                )

            [Thrift\Base\TBase::_write==>Thrift\Protocol\TBinaryProtocol::writeFieldBegin] => Array
                (
                    [ct] => 11
                    [wt] => 108
                    [cpu] => 0
                    [mu] => 5816
                    [pmu] => 6216
                )

            [Thrift\Protocol\TBinaryProtocol::writeI64==>pack] => Array
                (
                    [ct] => 16
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 1192
                    [pmu] => 336
                )

            [Thrift\Protocol\TBinaryProtocol::writeI64==>Thrift\Transport\TMemoryBuffer::write] => Array
                (
                    [ct] => 8
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 640
                    [pmu] => 336
                )

            [Thrift\Base\TBase::_write==>Thrift\Protocol\TBinaryProtocol::writeI64] => Array
                (
                    [ct] => 6
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 2128
                    [pmu] => 1624
                )

            [Thrift\Base\TBase::_write==>Thrift\Protocol\TBinaryProtocol::writeFieldEnd] => Array
                (
                    [ct] => 11
                    [wt] => 5
                    [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] => 9
                    [cpu] => 0
                    [mu] => 1272
                    [pmu] => 1016
                )

            [Thrift\Protocol\TBinaryProtocol::writeString==>Thrift\Factory\TStringFuncFactory::create] => Array
                (
                    [ct] => 36
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 1952
                    [pmu] => 1600
                )

            [Thrift\StringFunc\Core::strlen==>strlen] => Array
                (
                    [ct] => 231
                    [wt] => 103
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 280
                )

            [Thrift\Protocol\TBinaryProtocol::writeString==>Thrift\StringFunc\Core::strlen] => Array
                (
                    [ct] => 36
                    [wt] => 64
                    [cpu] => 0
                    [mu] => 1184
                    [pmu] => 928
                )

            [Thrift\Protocol\TBinaryProtocol::writeI32==>pack] => Array
                (
                    [ct] => 66
                    [wt] => 53
                    [cpu] => 0
                    [mu] => 2664
                    [pmu] => 328
                )

            [Thrift\Protocol\TBinaryProtocol::writeI32==>Thrift\Transport\TMemoryBuffer::write] => Array
                (
                    [ct] => 24
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 744
                    [pmu] => 328
                )

            [Thrift\Protocol\TBinaryProtocol::writeString==>Thrift\Protocol\TBinaryProtocol::writeI32] => Array
                (
                    [ct] => 36
                    [wt] => 215
                    [cpu] => 0
                    [mu] => 3256
                    [pmu] => 2824
                )

            [Thrift\Protocol\TBinaryProtocol::writeString==>Thrift\Transport\TMemoryBuffer::write] => Array
                (
                    [ct] => 13
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 2856
                    [pmu] => 2040
                )

            [Thrift\Base\TBase::_write==>Thrift\Protocol\TBinaryProtocol::writeString] => Array
                (
                    [ct] => 1
                    [wt] => 27
                    [cpu] => 0
                    [mu] => 6456
                    [pmu] => 6024
                )

            [Thrift\Base\TBase::_write==>Thrift\Protocol\TBinaryProtocol::writeI32] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 168
                )

            [Thrift\Base\TBase::_writeList==>count] => Array
                (
                    [ct] => 4
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 112
                )

            [Thrift\Protocol\TBinaryProtocol::writeListBegin==>Thrift\Protocol\TBinaryProtocol::writeByte] => Array
                (
                    [ct] => 10
                    [wt] => 55
                    [cpu] => 0
                    [mu] => 984
                    [pmu] => 1120
                )

            [Thrift\Protocol\TBinaryProtocol::writeListBegin==>Thrift\Protocol\TBinaryProtocol::writeI32] => Array
                (
                    [ct] => 10
                    [wt] => 52
                    [cpu] => 0
                    [mu] => 1000
                    [pmu] => 392
                )

            [Thrift\Base\TBase::_writeList==>Thrift\Protocol\TBinaryProtocol::writeListBegin] => Array
                (
                    [ct] => 4
                    [wt] => 61
                    [cpu] => 0
                    [mu] => 1928
                    [pmu] => 1840
                )

            [Thrift\Base\TBase::_write@1==>Thrift\Protocol\TBinaryProtocol::writeStructBegin] => Array
                (
                    [ct] => 7
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Thrift\Base\TBase::_write@1==>Thrift\Protocol\TBinaryProtocol::writeFieldBegin] => Array
                (
                    [ct] => 18
                    [wt] => 163
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 2000
                )

            [Thrift\Base\TBase::_write@1==>Thrift\Protocol\TBinaryProtocol::writeString] => Array
                (
                    [ct] => 8
                    [wt] => 80
                    [cpu] => 0
                    [mu] => 872
                    [pmu] => 368
                )

            [Thrift\Base\TBase::_write@1==>Thrift\Protocol\TBinaryProtocol::writeFieldEnd] => Array
                (
                    [ct] => 18
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Thrift\Base\TBase::_write@1==>Thrift\Protocol\TBinaryProtocol::writeI32] => Array
                (
                    [ct] => 4
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 168
                )

            [Thrift\Protocol\TBinaryProtocol::writeFieldStop==>Thrift\Protocol\TBinaryProtocol::writeByte] => Array
                (
                    [ct] => 25
                    [wt] => 140
                    [cpu] => 0
                    [mu] => 1400
                    [pmu] => 1832
                )

            [Thrift\Base\TBase::_write@1==>Thrift\Protocol\TBinaryProtocol::writeFieldStop] => Array
                (
                    [ct] => 7
                    [wt] => 36
                    [cpu] => 0
                    [mu] => 1248
                    [pmu] => 1456
                )

            [Thrift\Base\TBase::_write@1==>Thrift\Protocol\TBinaryProtocol::writeStructEnd] => Array
                (
                    [ct] => 7
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Jaeger\Thrift\Tag::write==>Thrift\Base\TBase::_write@1] => Array
                (
                    [ct] => 4
                    [wt] => 271
                    [cpu] => 0
                    [mu] => 6184
                    [pmu] => 6104
                )

            [Thrift\Base\TBase::_writeList==>Jaeger\Thrift\Tag::write] => Array
                (
                    [ct] => 8
                    [wt] => 744
                    [cpu] => 0
                    [mu] => 12016
                    [pmu] => 12104
                )

            [Thrift\Base\TBase::_writeList==>Thrift\Protocol\TBinaryProtocol::writeListEnd] => Array
                (
                    [ct] => 4
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Thrift\Base\TBase::_write==>Thrift\Base\TBase::_writeList] => Array
                (
                    [ct] => 2
                    [wt] => 564
                    [cpu] => 0
                    [mu] => 22800
                    [pmu] => 22792
                )

            [Thrift\Base\TBase::_write@1==>Thrift\Protocol\TBinaryProtocol::writeI64] => Array
                (
                    [ct] => 2
                    [wt] => 7
                    [cpu] => 0
                    [mu] => 648
                    [pmu] => 216
                )

            [Thrift\Base\TBase::_writeList@1==>count] => Array
                (
                    [ct] => 4
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 80
                )

            [Thrift\Base\TBase::_writeList@1==>Thrift\Protocol\TBinaryProtocol::writeListBegin] => Array
                (
                    [ct] => 4
                    [wt] => 50
                    [cpu] => 0
                    [mu] => 712
                    [pmu] => 624
                )

            [Thrift\Base\TBase::_write@2==>Thrift\Protocol\TBinaryProtocol::writeStructBegin] => Array
                (
                    [ct] => 4
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Thrift\Base\TBase::_write@2==>Thrift\Protocol\TBinaryProtocol::writeFieldBegin] => Array
                (
                    [ct] => 18
                    [wt] => 240
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 1640
                )

            [Thrift\Base\TBase::_write@2==>Thrift\Protocol\TBinaryProtocol::writeString] => Array
                (
                    [ct] => 6
                    [wt] => 74
                    [cpu] => 0
                    [mu] => 2656
                    [pmu] => 2096
                )

            [Thrift\Base\TBase::_write@2==>Thrift\Protocol\TBinaryProtocol::writeFieldEnd] => Array
                (
                    [ct] => 18
                    [wt] => 9
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Thrift\Base\TBase::_write@2==>Thrift\Protocol\TBinaryProtocol::writeI32] => Array
                (
                    [ct] => 3
                    [wt] => 13
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 168
                )

            [Thrift\Base\TBase::_write@2==>Thrift\Protocol\TBinaryProtocol::writeFieldStop] => Array
                (
                    [ct] => 4
                    [wt] => 24
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 600
                )

            [Thrift\Base\TBase::_write@2==>Thrift\Protocol\TBinaryProtocol::writeStructEnd] => Array
                (
                    [ct] => 4
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Jaeger\Thrift\Tag::write==>Thrift\Base\TBase::_write@2] => Array
                (
                    [ct] => 2
                    [wt] => 136
                    [cpu] => 0
                    [mu] => 7200
                    [pmu] => 7056
                )

            [Thrift\Base\TBase::_writeList@1==>Jaeger\Thrift\Tag::write] => Array
                (
                    [ct] => 6
                    [wt] => 590
                    [cpu] => 0
                    [mu] => 8072
                    [pmu] => 8120
                )

            [Thrift\Base\TBase::_writeList@1==>Thrift\Protocol\TBinaryProtocol::writeListEnd] => Array
                (
                    [ct] => 4
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Thrift\Base\TBase::_write@1==>Thrift\Base\TBase::_writeList@1] => Array
                (
                    [ct] => 2
                    [wt] => 167
                    [cpu] => 0
                    [mu] => 10344
                    [pmu] => 10096
                )

            [Jaeger\Thrift\Log::write==>Thrift\Base\TBase::_write@1] => Array
                (
                    [ct] => 2
                    [wt] => 237
                    [cpu] => 0
                    [mu] => 11672
                    [pmu] => 11736
                )

            [Thrift\Base\TBase::_writeList==>Jaeger\Thrift\Log::write] => Array
                (
                    [ct] => 2
                    [wt] => 241
                    [cpu] => 0
                    [mu] => 12224
                    [pmu] => 12328
                )

            [Thrift\Base\TBase::_write==>Thrift\Protocol\TBinaryProtocol::writeFieldStop] => Array
                (
                    [ct] => 2
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 272
                )

            [Thrift\Base\TBase::_write==>Thrift\Protocol\TBinaryProtocol::writeStructEnd] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Jaeger\Thrift\Span::write==>Thrift\Base\TBase::_write] => Array
                (
                    [ct] => 1
                    [wt] => 757
                    [cpu] => 0
                    [mu] => 39728
                    [pmu] => 39472
                )

            [Jaeger\Sender\JaegerSender::getBufferLength==>Jaeger\Thrift\Span::write] => Array
                (
                    [ct] => 1
                    [wt] => 759
                    [cpu] => 0
                    [mu] => 40320
                    [pmu] => 40064
                )

            [Thrift\Transport\TMemoryBuffer::available==>Thrift\Factory\TStringFuncFactory::create] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Thrift\Transport\TMemoryBuffer::available==>Thrift\StringFunc\Core::strlen] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Jaeger\Sender\JaegerSender::getBufferLength==>Thrift\Transport\TMemoryBuffer::available] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1880
                    [pmu] => 1624
                )

            [Jaeger\Sender\JaegerSender::chunkSplit==>Jaeger\Sender\JaegerSender::getBufferLength] => Array
                (
                    [ct] => 1
                    [wt] => 780
                    [cpu] => 0
                    [mu] => 44296
                    [pmu] => 44040
                )

            [Jaeger\Sender\JaegerSender::send==>Jaeger\Sender\JaegerSender::chunkSplit] => Array
                (
                    [ct] => 1
                    [wt] => 783
                    [cpu] => 0
                    [mu] => 42760
                    [pmu] => 44184
                )

            [Jaeger\Sender\JaegerSender::emitJaegerBatch==>Jaeger\Tracer::getTags] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Jaeger\Sender\JaegerSender::emitJaegerBatch==>Jaeger\Mapper\SpanToJaegerMapper::getSpecialSpanTags] => Array
                (
                    [ct] => 2
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Jaeger\Sender\JaegerSender::emitJaegerBatch==>in_array] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 248
                )

            [Jaeger\Sender\JaegerSender::emitJaegerBatch==>Jaeger\Thrift\Tag::__construct] => Array
                (
                    [ct] => 4
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 496
                )

            [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] => 1
                    [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] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Jaeger\Sender\JaegerSender::emitJaegerBatch==>Jaeger\Thrift\Process::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 1832
                    [pmu] => 1576
                )

            [Jaeger\Thrift\Batch::__construct==>is_array] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 176
                )

            [Jaeger\Thrift\Batch::__construct==>Thrift\Base\TBase::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Jaeger\Sender\JaegerSender::emitJaegerBatch==>Jaeger\Thrift\Batch::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 8
                    [cpu] => 0
                    [mu] => 1832
                    [pmu] => 1456
                )

            [Jaeger\Thrift\Agent\Agent_emitBatch_args::__construct==>is_array] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 312
                )

            [Jaeger\Thrift\Agent\AgentClient::send_emitBatch==>Jaeger\Thrift\Agent\Agent_emitBatch_args::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 976
                )

            [Thrift\Transport\TBufferedTransport::write==>Thrift\Factory\TStringFuncFactory::create] => Array
                (
                    [ct] => 193
                    [wt] => 101
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Thrift\Transport\TBufferedTransport::write==>Thrift\StringFunc\Core::strlen] => Array
                (
                    [ct] => 193
                    [wt] => 320
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Thrift\Protocol\TBinaryProtocol::writeI32==>Thrift\Transport\TBufferedTransport::write] => Array
                (
                    [ct] => 42
                    [wt] => 182
                    [cpu] => 0
                    [mu] => 2040
                    [pmu] => 2296
                )

            [Thrift\Protocol\TBinaryProtocol::writeMessageBegin==>Thrift\Protocol\TBinaryProtocol::writeI32] => Array
                (
                    [ct] => 2
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 2608
                    [pmu] => 2512
                )

            [Thrift\Protocol\TBinaryProtocol::writeString==>Thrift\Transport\TBufferedTransport::write] => Array
                (
                    [ct] => 23
                    [wt] => 102
                    [cpu] => 0
                    [mu] => 3264
                    [pmu] => 2256
                )

            [Thrift\Protocol\TBinaryProtocol::writeMessageBegin==>Thrift\Protocol\TBinaryProtocol::writeString] => Array
                (
                    [ct] => 1
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 1280
                    [pmu] => 1024
                )

            [Jaeger\Thrift\Agent\AgentClient::send_emitBatch==>Thrift\Protocol\TBinaryProtocol::writeMessageBegin] => Array
                (
                    [ct] => 1
                    [wt] => 63
                    [cpu] => 0
                    [mu] => 4584
                    [pmu] => 4328
                )

            [Thrift\Protocol\TBinaryProtocol::writeByte==>Thrift\Transport\TBufferedTransport::write] => Array
                (
                    [ct] => 71
                    [wt] => 306
                    [cpu] => 0
                    [mu] => 680
                    [pmu] => 3096
                )

            [Thrift\Protocol\TBinaryProtocol::writeI16==>Thrift\Transport\TBufferedTransport::write] => Array
                (
                    [ct] => 49
                    [wt] => 214
                    [cpu] => 0
                    [mu] => 640
                    [pmu] => 352
                )

            [Thrift\Base\TBase::_write@3==>Thrift\Protocol\TBinaryProtocol::writeStructBegin] => Array
                (
                    [ct] => 10
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 168
                )

            [Thrift\Base\TBase::_write@3==>Thrift\Protocol\TBinaryProtocol::writeFieldBegin] => Array
                (
                    [ct] => 28
                    [wt] => 456
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 2064
                )

            [Thrift\Base\TBase::_write@3==>Thrift\Protocol\TBinaryProtocol::writeString] => Array
                (
                    [ct] => 16
                    [wt] => 279
                    [cpu] => 0
                    [mu] => 1048
                    [pmu] => 600
                )

            [Thrift\Base\TBase::_write@3==>Thrift\Protocol\TBinaryProtocol::writeFieldEnd] => Array
                (
                    [ct] => 28
                    [wt] => 12
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Thrift\Base\TBase::_write@3==>Thrift\Protocol\TBinaryProtocol::writeI32] => Array
                (
                    [ct] => 8
                    [wt] => 55
                    [cpu] => 0
                    [mu] => 824
                    [pmu] => 72
                )

            [Thrift\Base\TBase::_write@3==>Thrift\Protocol\TBinaryProtocol::writeFieldStop] => Array
                (
                    [ct] => 10
                    [wt] => 82
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 568
                )

            [Thrift\Base\TBase::_write@3==>Thrift\Protocol\TBinaryProtocol::writeStructEnd] => Array
                (
                    [ct] => 10
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Jaeger\Thrift\Tag::write==>Thrift\Base\TBase::_write@3] => Array
                (
                    [ct] => 8
                    [wt] => 904
                    [cpu] => 0
                    [mu] => 5936
                    [pmu] => 5704
                )

            [Thrift\Base\TBase::_write@2==>Thrift\Base\TBase::_writeList] => Array
                (
                    [ct] => 1
                    [wt] => 490
                    [cpu] => 0
                    [mu] => 5944
                    [pmu] => 5584
                )

            [Jaeger\Thrift\Process::write==>Thrift\Base\TBase::_write@2] => Array
                (
                    [ct] => 1
                    [wt] => 560
                    [cpu] => 0
                    [mu] => 6640
                    [pmu] => 6184
                )

            [Thrift\Base\TBase::_write@1==>Jaeger\Thrift\Process::write] => Array
                (
                    [ct] => 1
                    [wt] => 561
                    [cpu] => 0
                    [mu] => 7232
                    [pmu] => 6680
                )

            [Thrift\Protocol\TBinaryProtocol::writeI64==>Thrift\Transport\TBufferedTransport::write] => Array
                (
                    [ct] => 8
                    [wt] => 34
                    [cpu] => 0
                    [mu] => 648
                    [pmu] => 216
                )

            [Thrift\Base\TBase::_write@2==>Thrift\Protocol\TBinaryProtocol::writeI64] => Array
                (
                    [ct] => 6
                    [wt] => 43
                    [cpu] => 0
                    [mu] => 1520
                    [pmu] => 768
                )

            [Thrift\Base\TBase::_write@2==>Thrift\Base\TBase::_writeList@1] => Array
                (
                    [ct] => 2
                    [wt] => 892
                    [cpu] => 0
                    [mu] => 13432
                    [pmu] => 13488
                )

            [Thrift\Base\TBase::_write@3==>Thrift\Protocol\TBinaryProtocol::writeI64] => Array
                (
                    [ct] => 2
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 648
                    [pmu] => 120
                )

            [Thrift\Base\TBase::_writeList@2==>count] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 536
                    [pmu] => 0
                )

            [Thrift\Base\TBase::_writeList@2==>Thrift\Protocol\TBinaryProtocol::writeListBegin] => Array
                (
                    [ct] => 2
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 384
                )

            [Thrift\Base\TBase::_write@4==>Thrift\Protocol\TBinaryProtocol::writeStructBegin] => Array
                (
                    [ct] => 2
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Thrift\Base\TBase::_write@4==>Thrift\Protocol\TBinaryProtocol::writeFieldBegin] => Array
                (
                    [ct] => 6
                    [wt] => 94
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 984
                )

            [Thrift\Base\TBase::_write@4==>Thrift\Protocol\TBinaryProtocol::writeString] => Array
                (
                    [ct] => 4
                    [wt] => 71
                    [cpu] => 0
                    [mu] => 2888
                    [pmu] => 2448
                )

            [Thrift\Base\TBase::_write@4==>Thrift\Protocol\TBinaryProtocol::writeFieldEnd] => Array
                (
                    [ct] => 6
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Thrift\Base\TBase::_write@4==>Thrift\Protocol\TBinaryProtocol::writeI32] => Array
                (
                    [ct] => 2
                    [wt] => 14
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 72
                )

            [Thrift\Base\TBase::_write@4==>Thrift\Protocol\TBinaryProtocol::writeFieldStop] => Array
                (
                    [ct] => 2
                    [wt] => 16
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 280
                )

            [Thrift\Base\TBase::_write@4==>Thrift\Protocol\TBinaryProtocol::writeStructEnd] => Array
                (
                    [ct] => 2
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Jaeger\Thrift\Tag::write==>Thrift\Base\TBase::_write@4] => Array
                (
                    [ct] => 2
                    [wt] => 232
                    [cpu] => 0
                    [mu] => 7456
                    [pmu] => 7312
                )

            [Thrift\Base\TBase::_writeList@2==>Jaeger\Thrift\Tag::write] => Array
                (
                    [ct] => 2
                    [wt] => 235
                    [cpu] => 0
                    [mu] => 8008
                    [pmu] => 7904
                )

            [Thrift\Base\TBase::_writeList@2==>Thrift\Protocol\TBinaryProtocol::writeListEnd] => Array
                (
                    [ct] => 2
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 328
                )

            [Thrift\Base\TBase::_write@3==>Thrift\Base\TBase::_writeList@2] => Array
                (
                    [ct] => 2
                    [wt] => 277
                    [cpu] => 0
                    [mu] => 10536
                    [pmu] => 10192
                )

            [Jaeger\Thrift\Log::write==>Thrift\Base\TBase::_write@3] => Array
                (
                    [ct] => 2
                    [wt] => 393
                    [cpu] => 0
                    [mu] => 11864
                    [pmu] => 11984
                )

            [Thrift\Base\TBase::_writeList@1==>Jaeger\Thrift\Log::write] => Array
                (
                    [ct] => 2
                    [wt] => 396
                    [cpu] => 0
                    [mu] => 12416
                    [pmu] => 12520
                )

            [Jaeger\Thrift\Span::write==>Thrift\Base\TBase::_write@2] => Array
                (
                    [ct] => 1
                    [wt] => 1166
                    [cpu] => 0
                    [mu] => 15432
                    [pmu] => 15408
                )

            [Thrift\Base\TBase::_writeList==>Jaeger\Thrift\Span::write] => Array
                (
                    [ct] => 1
                    [wt] => 1167
                    [cpu] => 0
                    [mu] => 16024
                    [pmu] => 15472
                )

            [Thrift\Base\TBase::_write@1==>Thrift\Base\TBase::_writeList] => Array
                (
                    [ct] => 1
                    [wt] => 1188
                    [cpu] => 0
                    [mu] => 16656
                    [pmu] => 16104
                )

            [Jaeger\Thrift\Batch::write==>Thrift\Base\TBase::_write@1] => Array
                (
                    [ct] => 1
                    [wt] => 1802
                    [cpu] => 0
                    [mu] => 24584
                    [pmu] => 24368
                )

            [Thrift\Base\TBase::_write==>Jaeger\Thrift\Batch::write] => Array
                (
                    [ct] => 1
                    [wt] => 1804
                    [cpu] => 0
                    [mu] => 25200
                    [pmu] => 24944
                )

            [Jaeger\Thrift\Agent\Agent_emitBatch_args::write==>Thrift\Base\TBase::_write] => Array
                (
                    [ct] => 1
                    [wt] => 1838
                    [cpu] => 0
                    [mu] => 27152
                    [pmu] => 26920
                )

            [Jaeger\Thrift\Agent\AgentClient::send_emitBatch==>Jaeger\Thrift\Agent\Agent_emitBatch_args::write] => Array
                (
                    [ct] => 1
                    [wt] => 1843
                    [cpu] => 0
                    [mu] => 27816
                    [pmu] => 27560
                )

            [Jaeger\Thrift\Agent\AgentClient::send_emitBatch==>Thrift\Protocol\TBinaryProtocol::writeMessageEnd] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [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] => 37
                    [cpu] => 0
                    [mu] => 552
                    [pmu] => 488
                )

            [Thrift\Transport\TBufferedTransport::flush==>Jaeger\ThriftUdpTransport::write] => Array
                (
                    [ct] => 1
                    [wt] => 42
                    [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] => 53
                    [cpu] => 0
                    [mu] => 4440
                    [pmu] => 4184
                )

            [Jaeger\Thrift\Agent\AgentClient::emitBatch==>Jaeger\Thrift\Agent\AgentClient::send_emitBatch] => Array
                (
                    [ct] => 1
                    [wt] => 1979
                    [cpu] => 0
                    [mu] => 37880
                    [pmu] => 40152
                )

            [Jaeger\Sender\JaegerSender::emitJaegerBatch==>Jaeger\Thrift\Agent\AgentClient::emitBatch] => Array
                (
                    [ct] => 1
                    [wt] => 1981
                    [cpu] => 0
                    [mu] => 38488
                    [pmu] => 40152
                )

            [Jaeger\Sender\JaegerSender::send==>Jaeger\Sender\JaegerSender::emitJaegerBatch] => Array
                (
                    [ct] => 1
                    [wt] => 2050
                    [cpu] => 0
                    [mu] => 50584
                    [pmu] => 50440
                )

            [Jaeger\Sender\JaegerSender::flush==>Jaeger\Sender\JaegerSender::send] => Array
                (
                    [ct] => 1
                    [wt] => 2840
                    [cpu] => 0
                    [mu] => 93024
                    [pmu] => 94688
                )

            [Jaeger\Reporter\JaegerReporter::close==>Jaeger\Sender\JaegerSender::flush] => Array
                (
                    [ct] => 1
                    [wt] => 3072
                    [cpu] => 0
                    [mu] => 123560
                    [pmu] => 131104
                )

            [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] => 3077
                    [cpu] => 0
                    [mu] => 120160
                    [pmu] => 131168
                )

            [Jaeger\Reporter\CompositeReporter::close==>Jaeger\Reporter\LoggingReporter::close] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Jaeger\Tracer::flush==>Jaeger\Reporter\CompositeReporter::close] => Array
                (
                    [ct] => 1
                    [wt] => 3081
                    [cpu] => 0
                    [mu] => 121440
                    [pmu] => 131232
                )

            [GameDev\Utils\Tracer\Services\JaegerTracer::flush==>Jaeger\Tracer::flush] => Array
                (
                    [ct] => 1
                    [wt] => 3086
                    [cpu] => 0
                    [mu] => 122720
                    [pmu] => 131944
                )

            [GameDev\Utils\Tracer\Services\TracingService::finishActiveSpan==>GameDev\Utils\Tracer\Services\JaegerTracer::flush] => Array
                (
                    [ct] => 1
                    [wt] => 3089
                    [cpu] => 0
                    [mu] => 123416
                    [pmu] => 131992
                )

            [GameDev\Utils\Tracer\EventSubscriber\KernelEventsSubscriber::onFinishRequest==>GameDev\Utils\Tracer\Services\TracingService::finishActiveSpan] => Array
                (
                    [ct] => 1
                    [wt] => 3175
                    [cpu] => 0
                    [mu] => 135096
                    [pmu] => 143024
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>GameDev\Utils\Tracer\EventSubscriber\KernelEventsSubscriber::onFinishRequest] => Array
                (
                    [ct] => 1
                    [wt] => 3179
                    [cpu] => 0
                    [mu] => 136616
                    [pmu] => 143512
                )

            [Symfony\Component\HttpKernel\HttpKernel::finishRequest==>Symfony\Component\EventDispatcher\EventDispatcher::dispatch] => Array
                (
                    [ct] => 1
                    [wt] => 3275
                    [cpu] => 0
                    [mu] => 150704
                    [pmu] => 158608
                )

            [Symfony\Component\HttpKernel\HttpKernel::filterResponse==>Symfony\Component\HttpKernel\HttpKernel::finishRequest] => Array
                (
                    [ct] => 1
                    [wt] => 3281
                    [cpu] => 0
                    [mu] => 152096
                    [pmu] => 159080
                )

            [Symfony\Component\HttpKernel\HttpKernel::filterResponse==>Symfony\Component\HttpKernel\Event\ResponseEvent::getResponse] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\HttpKernel::handleRaw==>Symfony\Component\HttpKernel\HttpKernel::filterResponse] => Array
                (
                    [ct] => 1
                    [wt] => 3623
                    [cpu] => 0
                    [mu] => 197896
                    [pmu] => 202920
                )

            [Symfony\Component\HttpKernel\HttpKernel::handle==>Symfony\Component\HttpKernel\HttpKernel::handleRaw] => Array
                (
                    [ct] => 1
                    [wt] => 122484
                    [cpu] => 93345
                    [mu] => 5035624
                    [pmu] => 5041272
                )

            [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] => 4
                    [cpu] => 0
                    [mu] => 1232
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Kernel::handle==>Symfony\Component\HttpKernel\HttpKernel::handle] => Array
                (
                    [ct] => 1
                    [wt] => 122518
                    [cpu] => 93345
                    [mu] => 5027456
                    [pmu] => 5043784
                )

            [Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner::run==>Symfony\Component\HttpKernel\Kernel::handle] => Array
                (
                    [ct] => 1
                    [wt] => 126579
                    [cpu] => 93345
                    [mu] => 5710408
                    [pmu] => 5726120
                )

            [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] => 6
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\HttpFoundation\ResponseHeaderBag::allPreserveCaseWithoutCookies==>Symfony\Component\HttpFoundation\ResponseHeaderBag::allPreserveCase] => Array
                (
                    [ct] => 1
                    [wt] => 20
                    [cpu] => 0
                    [mu] => 1736
                    [pmu] => 0
                )

            [Symfony\Component\HttpFoundation\Response::sendHeaders==>Symfony\Component\HttpFoundation\ResponseHeaderBag::allPreserveCaseWithoutCookies] => Array
                (
                    [ct] => 1
                    [wt] => 23
                    [cpu] => 0
                    [mu] => 2464
                    [pmu] => 0
                )

            [Symfony\Component\HttpFoundation\Response::sendHeaders==>strcasecmp] => Array
                (
                    [ct] => 4
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 568
                    [pmu] => 0
                )

            [Symfony\Component\HttpFoundation\Response::sendHeaders==>header] => Array
                (
                    [ct] => 5
                    [wt] => 7
                    [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] => 54
                    [cpu] => 0
                    [mu] => 5712
                    [pmu] => 0
                )

            [Symfony\Component\HttpFoundation\Response::send==>Symfony\Component\HttpFoundation\Response::sendContent] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 0
                )

            [Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner::run==>Symfony\Component\HttpFoundation\Response::send] => Array
                (
                    [ct] => 1
                    [wt] => 60
                    [cpu] => 0
                    [mu] => 7104
                    [pmu] => 0
                )

            [Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner::run==>function_exists] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 584
                    [pmu] => 0
                )

            [Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner::run==>fastcgi_finish_request] => Array
                (
                    [ct] => 1
                    [wt] => 808
                    [cpu] => 3761
                    [mu] => -7752
                    [pmu] => 0
                )

            [GameDev\Platform\Kernel::terminate==>Symfony\Component\HttpFoundation\Response::getStatusCode] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

            [Symfony\Component\HttpKernel\Kernel::terminate==>Symfony\Component\HttpKernel\Kernel::getHttpKernel] => Array
                (
                    [ct] => 2
                    [wt] => 6
                    [cpu] => 0
                    [mu] => 600
                    [pmu] => 0
                )

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

            [Symfony\Component\HttpKernel\HttpKernel::terminate==>Symfony\Component\HttpKernel\Event\TerminateEvent::__construct] => Array
                (
                    [ct] => 1
                    [wt] => 4
                    [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] => 536
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::saveRequestResponseLog==>Symfony\Component\HttpKernel\Event\KernelEvent::getRequest] => Array
                (
                    [ct] => 7
                    [wt] => 4
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 264
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::saveRequestResponseLog==>GameDev\Platform\Legacy\EventSubscriber\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 17
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::saveRequestResponseLog] => Array
                (
                    [ct] => 7
                    [wt] => 231
                    [cpu] => 0
                    [mu] => 19528
                    [pmu] => 16728
                )

            [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] => 1
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 72
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::saveRequestResponseLog==>GameDev\Platform\EventSubscriber\Aggregator\API\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 14
                    [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():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] => 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():2383}] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [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] => 328
                )

            [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] => 12
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 312
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::saveRequestResponseLog==>Symfony\Component\HttpKernel\Event\TerminateEvent::getResponse] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::logResponse==>Symfony\Component\HttpFoundation\Response::getContent] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::logResponse==>GameDev\Platform\Helper\StringHelper::trimForLog] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::logResponse==>GameDev\Platform\Entity\Log\RequestResponse::setResponseBody] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 632
                    [pmu] => 376
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::filterResponseHeaders==>Symfony\Component\HttpFoundation\ResponseHeaderBag::all] => Array
                (
                    [ct] => 1
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [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] => 440
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::{closure:{closure:GameDev\Platform\Service\Shared\Log\RequestResponseLogger::filterResponseHeaders():127}:135}==>str_starts_with] => Array
                (
                    [ct] => 9
                    [wt] => 5
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [array_all==>GameDev\Platform\Service\Shared\Log\RequestResponseLogger::{closure:{closure:GameDev\Platform\Service\Shared\Log\RequestResponseLogger::filterResponseHeaders():127}:135}] => Array
                (
                    [ct] => 9
                    [wt] => 18
                    [cpu] => 0
                    [mu] => 1456
                    [pmu] => 1200
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::{closure:GameDev\Platform\Service\Shared\Log\RequestResponseLogger::filterResponseHeaders():127}==>array_all] => Array
                (
                    [ct] => 4
                    [wt] => 32
                    [cpu] => 0
                    [mu] => 2184
                    [pmu] => 2984
                )

            [array_filter==>GameDev\Platform\Service\Shared\Log\RequestResponseLogger::{closure:GameDev\Platform\Service\Shared\Log\RequestResponseLogger::filterResponseHeaders():127}] => Array
                (
                    [ct] => 4
                    [wt] => 53
                    [cpu] => 0
                    [mu] => 3704
                    [pmu] => 4864
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::filterResponseHeaders==>array_filter] => Array
                (
                    [ct] => 1
                    [wt] => 58
                    [cpu] => 0
                    [mu] => 4744
                    [pmu] => 5600
                )

            [GameDev\Platform\Service\Shared\Log\RequestResponseLogger::logResponse==>GameDev\Platform\Service\Shared\Log\RequestResponseLogger::filterResponseHeaders] => Array
                (
                    [ct] => 1
                    [wt] => 67
                    [cpu] => 0
                    [mu] => 6200
                    [pmu] => 6488
                )

            [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] => 1
                    [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] => 89
                    [cpu] => 0
                    [mu] => 11168
                    [pmu] => 10912
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::saveRequestResponseLog==>GameDev\Platform\Service\Shared\Log\RequestResponseLogger::flush] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 408
                )

            [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] => 24
                    [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] => 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():2362}] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::stopRequestTimers==>Symfony\Component\HttpKernel\Event\KernelEvent::getRequest] => Array
                (
                    [ct] => 7
                    [wt] => 3
                    [cpu] => 0
                    [mu] => 664
                    [pmu] => 264
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::stopRequestTimers==>GameDev\Platform\Legacy\EventSubscriber\KernelEventSubscriber::supportsRequest] => Array
                (
                    [ct] => 1
                    [wt] => 10
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 440
                )

            [Symfony\Component\EventDispatcher\EventDispatcher::{closure:Symfony\Component\EventDispatcher\EventDispatcher::optimizeListeners():241}==>GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::stopRequestTimers] => Array
                (
                    [ct] => 7
                    [wt] => 114
                    [cpu] => 494
                    [mu] => 7424
                    [pmu] => 4664
                )

            [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] => 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():2377}] => Array
                (
                    [ct] => 1
                    [wt] => 0
                    [cpu] => 0
                    [mu] => 792
                    [pmu] => 0
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::stopRequestTimers==>GameDev\Platform\EventSubscriber\BackOffice\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():2384}] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [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] => 11
                    [cpu] => 0
                    [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
                )

            [GameDev\Platform\EventSubscriber\Shared\API\AbstractKernelEventSubscriber::stopRequestTimers==>GameDev\Platform\Utils\Pinba::stopTimer] => Array
                (
                    [ct] => 2
                    [wt] => 10
                    [cpu] => 494
                    [mu] => 632
                    [pmu] => 376
                )

            [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] => 104
                )

            [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] => 9
                    [cpu] => 0
                    [mu] => 696
                    [pmu] => 312
                )

            [Symfony\Component\HttpKernel\HttpKernel::terminate==>Symfony\Component\EventDispatcher\EventDispatcher::dispatch] => Array
                (
                    [ct] => 1
                    [wt] => 491
                    [cpu] => 494
                    [mu] => 35016
                    [pmu] => 23192
                )

            [Symfony\Component\HttpKernel\Kernel::terminate==>Symfony\Component\HttpKernel\HttpKernel::terminate] => Array
                (
                    [ct] => 1
                    [wt] => 501
                    [cpu] => 494
                    [mu] => 37072
                    [pmu] => 23192
                )

            [GameDev\Platform\Kernel::terminate==>Symfony\Component\HttpKernel\Kernel::terminate] => Array
                (
                    [ct] => 1
                    [wt] => 516
                    [cpu] => 494
                    [mu] => 38384
                    [pmu] => 23336
                )

            [Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner::run==>GameDev\Platform\Kernel::terminate] => Array
                (
                    [ct] => 1
                    [wt] => 522
                    [cpu] => 494
                    [mu] => 39712
                    [pmu] => 23920
                )

            [main()==>Symfony\Component\Runtime\Runner\Symfony\HttpKernelRunner::run] => Array
                (
                    [ct] => 1
                    [wt] => 127982
                    [cpu] => 97600
                    [mu] => 5750944
                    [pmu] => 5750688
                )

            [main()==>GameDev\Platform\Utils\Pinba::stopTimer] => Array
                (
                    [ct] => 1
                    [wt] => 2
                    [cpu] => 58
                    [mu] => 552
                    [pmu] => 0
                )

            [main()==>GameDev\Platform\Kernel::getTraceId] => Array
                (
                    [ct] => 1
                    [wt] => 1
                    [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] => 312
                )

            [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] => 19
                    [cpu] => 0
                    [mu] => 2592
                    [pmu] => 2144
                )

            [main()==>Xhgui\Profiler\Profiler::stop] => Array
                (
                    [ct] => 1
                    [wt] => 21
                    [cpu] => 0
                    [mu] => 3192
                    [pmu] => 2680
                )

            [main()] => Array
                (
                    [ct] => 1
                    [wt] => 130579
                    [cpu] => 100197
                    [mu] => 5778144
                    [pmu] => 5776096
                )

        )

)