diff --git a/src/gpgmm/common/MemoryPool.cpp b/src/gpgmm/common/MemoryPool.cpp index 4f4bcf7bb..bc91f68e6 100644 --- a/src/gpgmm/common/MemoryPool.cpp +++ b/src/gpgmm/common/MemoryPool.cpp @@ -35,7 +35,7 @@ namespace gpgmm { } const char* MemoryPool::GetTypename() const { - return "GPUMemoryPool"; + return "MemoryPool"; } } // namespace gpgmm diff --git a/src/gpgmm/d3d12/ResourceHeapAllocatorD3D12.cpp b/src/gpgmm/d3d12/ResourceHeapAllocatorD3D12.cpp index 48eb44593..c66e3ef18 100644 --- a/src/gpgmm/d3d12/ResourceHeapAllocatorD3D12.cpp +++ b/src/gpgmm/d3d12/ResourceHeapAllocatorD3D12.cpp @@ -114,4 +114,8 @@ namespace gpgmm { namespace d3d12 { SafeRelease(allocation); } + const char* ResourceHeapAllocator::GetTypename() const { + return "ResourceHeapAllocator"; + } + }} // namespace gpgmm::d3d12 diff --git a/src/gpgmm/d3d12/ResourceHeapAllocatorD3D12.h b/src/gpgmm/d3d12/ResourceHeapAllocatorD3D12.h index 92dee768a..9558ad6dd 100644 --- a/src/gpgmm/d3d12/ResourceHeapAllocatorD3D12.h +++ b/src/gpgmm/d3d12/ResourceHeapAllocatorD3D12.h @@ -42,6 +42,8 @@ namespace gpgmm { namespace d3d12 { bool prefetchMemory) override; void DeallocateMemory(std::unique_ptr allocation) override; + const char* GetTypename() const override; + private: ResidencyManager* const mResidencyManager; ID3D12Device* const mDevice; diff --git a/src/tests/capture_replay_tests/traces/dawn_end2end_queuewritebuffertests_manywritebuffer.json b/src/tests/capture_replay_tests/traces/dawn_end2end_queuewritebuffertests_manywritebuffer.json index dfe0e8712..d02a344e8 100644 --- a/src/tests/capture_replay_tests/traces/dawn_end2end_queuewritebuffertests_manywritebuffer.json +++ b/src/tests/capture_replay_tests/traces/dawn_end2end_queuewritebuffertests_manywritebuffer.json @@ -1 +1 @@ -{ "traceEvents": [ { "name": "thread_name", "cat": "__metadata", "ph": "M", "tid": 37280, "ts": 0, "pid": 5232, "args": { "name": "GPGMM_MainThread" } }, { "name": "ResourceAllocator", "cat": "default", "ph": "N", "id": "0x24d8be70e20", "tid": 37280, "ts": 79, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d89b313e8", "tid": 37280, "ts": 145, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d89ba5810", "tid": 37280, "ts": 291, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d89b31988", "tid": 37280, "ts": 2497, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d89ba51e0", "tid": 37280, "ts": 2576, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d89b31aa8", "tid": 37280, "ts": 4748, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d89ba62c0", "tid": 37280, "ts": 4800, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d8e2c4478", "tid": 37280, "ts": 6977, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d89ba4d60", "tid": 37280, "ts": 7031, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d8e2c4a18", "tid": 37280, "ts": 8488, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d89ba56f0", "tid": 37280, "ts": 8539, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d8e2c48f8", "tid": 37280, "ts": 9993, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d89ba6110", "tid": 37280, "ts": 10045, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d8e2c4d78", "tid": 37280, "ts": 13215, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d8e242d70", "tid": 37280, "ts": 13268, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d8e250328", "tid": 37280, "ts": 14722, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d8e2422c0", "tid": 37280, "ts": 14777, "pid": 5232 }, { "name": "ResourceAllocator", "cat": "default", "ph": "O", "id": "0x24d8be70e20", "tid": 37280, "ts": 16314, "pid": 5232, "args": { "snapshot": { "Flags": 4, "RecordOptions": { "Flags": 3, "MinMessageLevel": 0 }, "IsUMA": 1, "ResourceHeapTier": 2, "PreferredResourceHeapSize": 4194304, "MaxResourceHeapSize": 34359738368, "MaxVideoMemoryBudget": 0.950000, "TotalResourceBudgetLimit": 0, "EvictLimit": 0, "MemoryFragmentationLimit": 0.125000 } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 16411, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 4000000, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 0, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x24d8e242f20", "tid": 37280, "ts": 16894, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x24d8e242f20", "tid": 37280, "ts": 16962, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 4194304, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 4194304, "Properties": { "SizeInBytes": 1, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 17035, "pid": 5232, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 17042, "pid": 5232, "args": { "value": 40 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8be629c0", "tid": 37280, "ts": 17139, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 17147, "pid": 5232, "args": { "value": 714 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 17171, "pid": 5232, "args": { "value": 0 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 17190, "pid": 5232, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 17196, "pid": 5232, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8be629c0", "tid": 37280, "ts": 17287, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 4063232, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8e242f20" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 4000000, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 17452, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 4194304, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x24d8e242fb0", "tid": 37280, "ts": 17752, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x24d8e242fb0", "tid": 37280, "ts": 17790, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 4194304, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 4194304, "Properties": { "SizeInBytes": 2, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 17833, "pid": 5232, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 17840, "pid": 5232, "args": { "value": 35 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8be62b00", "tid": 37280, "ts": 17924, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 17932, "pid": 5232, "args": { "value": 445 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 17949, "pid": 5232, "args": { "value": 0 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 17957, "pid": 5232, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 17963, "pid": 5232, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8be62b00", "tid": 37280, "ts": 18003, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 4194304, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8e242fb0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 4194304, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 18098, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 4194304, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x24d8e242bc0", "tid": 37280, "ts": 18337, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x24d8e242bc0", "tid": 37280, "ts": 18375, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 4194304, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 4194304, "Properties": { "SizeInBytes": 2, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 18417, "pid": 5232, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 18424, "pid": 5232, "args": { "value": 33 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8be63820", "tid": 37280, "ts": 18507, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 18514, "pid": 5232, "args": { "value": 397 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 18532, "pid": 5232, "args": { "value": 0 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 18539, "pid": 5232, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 18545, "pid": 5232, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8be63820", "tid": 37280, "ts": 18588, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 4194304, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8e242bc0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 4194304, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 18683, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 3 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 250000, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 1024, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x24d8e2423e0", "tid": 37280, "ts": 18939, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x24d8e2423e0", "tid": 37280, "ts": 18976, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 4194304, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 4194304, "Properties": { "SizeInBytes": 3, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 19018, "pid": 5232, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 19025, "pid": 5232, "args": { "value": 35 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8be63780", "tid": 37280, "ts": 19108, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 19116, "pid": 5232, "args": { "value": 412 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 19133, "pid": 5232, "args": { "value": 4 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 19140, "pid": 5232, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 19147, "pid": 5232, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8be63780", "tid": 37280, "ts": 19186, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 262144, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8e2423e0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 250000, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8be629c0", "tid": 37280, "ts": 19321, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8be63780", "tid": 37280, "ts": 19467, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8be62b00", "tid": 37280, "ts": 19589, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8be63820", "tid": 37280, "ts": 19706, "pid": 5232 }, { "name": "ResourceAllocator", "cat": "default", "ph": "D", "id": "0x24d8be70e20", "tid": 37280, "ts": 19773, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d89b313e8", "tid": 37280, "ts": 19822, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x24d8e2423e0", "tid": 37280, "ts": 19837, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d89ba5810", "tid": 37280, "ts": 20034, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d89b31988", "tid": 37280, "ts": 20065, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x24d8e242bc0", "tid": 37280, "ts": 20080, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x24d8e242fb0", "tid": 37280, "ts": 20277, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d89ba51e0", "tid": 37280, "ts": 20466, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d89b31aa8", "tid": 37280, "ts": 20495, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x24d8e242f20", "tid": 37280, "ts": 20511, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d89ba62c0", "tid": 37280, "ts": 20737, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d8e2c4478", "tid": 37280, "ts": 20766, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d89ba4d60", "tid": 37280, "ts": 20774, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d8e2c4a18", "tid": 37280, "ts": 20800, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d89ba56f0", "tid": 37280, "ts": 20808, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d8e2c48f8", "tid": 37280, "ts": 20833, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d89ba6110", "tid": 37280, "ts": 20841, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d8e2c4d78", "tid": 37280, "ts": 20866, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d8e242d70", "tid": 37280, "ts": 20873, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d8e250328", "tid": 37280, "ts": 20898, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d8e2422c0", "tid": 37280, "ts": 20906, "pid": 5232 } ] } \ No newline at end of file +{ "traceEvents": [ { "name": "thread_name", "cat": "__metadata", "ph": "M", "tid": 41060, "ts": 0, "pid": 41616, "args": { "name": "GPGMM_MainThread" } }, { "name": "ResourceAllocator", "cat": "default", "ph": "N", "id": "0x1c8e9d5ab20", "tid": 41060, "ts": 51, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e5777fd0", "tid": 41060, "ts": 153, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e57780f0", "tid": 41060, "ts": 1568, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e57783c0", "tid": 41060, "ts": 1751, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e5777760", "tid": 41060, "ts": 1992, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e5777b50", "tid": 41060, "ts": 2166, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9daf1a0", "tid": 41060, "ts": 2788, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9dae0c0", "tid": 41060, "ts": 3824, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9daec90", "tid": 41060, "ts": 3994, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9dae9c0", "tid": 41060, "ts": 4192, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9daeb70", "tid": 41060, "ts": 4396, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9daf110", "tid": 41060, "ts": 4621, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9dade80", "tid": 41060, "ts": 6827, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9daf230", "tid": 41060, "ts": 6986, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9dadd60", "tid": 41060, "ts": 7144, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9dae930", "tid": 41060, "ts": 7333, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9daeed0", "tid": 41060, "ts": 7508, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9daf3e0", "tid": 41060, "ts": 8492, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9daeae0", "tid": 41060, "ts": 8650, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9daf500", "tid": 41060, "ts": 8868, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9daf620", "tid": 41060, "ts": 9026, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9dad8e0", "tid": 41060, "ts": 9195, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e12920", "tid": 41060, "ts": 11665, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e13c40", "tid": 41060, "ts": 11825, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e122f0", "tid": 41060, "ts": 11985, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e13610", "tid": 41060, "ts": 12144, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e12fe0", "tid": 41060, "ts": 12314, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e13190", "tid": 41060, "ts": 13300, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e12ec0", "tid": 41060, "ts": 13464, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e13730", "tid": 41060, "ts": 13624, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e124a0", "tid": 41060, "ts": 13783, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e13070", "tid": 41060, "ts": 13953, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e12410", "tid": 41060, "ts": 14953, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e125c0", "tid": 41060, "ts": 15112, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e12a40", "tid": 41060, "ts": 15273, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e132b0", "tid": 41060, "ts": 15435, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e13b20", "tid": 41060, "ts": 15606, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e13df0", "tid": 41060, "ts": 16589, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e12bf0", "tid": 41060, "ts": 16747, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e13fa0", "tid": 41060, "ts": 16906, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e121d0", "tid": 41060, "ts": 17067, "pid": 41616 }, { "name": "ResourceAllocator", "cat": "default", "ph": "O", "id": "0x1c8e9d5ab20", "tid": 41060, "ts": 17268, "pid": 41616, "args": { "snapshot": { "Flags": 4, "RecordOptions": { "Flags": 3, "MinMessageLevel": 0 }, "IsUMA": 1, "ResourceHeapTier": 2, "PreferredResourceHeapSize": 4194304, "MaxResourceHeapSize": 34359738368, "MaxVideoMemoryBudget": 0.950000, "TotalResourceBudgetLimit": 0, "EvictLimit": 0, "MemoryFragmentationLimit": 0.125000 } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 17333, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 4000000, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 0, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x1c8e9e34fe0", "tid": 41060, "ts": 17626, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x1c8e9e34fe0", "tid": 41060, "ts": 17665, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 4194304, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 4194304, "Properties": { "SizeInBytes": 1, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 17716, "pid": 41616, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 17723, "pid": 41616, "args": { "value": 37 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9d9a150", "tid": 41060, "ts": 17813, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 17820, "pid": 41616, "args": { "value": 468 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 17843, "pid": 41616, "args": { "value": 0 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 17850, "pid": 41616, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 17856, "pid": 41616, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9d9a150", "tid": 41060, "ts": 17906, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 4063232, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9e34fe0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 4000000, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 21115, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 4194304, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x1c8e9e35730", "tid": 41060, "ts": 21392, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x1c8e9e35730", "tid": 41060, "ts": 21464, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 4194304, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 4194304, "Properties": { "SizeInBytes": 2, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 21501, "pid": 41616, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 21508, "pid": 41616, "args": { "value": 34 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9d9ba50", "tid": 41060, "ts": 21593, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 21600, "pid": 41616, "args": { "value": 465 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 21630, "pid": 41616, "args": { "value": 0 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 21637, "pid": 41616, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 21644, "pid": 41616, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9d9ba50", "tid": 41060, "ts": 21689, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 4194304, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9e35730" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 4194304, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 21781, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 4194304, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x1c8e9e35190", "tid": 41060, "ts": 22003, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x1c8e9e35190", "tid": 41060, "ts": 22041, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 8388608, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 8388608, "Properties": { "SizeInBytes": 2, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 22075, "pid": 41616, "args": { "value": 12 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 22082, "pid": 41616, "args": { "value": 33 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9d9aab0", "tid": 41060, "ts": 22166, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 22174, "pid": 41616, "args": { "value": 374 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 22192, "pid": 41616, "args": { "value": 4 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 22199, "pid": 41616, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 22205, "pid": 41616, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9d9aab0", "tid": 41060, "ts": 22250, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 4194304, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9e35190" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 4194304, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 22346, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 3 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 250000, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 1024, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x1c8e9e35460", "tid": 41060, "ts": 22544, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x1c8e9e35460", "tid": 41060, "ts": 22583, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 4194304, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 4194304, "Properties": { "SizeInBytes": 3, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 22618, "pid": 41616, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 22625, "pid": 41616, "args": { "value": 34 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9d9af10", "tid": 41060, "ts": 22707, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 22714, "pid": 41616, "args": { "value": 349 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 22732, "pid": 41616, "args": { "value": 8 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 22739, "pid": 41616, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 22745, "pid": 41616, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9d9af10", "tid": 41060, "ts": 22798, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 262144, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9e35460" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 250000, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9d9a150", "tid": 41060, "ts": 22908, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9d9af10", "tid": 41060, "ts": 23040, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9d9ba50", "tid": 41060, "ts": 23146, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9d9aab0", "tid": 41060, "ts": 23250, "pid": 41616 }, { "name": "ResourceAllocator", "cat": "default", "ph": "D", "id": "0x1c8e9d5ab20", "tid": 41060, "ts": 23317, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x1c8e9e35460", "tid": 41060, "ts": 23385, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e5777fd0", "tid": 41060, "ts": 23530, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e57780f0", "tid": 41060, "ts": 23536, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e57783c0", "tid": 41060, "ts": 23542, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e5777760", "tid": 41060, "ts": 23547, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e5777b50", "tid": 41060, "ts": 23553, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x1c8e9e35730", "tid": 41060, "ts": 23600, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9daf1a0", "tid": 41060, "ts": 23736, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x1c8e9e35190", "tid": 41060, "ts": 23748, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9dae0c0", "tid": 41060, "ts": 23885, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9daec90", "tid": 41060, "ts": 23891, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9dae9c0", "tid": 41060, "ts": 23897, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9daeb70", "tid": 41060, "ts": 23902, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x1c8e9e34fe0", "tid": 41060, "ts": 23952, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9daf110", "tid": 41060, "ts": 24093, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9dade80", "tid": 41060, "ts": 24099, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9daf230", "tid": 41060, "ts": 24105, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9dadd60", "tid": 41060, "ts": 24110, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9dae930", "tid": 41060, "ts": 24116, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9daeed0", "tid": 41060, "ts": 24153, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9daf3e0", "tid": 41060, "ts": 24160, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9daeae0", "tid": 41060, "ts": 24165, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9daf500", "tid": 41060, "ts": 24171, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9daf620", "tid": 41060, "ts": 24176, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9dad8e0", "tid": 41060, "ts": 24212, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e12920", "tid": 41060, "ts": 24218, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e13c40", "tid": 41060, "ts": 24224, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e122f0", "tid": 41060, "ts": 24229, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e13610", "tid": 41060, "ts": 24235, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e12fe0", "tid": 41060, "ts": 24269, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e13190", "tid": 41060, "ts": 24275, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e12ec0", "tid": 41060, "ts": 24281, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e13730", "tid": 41060, "ts": 24286, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e124a0", "tid": 41060, "ts": 24292, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e13070", "tid": 41060, "ts": 24325, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e12410", "tid": 41060, "ts": 24332, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e125c0", "tid": 41060, "ts": 24337, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e12a40", "tid": 41060, "ts": 24343, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e132b0", "tid": 41060, "ts": 24348, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e13b20", "tid": 41060, "ts": 24382, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e13df0", "tid": 41060, "ts": 24388, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e12bf0", "tid": 41060, "ts": 24393, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e13fa0", "tid": 41060, "ts": 24399, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e121d0", "tid": 41060, "ts": 24404, "pid": 41616 } ] } \ No newline at end of file diff --git a/src/tests/capture_replay_tests/traces/directml_samples_directmlxsuperresolution.json b/src/tests/capture_replay_tests/traces/directml_samples_directmlxsuperresolution.json index 2a3f6e99a..fa3b413eb 100644 --- a/src/tests/capture_replay_tests/traces/directml_samples_directmlxsuperresolution.json +++ b/src/tests/capture_replay_tests/traces/directml_samples_directmlxsuperresolution.json @@ -1 +1 @@ -{ "traceEvents": [ { "name": "thread_name", "cat": "__metadata", "ph": "M", "tid": 37280, "ts": 90736, "pid": 5232, "args": { "name": "GPGMM_MainThread" } }, { "name": "ResourceAllocator", "cat": "default", "ph": "N", "id": "0x24d8be6c030", "tid": 37280, "ts": 90766, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d89b31748", "tid": 37280, "ts": 90784, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d89ba4c40", "tid": 37280, "ts": 90848, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d89b32168", "tid": 37280, "ts": 92435, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d89ba4df0", "tid": 37280, "ts": 92490, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d89b30ae8", "tid": 37280, "ts": 94018, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d89ba47c0", "tid": 37280, "ts": 94072, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d8be32558", "tid": 37280, "ts": 95614, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d89b300e0", "tid": 37280, "ts": 95747, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d8be33518", "tid": 37280, "ts": 97321, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d89b2fd80", "tid": 37280, "ts": 97380, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d8be31d78", "tid": 37280, "ts": 98910, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d89b2fbd0", "tid": 37280, "ts": 98967, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d8be32f78", "tid": 37280, "ts": 100710, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d8beb7430", "tid": 37280, "ts": 100799, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d8beba5d8", "tid": 37280, "ts": 102276, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d8beb7f70", "tid": 37280, "ts": 102329, "pid": 5232 }, { "name": "ResourceAllocator", "cat": "default", "ph": "O", "id": "0x24d8be6c030", "tid": 37280, "ts": 103848, "pid": 5232, "args": { "snapshot": { "Flags": 4, "RecordOptions": { "Flags": 3, "MinMessageLevel": 0 }, "IsUMA": 1, "ResourceHeapTier": 2, "PreferredResourceHeapSize": 4194304, "MaxResourceHeapSize": 34359738368, "MaxVideoMemoryBudget": 0.000000, "TotalResourceBudgetLimit": 0, "EvictLimit": 0, "MemoryFragmentationLimit": 0.125000 } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 103912, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 96, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x24d8beb6ce0", "tid": 37280, "ts": 105181, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x24d8beb6ce0", "tid": 37280, "ts": 105269, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 4194304, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 4194304, "Properties": { "SizeInBytes": 2, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 105442, "pid": 5232, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 105449, "pid": 5232, "args": { "value": 35 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8b5c2f80", "tid": 37280, "ts": 105596, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 105604, "pid": 5232, "args": { "value": 1673 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 105626, "pid": 5232, "args": { "value": 4 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 105634, "pid": 5232, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 105640, "pid": 5232, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8b5c2f80", "tid": 37280, "ts": 105706, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8beb6ce0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 96, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 105838, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 65536, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 105880, "pid": 5232, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 105887, "pid": 5232, "args": { "value": 33 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8b5c4740", "tid": 37280, "ts": 105970, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 105978, "pid": 5232, "args": { "value": 121 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 105995, "pid": 5232, "args": { "value": 4 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 106002, "pid": 5232, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 106008, "pid": 5232, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8b5c4740", "tid": 37280, "ts": 106049, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 65536, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8beb6ce0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 65536, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 106132, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 12, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 106173, "pid": 5232, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 106180, "pid": 5232, "args": { "value": 31 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8b5c4ce0", "tid": 37280, "ts": 106266, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 106274, "pid": 5232, "args": { "value": 123 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 106291, "pid": 5232, "args": { "value": 3 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 106298, "pid": 5232, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 106305, "pid": 5232, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8b5c4ce0", "tid": 37280, "ts": 106346, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 131072, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8beb6ce0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 12, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 106451, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 3, "Alignment": 0, "Width": 1920, "Height": 1080, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 87, "Layout": 0, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 1 }, "initialResourceState": 128, "clearValue": { "Format": 87, "Color": { "R": 0.000000, "G": 0.000000, "B": 0.000000, "A": 1.000000 } } } }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d8beb7160", "tid": 37280, "ts": 106606, "pid": 5232 }, { "name": "ResourceHeapAllocator.TryAllocateMemory", "cat": "default", "ph": "i", "tid": 37280, "ts": 107002, "pid": 5232, "args": { "Description": "Resource heap size is larger then the requested size (8388608 vs 8323072 bytes).", "ID": 2 } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x24d8beb66b0", "tid": 37280, "ts": 109385, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x24d8beb66b0", "tid": 37280, "ts": 109428, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 8388608, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 8388608, "Properties": { "SizeInBytes": 1, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8b5c46a0", "tid": 37280, "ts": 109543, "pid": 5232 }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 109920, "pid": 5232, "args": { "Description": "Resource allocation size is larger then the resource size (8388608 vs 8323072 bytes).", "ID": 3 } }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 109947, "pid": 5232, "args": { "value": 3477 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 109971, "pid": 5232, "args": { "value": 4 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 109989, "pid": 5232, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 109996, "pid": 5232, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8b5c46a0", "tid": 37280, "ts": 110038, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 8388608, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 0, "ResourceHeap": { "id_ref": "0x24d8beb66b0" }, "Resource": { "Dimension": 3, "Alignment": 65536, "Width": 1920, "Height": 1080, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 87, "Layout": 0, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 1 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 110184, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 4800, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 0, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x24d8beb6aa0", "tid": 37280, "ts": 111394, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x24d8beb6aa0", "tid": 37280, "ts": 111446, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 4194304, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 4194304, "Properties": { "SizeInBytes": 1, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 111489, "pid": 5232, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 111496, "pid": 5232, "args": { "value": 35 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8b5c4d80", "tid": 37280, "ts": 111580, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 111587, "pid": 5232, "args": { "value": 1368 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 111607, "pid": 5232, "args": { "value": 8 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 111614, "pid": 5232, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 111620, "pid": 5232, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8b5c4d80", "tid": 37280, "ts": 111661, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8beb6aa0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 4800, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 111759, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 64, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 0, "clearValue": { } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 111810, "pid": 5232, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 111817, "pid": 5232, "args": { "value": 33 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8b5c3ca0", "tid": 37280, "ts": 111902, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 111909, "pid": 5232, "args": { "value": 121 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 111926, "pid": 5232, "args": { "value": 8 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 111934, "pid": 5232, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 111940, "pid": 5232, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8b5c3ca0", "tid": 37280, "ts": 111982, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 65536, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8beb6aa0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 64, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 112074, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 4800, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 112115, "pid": 5232, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 112122, "pid": 5232, "args": { "value": 30 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8b5c3980", "tid": 37280, "ts": 112205, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 112212, "pid": 5232, "args": { "value": 118 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 112229, "pid": 5232, "args": { "value": 8 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 112236, "pid": 5232, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 112243, "pid": 5232, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8b5c3980", "tid": 37280, "ts": 112282, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 196608, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8beb6ce0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 4800, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 112364, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 64, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 112404, "pid": 5232, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 112411, "pid": 5232, "args": { "value": 29 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8b5c3700", "tid": 37280, "ts": 112503, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 112511, "pid": 5232, "args": { "value": 128 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 112528, "pid": 5232, "args": { "value": 7 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 112535, "pid": 5232, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 112541, "pid": 5232, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8b5c3700", "tid": 37280, "ts": 112580, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 262144, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8beb6ce0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 64, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 112663, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 36864, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 0, "clearValue": { } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 112703, "pid": 5232, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 112709, "pid": 5232, "args": { "value": 31 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8b5c4880", "tid": 37280, "ts": 112820, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 112827, "pid": 5232, "args": { "value": 145 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 112844, "pid": 5232, "args": { "value": 7 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 112851, "pid": 5232, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 112858, "pid": 5232, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8b5c4880", "tid": 37280, "ts": 112897, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 131072, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8beb6aa0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 36864, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 112984, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 128, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 0, "clearValue": { } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 113039, "pid": 5232, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 113047, "pid": 5232, "args": { "value": 30 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8b5c32a0", "tid": 37280, "ts": 113128, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 113136, "pid": 5232, "args": { "value": 133 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 113153, "pid": 5232, "args": { "value": 7 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 113160, "pid": 5232, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 113167, "pid": 5232, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8b5c32a0", "tid": 37280, "ts": 113206, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 196608, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8beb6aa0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 128, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 113287, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 36864, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 113327, "pid": 5232, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 113334, "pid": 5232, "args": { "value": 28 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8b5c3160", "tid": 37280, "ts": 113415, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 113422, "pid": 5232, "args": { "value": 116 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 113440, "pid": 5232, "args": { "value": 7 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 113446, "pid": 5232, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 113453, "pid": 5232, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8b5c3160", "tid": 37280, "ts": 113492, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 327680, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8beb6ce0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 36864, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 113573, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 128, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 113612, "pid": 5232, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 113619, "pid": 5232, "args": { "value": 26 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8b5c4600", "tid": 37280, "ts": 113701, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 113708, "pid": 5232, "args": { "value": 118 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 113725, "pid": 5232, "args": { "value": 7 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 113733, "pid": 5232, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 113739, "pid": 5232, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8b5c4600", "tid": 37280, "ts": 113782, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 393216, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8beb6ce0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 128, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 113868, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 73728, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 0, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x24d8beb6a10", "tid": 37280, "ts": 114080, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x24d8beb6a10", "tid": 37280, "ts": 114131, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 4194304, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 4194304, "Properties": { "SizeInBytes": 1, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 114173, "pid": 5232, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 114180, "pid": 5232, "args": { "value": 29 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8b5c4e20", "tid": 37280, "ts": 114271, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 114279, "pid": 5232, "args": { "value": 392 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 114296, "pid": 5232, "args": { "value": 11 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 114303, "pid": 5232, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 114309, "pid": 5232, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8b5c4e20", "tid": 37280, "ts": 114349, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 131072, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8beb6a10" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 73728, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 114441, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 128, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 0, "clearValue": { } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 114481, "pid": 5232, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 114488, "pid": 5232, "args": { "value": 28 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8b5c4920", "tid": 37280, "ts": 114569, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 114576, "pid": 5232, "args": { "value": 117 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 114593, "pid": 5232, "args": { "value": 11 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 114600, "pid": 5232, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 114607, "pid": 5232, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8b5c4920", "tid": 37280, "ts": 114646, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 262144, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8beb6aa0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 128, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 114726, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 73728, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x24d8beb6fb0", "tid": 37280, "ts": 114947, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x24d8beb6fb0", "tid": 37280, "ts": 114997, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 4194304, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 4194304, "Properties": { "SizeInBytes": 2, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 115040, "pid": 5232, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 115047, "pid": 5232, "args": { "value": 25 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8b5c3d40", "tid": 37280, "ts": 115129, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 115137, "pid": 5232, "args": { "value": 392 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 115154, "pid": 5232, "args": { "value": 15 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 115161, "pid": 5232, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 115168, "pid": 5232, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8b5c3d40", "tid": 37280, "ts": 115218, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 131072, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8beb6fb0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 73728, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 115312, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 128, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 115352, "pid": 5232, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 115359, "pid": 5232, "args": { "value": 25 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8b5c2c60", "tid": 37280, "ts": 115441, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 115448, "pid": 5232, "args": { "value": 118 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 115465, "pid": 5232, "args": { "value": 15 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 115473, "pid": 5232, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 115479, "pid": 5232, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8b5c2c60", "tid": 37280, "ts": 115520, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 458752, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8beb6ce0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 128, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 115610, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 102400, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 0, "clearValue": { } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 115650, "pid": 5232, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 115657, "pid": 5232, "args": { "value": 26 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8b5c4380", "tid": 37280, "ts": 115738, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 115746, "pid": 5232, "args": { "value": 117 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 115763, "pid": 5232, "args": { "value": 15 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 115771, "pid": 5232, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 115778, "pid": 5232, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8b5c4380", "tid": 37280, "ts": 115819, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 131072, "HeapOffset": 131072, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8beb6a10" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 102400, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 115901, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 64, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 0, "clearValue": { } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 115941, "pid": 5232, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 115948, "pid": 5232, "args": { "value": 25 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8b5c4a60", "tid": 37280, "ts": 116030, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 116037, "pid": 5232, "args": { "value": 117 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 116054, "pid": 5232, "args": { "value": 15 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 116061, "pid": 5232, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 116068, "pid": 5232, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8b5c4a60", "tid": 37280, "ts": 116106, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 327680, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8beb6aa0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 64, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 116188, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 102400, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 116228, "pid": 5232, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 116235, "pid": 5232, "args": { "value": 24 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8b5c4ec0", "tid": 37280, "ts": 116315, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 116322, "pid": 5232, "args": { "value": 115 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 116339, "pid": 5232, "args": { "value": 15 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 116346, "pid": 5232, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 116353, "pid": 5232, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8b5c4ec0", "tid": 37280, "ts": 116392, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 131072, "HeapOffset": 131072, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8beb6fb0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 102400, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 116496, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 64, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 116564, "pid": 5232, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 116571, "pid": 5232, "args": { "value": 23 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8b5c3200", "tid": 37280, "ts": 116693, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 116712, "pid": 5232, "args": { "value": 196 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 116730, "pid": 5232, "args": { "value": 15 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 116738, "pid": 5232, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 116745, "pid": 5232, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8b5c3200", "tid": 37280, "ts": 116808, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 524288, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8beb6ce0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 64, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 116890, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 18432, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 0, "clearValue": { } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 116930, "pid": 5232, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 116937, "pid": 5232, "args": { "value": 25 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8b5c3de0", "tid": 37280, "ts": 117017, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 117025, "pid": 5232, "args": { "value": 116 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 117042, "pid": 5232, "args": { "value": 15 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 117049, "pid": 5232, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 117055, "pid": 5232, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8b5c3de0", "tid": 37280, "ts": 117094, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 393216, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8beb6aa0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 18432, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 117175, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 64, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 0, "clearValue": { } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 117215, "pid": 5232, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 117222, "pid": 5232, "args": { "value": 24 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8b5c35c0", "tid": 37280, "ts": 117302, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 117310, "pid": 5232, "args": { "value": 116 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 117327, "pid": 5232, "args": { "value": 15 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 117334, "pid": 5232, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 117340, "pid": 5232, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8b5c35c0", "tid": 37280, "ts": 117379, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 458752, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8beb6aa0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 64, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 117459, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 18432, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 117499, "pid": 5232, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 117506, "pid": 5232, "args": { "value": 22 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8b5c38e0", "tid": 37280, "ts": 117586, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 117593, "pid": 5232, "args": { "value": 115 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 117611, "pid": 5232, "args": { "value": 15 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 117618, "pid": 5232, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 117624, "pid": 5232, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8b5c38e0", "tid": 37280, "ts": 117663, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 589824, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8beb6ce0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 18432, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 117791, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 64, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 117831, "pid": 5232, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 117838, "pid": 5232, "args": { "value": 21 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8b5c6220", "tid": 37280, "ts": 117918, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 117926, "pid": 5232, "args": { "value": 116 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 117943, "pid": 5232, "args": { "value": 15 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 117968, "pid": 5232, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 117975, "pid": 5232, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8b5c6220", "tid": 37280, "ts": 118029, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 655360, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8beb6ce0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 64, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 118129, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 18432, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 0, "clearValue": { } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 118170, "pid": 5232, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 118177, "pid": 5232, "args": { "value": 23 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8b5c6b80", "tid": 37280, "ts": 118271, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 118278, "pid": 5232, "args": { "value": 130 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 118296, "pid": 5232, "args": { "value": 15 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 118303, "pid": 5232, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 118309, "pid": 5232, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8b5c6b80", "tid": 37280, "ts": 118352, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 524288, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8beb6aa0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 18432, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 118433, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 64, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 0, "clearValue": { } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 118472, "pid": 5232, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 118479, "pid": 5232, "args": { "value": 22 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8b5c67c0", "tid": 37280, "ts": 118559, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 118566, "pid": 5232, "args": { "value": 115 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 118583, "pid": 5232, "args": { "value": 14 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 118590, "pid": 5232, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 118597, "pid": 5232, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8b5c67c0", "tid": 37280, "ts": 118636, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 589824, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8beb6aa0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 64, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 118756, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 18432, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 118832, "pid": 5232, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 118839, "pid": 5232, "args": { "value": 21 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8b5c5b40", "tid": 37280, "ts": 118933, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 118940, "pid": 5232, "args": { "value": 136 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 118969, "pid": 5232, "args": { "value": 14 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 118976, "pid": 5232, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 118982, "pid": 5232, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8b5c5b40", "tid": 37280, "ts": 119021, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 720896, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8beb6ce0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 18432, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 119103, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 64, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 119142, "pid": 5232, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 119149, "pid": 5232, "args": { "value": 20 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8b5c5d20", "tid": 37280, "ts": 119228, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 119236, "pid": 5232, "args": { "value": 115 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 119253, "pid": 5232, "args": { "value": 14 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 119260, "pid": 5232, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 123175, "pid": 5232, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8b5c5d20", "tid": 37280, "ts": 123235, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 786432, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8beb6ce0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 64, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 123332, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 1728, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 0, "clearValue": { } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 123379, "pid": 5232, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 123386, "pid": 5232, "args": { "value": 21 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8b5c5c80", "tid": 37280, "ts": 123559, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 123567, "pid": 5232, "args": { "value": 216 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 123611, "pid": 5232, "args": { "value": 14 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 123618, "pid": 5232, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 123625, "pid": 5232, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8b5c5c80", "tid": 37280, "ts": 123693, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 655360, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8beb6aa0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 1728, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 123778, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 1728, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 123819, "pid": 5232, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 123825, "pid": 5232, "args": { "value": 20 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8b5c62c0", "tid": 37280, "ts": 123909, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 123917, "pid": 5232, "args": { "value": 120 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 123934, "pid": 5232, "args": { "value": 14 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 123941, "pid": 5232, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 123947, "pid": 5232, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8b5c62c0", "tid": 37280, "ts": 123998, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 851968, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8beb6ce0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 1728, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8b5c3980", "tid": 37280, "ts": 124085, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8b5c3700", "tid": 37280, "ts": 124192, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8b5c3160", "tid": 37280, "ts": 124284, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8b5c4600", "tid": 37280, "ts": 124375, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8b5c3d40", "tid": 37280, "ts": 124491, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8b5c2c60", "tid": 37280, "ts": 124605, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8b5c4ec0", "tid": 37280, "ts": 124727, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8b5c3200", "tid": 37280, "ts": 124818, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8b5c38e0", "tid": 37280, "ts": 124907, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8b5c6220", "tid": 37280, "ts": 124995, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8b5c5b40", "tid": 37280, "ts": 125083, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8b5c5d20", "tid": 37280, "ts": 125171, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8b5c62c0", "tid": 37280, "ts": 125259, "pid": 5232 }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 125357, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 3110400, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 0, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x24d8b6338f0", "tid": 37280, "ts": 125593, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x24d8b6338f0", "tid": 37280, "ts": 125631, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 4194304, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 4194304, "Properties": { "SizeInBytes": 1, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 125675, "pid": 5232, "args": { "value": 12 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 125682, "pid": 5232, "args": { "value": 24 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8b5c6ae0", "tid": 37280, "ts": 125772, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 125779, "pid": 5232, "args": { "value": 404 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 125797, "pid": 5232, "args": { "value": 12 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 125804, "pid": 5232, "args": { "value": 85 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 125810, "pid": 5232, "args": { "value": 4 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8b5c6ae0", "tid": 37280, "ts": 125851, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 3145728, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8b6338f0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 3110400, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 125949, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 12441600, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 0, "clearValue": { } } }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d8b633860", "tid": 37280, "ts": 125981, "pid": 5232 }, { "name": "ResourceHeapAllocator.TryAllocateMemory", "cat": "default", "ph": "i", "tid": 37280, "ts": 126377, "pid": 5232, "args": { "Description": "Resource heap size is larger then the requested size (12582912 vs 12451840 bytes).", "ID": 2 } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x24d8b632c90", "tid": 37280, "ts": 126664, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x24d8b632c90", "tid": 37280, "ts": 126705, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 12582912, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 12582912, "Properties": { "SizeInBytes": 1, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8b5c5dc0", "tid": 37280, "ts": 126867, "pid": 5232 }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 127216, "pid": 5232, "args": { "Description": "Resource allocation size is larger then the resource size (12582912 vs 12451840 bytes).", "ID": 3 } }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 127233, "pid": 5232, "args": { "value": 1264 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 127256, "pid": 5232, "args": { "value": 12 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 127263, "pid": 5232, "args": { "value": 90 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 127270, "pid": 5232, "args": { "value": 4 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8b5c5dc0", "tid": 37280, "ts": 127337, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 12582912, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 0, "ResourceHeap": { "id_ref": "0x24d8b632c90" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 12441600, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 127532, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 298240, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 0, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x24d8b632a50", "tid": 37280, "ts": 127945, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x24d8b632a50", "tid": 37280, "ts": 127984, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 4194304, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 4194304, "Properties": { "SizeInBytes": 1, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 128028, "pid": 5232, "args": { "value": 16 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 128035, "pid": 5232, "args": { "value": 26 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8b5c6180", "tid": 37280, "ts": 128120, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 128127, "pid": 5232, "args": { "value": 547 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 128148, "pid": 5232, "args": { "value": 16 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 128155, "pid": 5232, "args": { "value": 90 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 128161, "pid": 5232, "args": { "value": 4 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8b5c6180", "tid": 37280, "ts": 128202, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 327680, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8b632a50" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 298240, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 128298, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 709171200, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 0, "clearValue": { } } }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d8b632f60", "tid": 37280, "ts": 128329, "pid": 5232 }, { "name": "ResourceHeapAllocator.TryAllocateMemory", "cat": "default", "ph": "i", "tid": 37280, "ts": 128634, "pid": 5232, "args": { "Description": "Resource heap size is larger then the requested size (713031680 vs 709230592 bytes).", "ID": 2 } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x24d8b632c00", "tid": 37280, "ts": 129900, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x24d8b632c00", "tid": 37280, "ts": 129945, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 713031680, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 713031680, "Properties": { "SizeInBytes": 1, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8b5c5820", "tid": 37280, "ts": 130054, "pid": 5232 }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 130415, "pid": 5232, "args": { "Description": "Resource allocation size is larger then the resource size (713031680 vs 709230592 bytes).", "ID": 3 } }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 130442, "pid": 5232, "args": { "value": 2125 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 130467, "pid": 5232, "args": { "value": 20 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 130475, "pid": 5232, "args": { "value": 99 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 130482, "pid": 5232, "args": { "value": 4 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8b5c5820", "tid": 37280, "ts": 130540, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 713031680, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 0, "ResourceHeap": { "id_ref": "0x24d8b632c00" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 709171200, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8b5c4d80", "tid": 37280, "ts": 130695, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8b5c3ca0", "tid": 37280, "ts": 130916, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8b5c4880", "tid": 37280, "ts": 131060, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8b5c32a0", "tid": 37280, "ts": 131158, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8b5c4e20", "tid": 37280, "ts": 131253, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8b5c4920", "tid": 37280, "ts": 131346, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8b5c4380", "tid": 37280, "ts": 131474, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8b5c4a60", "tid": 37280, "ts": 131567, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8b5c3de0", "tid": 37280, "ts": 131674, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8b5c35c0", "tid": 37280, "ts": 131797, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8b5c6b80", "tid": 37280, "ts": 131925, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8b5c67c0", "tid": 37280, "ts": 132015, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8b5c5c80", "tid": 37280, "ts": 132131, "pid": 5232 }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 132236, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 24576, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 1024, "clearValue": { } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 132309, "pid": 5232, "args": { "value": 12 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 132316, "pid": 5232, "args": { "value": 18 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8b5c6fe0", "tid": 37280, "ts": 132404, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 132412, "pid": 5232, "args": { "value": 156 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 132433, "pid": 5232, "args": { "value": 17 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 132440, "pid": 5232, "args": { "value": 98 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 132447, "pid": 5232, "args": { "value": 8 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8b5c6fe0", "tid": 37280, "ts": 132489, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 655360, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8beb6aa0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 24576, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 132576, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 24576, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 132617, "pid": 5232, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 132624, "pid": 5232, "args": { "value": 14 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8b5c53c0", "tid": 37280, "ts": 132707, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 132714, "pid": 5232, "args": { "value": 119 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 132732, "pid": 5232, "args": { "value": 16 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 132739, "pid": 5232, "args": { "value": 98 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 132746, "pid": 5232, "args": { "value": 8 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8b5c53c0", "tid": 37280, "ts": 132788, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 851968, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8beb6ce0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 24576, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 132874, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 57344, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 132914, "pid": 5232, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 132921, "pid": 5232, "args": { "value": 14 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8b5c5be0", "tid": 37280, "ts": 133009, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 133017, "pid": 5232, "args": { "value": 124 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 133035, "pid": 5232, "args": { "value": 16 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 133042, "pid": 5232, "args": { "value": 98 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 133048, "pid": 5232, "args": { "value": 8 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8b5c5be0", "tid": 37280, "ts": 133089, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 786432, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8beb6ce0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 57344, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 133184, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 64512, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 133226, "pid": 5232, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 133244, "pid": 5232, "args": { "value": 13 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8b5c7080", "tid": 37280, "ts": 133348, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 133356, "pid": 5232, "args": { "value": 152 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 133374, "pid": 5232, "args": { "value": 16 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 133381, "pid": 5232, "args": { "value": 98 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 133388, "pid": 5232, "args": { "value": 8 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8b5c7080", "tid": 37280, "ts": 133428, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 720896, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8beb6ce0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 64512, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 133512, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 21504, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 133553, "pid": 5232, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 133559, "pid": 5232, "args": { "value": 13 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8b5c7120", "tid": 37280, "ts": 133641, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 133649, "pid": 5232, "args": { "value": 118 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 133667, "pid": 5232, "args": { "value": 16 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 133674, "pid": 5232, "args": { "value": 98 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 133681, "pid": 5232, "args": { "value": 8 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8b5c7120", "tid": 37280, "ts": 133721, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 655360, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8beb6ce0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 21504, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 133822, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 53248, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 133875, "pid": 5232, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 133882, "pid": 5232, "args": { "value": 13 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8b5c71c0", "tid": 37280, "ts": 133999, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 134006, "pid": 5232, "args": { "value": 164 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 134024, "pid": 5232, "args": { "value": 16 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 134031, "pid": 5232, "args": { "value": 98 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 134038, "pid": 5232, "args": { "value": 8 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8b5c71c0", "tid": 37280, "ts": 134090, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 589824, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8beb6ce0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 53248, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8b5c53c0", "tid": 37280, "ts": 134203, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8b5c5be0", "tid": 37280, "ts": 134298, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8b5c7080", "tid": 37280, "ts": 134389, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8b5c7120", "tid": 37280, "ts": 134479, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8b5c71c0", "tid": 37280, "ts": 134568, "pid": 5232 }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 134690, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 131072, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 134763, "pid": 5232, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 134770, "pid": 5232, "args": { "value": 11 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8b5c6540", "tid": 37280, "ts": 134853, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 134861, "pid": 5232, "args": { "value": 152 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 134879, "pid": 5232, "args": { "value": 21 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 134886, "pid": 5232, "args": { "value": 99 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 134893, "pid": 5232, "args": { "value": 4 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8b5c6540", "tid": 37280, "ts": 134934, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 131072, "HeapOffset": 131072, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8beb6fb0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 131072, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 135018, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 524288, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x24d8b6326f0", "tid": 37280, "ts": 135266, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x24d8b6326f0", "tid": 37280, "ts": 135306, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 4194304, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 4194304, "Properties": { "SizeInBytes": 2, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 135351, "pid": 5232, "args": { "value": 12 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 135358, "pid": 5232, "args": { "value": 11 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8b5c6f40", "tid": 37280, "ts": 135442, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 135450, "pid": 5232, "args": { "value": 412 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 135468, "pid": 5232, "args": { "value": 24 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 135475, "pid": 5232, "args": { "value": 99 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 135481, "pid": 5232, "args": { "value": 4 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8b5c6f40", "tid": 37280, "ts": 135522, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 524288, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8b6326f0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 524288, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 135618, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 131072, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 135660, "pid": 5232, "args": { "value": 12 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 135667, "pid": 5232, "args": { "value": 11 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8b5c62c0", "tid": 37280, "ts": 135752, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 135759, "pid": 5232, "args": { "value": 121 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 135777, "pid": 5232, "args": { "value": 24 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 135784, "pid": 5232, "args": { "value": 99 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 135791, "pid": 5232, "args": { "value": 4 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8b5c62c0", "tid": 37280, "ts": 135831, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 131072, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8beb6fb0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 131072, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 135916, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 524288, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 135957, "pid": 5232, "args": { "value": 12 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 135964, "pid": 5232, "args": { "value": 11 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8b5c51e0", "tid": 37280, "ts": 136046, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 136054, "pid": 5232, "args": { "value": 118 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 136071, "pid": 5232, "args": { "value": 24 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 136090, "pid": 5232, "args": { "value": 99 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 136097, "pid": 5232, "args": { "value": 4 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8b5c51e0", "tid": 37280, "ts": 136138, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 524288, "HeapOffset": 524288, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8b6326f0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 524288, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 136233, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 131072, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 136274, "pid": 5232, "args": { "value": 12 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 136281, "pid": 5232, "args": { "value": 11 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8b5c6c20", "tid": 37280, "ts": 136363, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 136370, "pid": 5232, "args": { "value": 118 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 136388, "pid": 5232, "args": { "value": 23 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 136395, "pid": 5232, "args": { "value": 99 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 136402, "pid": 5232, "args": { "value": 4 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8b5c6c20", "tid": 37280, "ts": 136442, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 131072, "HeapOffset": 262144, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8beb6fb0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 131072, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 136526, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 524288, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 136566, "pid": 5232, "args": { "value": 12 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 136573, "pid": 5232, "args": { "value": 10 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8b5c7120", "tid": 37280, "ts": 136692, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 136700, "pid": 5232, "args": { "value": 155 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 136718, "pid": 5232, "args": { "value": 23 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 136726, "pid": 5232, "args": { "value": 99 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 136732, "pid": 5232, "args": { "value": 4 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8b5c7120", "tid": 37280, "ts": 136782, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 524288, "HeapOffset": 1048576, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8b6326f0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 524288, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8b5c5820", "tid": 37280, "ts": 136897, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8b5c6180", "tid": 37280, "ts": 137081, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8b5c5dc0", "tid": 37280, "ts": 137193, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8b5c6ae0", "tid": 37280, "ts": 137317, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8b5c4ce0", "tid": 37280, "ts": 137644, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8b5c2f80", "tid": 37280, "ts": 137819, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8b5c46a0", "tid": 37280, "ts": 137941, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8b5c6fe0", "tid": 37280, "ts": 138121, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8b5c4740", "tid": 37280, "ts": 138242, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8b5c6c20", "tid": 37280, "ts": 138367, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8b5c62c0", "tid": 37280, "ts": 138507, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8b5c6540", "tid": 37280, "ts": 138626, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8b5c7120", "tid": 37280, "ts": 138718, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8b5c51e0", "tid": 37280, "ts": 138835, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8b5c6f40", "tid": 37280, "ts": 138988, "pid": 5232 }, { "name": "ResourceAllocator", "cat": "default", "ph": "D", "id": "0x24d8be6c030", "tid": 37280, "ts": 139058, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d89b31748", "tid": 37280, "ts": 139114, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d89ba4c40", "tid": 37280, "ts": 139124, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d89b32168", "tid": 37280, "ts": 139154, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x24d8b6326f0", "tid": 37280, "ts": 139170, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x24d8beb6fb0", "tid": 37280, "ts": 139346, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x24d8beb6ce0", "tid": 37280, "ts": 139506, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d89ba4df0", "tid": 37280, "ts": 139659, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d89b30ae8", "tid": 37280, "ts": 139691, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x24d8beb6aa0", "tid": 37280, "ts": 139706, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x24d8b6338f0", "tid": 37280, "ts": 139855, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x24d8b632a50", "tid": 37280, "ts": 140078, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x24d8beb6a10", "tid": 37280, "ts": 140238, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d89ba47c0", "tid": 37280, "ts": 140392, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d8be32558", "tid": 37280, "ts": 140422, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d89b300e0", "tid": 37280, "ts": 140431, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d8be33518", "tid": 37280, "ts": 140461, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d89b2fd80", "tid": 37280, "ts": 140469, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d8be31d78", "tid": 37280, "ts": 140497, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d89b2fbd0", "tid": 37280, "ts": 140504, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d8be32f78", "tid": 37280, "ts": 140531, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d8beb7430", "tid": 37280, "ts": 140539, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d8beba5d8", "tid": 37280, "ts": 140567, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d8beb7f70", "tid": 37280, "ts": 140575, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x24d8beb66b0", "tid": 37280, "ts": 140597, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d8beb7160", "tid": 37280, "ts": 140750, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x24d8b632c90", "tid": 37280, "ts": 140763, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d8b633860", "tid": 37280, "ts": 140916, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x24d8b632c00", "tid": 37280, "ts": 140929, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d8b632f60", "tid": 37280, "ts": 147046, "pid": 5232 } ] } \ No newline at end of file +{ "traceEvents": [ { "name": "thread_name", "cat": "__metadata", "ph": "M", "tid": 41060, "ts": 97192, "pid": 41616, "args": { "name": "GPGMM_MainThread" } }, { "name": "ResourceAllocator", "cat": "default", "ph": "N", "id": "0x1c8e9e3ad20", "tid": 41060, "ts": 97221, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e578be70", "tid": 41060, "ts": 97274, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e578d4f0", "tid": 41060, "ts": 98592, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e578d610", "tid": 41060, "ts": 98765, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e578c920", "tid": 41060, "ts": 98928, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e578b7b0", "tid": 41060, "ts": 99094, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e578d340", "tid": 41060, "ts": 99270, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e578cda0", "tid": 41060, "ts": 100286, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e578b9f0", "tid": 41060, "ts": 100452, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e578ce30", "tid": 41060, "ts": 100614, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e578d100", "tid": 41060, "ts": 100776, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e578ca40", "tid": 41060, "ts": 100949, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e578bcc0", "tid": 41060, "ts": 102194, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e578c380", "tid": 41060, "ts": 102380, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fad710", "tid": 41060, "ts": 102587, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fad830", "tid": 41060, "ts": 102853, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fac090", "tid": 41060, "ts": 103058, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fac480", "tid": 41060, "ts": 104217, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fac750", "tid": 41060, "ts": 104406, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fadef0", "tid": 41060, "ts": 104597, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9facbd0", "tid": 41060, "ts": 104793, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9facea0", "tid": 41060, "ts": 105010, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fac360", "tid": 41060, "ts": 106417, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fac5a0", "tid": 41060, "ts": 106581, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fad170", "tid": 41060, "ts": 106743, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fad200", "tid": 41060, "ts": 106906, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fad8c0", "tid": 41060, "ts": 107114, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fad560", "tid": 41060, "ts": 108157, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fadd40", "tid": 41060, "ts": 108333, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fad5f0", "tid": 41060, "ts": 108516, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fadcb0", "tid": 41060, "ts": 108734, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fada70", "tid": 41060, "ts": 108909, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fc5da0", "tid": 41060, "ts": 109990, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fc4960", "tid": 41060, "ts": 110166, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fc54a0", "tid": 41060, "ts": 110342, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fc5770", "tid": 41060, "ts": 110518, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fc5f50", "tid": 41060, "ts": 110706, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fc5ad0", "tid": 41060, "ts": 111795, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fc5410", "tid": 41060, "ts": 111984, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fc5b60", "tid": 41060, "ts": 112158, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fc40f0", "tid": 41060, "ts": 112333, "pid": 41616 }, { "name": "ResourceAllocator", "cat": "default", "ph": "O", "id": "0x1c8e9e3ad20", "tid": 41060, "ts": 112533, "pid": 41616, "args": { "snapshot": { "Flags": 4, "RecordOptions": { "Flags": 3, "MinMessageLevel": 0 }, "IsUMA": 1, "ResourceHeapTier": 2, "PreferredResourceHeapSize": 4194304, "MaxResourceHeapSize": 34359738368, "MaxVideoMemoryBudget": 0.000000, "TotalResourceBudgetLimit": 0, "EvictLimit": 0, "MemoryFragmentationLimit": 0.125000 } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 112606, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 96, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x1c8e9fc4570", "tid": 41060, "ts": 113817, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x1c8e9fc4570", "tid": 41060, "ts": 113860, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 4194304, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 4194304, "Properties": { "SizeInBytes": 2, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 113900, "pid": 41616, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 113907, "pid": 41616, "args": { "value": 34 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9f6ce00", "tid": 41060, "ts": 114002, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 114009, "pid": 41616, "args": { "value": 1383 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 114038, "pid": 41616, "args": { "value": 4 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 114045, "pid": 41616, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 114052, "pid": 41616, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9f6ce00", "tid": 41060, "ts": 114107, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fc4570" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 96, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 114220, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 65536, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 114263, "pid": 41616, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 114271, "pid": 41616, "args": { "value": 33 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9f6c9a0", "tid": 41060, "ts": 114360, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 114368, "pid": 41616, "args": { "value": 128 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 114389, "pid": 41616, "args": { "value": 4 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 114396, "pid": 41616, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 114403, "pid": 41616, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9f6c9a0", "tid": 41060, "ts": 114444, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 65536, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fc4570" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 65536, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 114529, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 12, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 114569, "pid": 41616, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 114576, "pid": 41616, "args": { "value": 32 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9f6b320", "tid": 41060, "ts": 114663, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 114670, "pid": 41616, "args": { "value": 122 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 114689, "pid": 41616, "args": { "value": 3 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 114697, "pid": 41616, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 114703, "pid": 41616, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9f6b320", "tid": 41060, "ts": 114745, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 131072, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fc4570" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 12, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 114852, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 3, "Alignment": 0, "Width": 1920, "Height": 1080, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 87, "Layout": 0, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 1 }, "initialResourceState": 128, "clearValue": { "Format": 87, "Color": { "R": 0.000000, "G": 0.000000, "B": 0.000000, "A": 1.000000 } } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x1c8e9fc4450", "tid": 41060, "ts": 117022, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x1c8e9fc4450", "tid": 41060, "ts": 117065, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 8388608, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 8388608, "Properties": { "SizeInBytes": 1, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 117104, "pid": 41616, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 117112, "pid": 41616, "args": { "value": 37 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9f6d760", "tid": 41060, "ts": 117202, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 117210, "pid": 41616, "args": { "value": 2333 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 117229, "pid": 41616, "args": { "value": 4 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 117236, "pid": 41616, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 117243, "pid": 41616, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9f6d760", "tid": 41060, "ts": 117284, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 8323072, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fc4450" }, "Resource": { "Dimension": 3, "Alignment": 65536, "Width": 1920, "Height": 1080, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 87, "Layout": 0, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 1 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 117383, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 4800, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 0, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x1c8e9fc4330", "tid": 41060, "ts": 118438, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x1c8e9fc4330", "tid": 41060, "ts": 118478, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 4194304, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 4194304, "Properties": { "SizeInBytes": 1, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 118514, "pid": 41616, "args": { "value": 12 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 118521, "pid": 41616, "args": { "value": 36 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9f6d6c0", "tid": 41060, "ts": 118609, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 118617, "pid": 41616, "args": { "value": 1214 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 118637, "pid": 41616, "args": { "value": 8 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 118644, "pid": 41616, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 118651, "pid": 41616, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9f6d6c0", "tid": 41060, "ts": 118694, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fc4330" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 4800, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 118795, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 64, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 0, "clearValue": { } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 118837, "pid": 41616, "args": { "value": 12 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 118844, "pid": 41616, "args": { "value": 35 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9f6cd60", "tid": 41060, "ts": 118937, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 118944, "pid": 41616, "args": { "value": 130 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 118965, "pid": 41616, "args": { "value": 8 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 118972, "pid": 41616, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 118979, "pid": 41616, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9f6cd60", "tid": 41060, "ts": 119033, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 65536, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fc4330" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 64, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 119174, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 4800, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 119245, "pid": 41616, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 119253, "pid": 41616, "args": { "value": 31 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9f6bf00", "tid": 41060, "ts": 119345, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 119353, "pid": 41616, "args": { "value": 157 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 119373, "pid": 41616, "args": { "value": 8 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 119381, "pid": 41616, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 119388, "pid": 41616, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9f6bf00", "tid": 41060, "ts": 119448, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 196608, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fc4570" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 4800, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 119554, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 64, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 119621, "pid": 41616, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 119628, "pid": 41616, "args": { "value": 30 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9f6c2c0", "tid": 41060, "ts": 119722, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 119729, "pid": 41616, "args": { "value": 156 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 119748, "pid": 41616, "args": { "value": 7 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 119755, "pid": 41616, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 119761, "pid": 41616, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9f6c2c0", "tid": 41060, "ts": 119813, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 262144, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fc4570" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 64, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 119932, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 36864, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 0, "clearValue": { } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 119971, "pid": 41616, "args": { "value": 12 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 119978, "pid": 41616, "args": { "value": 34 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9f6bbe0", "tid": 41060, "ts": 120076, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 120084, "pid": 41616, "args": { "value": 134 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 120103, "pid": 41616, "args": { "value": 7 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 120110, "pid": 41616, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 120117, "pid": 41616, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9f6bbe0", "tid": 41060, "ts": 120156, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 131072, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fc4330" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 36864, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 120237, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 128, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 0, "clearValue": { } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 120276, "pid": 41616, "args": { "value": 12 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 120283, "pid": 41616, "args": { "value": 33 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9f6bfa0", "tid": 41060, "ts": 120364, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 120371, "pid": 41616, "args": { "value": 116 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 120390, "pid": 41616, "args": { "value": 7 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 120397, "pid": 41616, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 120403, "pid": 41616, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9f6bfa0", "tid": 41060, "ts": 120443, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 196608, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fc4330" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 128, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 120523, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 36864, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 120562, "pid": 41616, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 120569, "pid": 41616, "args": { "value": 29 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9f6c040", "tid": 41060, "ts": 120662, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 120669, "pid": 41616, "args": { "value": 128 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 120688, "pid": 41616, "args": { "value": 7 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 120695, "pid": 41616, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 120702, "pid": 41616, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9f6c040", "tid": 41060, "ts": 120753, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 327680, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fc4570" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 36864, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 120834, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 128, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 120873, "pid": 41616, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 120880, "pid": 41616, "args": { "value": 28 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9f6d800", "tid": 41060, "ts": 120966, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 120973, "pid": 41616, "args": { "value": 121 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 120991, "pid": 41616, "args": { "value": 7 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 120998, "pid": 41616, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 121005, "pid": 41616, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9f6d800", "tid": 41060, "ts": 121056, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 393216, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fc4570" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 128, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 121252, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 73728, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 0, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x1c8e9fc5bf0", "tid": 41060, "ts": 122482, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x1c8e9fc5bf0", "tid": 41060, "ts": 122525, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 4194304, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 4194304, "Properties": { "SizeInBytes": 1, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 122563, "pid": 41616, "args": { "value": 16 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 122570, "pid": 41616, "args": { "value": 32 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9f6cfe0", "tid": 41060, "ts": 122654, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 122661, "pid": 41616, "args": { "value": 1388 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 122679, "pid": 41616, "args": { "value": 11 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 122686, "pid": 41616, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 122693, "pid": 41616, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9f6cfe0", "tid": 41060, "ts": 122738, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 131072, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fc5bf0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 73728, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 122833, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 128, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 0, "clearValue": { } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 122873, "pid": 41616, "args": { "value": 16 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 122879, "pid": 41616, "args": { "value": 31 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9f6d8a0", "tid": 41060, "ts": 122971, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 122978, "pid": 41616, "args": { "value": 126 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 123015, "pid": 41616, "args": { "value": 11 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 123023, "pid": 41616, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 123029, "pid": 41616, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9f6d8a0", "tid": 41060, "ts": 123078, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 262144, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fc4330" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 128, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 123160, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 73728, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x1c8e9fe7b10", "tid": 41060, "ts": 123380, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x1c8e9fe7b10", "tid": 41060, "ts": 123422, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 4194304, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 4194304, "Properties": { "SizeInBytes": 2, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 123457, "pid": 41616, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 123464, "pid": 41616, "args": { "value": 28 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9f6bd20", "tid": 41060, "ts": 123545, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 123553, "pid": 41616, "args": { "value": 374 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 123571, "pid": 41616, "args": { "value": 15 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 123578, "pid": 41616, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 123584, "pid": 41616, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9f6bd20", "tid": 41060, "ts": 123625, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 131072, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fe7b10" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 73728, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 123725, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 128, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 123766, "pid": 41616, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 123772, "pid": 41616, "args": { "value": 27 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9f6bdc0", "tid": 41060, "ts": 123859, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 123867, "pid": 41616, "args": { "value": 123 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 123885, "pid": 41616, "args": { "value": 15 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 123892, "pid": 41616, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 123898, "pid": 41616, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9f6bdc0", "tid": 41060, "ts": 123938, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 458752, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fc4570" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 128, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 124020, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 102400, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 0, "clearValue": { } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 124069, "pid": 41616, "args": { "value": 16 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 124076, "pid": 41616, "args": { "value": 30 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9f6b140", "tid": 41060, "ts": 124159, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 124166, "pid": 41616, "args": { "value": 123 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 124185, "pid": 41616, "args": { "value": 15 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 124192, "pid": 41616, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 124198, "pid": 41616, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9f6b140", "tid": 41060, "ts": 124239, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 131072, "HeapOffset": 131072, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fc5bf0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 102400, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 124319, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 64, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 0, "clearValue": { } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 124358, "pid": 41616, "args": { "value": 16 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 124365, "pid": 41616, "args": { "value": 30 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9f6c360", "tid": 41060, "ts": 124464, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 124472, "pid": 41616, "args": { "value": 134 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 124490, "pid": 41616, "args": { "value": 15 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 124497, "pid": 41616, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 124503, "pid": 41616, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9f6c360", "tid": 41060, "ts": 124543, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 327680, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fc4330" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 64, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 124625, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 102400, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 124691, "pid": 41616, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 124697, "pid": 41616, "args": { "value": 26 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9f6d300", "tid": 41060, "ts": 124779, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 124786, "pid": 41616, "args": { "value": 142 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 124804, "pid": 41616, "args": { "value": 15 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 124811, "pid": 41616, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 124817, "pid": 41616, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9f6d300", "tid": 41060, "ts": 124858, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 131072, "HeapOffset": 131072, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fe7b10" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 102400, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 124939, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 64, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 124978, "pid": 41616, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 124985, "pid": 41616, "args": { "value": 26 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9f6c680", "tid": 41060, "ts": 125073, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 125081, "pid": 41616, "args": { "value": 123 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 125098, "pid": 41616, "args": { "value": 15 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 125105, "pid": 41616, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 125112, "pid": 41616, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9f6c680", "tid": 41060, "ts": 125151, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 524288, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fc4570" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 64, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 125232, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 18432, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 0, "clearValue": { } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 125271, "pid": 41616, "args": { "value": 16 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 125278, "pid": 41616, "args": { "value": 29 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9f6cf40", "tid": 41060, "ts": 125359, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 125366, "pid": 41616, "args": { "value": 115 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 125384, "pid": 41616, "args": { "value": 15 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 125391, "pid": 41616, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 125398, "pid": 41616, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9f6cf40", "tid": 41060, "ts": 125437, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 393216, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fc4330" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 18432, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 125517, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 64, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 0, "clearValue": { } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 125555, "pid": 41616, "args": { "value": 16 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 125562, "pid": 41616, "args": { "value": 28 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9f6d080", "tid": 41060, "ts": 125643, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 125650, "pid": 41616, "args": { "value": 115 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 125668, "pid": 41616, "args": { "value": 15 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 125675, "pid": 41616, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 125681, "pid": 41616, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9f6d080", "tid": 41060, "ts": 125720, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 458752, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fc4330" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 64, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 125802, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 18432, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 125841, "pid": 41616, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 125847, "pid": 41616, "args": { "value": 25 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9f6d120", "tid": 41060, "ts": 125928, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 125936, "pid": 41616, "args": { "value": 116 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 125954, "pid": 41616, "args": { "value": 15 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 125961, "pid": 41616, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 125967, "pid": 41616, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9f6d120", "tid": 41060, "ts": 126006, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 589824, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fc4570" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 18432, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 126091, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 64, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 126130, "pid": 41616, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 126137, "pid": 41616, "args": { "value": 25 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9f6c860", "tid": 41060, "ts": 126217, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 126224, "pid": 41616, "args": { "value": 115 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 126242, "pid": 41616, "args": { "value": 15 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 126249, "pid": 41616, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 126256, "pid": 41616, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9f6c860", "tid": 41060, "ts": 126298, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 655360, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fc4570" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 64, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 126384, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 18432, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 0, "clearValue": { } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 126423, "pid": 41616, "args": { "value": 16 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 126429, "pid": 41616, "args": { "value": 27 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9f6cc20", "tid": 41060, "ts": 126510, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 126518, "pid": 41616, "args": { "value": 115 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 126535, "pid": 41616, "args": { "value": 15 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 126542, "pid": 41616, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 126549, "pid": 41616, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9f6cc20", "tid": 41060, "ts": 126588, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 524288, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fc4330" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 18432, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 126668, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 64, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 0, "clearValue": { } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 126706, "pid": 41616, "args": { "value": 16 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 126713, "pid": 41616, "args": { "value": 27 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9f6d1c0", "tid": 41060, "ts": 126793, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 126800, "pid": 41616, "args": { "value": 115 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 126818, "pid": 41616, "args": { "value": 14 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 126825, "pid": 41616, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 126832, "pid": 41616, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9f6d1c0", "tid": 41060, "ts": 126870, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 589824, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fc4330" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 64, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 126950, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 18432, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 126989, "pid": 41616, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 126996, "pid": 41616, "args": { "value": 24 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9f6d580", "tid": 41060, "ts": 127079, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 127087, "pid": 41616, "args": { "value": 119 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 127104, "pid": 41616, "args": { "value": 14 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 127112, "pid": 41616, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 127118, "pid": 41616, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9f6d580", "tid": 41060, "ts": 127157, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 720896, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fc4570" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 18432, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 127237, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 64, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 127276, "pid": 41616, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 127282, "pid": 41616, "args": { "value": 23 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9f6b500", "tid": 41060, "ts": 127363, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 127370, "pid": 41616, "args": { "value": 115 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 127388, "pid": 41616, "args": { "value": 14 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 127395, "pid": 41616, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 127402, "pid": 41616, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9f6b500", "tid": 41060, "ts": 127440, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 786432, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fc4570" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 64, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 127519, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 1728, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 0, "clearValue": { } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 127558, "pid": 41616, "args": { "value": 16 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 127565, "pid": 41616, "args": { "value": 26 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9f6b6e0", "tid": 41060, "ts": 127645, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 127652, "pid": 41616, "args": { "value": 115 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 127670, "pid": 41616, "args": { "value": 14 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 127677, "pid": 41616, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 127684, "pid": 41616, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9f6b6e0", "tid": 41060, "ts": 127722, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 655360, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fc4330" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 1728, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 127800, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 1728, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 127839, "pid": 41616, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 127846, "pid": 41616, "args": { "value": 23 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9f6b8c0", "tid": 41060, "ts": 127936, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 127943, "pid": 41616, "args": { "value": 125 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 127961, "pid": 41616, "args": { "value": 14 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 127968, "pid": 41616, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 127975, "pid": 41616, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9f6b8c0", "tid": 41060, "ts": 128014, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 851968, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fc4570" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 1728, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9f6bf00", "tid": 41060, "ts": 128093, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9f6c2c0", "tid": 41060, "ts": 128195, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9f6c040", "tid": 41060, "ts": 128285, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9f6d800", "tid": 41060, "ts": 128374, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9f6bd20", "tid": 41060, "ts": 128463, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9f6bdc0", "tid": 41060, "ts": 128550, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9f6d300", "tid": 41060, "ts": 128654, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9f6c680", "tid": 41060, "ts": 128742, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9f6d120", "tid": 41060, "ts": 128829, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9f6c860", "tid": 41060, "ts": 128916, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9f6d580", "tid": 41060, "ts": 129003, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9f6b500", "tid": 41060, "ts": 129095, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9f6b8c0", "tid": 41060, "ts": 129184, "pid": 41616 }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 129283, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 3110400, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 0, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x1c8e9fe8920", "tid": 41060, "ts": 129503, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x1c8e9fe8920", "tid": 41060, "ts": 129541, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 4194304, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 4194304, "Properties": { "SizeInBytes": 1, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 129575, "pid": 41616, "args": { "value": 20 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 129581, "pid": 41616, "args": { "value": 28 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9f6b640", "tid": 41060, "ts": 129668, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 129675, "pid": 41616, "args": { "value": 375 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 129693, "pid": 41616, "args": { "value": 12 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 129700, "pid": 41616, "args": { "value": 85 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 129707, "pid": 41616, "args": { "value": 4 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9f6b640", "tid": 41060, "ts": 129746, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 3145728, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fe8920" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 3110400, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 129840, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 12441600, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 0, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x1c8e9fe72a0", "tid": 41060, "ts": 130071, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x1c8e9fe72a0", "tid": 41060, "ts": 130114, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 16777216, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 16777216, "Properties": { "SizeInBytes": 1, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 130150, "pid": 41616, "args": { "value": 37 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 130157, "pid": 41616, "args": { "value": 29 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9f6d300", "tid": 41060, "ts": 130240, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 130247, "pid": 41616, "args": { "value": 388 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 130265, "pid": 41616, "args": { "value": 16 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 130272, "pid": 41616, "args": { "value": 90 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 130279, "pid": 41616, "args": { "value": 4 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9f6d300", "tid": 41060, "ts": 130318, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 12451840, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fe72a0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 12441600, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 130413, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 298240, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 0, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x1c8e9fe7de0", "tid": 41060, "ts": 130634, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x1c8e9fe7de0", "tid": 41060, "ts": 130671, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 4194304, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 4194304, "Properties": { "SizeInBytes": 1, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 130706, "pid": 41616, "args": { "value": 41 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 130712, "pid": 41616, "args": { "value": 31 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9f6c180", "tid": 41060, "ts": 130793, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 130801, "pid": 41616, "args": { "value": 369 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 130819, "pid": 41616, "args": { "value": 20 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 130826, "pid": 41616, "args": { "value": 91 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 130833, "pid": 41616, "args": { "value": 4 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9f6c180", "tid": 41060, "ts": 130872, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 327680, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fe7de0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 298240, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 130963, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 709171200, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 0, "clearValue": { } } }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fe7570", "tid": 41060, "ts": 131005, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x1c8e9fe7600", "tid": 41060, "ts": 132428, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x1c8e9fe7600", "tid": 41060, "ts": 132466, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 1073741824, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 1073741824, "Properties": { "SizeInBytes": 1, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 132501, "pid": 41616, "args": { "value": 1115 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 132507, "pid": 41616, "args": { "value": 32 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9f6c540", "tid": 41060, "ts": 132589, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 132596, "pid": 41616, "args": { "value": 1614 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 132614, "pid": 41616, "args": { "value": 385 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 132621, "pid": 41616, "args": { "value": 99 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 132628, "pid": 41616, "args": { "value": 4 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9f6c540", "tid": 41060, "ts": 132670, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 709230592, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fe7600" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 709171200, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9f6d6c0", "tid": 41060, "ts": 132766, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9f6cd60", "tid": 41060, "ts": 132860, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9f6bbe0", "tid": 41060, "ts": 132951, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9f6bfa0", "tid": 41060, "ts": 133039, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9f6cfe0", "tid": 41060, "ts": 133131, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9f6d8a0", "tid": 41060, "ts": 133218, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9f6b140", "tid": 41060, "ts": 133321, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9f6c360", "tid": 41060, "ts": 133409, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9f6cf40", "tid": 41060, "ts": 133495, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9f6d080", "tid": 41060, "ts": 133582, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9f6cc20", "tid": 41060, "ts": 133669, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9f6d1c0", "tid": 41060, "ts": 133756, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9f6b6e0", "tid": 41060, "ts": 133855, "pid": 41616 }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 133954, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 24576, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 1024, "clearValue": { } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 134006, "pid": 41616, "args": { "value": 1111 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 134013, "pid": 41616, "args": { "value": 25 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9f6c860", "tid": 41060, "ts": 134097, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 134104, "pid": 41616, "args": { "value": 132 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 134122, "pid": 41616, "args": { "value": 381 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 134130, "pid": 41616, "args": { "value": 99 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 134136, "pid": 41616, "args": { "value": 8 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9f6c860", "tid": 41060, "ts": 134176, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 655360, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fc4330" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 24576, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 134258, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 24576, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 134297, "pid": 41616, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 134303, "pid": 41616, "args": { "value": 18 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9f6b6e0", "tid": 41060, "ts": 134384, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 134392, "pid": 41616, "args": { "value": 116 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 134410, "pid": 41616, "args": { "value": 381 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 134417, "pid": 41616, "args": { "value": 99 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 134423, "pid": 41616, "args": { "value": 8 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9f6b6e0", "tid": 41060, "ts": 134462, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 851968, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fc4570" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 24576, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 134544, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 57344, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 134582, "pid": 41616, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 134589, "pid": 41616, "args": { "value": 17 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9f6bc80", "tid": 41060, "ts": 134673, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 134681, "pid": 41616, "args": { "value": 119 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 134699, "pid": 41616, "args": { "value": 381 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 134706, "pid": 41616, "args": { "value": 99 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 134712, "pid": 41616, "args": { "value": 8 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9f6bc80", "tid": 41060, "ts": 134751, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 786432, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fc4570" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 57344, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 134832, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 64512, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 134870, "pid": 41616, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 134877, "pid": 41616, "args": { "value": 17 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9f6c220", "tid": 41060, "ts": 134957, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 134964, "pid": 41616, "args": { "value": 115 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 134982, "pid": 41616, "args": { "value": 381 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 134989, "pid": 41616, "args": { "value": 99 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 134996, "pid": 41616, "args": { "value": 8 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9f6c220", "tid": 41060, "ts": 135035, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 720896, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fc4570" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 64512, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 135156, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 21504, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 135198, "pid": 41616, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 135205, "pid": 41616, "args": { "value": 17 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9f6d620", "tid": 41060, "ts": 135323, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 135330, "pid": 41616, "args": { "value": 154 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 135349, "pid": 41616, "args": { "value": 381 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 135356, "pid": 41616, "args": { "value": 99 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 135363, "pid": 41616, "args": { "value": 8 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9f6d620", "tid": 41060, "ts": 135403, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 655360, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fc4570" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 21504, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 135487, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 53248, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 135527, "pid": 41616, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 135534, "pid": 41616, "args": { "value": 16 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9f6bf00", "tid": 41060, "ts": 135616, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 135624, "pid": 41616, "args": { "value": 118 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 135642, "pid": 41616, "args": { "value": 381 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 135650, "pid": 41616, "args": { "value": 99 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 135656, "pid": 41616, "args": { "value": 8 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9f6bf00", "tid": 41060, "ts": 135708, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 589824, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fc4570" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 53248, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9f6b6e0", "tid": 41060, "ts": 135793, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9f6bc80", "tid": 41060, "ts": 135890, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9f6c220", "tid": 41060, "ts": 136003, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9f6d620", "tid": 41060, "ts": 136095, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9f6bf00", "tid": 41060, "ts": 136183, "pid": 41616 }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 136295, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 131072, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 136350, "pid": 41616, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 136356, "pid": 41616, "args": { "value": 15 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9f6bbe0", "tid": 41060, "ts": 136441, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 136448, "pid": 41616, "args": { "value": 134 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 136468, "pid": 41616, "args": { "value": 386 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 136487, "pid": 41616, "args": { "value": 99 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 136494, "pid": 41616, "args": { "value": 4 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9f6bbe0", "tid": 41060, "ts": 136557, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 131072, "HeapOffset": 131072, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fe7b10" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 131072, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 136665, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 524288, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x1c8e9fe6d00", "tid": 41060, "ts": 136941, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x1c8e9fe6d00", "tid": 41060, "ts": 136990, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 4194304, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 4194304, "Properties": { "SizeInBytes": 2, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 137025, "pid": 41616, "args": { "value": 12 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 137032, "pid": 41616, "args": { "value": 15 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9f6d260", "tid": 41060, "ts": 137167, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 137175, "pid": 41616, "args": { "value": 491 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 137196, "pid": 41616, "args": { "value": 389 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 137204, "pid": 41616, "args": { "value": 99 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 137210, "pid": 41616, "args": { "value": 4 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9f6d260", "tid": 41060, "ts": 137274, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 524288, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fe6d00" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 524288, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 137428, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 131072, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 137506, "pid": 41616, "args": { "value": 12 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 137513, "pid": 41616, "args": { "value": 15 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9f6cb80", "tid": 41060, "ts": 137595, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 137602, "pid": 41616, "args": { "value": 128 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 137621, "pid": 41616, "args": { "value": 389 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 137629, "pid": 41616, "args": { "value": 99 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 137635, "pid": 41616, "args": { "value": 4 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9f6cb80", "tid": 41060, "ts": 137685, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 131072, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fe7b10" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 131072, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 137810, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 524288, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 137849, "pid": 41616, "args": { "value": 12 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 137856, "pid": 41616, "args": { "value": 14 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9f6cf40", "tid": 41060, "ts": 137937, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 137944, "pid": 41616, "args": { "value": 115 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 137963, "pid": 41616, "args": { "value": 389 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 137970, "pid": 41616, "args": { "value": 99 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 137977, "pid": 41616, "args": { "value": 4 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9f6cf40", "tid": 41060, "ts": 138016, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 524288, "HeapOffset": 524288, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fe6d00" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 524288, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 138108, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 131072, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 138150, "pid": 41616, "args": { "value": 12 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 138157, "pid": 41616, "args": { "value": 14 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9f6d080", "tid": 41060, "ts": 138240, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 138247, "pid": 41616, "args": { "value": 120 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 138266, "pid": 41616, "args": { "value": 388 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 138273, "pid": 41616, "args": { "value": 99 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 138280, "pid": 41616, "args": { "value": 4 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9f6d080", "tid": 41060, "ts": 138319, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 131072, "HeapOffset": 262144, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fe7b10" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 131072, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 138399, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 524288, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 138438, "pid": 41616, "args": { "value": 12 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 138444, "pid": 41616, "args": { "value": 14 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9f6c720", "tid": 41060, "ts": 138525, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 138532, "pid": 41616, "args": { "value": 115 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 138551, "pid": 41616, "args": { "value": 388 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 138558, "pid": 41616, "args": { "value": 99 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 138565, "pid": 41616, "args": { "value": 4 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9f6c720", "tid": 41060, "ts": 138605, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 524288, "HeapOffset": 1048576, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fe6d00" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 524288, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9f6c540", "tid": 41060, "ts": 138695, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9f6c180", "tid": 41060, "ts": 138807, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9f6d300", "tid": 41060, "ts": 138925, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9f6b640", "tid": 41060, "ts": 139033, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9f6b320", "tid": 41060, "ts": 139131, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9f6ce00", "tid": 41060, "ts": 139221, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9f6d760", "tid": 41060, "ts": 139326, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9f6c860", "tid": 41060, "ts": 139433, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9f6c9a0", "tid": 41060, "ts": 139535, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9f6d080", "tid": 41060, "ts": 139626, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9f6cb80", "tid": 41060, "ts": 139713, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9f6bbe0", "tid": 41060, "ts": 139812, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9f6c720", "tid": 41060, "ts": 139899, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9f6cf40", "tid": 41060, "ts": 139986, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9f6d260", "tid": 41060, "ts": 140091, "pid": 41616 }, { "name": "ResourceAllocator", "cat": "default", "ph": "D", "id": "0x1c8e9e3ad20", "tid": 41060, "ts": 140159, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e578be70", "tid": 41060, "ts": 140222, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e578d4f0", "tid": 41060, "ts": 140229, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e578d610", "tid": 41060, "ts": 140234, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e578c920", "tid": 41060, "ts": 140240, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e578b7b0", "tid": 41060, "ts": 140245, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x1c8e9fe6d00", "tid": 41060, "ts": 140292, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x1c8e9fe7b10", "tid": 41060, "ts": 140467, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x1c8e9fc4570", "tid": 41060, "ts": 140634, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e578d340", "tid": 41060, "ts": 140794, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e578cda0", "tid": 41060, "ts": 140800, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e578b9f0", "tid": 41060, "ts": 140806, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e578ce30", "tid": 41060, "ts": 140811, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e578d100", "tid": 41060, "ts": 140817, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x1c8e9fc4330", "tid": 41060, "ts": 140864, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x1c8e9fe8920", "tid": 41060, "ts": 141026, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x1c8e9fe7de0", "tid": 41060, "ts": 141192, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x1c8e9fc5bf0", "tid": 41060, "ts": 141352, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e578ca40", "tid": 41060, "ts": 141506, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x1c8e9fc4450", "tid": 41060, "ts": 141518, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e578bcc0", "tid": 41060, "ts": 141673, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x1c8e9fe72a0", "tid": 41060, "ts": 141686, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e578c380", "tid": 41060, "ts": 141842, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fad710", "tid": 41060, "ts": 141848, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fad830", "tid": 41060, "ts": 141854, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x1c8e9fe7600", "tid": 41060, "ts": 141866, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fe7570", "tid": 41060, "ts": 150133, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fac090", "tid": 41060, "ts": 150174, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fac480", "tid": 41060, "ts": 150181, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fac750", "tid": 41060, "ts": 150186, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fadef0", "tid": 41060, "ts": 150192, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9facbd0", "tid": 41060, "ts": 150198, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9facea0", "tid": 41060, "ts": 150234, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fac360", "tid": 41060, "ts": 150240, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fac5a0", "tid": 41060, "ts": 150245, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fad170", "tid": 41060, "ts": 150251, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fad200", "tid": 41060, "ts": 150256, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fad8c0", "tid": 41060, "ts": 150292, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fad560", "tid": 41060, "ts": 150298, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fadd40", "tid": 41060, "ts": 150304, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fad5f0", "tid": 41060, "ts": 150310, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fadcb0", "tid": 41060, "ts": 150315, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fada70", "tid": 41060, "ts": 150350, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fc5da0", "tid": 41060, "ts": 150357, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fc4960", "tid": 41060, "ts": 150362, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fc54a0", "tid": 41060, "ts": 150368, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fc5770", "tid": 41060, "ts": 150374, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fc5f50", "tid": 41060, "ts": 150410, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fc5ad0", "tid": 41060, "ts": 150416, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fc5410", "tid": 41060, "ts": 150422, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fc5b60", "tid": 41060, "ts": 150428, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fc40f0", "tid": 41060, "ts": 150433, "pid": 41616 } ] } \ No newline at end of file diff --git a/src/tests/capture_replay_tests/traces/webnn_end2end_mobilenetv2nchwtests_nchwtest0.json b/src/tests/capture_replay_tests/traces/webnn_end2end_mobilenetv2nchwtests_nchwtest0.json index 063773b47..492b1a386 100644 --- a/src/tests/capture_replay_tests/traces/webnn_end2end_mobilenetv2nchwtests_nchwtest0.json +++ b/src/tests/capture_replay_tests/traces/webnn_end2end_mobilenetv2nchwtests_nchwtest0.json @@ -1 +1 @@ -{ "traceEvents": [ { "name": "thread_name", "cat": "__metadata", "ph": "M", "tid": 37280, "ts": 210525, "pid": 5232, "args": { "name": "GPGMM_MainThread" } }, { "name": "ResourceAllocator", "cat": "default", "ph": "N", "id": "0x24d89b7e030", "tid": 37280, "ts": 210576, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d89b30ae8", "tid": 37280, "ts": 210608, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d89ba4a90", "tid": 37280, "ts": 210732, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d89b30d28", "tid": 37280, "ts": 212981, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d89ba5b70", "tid": 37280, "ts": 213044, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d89b311a8", "tid": 37280, "ts": 214692, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d89ba5030", "tid": 37280, "ts": 214767, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d8beb0558", "tid": 37280, "ts": 217154, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d89b2fcf0", "tid": 37280, "ts": 217224, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d8beaedb8", "tid": 37280, "ts": 218912, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d89b2fe10", "tid": 37280, "ts": 218967, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d8beaf7d8", "tid": 37280, "ts": 220692, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d89b30290", "tid": 37280, "ts": 220759, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d8beaffb8", "tid": 37280, "ts": 222367, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d8b60c300", "tid": 37280, "ts": 222425, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d8b61fa88", "tid": 37280, "ts": 224093, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d8b60c780", "tid": 37280, "ts": 224148, "pid": 5232 }, { "name": "ResourceAllocator", "cat": "default", "ph": "O", "id": "0x24d89b7e030", "tid": 37280, "ts": 226219, "pid": 5232, "args": { "snapshot": { "Flags": 4, "RecordOptions": { "Flags": 3, "MinMessageLevel": 0 }, "IsUMA": 1, "ResourceHeapTier": 2, "PreferredResourceHeapSize": 4194304, "MaxResourceHeapSize": 34359738368, "MaxVideoMemoryBudget": 0.000000, "TotalResourceBudgetLimit": 0, "EvictLimit": 0, "MemoryFragmentationLimit": 0.125000 } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 226314, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 16777216, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d8b60d3e0", "tid": 37280, "ts": 226360, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x24d8b60cdb0", "tid": 37280, "ts": 226713, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x24d8b60cdb0", "tid": 37280, "ts": 226754, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 16777216, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 16777216, "Properties": { "SizeInBytes": 2, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8bea0eb0", "tid": 37280, "ts": 226868, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 226876, "pid": 5232, "args": { "value": 542 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 226906, "pid": 5232, "args": { "value": 0 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 226925, "pid": 5232, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 226932, "pid": 5232, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8bea0eb0", "tid": 37280, "ts": 226978, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 16777216, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 0, "ResourceHeap": { "id_ref": "0x24d8b60cdb0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 16777216, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 227089, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 16777216, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 8, "clearValue": { } } }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d8b60ced0", "tid": 37280, "ts": 227121, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x24d8b60d500", "tid": 37280, "ts": 227385, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x24d8b60d500", "tid": 37280, "ts": 227435, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 16777216, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 16777216, "Properties": { "SizeInBytes": 1, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8bea1d10", "tid": 37280, "ts": 227575, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 227582, "pid": 5232, "args": { "value": 473 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 227617, "pid": 5232, "args": { "value": 0 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 227624, "pid": 5232, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 227646, "pid": 5232, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8bea1d10", "tid": 37280, "ts": 227688, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 16777216, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 0, "ResourceHeap": { "id_ref": "0x24d8b60d500" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 16777216, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 227809, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 65536, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 8, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x24d8b60d110", "tid": 37280, "ts": 228029, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x24d8b60d110", "tid": 37280, "ts": 228067, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 4194304, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 4194304, "Properties": { "SizeInBytes": 1, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 228124, "pid": 5232, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 228131, "pid": 5232, "args": { "value": 35 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8bea09b0", "tid": 37280, "ts": 228223, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 228230, "pid": 5232, "args": { "value": 402 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 228249, "pid": 5232, "args": { "value": 4 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 228256, "pid": 5232, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 228263, "pid": 5232, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8bea09b0", "tid": 37280, "ts": 228306, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8b60d110" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 65536, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 228405, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 16777216, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 8, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x24d8b60daa0", "tid": 37280, "ts": 228621, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x24d8b60daa0", "tid": 37280, "ts": 228660, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 16777216, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 16777216, "Properties": { "SizeInBytes": 1, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8bea1a90", "tid": 37280, "ts": 228767, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 228775, "pid": 5232, "args": { "value": 350 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 228793, "pid": 5232, "args": { "value": 4 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 228800, "pid": 5232, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 228807, "pid": 5232, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8bea1a90", "tid": 37280, "ts": 228848, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 16777216, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 0, "ResourceHeap": { "id_ref": "0x24d8b60daa0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 16777216, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8bea0eb0", "tid": 37280, "ts": 228934, "pid": 5232 }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 229047, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 1048576, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x24d8b60dfb0", "tid": 37280, "ts": 229270, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x24d8b60dfb0", "tid": 37280, "ts": 229308, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 4194304, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 4194304, "Properties": { "SizeInBytes": 2, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 229352, "pid": 5232, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 229359, "pid": 5232, "args": { "value": 35 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8bea1090", "tid": 37280, "ts": 229442, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 229450, "pid": 5232, "args": { "value": 384 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 229468, "pid": 5232, "args": { "value": 7 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 229475, "pid": 5232, "args": { "value": 71 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 229482, "pid": 5232, "args": { "value": 16 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8bea1090", "tid": 37280, "ts": 229523, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 1048576, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8b60dfb0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 1048576, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8bea1d10", "tid": 37280, "ts": 229637, "pid": 5232 }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 229741, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 1048576, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 8, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x24d8b60c4b0", "tid": 37280, "ts": 230059, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x24d8b60c4b0", "tid": 37280, "ts": 230099, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 4194304, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 4194304, "Properties": { "SizeInBytes": 1, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 230172, "pid": 5232, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 230185, "pid": 5232, "args": { "value": 33 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8bea1590", "tid": 37280, "ts": 230305, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 230313, "pid": 5232, "args": { "value": 552 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 230332, "pid": 5232, "args": { "value": 10 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 230339, "pid": 5232, "args": { "value": 46 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 230346, "pid": 5232, "args": { "value": 33 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8bea1590", "tid": 37280, "ts": 230387, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 1048576, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8b60c4b0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 1048576, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 230519, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 3 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 65536, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 1024, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x24d8b60cd20", "tid": 37280, "ts": 230781, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x24d8b60cd20", "tid": 37280, "ts": 230820, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 4194304, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 4194304, "Properties": { "SizeInBytes": 3, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 230863, "pid": 5232, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 230870, "pid": 5232, "args": { "value": 35 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8bea1450", "tid": 37280, "ts": 230954, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 230961, "pid": 5232, "args": { "value": 412 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 230979, "pid": 5232, "args": { "value": 14 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 230986, "pid": 5232, "args": { "value": 50 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 230993, "pid": 5232, "args": { "value": 33 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8bea1450", "tid": 37280, "ts": 231034, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8b60cd20" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 65536, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 231133, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 65536, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 8, "clearValue": { } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 231175, "pid": 5232, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 231182, "pid": 5232, "args": { "value": 31 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8be9fc90", "tid": 37280, "ts": 231266, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 231273, "pid": 5232, "args": { "value": 120 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 231291, "pid": 5232, "args": { "value": 14 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 231298, "pid": 5232, "args": { "value": 50 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 231304, "pid": 5232, "args": { "value": 33 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8be9fc90", "tid": 37280, "ts": 231348, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 65536, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8b60d110" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 65536, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8bea09b0", "tid": 37280, "ts": 231427, "pid": 5232 }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 231533, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 16777216, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 8, "clearValue": { } } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8bea13b0", "tid": 37280, "ts": 231648, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 231656, "pid": 5232, "args": { "value": 104 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 231673, "pid": 5232, "args": { "value": 14 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 231680, "pid": 5232, "args": { "value": 75 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 231687, "pid": 5232, "args": { "value": 16 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8bea13b0", "tid": 37280, "ts": 231727, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 16777216, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 0, "ResourceHeap": { "id_ref": "0x24d8b60d500" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 16777216, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8bea1a90", "tid": 37280, "ts": 231798, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8bea13b0", "tid": 37280, "ts": 231891, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8be9fc90", "tid": 37280, "ts": 232014, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8bea1590", "tid": 37280, "ts": 232136, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8bea1450", "tid": 37280, "ts": 232260, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8bea1090", "tid": 37280, "ts": 232387, "pid": 5232 }, { "name": "ResourceAllocator", "cat": "default", "ph": "D", "id": "0x24d89b7e030", "tid": 37280, "ts": 232455, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d89b30ae8", "tid": 37280, "ts": 232510, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x24d8b60cd20", "tid": 37280, "ts": 232526, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d89ba4a90", "tid": 37280, "ts": 232688, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d89b30d28", "tid": 37280, "ts": 232718, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x24d8b60dfb0", "tid": 37280, "ts": 232734, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d89ba5b70", "tid": 37280, "ts": 232889, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d89b311a8", "tid": 37280, "ts": 232919, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x24d8b60c4b0", "tid": 37280, "ts": 232935, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x24d8b60d110", "tid": 37280, "ts": 233092, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d89ba5030", "tid": 37280, "ts": 233306, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d8beb0558", "tid": 37280, "ts": 233353, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d89b2fcf0", "tid": 37280, "ts": 233366, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d8beaedb8", "tid": 37280, "ts": 233405, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d89b2fe10", "tid": 37280, "ts": 233413, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d8beaf7d8", "tid": 37280, "ts": 233441, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d89b30290", "tid": 37280, "ts": 233448, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d8beaffb8", "tid": 37280, "ts": 233477, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d8b60c300", "tid": 37280, "ts": 233485, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d8b61fa88", "tid": 37280, "ts": 233513, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d8b60c780", "tid": 37280, "ts": 233521, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x24d8b60cdb0", "tid": 37280, "ts": 233542, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d8b60d3e0", "tid": 37280, "ts": 233736, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x24d8b60d500", "tid": 37280, "ts": 233752, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x24d8b60daa0", "tid": 37280, "ts": 233973, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d8b60ced0", "tid": 37280, "ts": 234179, "pid": 5232 } ] } \ No newline at end of file +{ "traceEvents": [ { "name": "thread_name", "cat": "__metadata", "ph": "M", "tid": 41060, "ts": 215887, "pid": 41616, "args": { "name": "GPGMM_MainThread" } }, { "name": "ResourceAllocator", "cat": "default", "ph": "N", "id": "0x1c8e57957a0", "tid": 41060, "ts": 215909, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e576c300", "tid": 41060, "ts": 215966, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e576be80", "tid": 41060, "ts": 216969, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e576b2b0", "tid": 41060, "ts": 217130, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e576b730", "tid": 41060, "ts": 217291, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e576c6f0", "tid": 41060, "ts": 217450, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e576b7c0", "tid": 41060, "ts": 217619, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e576c9c0", "tid": 41060, "ts": 218699, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e576c270", "tid": 41060, "ts": 218970, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e576c540", "tid": 41060, "ts": 219128, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e576ba90", "tid": 41060, "ts": 219294, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e576cb70", "tid": 41060, "ts": 219469, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e576b100", "tid": 41060, "ts": 220547, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e576bdf0", "tid": 41060, "ts": 220707, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e817d0", "tid": 41060, "ts": 220872, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e81860", "tid": 41060, "ts": 221032, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e82670", "tid": 41060, "ts": 221216, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e82d30", "tid": 41060, "ts": 222214, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e836c0", "tid": 41060, "ts": 222373, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e82dc0", "tid": 41060, "ts": 222614, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e82790", "tid": 41060, "ts": 222831, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e82820", "tid": 41060, "ts": 223097, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e83000", "tid": 41060, "ts": 224474, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e832d0", "tid": 41060, "ts": 224724, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e831b0", "tid": 41060, "ts": 224886, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e82ee0", "tid": 41060, "ts": 225052, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e825e0", "tid": 41060, "ts": 225226, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e83120", "tid": 41060, "ts": 226247, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e82b80", "tid": 41060, "ts": 226420, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e82040", "tid": 41060, "ts": 226582, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e820d0", "tid": 41060, "ts": 226749, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e821f0", "tid": 41060, "ts": 226918, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fdf520", "tid": 41060, "ts": 228005, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fdecb0", "tid": 41060, "ts": 228164, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fdf6d0", "tid": 41060, "ts": 228344, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fde170", "tid": 41060, "ts": 228503, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fde9e0", "tid": 41060, "ts": 228672, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fde7a0", "tid": 41060, "ts": 229659, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fdfac0", "tid": 41060, "ts": 229819, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fde950", "tid": 41060, "ts": 229978, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fdee60", "tid": 41060, "ts": 230152, "pid": 41616 }, { "name": "ResourceAllocator", "cat": "default", "ph": "O", "id": "0x1c8e57957a0", "tid": 41060, "ts": 230325, "pid": 41616, "args": { "snapshot": { "Flags": 4, "RecordOptions": { "Flags": 3, "MinMessageLevel": 0 }, "IsUMA": 1, "ResourceHeapTier": 2, "PreferredResourceHeapSize": 4194304, "MaxResourceHeapSize": 34359738368, "MaxVideoMemoryBudget": 0.000000, "TotalResourceBudgetLimit": 0, "EvictLimit": 0, "MemoryFragmentationLimit": 0.125000 } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 230387, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 16777216, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x1c8e9fde560", "tid": 41060, "ts": 230701, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x1c8e9fde560", "tid": 41060, "ts": 230823, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 16777216, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 16777216, "Properties": { "SizeInBytes": 2, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 230867, "pid": 41616, "args": { "value": 16 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 230885, "pid": 41616, "args": { "value": 34 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9e5c710", "tid": 41060, "ts": 231021, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 231029, "pid": 41616, "args": { "value": 623 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 231067, "pid": 41616, "args": { "value": 0 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 231074, "pid": 41616, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 231081, "pid": 41616, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9e5c710", "tid": 41060, "ts": 231125, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 16777216, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fde560" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 16777216, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 231316, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 16777216, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 8, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x1c8e9fdf7f0", "tid": 41060, "ts": 231565, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x1c8e9fdf7f0", "tid": 41060, "ts": 231603, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 16777216, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 16777216, "Properties": { "SizeInBytes": 1, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 231638, "pid": 41616, "args": { "value": 16 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 231645, "pid": 41616, "args": { "value": 34 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9e5c850", "tid": 41060, "ts": 231754, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 231761, "pid": 41616, "args": { "value": 424 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 231786, "pid": 41616, "args": { "value": 0 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 231793, "pid": 41616, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 231799, "pid": 41616, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9e5c850", "tid": 41060, "ts": 231840, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 16777216, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fdf7f0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 16777216, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 231930, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 65536, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 8, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x1c8e9fdf250", "tid": 41060, "ts": 232146, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x1c8e9fdf250", "tid": 41060, "ts": 232183, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 4194304, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 4194304, "Properties": { "SizeInBytes": 1, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 232218, "pid": 41616, "args": { "value": 20 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 232224, "pid": 41616, "args": { "value": 33 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9e5cad0", "tid": 41060, "ts": 232314, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 232321, "pid": 41616, "args": { "value": 372 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 232351, "pid": 41616, "args": { "value": 4 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 232358, "pid": 41616, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 232365, "pid": 41616, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9e5cad0", "tid": 41060, "ts": 232406, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fdf250" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 65536, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 232501, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 16777216, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 8, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x1c8e9fdf910", "tid": 41060, "ts": 232753, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x1c8e9fdf910", "tid": 41060, "ts": 232791, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 33554432, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 33554432, "Properties": { "SizeInBytes": 1, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 232825, "pid": 41616, "args": { "value": 54 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 232832, "pid": 41616, "args": { "value": 32 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9e5f550", "tid": 41060, "ts": 232913, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 232920, "pid": 41616, "args": { "value": 400 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 232941, "pid": 41616, "args": { "value": 20 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 232948, "pid": 41616, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 232954, "pid": 41616, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9e5f550", "tid": 41060, "ts": 232994, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 16777216, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fdf910" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 16777216, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9e5c710", "tid": 41060, "ts": 233094, "pid": 41616 }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 233206, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 1048576, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x1c8e9fdfeb0", "tid": 41060, "ts": 233416, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x1c8e9fdfeb0", "tid": 41060, "ts": 233454, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 4194304, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 4194304, "Properties": { "SizeInBytes": 2, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 233487, "pid": 41616, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 233494, "pid": 41616, "args": { "value": 32 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9e5c710", "tid": 41060, "ts": 233576, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 233583, "pid": 41616, "args": { "value": 359 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 233603, "pid": 41616, "args": { "value": 24 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 233610, "pid": 41616, "args": { "value": 77 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 233617, "pid": 41616, "args": { "value": 16 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9e5c710", "tid": 41060, "ts": 233656, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 1048576, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fdfeb0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 1048576, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9e5c850", "tid": 41060, "ts": 233813, "pid": 41616 }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 233928, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 1048576, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 8, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x1c8e9fdffd0", "tid": 41060, "ts": 234186, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x1c8e9fdffd0", "tid": 41060, "ts": 234234, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 4194304, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 4194304, "Properties": { "SizeInBytes": 1, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 234280, "pid": 41616, "args": { "value": 41 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 234286, "pid": 41616, "args": { "value": 30 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9e5c850", "tid": 41060, "ts": 234368, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 234375, "pid": 41616, "args": { "value": 408 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 234395, "pid": 41616, "args": { "value": 27 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 234402, "pid": 41616, "args": { "value": 57 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 234408, "pid": 41616, "args": { "value": 33 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9e5c850", "tid": 41060, "ts": 234448, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 1048576, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fdffd0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 1048576, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 234541, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 3 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 65536, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 1024, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x1c8e9d3cce0", "tid": 41060, "ts": 234802, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x1c8e9d3cce0", "tid": 41060, "ts": 234841, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 4194304, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 4194304, "Properties": { "SizeInBytes": 3, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 234876, "pid": 41616, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 234882, "pid": 41616, "args": { "value": 34 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9e5e650", "tid": 41060, "ts": 234967, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 234974, "pid": 41616, "args": { "value": 415 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 234993, "pid": 41616, "args": { "value": 31 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 235000, "pid": 41616, "args": { "value": 60 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 235007, "pid": 41616, "args": { "value": 33 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9e5e650", "tid": 41060, "ts": 235047, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9d3cce0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 65536, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 235141, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 65536, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 8, "clearValue": { } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 235192, "pid": 41616, "args": { "value": 41 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 235199, "pid": 41616, "args": { "value": 29 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9e5f230", "tid": 41060, "ts": 235342, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 235350, "pid": 41616, "args": { "value": 180 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 235372, "pid": 41616, "args": { "value": 31 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 235380, "pid": 41616, "args": { "value": 60 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 235388, "pid": 41616, "args": { "value": 33 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9e5f230", "tid": 41060, "ts": 235448, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 65536, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fdf250" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 65536, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9e5cad0", "tid": 41060, "ts": 235529, "pid": 41616 }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 235637, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 16777216, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 8, "clearValue": { } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 235676, "pid": 41616, "args": { "value": 41 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 235683, "pid": 41616, "args": { "value": 28 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9e5cad0", "tid": 41060, "ts": 235770, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 235777, "pid": 41616, "args": { "value": 122 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 235795, "pid": 41616, "args": { "value": 14 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 235803, "pid": 41616, "args": { "value": 60 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 235809, "pid": 41616, "args": { "value": 33 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9e5cad0", "tid": 41060, "ts": 235849, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 16777216, "HeapOffset": 16777216, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9fdf910" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 16777216, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9e5f550", "tid": 41060, "ts": 235920, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9e5cad0", "tid": 41060, "ts": 236055, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9e5f230", "tid": 41060, "ts": 236199, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9e5c850", "tid": 41060, "ts": 236352, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9e5e650", "tid": 41060, "ts": 236456, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9e5c710", "tid": 41060, "ts": 236561, "pid": 41616 }, { "name": "ResourceAllocator", "cat": "default", "ph": "D", "id": "0x1c8e57957a0", "tid": 41060, "ts": 236627, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x1c8e9d3cce0", "tid": 41060, "ts": 236697, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e576c300", "tid": 41060, "ts": 236893, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e576be80", "tid": 41060, "ts": 236899, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e576b2b0", "tid": 41060, "ts": 236904, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e576b730", "tid": 41060, "ts": 236910, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e576c6f0", "tid": 41060, "ts": 236915, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x1c8e9fdfeb0", "tid": 41060, "ts": 236959, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e576b7c0", "tid": 41060, "ts": 237151, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e576c9c0", "tid": 41060, "ts": 237157, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x1c8e9fde560", "tid": 41060, "ts": 237169, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e576c270", "tid": 41060, "ts": 237329, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e576c540", "tid": 41060, "ts": 237335, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e576ba90", "tid": 41060, "ts": 237341, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x1c8e9fdffd0", "tid": 41060, "ts": 237388, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x1c8e9fdf250", "tid": 41060, "ts": 237607, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e576cb70", "tid": 41060, "ts": 237761, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e576b100", "tid": 41060, "ts": 237767, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x1c8e9fdf7f0", "tid": 41060, "ts": 237779, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e576bdf0", "tid": 41060, "ts": 237936, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x1c8e9fdf910", "tid": 41060, "ts": 237949, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e817d0", "tid": 41060, "ts": 238106, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e81860", "tid": 41060, "ts": 238113, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e82670", "tid": 41060, "ts": 238149, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e82d30", "tid": 41060, "ts": 238156, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e836c0", "tid": 41060, "ts": 238161, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e82dc0", "tid": 41060, "ts": 238167, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e82790", "tid": 41060, "ts": 238173, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e82820", "tid": 41060, "ts": 238208, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e83000", "tid": 41060, "ts": 238214, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e832d0", "tid": 41060, "ts": 238219, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e831b0", "tid": 41060, "ts": 238225, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e82ee0", "tid": 41060, "ts": 238230, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e825e0", "tid": 41060, "ts": 238265, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e83120", "tid": 41060, "ts": 238271, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e82b80", "tid": 41060, "ts": 238276, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e82040", "tid": 41060, "ts": 238282, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e820d0", "tid": 41060, "ts": 238287, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e821f0", "tid": 41060, "ts": 238322, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fdf520", "tid": 41060, "ts": 238329, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fdecb0", "tid": 41060, "ts": 238335, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fdf6d0", "tid": 41060, "ts": 238340, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fde170", "tid": 41060, "ts": 238345, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fde9e0", "tid": 41060, "ts": 238380, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fde7a0", "tid": 41060, "ts": 238386, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fdfac0", "tid": 41060, "ts": 238392, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fde950", "tid": 41060, "ts": 238397, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fdee60", "tid": 41060, "ts": 238403, "pid": 41616 } ] } \ No newline at end of file diff --git a/src/tests/capture_replay_tests/traces/webnn_mobilenetv2_nchw.json b/src/tests/capture_replay_tests/traces/webnn_mobilenetv2_nchw.json index 3667f8ac3..e228bc572 100644 --- a/src/tests/capture_replay_tests/traces/webnn_mobilenetv2_nchw.json +++ b/src/tests/capture_replay_tests/traces/webnn_mobilenetv2_nchw.json @@ -1 +1 @@ -{ "traceEvents": [ { "name": "thread_name", "cat": "__metadata", "ph": "M", "tid": 37280, "ts": 292032, "pid": 5232, "args": { "name": "GPGMM_MainThread" } }, { "name": "ResourceAllocator", "cat": "default", "ph": "N", "id": "0x24d8b63deb0", "tid": 37280, "ts": 292061, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d89b313e8", "tid": 37280, "ts": 292079, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d89ba5150", "tid": 37280, "ts": 292150, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d89b30668", "tid": 37280, "ts": 293728, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d89ba59c0", "tid": 37280, "ts": 293807, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d89b31508", "tid": 37280, "ts": 295309, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d89ba6230", "tid": 37280, "ts": 295370, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d8b60b138", "tid": 37280, "ts": 296917, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d89b2ffc0", "tid": 37280, "ts": 296980, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d8b60a4d8", "tid": 37280, "ts": 298611, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d89b2fb40", "tid": 37280, "ts": 298665, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d8b60bb58", "tid": 37280, "ts": 300364, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d89b30170", "tid": 37280, "ts": 300433, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d8b60a5f8", "tid": 37280, "ts": 302010, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d8b5aad00", "tid": 37280, "ts": 302078, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d8b5ba468", "tid": 37280, "ts": 303866, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d8b5ab600", "tid": 37280, "ts": 303923, "pid": 5232 }, { "name": "ResourceAllocator", "cat": "default", "ph": "O", "id": "0x24d8b63deb0", "tid": 37280, "ts": 305556, "pid": 5232, "args": { "snapshot": { "Flags": 4, "RecordOptions": { "Flags": 3, "MinMessageLevel": 0 }, "IsUMA": 1, "ResourceHeapTier": 2, "PreferredResourceHeapSize": 4194304, "MaxResourceHeapSize": 34359738368, "MaxVideoMemoryBudget": 0.000000, "TotalResourceBudgetLimit": 0, "EvictLimit": 0, "MemoryFragmentationLimit": 0.125000 } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 305620, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 16777216, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d8b5aae20", "tid": 37280, "ts": 305652, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x24d8b5aaa30", "tid": 37280, "ts": 309741, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x24d8b5aaa30", "tid": 37280, "ts": 309792, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 16777216, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 16777216, "Properties": { "SizeInBytes": 2, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8e24deb0", "tid": 37280, "ts": 309908, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 309917, "pid": 5232, "args": { "value": 4278 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 309946, "pid": 5232, "args": { "value": 0 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 309954, "pid": 5232, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 309960, "pid": 5232, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8e24deb0", "tid": 37280, "ts": 310005, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 16777216, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 0, "ResourceHeap": { "id_ref": "0x24d8b5aaa30" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 16777216, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 310103, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 16777216, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 8, "clearValue": { } } }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d8b5aaf40", "tid": 37280, "ts": 310135, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x24d8b5abb10", "tid": 37280, "ts": 313838, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x24d8b5abb10", "tid": 37280, "ts": 313890, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 16777216, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 16777216, "Properties": { "SizeInBytes": 1, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8e24e9f0", "tid": 37280, "ts": 313997, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 314005, "pid": 5232, "args": { "value": 3882 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 314029, "pid": 5232, "args": { "value": 0 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 314036, "pid": 5232, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 314043, "pid": 5232, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8e24e9f0", "tid": 37280, "ts": 314085, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 16777216, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 0, "ResourceHeap": { "id_ref": "0x24d8b5abb10" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 16777216, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 314176, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 65536, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 8, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x24d8b5aa250", "tid": 37280, "ts": 315240, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x24d8b5aa250", "tid": 37280, "ts": 315280, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 4194304, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 4194304, "Properties": { "SizeInBytes": 1, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 315333, "pid": 5232, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 315340, "pid": 5232, "args": { "value": 35 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8e24eb30", "tid": 37280, "ts": 315433, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 315442, "pid": 5232, "args": { "value": 1246 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 315461, "pid": 5232, "args": { "value": 4 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 315469, "pid": 5232, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 315476, "pid": 5232, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8e24eb30", "tid": 37280, "ts": 315521, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8b5aa250" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 65536, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 315621, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 16777216, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 8, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x24d8b5ab330", "tid": 37280, "ts": 315819, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x24d8b5ab330", "tid": 37280, "ts": 315859, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 16777216, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 16777216, "Properties": { "SizeInBytes": 1, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8e250070", "tid": 37280, "ts": 315965, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 315973, "pid": 5232, "args": { "value": 332 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 315992, "pid": 5232, "args": { "value": 4 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 315999, "pid": 5232, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 316006, "pid": 5232, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8e250070", "tid": 37280, "ts": 316048, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 16777216, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 0, "ResourceHeap": { "id_ref": "0x24d8b5ab330" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 16777216, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8e24deb0", "tid": 37280, "ts": 316152, "pid": 5232 }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 316280, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 1048576, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x24d8b5abde0", "tid": 37280, "ts": 317624, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x24d8b5abde0", "tid": 37280, "ts": 317686, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 4194304, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 4194304, "Properties": { "SizeInBytes": 2, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 317741, "pid": 5232, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 317748, "pid": 5232, "args": { "value": 35 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8e24deb0", "tid": 37280, "ts": 317857, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 317865, "pid": 5232, "args": { "value": 1566 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 317895, "pid": 5232, "args": { "value": 7 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 317903, "pid": 5232, "args": { "value": 71 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 317910, "pid": 5232, "args": { "value": 16 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8e24deb0", "tid": 37280, "ts": 317955, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 1048576, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8b5abde0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 1048576, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8e24e9f0", "tid": 37280, "ts": 318060, "pid": 5232 }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 318176, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 1048576, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 8, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x24d8b5abe70", "tid": 37280, "ts": 319419, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x24d8b5abe70", "tid": 37280, "ts": 319463, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 4194304, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 4194304, "Properties": { "SizeInBytes": 1, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 319510, "pid": 5232, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 319518, "pid": 5232, "args": { "value": 33 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8e24f670", "tid": 37280, "ts": 319607, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 319615, "pid": 5232, "args": { "value": 1420 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 319641, "pid": 5232, "args": { "value": 10 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 319648, "pid": 5232, "args": { "value": 46 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 319655, "pid": 5232, "args": { "value": 33 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8e24f670", "tid": 37280, "ts": 319698, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 1048576, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8b5abe70" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 1048576, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 319813, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 3 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 65536, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 1024, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x24d8b5aa760", "tid": 37280, "ts": 321235, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x24d8b5aa760", "tid": 37280, "ts": 321286, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 4194304, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 4194304, "Properties": { "SizeInBytes": 3, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 321335, "pid": 5232, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 321342, "pid": 5232, "args": { "value": 35 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8e250b10", "tid": 37280, "ts": 321435, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 321443, "pid": 5232, "args": { "value": 1610 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 321473, "pid": 5232, "args": { "value": 14 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 321480, "pid": 5232, "args": { "value": 50 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 321486, "pid": 5232, "args": { "value": 33 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8e250b10", "tid": 37280, "ts": 321530, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8b5aa760" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 65536, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 321633, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 65536, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 8, "clearValue": { } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 321677, "pid": 5232, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 321684, "pid": 5232, "args": { "value": 31 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8e24ed10", "tid": 37280, "ts": 321787, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 321795, "pid": 5232, "args": { "value": 142 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 321814, "pid": 5232, "args": { "value": 14 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 321821, "pid": 5232, "args": { "value": 50 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 321828, "pid": 5232, "args": { "value": 33 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8e24ed10", "tid": 37280, "ts": 321871, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 65536, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8b5aa250" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 65536, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8e24eb30", "tid": 37280, "ts": 321950, "pid": 5232 }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 322062, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 16777216, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 8, "clearValue": { } } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8e250110", "tid": 37280, "ts": 322180, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 322188, "pid": 5232, "args": { "value": 108 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 322208, "pid": 5232, "args": { "value": 14 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 322215, "pid": 5232, "args": { "value": 75 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 322222, "pid": 5232, "args": { "value": 16 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8e250110", "tid": 37280, "ts": 322262, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 16777216, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 0, "ResourceHeap": { "id_ref": "0x24d8b5abb10" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 16777216, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8e250070", "tid": 37280, "ts": 322331, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8e250110", "tid": 37280, "ts": 322426, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8e24ed10", "tid": 37280, "ts": 322554, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8e24f670", "tid": 37280, "ts": 322734, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8e250b10", "tid": 37280, "ts": 322921, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8e24deb0", "tid": 37280, "ts": 323050, "pid": 5232 }, { "name": "ResourceAllocator", "cat": "default", "ph": "D", "id": "0x24d8b63deb0", "tid": 37280, "ts": 323121, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d89b313e8", "tid": 37280, "ts": 323179, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x24d8b5aa760", "tid": 37280, "ts": 323196, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d89ba5150", "tid": 37280, "ts": 323402, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d89b30668", "tid": 37280, "ts": 323433, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x24d8b5abde0", "tid": 37280, "ts": 323449, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d89ba59c0", "tid": 37280, "ts": 323643, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d89b31508", "tid": 37280, "ts": 323675, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x24d8b5abe70", "tid": 37280, "ts": 323691, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x24d8b5aa250", "tid": 37280, "ts": 323892, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d89ba6230", "tid": 37280, "ts": 324183, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d8b60b138", "tid": 37280, "ts": 324219, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d89b2ffc0", "tid": 37280, "ts": 324228, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d8b60a4d8", "tid": 37280, "ts": 324256, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d89b2fb40", "tid": 37280, "ts": 324264, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d8b60bb58", "tid": 37280, "ts": 324292, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d89b30170", "tid": 37280, "ts": 324300, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d8b60a5f8", "tid": 37280, "ts": 324328, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d8b5aad00", "tid": 37280, "ts": 324336, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d8b5ba468", "tid": 37280, "ts": 324365, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d8b5ab600", "tid": 37280, "ts": 324373, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x24d8b5aaa30", "tid": 37280, "ts": 324394, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d8b5aae20", "tid": 37280, "ts": 324600, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x24d8b5abb10", "tid": 37280, "ts": 324616, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x24d8b5ab330", "tid": 37280, "ts": 324859, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d8b5aaf40", "tid": 37280, "ts": 325015, "pid": 5232 } ] } \ No newline at end of file +{ "traceEvents": [ { "name": "thread_name", "cat": "__metadata", "ph": "M", "tid": 41060, "ts": 301623, "pid": 41616, "args": { "name": "GPGMM_MainThread" } }, { "name": "ResourceAllocator", "cat": "default", "ph": "N", "id": "0x1c8e5796070", "tid": 41060, "ts": 301658, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fda140", "tid": 41060, "ts": 301749, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fdb340", "tid": 41060, "ts": 303568, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fda4a0", "tid": 41060, "ts": 303825, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fdb460", "tid": 41060, "ts": 304098, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fdb580", "tid": 41060, "ts": 304368, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fdb610", "tid": 41060, "ts": 304805, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fdb970", "tid": 41060, "ts": 306577, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fdbf10", "tid": 41060, "ts": 306842, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fda5c0", "tid": 41060, "ts": 307114, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fdba00", "tid": 41060, "ts": 307394, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fdbcd0", "tid": 41060, "ts": 307681, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fdae30", "tid": 41060, "ts": 309355, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fdabf0", "tid": 41060, "ts": 309624, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e408e0", "tid": 41060, "ts": 309990, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e419c0", "tid": 41060, "ts": 310280, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e41780", "tid": 41060, "ts": 310583, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e41f60", "tid": 41060, "ts": 312267, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e410c0", "tid": 41060, "ts": 312533, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e41810", "tid": 41060, "ts": 312800, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e42350", "tid": 41060, "ts": 313068, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e414b0", "tid": 41060, "ts": 313377, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e41540", "tid": 41060, "ts": 315057, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e41d20", "tid": 41060, "ts": 315323, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e42500", "tid": 41060, "ts": 315605, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e422c0", "tid": 41060, "ts": 315892, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e41930", "tid": 41060, "ts": 316181, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e40850", "tid": 41060, "ts": 317805, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e41db0", "tid": 41060, "ts": 318090, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e40a00", "tid": 41060, "ts": 318357, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e41390", "tid": 41060, "ts": 318623, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9e416f0", "tid": 41060, "ts": 318953, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9d587b0", "tid": 41060, "ts": 320643, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9d59ad0", "tid": 41060, "ts": 320912, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9d5a070", "tid": 41060, "ts": 321233, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9d59b60", "tid": 41060, "ts": 321503, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9d592f0", "tid": 41060, "ts": 321794, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9d5a100", "tid": 41060, "ts": 323464, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9d59d10", "tid": 41060, "ts": 323750, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9d59020", "tid": 41060, "ts": 324079, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9d59f50", "tid": 41060, "ts": 324377, "pid": 41616 }, { "name": "ResourceAllocator", "cat": "default", "ph": "O", "id": "0x1c8e5796070", "tid": 41060, "ts": 324675, "pid": 41616, "args": { "snapshot": { "Flags": 4, "RecordOptions": { "Flags": 3, "MinMessageLevel": 0 }, "IsUMA": 1, "ResourceHeapTier": 2, "PreferredResourceHeapSize": 4194304, "MaxResourceHeapSize": 34359738368, "MaxVideoMemoryBudget": 0.000000, "TotalResourceBudgetLimit": 0, "EvictLimit": 0, "MemoryFragmentationLimit": 0.125000 } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 324777, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 16777216, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x1c8e9d590b0", "tid": 41060, "ts": 330746, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x1c8e9d590b0", "tid": 41060, "ts": 330812, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 16777216, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 16777216, "Properties": { "SizeInBytes": 2, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 330862, "pid": 41616, "args": { "value": 16 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 330869, "pid": 41616, "args": { "value": 34 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e57a3790", "tid": 41060, "ts": 330987, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 330996, "pid": 41616, "args": { "value": 6187 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 331036, "pid": 41616, "args": { "value": 0 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 331044, "pid": 41616, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 331051, "pid": 41616, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e57a3790", "tid": 41060, "ts": 331098, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 16777216, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9d590b0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 16777216, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 331207, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 16777216, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 8, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x1c8e9d594a0", "tid": 41060, "ts": 335494, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x1c8e9d594a0", "tid": 41060, "ts": 335557, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 16777216, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 16777216, "Properties": { "SizeInBytes": 1, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 335604, "pid": 41616, "args": { "value": 16 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 335612, "pid": 41616, "args": { "value": 34 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e57a2bb0", "tid": 41060, "ts": 335714, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 335722, "pid": 41616, "args": { "value": 4495 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 335762, "pid": 41616, "args": { "value": 0 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 335770, "pid": 41616, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 335777, "pid": 41616, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e57a2bb0", "tid": 41060, "ts": 335823, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 16777216, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9d594a0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 16777216, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 335931, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 65536, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 8, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x1c8e9d5a340", "tid": 41060, "ts": 337279, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x1c8e9d5a340", "tid": 41060, "ts": 337323, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 4194304, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 4194304, "Properties": { "SizeInBytes": 1, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 337362, "pid": 41616, "args": { "value": 20 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 337370, "pid": 41616, "args": { "value": 33 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e57a3dd0", "tid": 41060, "ts": 337469, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 337477, "pid": 41616, "args": { "value": 1526 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 337515, "pid": 41616, "args": { "value": 4 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 337523, "pid": 41616, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 337530, "pid": 41616, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e57a3dd0", "tid": 41060, "ts": 337576, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9d5a340" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 65536, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 337681, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 16777216, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 8, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x1c8e9d5a580", "tid": 41060, "ts": 337928, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x1c8e9d5a580", "tid": 41060, "ts": 337968, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 33554432, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 33554432, "Properties": { "SizeInBytes": 1, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 338003, "pid": 41616, "args": { "value": 54 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 338010, "pid": 41616, "args": { "value": 32 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e57a5f90", "tid": 41060, "ts": 338095, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 338103, "pid": 41616, "args": { "value": 402 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 338122, "pid": 41616, "args": { "value": 20 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 338129, "pid": 41616, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 338136, "pid": 41616, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e57a5f90", "tid": 41060, "ts": 338178, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 16777216, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9d5a580" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 16777216, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e57a3790", "tid": 41060, "ts": 338278, "pid": 41616 }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 338397, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 1048576, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x1c8e9d596e0", "tid": 41060, "ts": 339519, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x1c8e9d596e0", "tid": 41060, "ts": 339558, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 4194304, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 4194304, "Properties": { "SizeInBytes": 2, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 339593, "pid": 41616, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 339600, "pid": 41616, "args": { "value": 32 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e57a3790", "tid": 41060, "ts": 339684, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 339692, "pid": 41616, "args": { "value": 1276 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 339711, "pid": 41616, "args": { "value": 24 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 339718, "pid": 41616, "args": { "value": 77 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 339725, "pid": 41616, "args": { "value": 16 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e57a3790", "tid": 41060, "ts": 339767, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 1048576, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9d596e0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 1048576, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e57a2bb0", "tid": 41060, "ts": 339872, "pid": 41616 }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 339980, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 1048576, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 8, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x1c8e9d59920", "tid": 41060, "ts": 341062, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x1c8e9d59920", "tid": 41060, "ts": 341101, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 4194304, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 4194304, "Properties": { "SizeInBytes": 1, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 341136, "pid": 41616, "args": { "value": 41 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 341143, "pid": 41616, "args": { "value": 30 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e57a27f0", "tid": 41060, "ts": 341226, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 341234, "pid": 41616, "args": { "value": 1224 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 341253, "pid": 41616, "args": { "value": 27 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 341260, "pid": 41616, "args": { "value": 57 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 341267, "pid": 41616, "args": { "value": 33 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e57a27f0", "tid": 41060, "ts": 341309, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 1048576, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9d59920" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 1048576, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 341407, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 3 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 65536, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 1024, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x1c8e9e17e80", "tid": 41060, "ts": 342502, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x1c8e9e17e80", "tid": 41060, "ts": 342541, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 4194304, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 4194304, "Properties": { "SizeInBytes": 3, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 342577, "pid": 41616, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 342584, "pid": 41616, "args": { "value": 34 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e57a6170", "tid": 41060, "ts": 342669, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 342677, "pid": 41616, "args": { "value": 1250 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 342696, "pid": 41616, "args": { "value": 31 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 342704, "pid": 41616, "args": { "value": 60 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 342711, "pid": 41616, "args": { "value": 33 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e57a6170", "tid": 41060, "ts": 342753, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9e17e80" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 65536, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 342850, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 65536, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 8, "clearValue": { } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 342891, "pid": 41616, "args": { "value": 41 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 342898, "pid": 41616, "args": { "value": 29 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e57a5bd0", "tid": 41060, "ts": 342995, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 343003, "pid": 41616, "args": { "value": 134 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 343022, "pid": 41616, "args": { "value": 31 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 343029, "pid": 41616, "args": { "value": 60 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 343036, "pid": 41616, "args": { "value": 33 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e57a5bd0", "tid": 41060, "ts": 343079, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 65536, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9d5a340" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 65536, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e57a3dd0", "tid": 41060, "ts": 343158, "pid": 41616 }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 343265, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 16777216, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 8, "clearValue": { } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 343306, "pid": 41616, "args": { "value": 41 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 343313, "pid": 41616, "args": { "value": 28 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e57a3dd0", "tid": 41060, "ts": 343397, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 343405, "pid": 41616, "args": { "value": 121 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 343424, "pid": 41616, "args": { "value": 14 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 343431, "pid": 41616, "args": { "value": 60 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 343438, "pid": 41616, "args": { "value": 33 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e57a3dd0", "tid": 41060, "ts": 343479, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 16777216, "HeapOffset": 16777216, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9d5a580" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 16777216, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e57a5f90", "tid": 41060, "ts": 343552, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e57a3dd0", "tid": 41060, "ts": 343665, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e57a5bd0", "tid": 41060, "ts": 343776, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e57a27f0", "tid": 41060, "ts": 343884, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e57a6170", "tid": 41060, "ts": 343995, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e57a3790", "tid": 41060, "ts": 344104, "pid": 41616 }, { "name": "ResourceAllocator", "cat": "default", "ph": "D", "id": "0x1c8e5796070", "tid": 41060, "ts": 344174, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x1c8e9e17e80", "tid": 41060, "ts": 344248, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fda140", "tid": 41060, "ts": 344388, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fdb340", "tid": 41060, "ts": 344395, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fda4a0", "tid": 41060, "ts": 344401, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fdb460", "tid": 41060, "ts": 344407, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fdb580", "tid": 41060, "ts": 344413, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x1c8e9d596e0", "tid": 41060, "ts": 344460, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fdb610", "tid": 41060, "ts": 344590, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fdb970", "tid": 41060, "ts": 344597, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x1c8e9d590b0", "tid": 41060, "ts": 344609, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fdbf10", "tid": 41060, "ts": 344750, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fda5c0", "tid": 41060, "ts": 344757, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fdba00", "tid": 41060, "ts": 344763, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x1c8e9d59920", "tid": 41060, "ts": 344815, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x1c8e9d5a340", "tid": 41060, "ts": 344975, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fdbcd0", "tid": 41060, "ts": 345105, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fdae30", "tid": 41060, "ts": 345111, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x1c8e9d594a0", "tid": 41060, "ts": 345124, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fdabf0", "tid": 41060, "ts": 345253, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x1c8e9d5a580", "tid": 41060, "ts": 345266, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e408e0", "tid": 41060, "ts": 345396, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e419c0", "tid": 41060, "ts": 345403, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e41780", "tid": 41060, "ts": 345442, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e41f60", "tid": 41060, "ts": 345449, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e410c0", "tid": 41060, "ts": 345455, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e41810", "tid": 41060, "ts": 345461, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e42350", "tid": 41060, "ts": 345467, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e414b0", "tid": 41060, "ts": 345503, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e41540", "tid": 41060, "ts": 345510, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e41d20", "tid": 41060, "ts": 345515, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e42500", "tid": 41060, "ts": 345521, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e422c0", "tid": 41060, "ts": 345527, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e41930", "tid": 41060, "ts": 345563, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e40850", "tid": 41060, "ts": 345570, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e41db0", "tid": 41060, "ts": 345576, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e40a00", "tid": 41060, "ts": 345582, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e41390", "tid": 41060, "ts": 345587, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9e416f0", "tid": 41060, "ts": 345627, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9d587b0", "tid": 41060, "ts": 345633, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9d59ad0", "tid": 41060, "ts": 345639, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9d5a070", "tid": 41060, "ts": 345645, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9d59b60", "tid": 41060, "ts": 345651, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9d592f0", "tid": 41060, "ts": 345688, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9d5a100", "tid": 41060, "ts": 345695, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9d59d10", "tid": 41060, "ts": 345701, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9d59020", "tid": 41060, "ts": 345706, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9d59f50", "tid": 41060, "ts": 345712, "pid": 41616 } ] } \ No newline at end of file diff --git a/src/tests/capture_replay_tests/traces/webnn_resnet50v2_nchw.json b/src/tests/capture_replay_tests/traces/webnn_resnet50v2_nchw.json index e1947174f..8bc1f885a 100644 --- a/src/tests/capture_replay_tests/traces/webnn_resnet50v2_nchw.json +++ b/src/tests/capture_replay_tests/traces/webnn_resnet50v2_nchw.json @@ -1 +1 @@ -{ "traceEvents": [ { "name": "thread_name", "cat": "__metadata", "ph": "M", "tid": 37280, "ts": 380603, "pid": 5232, "args": { "name": "GPGMM_MainThread" } }, { "name": "ResourceAllocator", "cat": "default", "ph": "N", "id": "0x24d8be6b960", "tid": 37280, "ts": 380624, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d89b30788", "tid": 37280, "ts": 380640, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d89ba56f0", "tid": 37280, "ts": 380705, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d89b32168", "tid": 37280, "ts": 382546, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d89ba59c0", "tid": 37280, "ts": 382644, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d89b31aa8", "tid": 37280, "ts": 384273, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d89ba4730", "tid": 37280, "ts": 384337, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d8b5b19b8", "tid": 37280, "ts": 385927, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d89b300e0", "tid": 37280, "ts": 385989, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d8b5b1f58", "tid": 37280, "ts": 388089, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d89b30290", "tid": 37280, "ts": 388157, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d8b5b10b8", "tid": 37280, "ts": 389668, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d89b2fa20", "tid": 37280, "ts": 389719, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d8b5b0458", "tid": 37280, "ts": 391321, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d8e248ea0", "tid": 37280, "ts": 391373, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d8e258e78", "tid": 37280, "ts": 392873, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d8e249b90", "tid": 37280, "ts": 392924, "pid": 5232 }, { "name": "ResourceAllocator", "cat": "default", "ph": "O", "id": "0x24d8be6b960", "tid": 37280, "ts": 394423, "pid": 5232, "args": { "snapshot": { "Flags": 4, "RecordOptions": { "Flags": 3, "MinMessageLevel": 0 }, "IsUMA": 1, "ResourceHeapTier": 2, "PreferredResourceHeapSize": 4194304, "MaxResourceHeapSize": 34359738368, "MaxVideoMemoryBudget": 0.000000, "TotalResourceBudgetLimit": 0, "EvictLimit": 0, "MemoryFragmentationLimit": 0.125000 } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 394485, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 134217728, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d8e249f80", "tid": 37280, "ts": 394517, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x24d8e2498c0", "tid": 37280, "ts": 394924, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x24d8e2498c0", "tid": 37280, "ts": 394971, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 134217728, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 134217728, "Properties": { "SizeInBytes": 2, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8be88550", "tid": 37280, "ts": 395081, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 395088, "pid": 5232, "args": { "value": 584 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 395110, "pid": 5232, "args": { "value": 0 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 395117, "pid": 5232, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 395124, "pid": 5232, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8be88550", "tid": 37280, "ts": 395169, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 134217728, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 0, "ResourceHeap": { "id_ref": "0x24d8e2498c0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 134217728, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 395262, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 134217728, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 8, "clearValue": { } } }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d8e249e60", "tid": 37280, "ts": 395293, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x24d8e248bd0", "tid": 37280, "ts": 395609, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x24d8e248bd0", "tid": 37280, "ts": 395647, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 134217728, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 134217728, "Properties": { "SizeInBytes": 1, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8be88eb0", "tid": 37280, "ts": 395750, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 395757, "pid": 5232, "args": { "value": 476 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 395774, "pid": 5232, "args": { "value": 0 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 395782, "pid": 5232, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 395788, "pid": 5232, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8be88eb0", "tid": 37280, "ts": 395830, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 134217728, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 0, "ResourceHeap": { "id_ref": "0x24d8e248bd0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 134217728, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 395918, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 65536, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 8, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x24d8e249170", "tid": 37280, "ts": 397033, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x24d8e249170", "tid": 37280, "ts": 397074, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 4194304, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 4194304, "Properties": { "SizeInBytes": 1, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 397117, "pid": 5232, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 397124, "pid": 5232, "args": { "value": 35 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8be8adf0", "tid": 37280, "ts": 397214, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 397221, "pid": 5232, "args": { "value": 1284 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 397239, "pid": 5232, "args": { "value": 4 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 397246, "pid": 5232, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 397252, "pid": 5232, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8be8adf0", "tid": 37280, "ts": 397294, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8e249170" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 65536, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 397389, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 134217728, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 8, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x24d8e249dd0", "tid": 37280, "ts": 397934, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x24d8e249dd0", "tid": 37280, "ts": 397977, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 134217728, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 134217728, "Properties": { "SizeInBytes": 1, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8be89c70", "tid": 37280, "ts": 398113, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 398132, "pid": 5232, "args": { "value": 723 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 398167, "pid": 5232, "args": { "value": 4 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 398174, "pid": 5232, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 398180, "pid": 5232, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8be89c70", "tid": 37280, "ts": 398224, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 134217728, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 0, "ResourceHeap": { "id_ref": "0x24d8e249dd0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 134217728, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8be88550", "tid": 37280, "ts": 398313, "pid": 5232 }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 398426, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 1048576, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x24d8e249290", "tid": 37280, "ts": 399543, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x24d8e249290", "tid": 37280, "ts": 399587, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 4194304, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 4194304, "Properties": { "SizeInBytes": 2, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 399631, "pid": 5232, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 399638, "pid": 5232, "args": { "value": 35 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8be87510", "tid": 37280, "ts": 399720, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 399728, "pid": 5232, "args": { "value": 1283 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 399746, "pid": 5232, "args": { "value": 7 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 399753, "pid": 5232, "args": { "value": 67 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 399759, "pid": 5232, "args": { "value": 134 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8be87510", "tid": 37280, "ts": 399799, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 1048576, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8e249290" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 1048576, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8be88eb0", "tid": 37280, "ts": 399887, "pid": 5232 }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 400002, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 1048576, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 8, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x24d8e249320", "tid": 37280, "ts": 401281, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x24d8e249320", "tid": 37280, "ts": 401320, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 4194304, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 4194304, "Properties": { "SizeInBytes": 1, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 401363, "pid": 5232, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 401370, "pid": 5232, "args": { "value": 33 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8be8ab70", "tid": 37280, "ts": 401453, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 401460, "pid": 5232, "args": { "value": 1440 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 401480, "pid": 5232, "args": { "value": 10 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 401487, "pid": 5232, "args": { "value": 35 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 401494, "pid": 5232, "args": { "value": 268 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8be8ab70", "tid": 37280, "ts": 401534, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 1048576, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8e249320" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 1048576, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 401632, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 3 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 65536, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 1024, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x24d8e2482d0", "tid": 37280, "ts": 402740, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x24d8e2482d0", "tid": 37280, "ts": 402778, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 4194304, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 4194304, "Properties": { "SizeInBytes": 3, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 402819, "pid": 5232, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 402826, "pid": 5232, "args": { "value": 35 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8be8a5d0", "tid": 37280, "ts": 402908, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 402916, "pid": 5232, "args": { "value": 1265 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 402933, "pid": 5232, "args": { "value": 14 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 402940, "pid": 5232, "args": { "value": 36 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 402947, "pid": 5232, "args": { "value": 268 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8be8a5d0", "tid": 37280, "ts": 402998, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8e2482d0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 65536, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 403104, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 65536, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 8, "clearValue": { } } }, { "name": "GPU slabs allocated (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 403144, "pid": 5232, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 403151, "pid": 5232, "args": { "value": 31 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8be8afd0", "tid": 37280, "ts": 403246, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 403254, "pid": 5232, "args": { "value": 132 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 403271, "pid": 5232, "args": { "value": 14 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 403278, "pid": 5232, "args": { "value": 36 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 403284, "pid": 5232, "args": { "value": 268 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8be8afd0", "tid": 37280, "ts": 403326, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 65536, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x24d8e249170" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 65536, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8be8adf0", "tid": 37280, "ts": 403404, "pid": 5232 }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 37280, "ts": 403509, "pid": 5232, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 16777216, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 8, "clearValue": { } } }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x24d8bdf0c40", "tid": 37280, "ts": 403539, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x24d8bdf0b20", "tid": 37280, "ts": 404490, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x24d8bdf0b20", "tid": 37280, "ts": 404533, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 16777216, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 16777216, "Properties": { "SizeInBytes": 1, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x24d8be89810", "tid": 37280, "ts": 404652, "pid": 5232 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 37280, "ts": 404659, "pid": 5232, "args": { "value": 1132 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 404677, "pid": 5232, "args": { "value": 14 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 37280, "ts": 404684, "pid": 5232, "args": { "value": 38 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 37280, "ts": 404690, "pid": 5232, "args": { "value": 268 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x24d8be89810", "tid": 37280, "ts": 404730, "pid": 5232, "args": { "snapshot": { "SizeInBytes": 16777216, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 0, "ResourceHeap": { "id_ref": "0x24d8bdf0b20" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 16777216, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8be89c70", "tid": 37280, "ts": 404809, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8be89810", "tid": 37280, "ts": 404908, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8be8afd0", "tid": 37280, "ts": 405030, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8be8ab70", "tid": 37280, "ts": 405163, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8be8a5d0", "tid": 37280, "ts": 405290, "pid": 5232 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x24d8be87510", "tid": 37280, "ts": 405455, "pid": 5232 }, { "name": "ResourceAllocator", "cat": "default", "ph": "D", "id": "0x24d8be6b960", "tid": 37280, "ts": 405527, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d89b30788", "tid": 37280, "ts": 405588, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x24d8e2482d0", "tid": 37280, "ts": 405605, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d89ba56f0", "tid": 37280, "ts": 405824, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d89b32168", "tid": 37280, "ts": 405884, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x24d8e249290", "tid": 37280, "ts": 405926, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d89ba59c0", "tid": 37280, "ts": 406141, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d89b31aa8", "tid": 37280, "ts": 406187, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x24d8e249320", "tid": 37280, "ts": 406203, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x24d8e249170", "tid": 37280, "ts": 406378, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d89ba4730", "tid": 37280, "ts": 406547, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d8b5b19b8", "tid": 37280, "ts": 406590, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d89b300e0", "tid": 37280, "ts": 406611, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d8b5b1f58", "tid": 37280, "ts": 406639, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d89b30290", "tid": 37280, "ts": 406659, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d8b5b10b8", "tid": 37280, "ts": 406699, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d89b2fa20", "tid": 37280, "ts": 406707, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d8b5b0458", "tid": 37280, "ts": 406762, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d8e248ea0", "tid": 37280, "ts": 406783, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d8e258e78", "tid": 37280, "ts": 406813, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d8e249b90", "tid": 37280, "ts": 406821, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x24d8e2498c0", "tid": 37280, "ts": 406842, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d8e249f80", "tid": 37280, "ts": 407047, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x24d8bdf0b20", "tid": 37280, "ts": 407064, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d8bdf0c40", "tid": 37280, "ts": 407215, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x24d8e249dd0", "tid": 37280, "ts": 407228, "pid": 5232 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x24d8e248bd0", "tid": 37280, "ts": 411025, "pid": 5232 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x24d8e249e60", "tid": 37280, "ts": 412871, "pid": 5232 } ] } \ No newline at end of file +{ "traceEvents": [ { "name": "thread_name", "cat": "__metadata", "ph": "M", "tid": 41060, "ts": 399868, "pid": 41616, "args": { "name": "GPGMM_MainThread" } }, { "name": "ResourceAllocator", "cat": "default", "ph": "N", "id": "0x1c8e57965b0", "tid": 41060, "ts": 399889, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e5791f80", "tid": 41060, "ts": 399947, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e5792fd0", "tid": 41060, "ts": 401005, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e5792760", "tid": 41060, "ts": 401169, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e57920a0", "tid": 41060, "ts": 401334, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e5792c70", "tid": 41060, "ts": 401499, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e5792490", "tid": 41060, "ts": 401698, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e57934e0", "tid": 41060, "ts": 402789, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e57930f0", "tid": 41060, "ts": 402960, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e5791b00", "tid": 41060, "ts": 403148, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e5792910", "tid": 41060, "ts": 403356, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e5792e20", "tid": 41060, "ts": 403539, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e57933c0", "tid": 41060, "ts": 404663, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e5791b90", "tid": 41060, "ts": 404990, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fbd130", "tid": 41060, "ts": 405185, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fbd5b0", "tid": 41060, "ts": 405358, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fbd490", "tid": 41060, "ts": 405543, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fbd6d0", "tid": 41060, "ts": 406734, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fbd520", "tid": 41060, "ts": 406922, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fbc710", "tid": 41060, "ts": 407090, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fbc3b0", "tid": 41060, "ts": 407281, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fbc950", "tid": 41060, "ts": 407528, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fbc200", "tid": 41060, "ts": 408567, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fbdac0", "tid": 41060, "ts": 408743, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fbc830", "tid": 41060, "ts": 408916, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fbdbe0", "tid": 41060, "ts": 409078, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fbc9e0", "tid": 41060, "ts": 409256, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fbd370", "tid": 41060, "ts": 410281, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fbccb0", "tid": 41060, "ts": 410504, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fbc680", "tid": 41060, "ts": 410684, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fbcd40", "tid": 41060, "ts": 410864, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9fbcef0", "tid": 41060, "ts": 411040, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9d23480", "tid": 41060, "ts": 412069, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9d21620", "tid": 41060, "ts": 412233, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9d22940", "tid": 41060, "ts": 412416, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9d23000", "tid": 41060, "ts": 412582, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9d22c10", "tid": 41060, "ts": 412756, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9d22820", "tid": 41060, "ts": 413843, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9d22e50", "tid": 41060, "ts": 414007, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9d225e0", "tid": 41060, "ts": 414167, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9d21e00", "tid": 41060, "ts": 414340, "pid": 41616 }, { "name": "ResourceAllocator", "cat": "default", "ph": "O", "id": "0x1c8e57965b0", "tid": 41060, "ts": 414513, "pid": 41616, "args": { "snapshot": { "Flags": 4, "RecordOptions": { "Flags": 3, "MinMessageLevel": 0 }, "IsUMA": 1, "ResourceHeapTier": 2, "PreferredResourceHeapSize": 4194304, "MaxResourceHeapSize": 34359738368, "MaxVideoMemoryBudget": 0.000000, "TotalResourceBudgetLimit": 0, "EvictLimit": 0, "MemoryFragmentationLimit": 0.125000 } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 414598, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 134217728, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9d217d0", "tid": 41060, "ts": 414644, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x1c8e9d221f0", "tid": 41060, "ts": 415068, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x1c8e9d221f0", "tid": 41060, "ts": 415108, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 134217728, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 134217728, "Properties": { "SizeInBytes": 2, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 415146, "pid": 41616, "args": { "value": 134 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 415153, "pid": 41616, "args": { "value": 37 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9d11290", "tid": 41060, "ts": 415240, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 415247, "pid": 41616, "args": { "value": 630 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 415275, "pid": 41616, "args": { "value": 0 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 415282, "pid": 41616, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 415289, "pid": 41616, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9d11290", "tid": 41060, "ts": 415335, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 134217728, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9d221f0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 134217728, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 415429, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 134217728, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 8, "clearValue": { } } }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9d22a60", "tid": 41060, "ts": 415482, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x1c8e9d23360", "tid": 41060, "ts": 415835, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x1c8e9d23360", "tid": 41060, "ts": 415873, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 134217728, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 134217728, "Properties": { "SizeInBytes": 1, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 415907, "pid": 41616, "args": { "value": 134 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 415914, "pid": 41616, "args": { "value": 37 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9d122d0", "tid": 41060, "ts": 415996, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 416003, "pid": 41616, "args": { "value": 556 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 416021, "pid": 41616, "args": { "value": 0 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 416028, "pid": 41616, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 416035, "pid": 41616, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9d122d0", "tid": 41060, "ts": 416080, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 134217728, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9d23360" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 134217728, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 416171, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 65536, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 8, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x1c8e9d21a10", "tid": 41060, "ts": 416561, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x1c8e9d21a10", "tid": 41060, "ts": 416598, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 4194304, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 4194304, "Properties": { "SizeInBytes": 1, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 416632, "pid": 41616, "args": { "value": 138 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 416639, "pid": 41616, "args": { "value": 36 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9d11330", "tid": 41060, "ts": 416727, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 416734, "pid": 41616, "args": { "value": 545 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 416752, "pid": 41616, "args": { "value": 4 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 416759, "pid": 41616, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 416766, "pid": 41616, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9d11330", "tid": 41060, "ts": 416807, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9d21a10" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 65536, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 416904, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 134217728, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 8, "clearValue": { } } }, { "name": "MemoryPool", "cat": "default", "ph": "N", "id": "0x1c8e9d21f20", "tid": 41060, "ts": 416942, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x1c8e9d21fb0", "tid": 41060, "ts": 417422, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x1c8e9d21fb0", "tid": 41060, "ts": 417460, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 268435456, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 268435456, "Properties": { "SizeInBytes": 1, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 417494, "pid": 41616, "args": { "value": 406 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 417500, "pid": 41616, "args": { "value": 35 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9d12730", "tid": 41060, "ts": 417581, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 417588, "pid": 41616, "args": { "value": 666 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 417607, "pid": 41616, "args": { "value": 138 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 417614, "pid": 41616, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 417620, "pid": 41616, "args": { "value": 0 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9d12730", "tid": 41060, "ts": 417662, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 134217728, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9d21fb0" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 134217728, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9d11290", "tid": 41060, "ts": 417758, "pid": 41616 }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 417878, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 2 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 1048576, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 2755, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x1c8e9d22790", "tid": 41060, "ts": 418265, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x1c8e9d22790", "tid": 41060, "ts": 418302, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 4194304, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 4194304, "Properties": { "SizeInBytes": 2, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 418336, "pid": 41616, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 418342, "pid": 41616, "args": { "value": 35 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9d116f0", "tid": 41060, "ts": 418423, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 418430, "pid": 41616, "args": { "value": 534 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 418448, "pid": 41616, "args": { "value": 141 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 418455, "pid": 41616, "args": { "value": 75 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 418462, "pid": 41616, "args": { "value": 134 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9d116f0", "tid": 41060, "ts": 418501, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 1048576, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9d22790" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 1048576, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9d122d0", "tid": 41060, "ts": 418601, "pid": 41616 }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 418726, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 1048576, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 8, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x1c8e9d41b90", "tid": 41060, "ts": 420084, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x1c8e9d41b90", "tid": 41060, "ts": 420131, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 4194304, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 4194304, "Properties": { "SizeInBytes": 1, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 420171, "pid": 41616, "args": { "value": 276 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 420178, "pid": 41616, "args": { "value": 33 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9d122d0", "tid": 41060, "ts": 420270, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 420278, "pid": 41616, "args": { "value": 1527 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 420306, "pid": 41616, "args": { "value": 144 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 420313, "pid": 41616, "args": { "value": 51 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 420320, "pid": 41616, "args": { "value": 268 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9d122d0", "tid": 41060, "ts": 420362, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 1048576, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9d41b90" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 1048576, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 420466, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 3 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 65536, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 }, "initialResourceState": 1024, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x1c8e9d42130", "tid": 41060, "ts": 420937, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x1c8e9d42130", "tid": 41060, "ts": 420975, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 4194304, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 4194304, "Properties": { "SizeInBytes": 3, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 421010, "pid": 41616, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 421016, "pid": 41616, "args": { "value": 34 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9d13270", "tid": 41060, "ts": 421098, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 421106, "pid": 41616, "args": { "value": 621 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 421125, "pid": 41616, "args": { "value": 148 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 421132, "pid": 41616, "args": { "value": 51 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 421138, "pid": 41616, "args": { "value": 268 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9d13270", "tid": 41060, "ts": 421178, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9d42130" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 65536, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 0 } } } }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 421270, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 65536, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 8, "clearValue": { } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 421310, "pid": 41616, "args": { "value": 276 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 421316, "pid": 41616, "args": { "value": 32 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9d11290", "tid": 41060, "ts": 421411, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 421418, "pid": 41616, "args": { "value": 129 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 421436, "pid": 41616, "args": { "value": 148 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 421443, "pid": 41616, "args": { "value": 51 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 421450, "pid": 41616, "args": { "value": 268 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9d11290", "tid": 41060, "ts": 421491, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 65536, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9d21a10" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 65536, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9d11330", "tid": 41060, "ts": 421566, "pid": 41616 }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 41060, "ts": 421671, "pid": 41616, "args": { "allocationDescriptor": { "Flags": 0, "HeapType": 1 }, "resourceDescriptor": { "Dimension": 1, "Alignment": 0, "Width": 16777216, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 }, "initialResourceState": 8, "clearValue": { } } }, { "name": "Heap", "cat": "default", "ph": "N", "id": "0x1c8e9d41d40", "tid": 41060, "ts": 426162, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "O", "id": "0x1c8e9d41d40", "tid": 41060, "ts": 426210, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 16777216, "IsResident": 0, "MemorySegmentGroup": 0, "SubAllocatedRefs": 0, "Heap": { "SizeInBytes": 16777216, "Properties": { "SizeInBytes": 1, "CPUPageProperty": 0, "MemoryPoolPreference": 0, "CreationNodeMask": 1, "VisibleNodeMask": 1 }, "Alignment": 4194304, "Flags": 0 } } } }, { "name": "GPU slab memory used (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 426251, "pid": 41616, "args": { "value": 293 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 426258, "pid": 41616, "args": { "value": 30 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "N", "id": "0x1c8e9d11330", "tid": 41060, "ts": 426350, "pid": 41616 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 41060, "ts": 426358, "pid": 41616, "args": { "value": 4669 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 426389, "pid": 41616, "args": { "value": 148 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 41060, "ts": 426397, "pid": 41616, "args": { "value": 52 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 41060, "ts": 426404, "pid": 41616, "args": { "value": 268 } }, { "name": "ResourceAllocation", "cat": "default", "ph": "O", "id": "0x1c8e9d11330", "tid": 41060, "ts": 426447, "pid": 41616, "args": { "snapshot": { "SizeInBytes": 16777216, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1c8e9d41d40" }, "Resource": { "Dimension": 1, "Alignment": 65536, "Width": 16777216, "Height": 1, "DepthOrArraySize": 1, "MipLevels": 1, "Format": 0, "Layout": 1, "SampleDesc": { "Count": 1, "Quality": 0 }, "Flags": 4 } } } }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9d12730", "tid": 41060, "ts": 426557, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9d11330", "tid": 41060, "ts": 426682, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9d11290", "tid": 41060, "ts": 426791, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9d122d0", "tid": 41060, "ts": 426897, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9d13270", "tid": 41060, "ts": 427005, "pid": 41616 }, { "name": "ResourceAllocation", "cat": "default", "ph": "D", "id": "0x1c8e9d116f0", "tid": 41060, "ts": 427113, "pid": 41616 }, { "name": "ResourceAllocator", "cat": "default", "ph": "D", "id": "0x1c8e57965b0", "tid": 41060, "ts": 427186, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x1c8e9d42130", "tid": 41060, "ts": 427259, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e5791f80", "tid": 41060, "ts": 427462, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e5792fd0", "tid": 41060, "ts": 427468, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e5792760", "tid": 41060, "ts": 427474, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e57920a0", "tid": 41060, "ts": 427480, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e5792c70", "tid": 41060, "ts": 427485, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x1c8e9d22790", "tid": 41060, "ts": 427531, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e5792490", "tid": 41060, "ts": 427725, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e57934e0", "tid": 41060, "ts": 427731, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e57930f0", "tid": 41060, "ts": 427737, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e5791b00", "tid": 41060, "ts": 427742, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e5792910", "tid": 41060, "ts": 427748, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x1c8e9d221f0", "tid": 41060, "ts": 427760, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9d217d0", "tid": 41060, "ts": 427955, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x1c8e9d41b90", "tid": 41060, "ts": 428001, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x1c8e9d21a10", "tid": 41060, "ts": 428197, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e5792e20", "tid": 41060, "ts": 428386, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e57933c0", "tid": 41060, "ts": 428393, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x1c8e9d41d40", "tid": 41060, "ts": 428405, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e5791b90", "tid": 41060, "ts": 428594, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fbd130", "tid": 41060, "ts": 428601, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fbd5b0", "tid": 41060, "ts": 428607, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x1c8e9d23360", "tid": 41060, "ts": 428619, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9d22a60", "tid": 41060, "ts": 432235, "pid": 41616 }, { "name": "Heap", "cat": "default", "ph": "D", "id": "0x1c8e9d21fb0", "tid": 41060, "ts": 432248, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9d21f20", "tid": 41060, "ts": 437108, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fbd490", "tid": 41060, "ts": 437159, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fbd6d0", "tid": 41060, "ts": 437165, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fbd520", "tid": 41060, "ts": 437171, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fbc710", "tid": 41060, "ts": 437177, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fbc3b0", "tid": 41060, "ts": 437182, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fbc950", "tid": 41060, "ts": 437243, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fbc200", "tid": 41060, "ts": 437250, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fbdac0", "tid": 41060, "ts": 437271, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fbc830", "tid": 41060, "ts": 437276, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fbdbe0", "tid": 41060, "ts": 437282, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fbc9e0", "tid": 41060, "ts": 437366, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fbd370", "tid": 41060, "ts": 437372, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fbccb0", "tid": 41060, "ts": 437378, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fbc680", "tid": 41060, "ts": 437383, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fbcd40", "tid": 41060, "ts": 437389, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9fbcef0", "tid": 41060, "ts": 437429, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9d23480", "tid": 41060, "ts": 437436, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9d21620", "tid": 41060, "ts": 437442, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9d22940", "tid": 41060, "ts": 437447, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9d23000", "tid": 41060, "ts": 437453, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9d22c10", "tid": 41060, "ts": 437489, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9d22820", "tid": 41060, "ts": 437495, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9d22e50", "tid": 41060, "ts": 437501, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9d225e0", "tid": 41060, "ts": 437507, "pid": 41616 }, { "name": "MemoryPool", "cat": "default", "ph": "D", "id": "0x1c8e9d21e00", "tid": 41060, "ts": 437512, "pid": 41616 } ] } \ No newline at end of file