From 91352d8c250097ec2a5f935e357a922e46c1e7e7 Mon Sep 17 00:00:00 2001 From: Bryan Bernhart Date: Mon, 2 May 2022 13:37:09 -0700 Subject: [PATCH] Rename D3D12 backend types. Renames the typename to match the class name. --- src/gpgmm/d3d12/HeapD3D12.cpp | 2 +- src/gpgmm/d3d12/ResourceAllocationD3D12.cpp | 2 +- src/gpgmm/d3d12/ResourceAllocatorD3D12.cpp | 2 +- src/tests/capture_replay_tests/D3D12EventTraceReplay.cpp | 6 +++--- .../dawn_end2end_queuewritebuffertests_manywritebuffer.json | 2 +- .../traces/directml_samples_directmlxsuperresolution.json | 2 +- .../webnn_end2end_mobilenetv2nchwtests_nchwtest0.json | 2 +- .../capture_replay_tests/traces/webnn_mobilenetv2_nchw.json | 2 +- .../capture_replay_tests/traces/webnn_resnet50v2_nchw.json | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/src/gpgmm/d3d12/HeapD3D12.cpp b/src/gpgmm/d3d12/HeapD3D12.cpp index 02b75adf3..50e289d26 100644 --- a/src/gpgmm/d3d12/HeapD3D12.cpp +++ b/src/gpgmm/d3d12/HeapD3D12.cpp @@ -46,7 +46,7 @@ namespace gpgmm { namespace d3d12 { } const char* Heap::GetTypename() const { - return "GPUMemoryBlock"; + return "Heap"; } ComPtr Heap::GetPageable() const { diff --git a/src/gpgmm/d3d12/ResourceAllocationD3D12.cpp b/src/gpgmm/d3d12/ResourceAllocationD3D12.cpp index daf185edd..1f42d1bac 100644 --- a/src/gpgmm/d3d12/ResourceAllocationD3D12.cpp +++ b/src/gpgmm/d3d12/ResourceAllocationD3D12.cpp @@ -164,7 +164,7 @@ namespace gpgmm { namespace d3d12 { } const char* ResourceAllocation::GetTypename() const { - return "GPUMemoryAllocation"; + return "ResourceAllocation"; } Heap* ResourceAllocation::GetMemory() const { diff --git a/src/gpgmm/d3d12/ResourceAllocatorD3D12.cpp b/src/gpgmm/d3d12/ResourceAllocatorD3D12.cpp index 1137d972f..98ffc7aa9 100644 --- a/src/gpgmm/d3d12/ResourceAllocatorD3D12.cpp +++ b/src/gpgmm/d3d12/ResourceAllocatorD3D12.cpp @@ -588,7 +588,7 @@ namespace gpgmm { namespace d3d12 { } const char* ResourceAllocator::GetTypename() const { - return "GPUMemoryAllocator"; + return "ResourceAllocator"; } void ResourceAllocator::Trim() { diff --git a/src/tests/capture_replay_tests/D3D12EventTraceReplay.cpp b/src/tests/capture_replay_tests/D3D12EventTraceReplay.cpp index b62878123..4d6ef09eb 100644 --- a/src/tests/capture_replay_tests/D3D12EventTraceReplay.cpp +++ b/src/tests/capture_replay_tests/D3D12EventTraceReplay.cpp @@ -204,7 +204,7 @@ class D3D12EventTraceReplay : public D3D12TestBase, public CaptureReplayTestWith default: break; } - } else if (event["name"].asString() == "GPUMemoryAllocation") { + } else if (event["name"].asString() == "ResourceAllocation") { switch (*event["ph"].asCString()) { case TRACE_EVENT_PHASE_SNAPSHOT_OBJECT: { const std::string& allocationID = event["id"].asString(); @@ -284,7 +284,7 @@ class D3D12EventTraceReplay : public D3D12TestBase, public CaptureReplayTestWith default: break; } - } else if (event["name"].asString() == "GPUMemoryAllocator") { + } else if (event["name"].asString() == "ResourceAllocator") { switch (*event["ph"].asCString()) { case TRACE_EVENT_PHASE_SNAPSHOT_OBJECT: { const std::string& allocatorID = event["id"].asString(); @@ -393,7 +393,7 @@ class D3D12EventTraceReplay : public D3D12TestBase, public CaptureReplayTestWith default: break; } - } else if (event["name"].asString() == "GPUMemoryBlock") { + } else if (event["name"].asString() == "Heap") { switch (*event["ph"].asCString()) { case TRACE_EVENT_PHASE_SNAPSHOT_OBJECT: { const std::string& heapID = event["id"].asString(); 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 fbd2f2893..dfe0e8712 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": 7996, "ts": 1299799, "pid": 31040, "args": { "name": "GPGMM_MainThread" } }, { "name": "GPUMemoryAllocator", "cat": "default", "ph": "N", "id": "0x1d174a26140", "tid": 7996, "ts": 1299822, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d1703f5d98", "tid": 7996, "ts": 1299837, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d17040aca0", "tid": 7996, "ts": 1299892, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d1703f5eb8", "tid": 7996, "ts": 1301125, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d17040a040", "tid": 7996, "ts": 1301168, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d17041d688", "tid": 7996, "ts": 1302380, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d170409980", "tid": 7996, "ts": 1302422, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d17041ee28", "tid": 7996, "ts": 1303713, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d1704032d0", "tid": 7996, "ts": 1303779, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d17041dd48", "tid": 7996, "ts": 1305135, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d170403480", "tid": 7996, "ts": 1305190, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d1750e2418", "tid": 7996, "ts": 1306483, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d1704036c0", "tid": 7996, "ts": 1306527, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d1750e2778", "tid": 7996, "ts": 1307753, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d1750e7d20", "tid": 7996, "ts": 1307795, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d1750e3858", "tid": 7996, "ts": 1309017, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d1750e88f0", "tid": 7996, "ts": 1309060, "pid": 31040 }, { "name": "GPUMemoryAllocator", "cat": "default", "ph": "O", "id": "0x1d174a26140", "tid": 7996, "ts": 1310290, "pid": 31040, "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": 7996, "ts": 1310353, "pid": 31040, "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": "GPUMemoryBlock", "cat": "default", "ph": "N", "id": "0x1d1750e8e90", "tid": 7996, "ts": 1312049, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "O", "id": "0x1d1750e8e90", "tid": 7996, "ts": 1312114, "pid": 31040, "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": 7996, "ts": 1312200, "pid": 31040, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1312207, "pid": 31040, "args": { "value": 40 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d175201c00", "tid": 7996, "ts": 1312321, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1312329, "pid": 31040, "args": { "value": 1958 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1312359, "pid": 31040, "args": { "value": 0 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1312365, "pid": 31040, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1312371, "pid": 31040, "args": { "value": 0 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d175201c00", "tid": 7996, "ts": 1312431, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 4063232, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d1750e8e90" }, "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": 7996, "ts": 1312544, "pid": 31040, "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": "GPUMemoryBlock", "cat": "default", "ph": "N", "id": "0x1d1750e87d0", "tid": 7996, "ts": 1313803, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "O", "id": "0x1d1750e87d0", "tid": 7996, "ts": 1313843, "pid": 31040, "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": 7996, "ts": 1313882, "pid": 31040, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1313888, "pid": 31040, "args": { "value": 35 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d175202100", "tid": 7996, "ts": 1313978, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1313986, "pid": 31040, "args": { "value": 1422 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1314014, "pid": 31040, "args": { "value": 0 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1314020, "pid": 31040, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1314025, "pid": 31040, "args": { "value": 0 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d175202100", "tid": 7996, "ts": 1314071, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 4194304, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d1750e87d0" }, "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": 7996, "ts": 1314182, "pid": 31040, "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": "GPUMemoryBlock", "cat": "default", "ph": "N", "id": "0x1d1750e8f20", "tid": 7996, "ts": 1315315, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "O", "id": "0x1d1750e8f20", "tid": 7996, "ts": 1315354, "pid": 31040, "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": 7996, "ts": 1315392, "pid": 31040, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1315398, "pid": 31040, "args": { "value": 33 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d175202ec0", "tid": 7996, "ts": 1315486, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1315493, "pid": 31040, "args": { "value": 1292 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1315519, "pid": 31040, "args": { "value": 0 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1315524, "pid": 31040, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1315530, "pid": 31040, "args": { "value": 0 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d175202ec0", "tid": 7996, "ts": 1315574, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 4194304, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d1750e8f20" }, "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": 7996, "ts": 1315696, "pid": 31040, "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": "GPUMemoryBlock", "cat": "default", "ph": "N", "id": "0x1d1750e8470", "tid": 7996, "ts": 1316885, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "O", "id": "0x1d1750e8470", "tid": 7996, "ts": 1316923, "pid": 31040, "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": 7996, "ts": 1316960, "pid": 31040, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1316966, "pid": 31040, "args": { "value": 35 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d1752021a0", "tid": 7996, "ts": 1317043, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1317050, "pid": 31040, "args": { "value": 1336 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1317074, "pid": 31040, "args": { "value": 4 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1317080, "pid": 31040, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1317085, "pid": 31040, "args": { "value": 0 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d1752021a0", "tid": 7996, "ts": 1317126, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 262144, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d1750e8470" }, "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": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d175201c00", "tid": 7996, "ts": 1317241, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d1752021a0", "tid": 7996, "ts": 1317374, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d175202100", "tid": 7996, "ts": 1317484, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d175202ec0", "tid": 7996, "ts": 1317607, "pid": 31040 }, { "name": "GPUMemoryAllocator", "cat": "default", "ph": "D", "id": "0x1d174a26140", "tid": 7996, "ts": 1317684, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d1703f5d98", "tid": 7996, "ts": 1317731, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "D", "id": "0x1d1750e8470", "tid": 7996, "ts": 1317745, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d17040aca0", "tid": 7996, "ts": 1317912, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d1703f5eb8", "tid": 7996, "ts": 1317940, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "D", "id": "0x1d1750e8f20", "tid": 7996, "ts": 1317953, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "D", "id": "0x1d1750e87d0", "tid": 7996, "ts": 1318081, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d17040a040", "tid": 7996, "ts": 1318203, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d17041d688", "tid": 7996, "ts": 1318232, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "D", "id": "0x1d1750e8e90", "tid": 7996, "ts": 1318244, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d170409980", "tid": 7996, "ts": 1318394, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d17041ee28", "tid": 7996, "ts": 1318422, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d1704032d0", "tid": 7996, "ts": 1318430, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d17041dd48", "tid": 7996, "ts": 1318455, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d170403480", "tid": 7996, "ts": 1318461, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d1750e2418", "tid": 7996, "ts": 1318487, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d1704036c0", "tid": 7996, "ts": 1318493, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d1750e2778", "tid": 7996, "ts": 1318517, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d1750e7d20", "tid": 7996, "ts": 1318524, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d1750e3858", "tid": 7996, "ts": 1318548, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d1750e88f0", "tid": 7996, "ts": 1318555, "pid": 31040 } ] } \ No newline at end of file +{ "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 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 16fb17917..2a3f6e99a 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": 7996, "ts": 1392205, "pid": 31040, "args": { "name": "GPGMM_MainThread" } }, { "name": "GPUMemoryAllocator", "cat": "default", "ph": "N", "id": "0x1d1703f6180", "tid": 7996, "ts": 1392259, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d1749e0d98", "tid": 7996, "ts": 1392276, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d17040a310", "tid": 7996, "ts": 1392335, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d174be03e8", "tid": 7996, "ts": 1393618, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d17040b480", "tid": 7996, "ts": 1393665, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d174be0088", "tid": 7996, "ts": 1394880, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d170409e00", "tid": 7996, "ts": 1394921, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d174be1a68", "tid": 7996, "ts": 1396167, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d170403750", "tid": 7996, "ts": 1396212, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d174bdfe48", "tid": 7996, "ts": 1397442, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d170403990", "tid": 7996, "ts": 1397484, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d174ac1058", "tid": 7996, "ts": 1398676, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d170403120", "tid": 7996, "ts": 1398717, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d174ac0ab8", "tid": 7996, "ts": 1399891, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d174ac7a80", "tid": 7996, "ts": 1399935, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d174ac1178", "tid": 7996, "ts": 1401107, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d174ac6250", "tid": 7996, "ts": 1401147, "pid": 31040 }, { "name": "GPUMemoryAllocator", "cat": "default", "ph": "O", "id": "0x1d1703f6180", "tid": 7996, "ts": 1402351, "pid": 31040, "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": 7996, "ts": 1402406, "pid": 31040, "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": "GPUMemoryBlock", "cat": "default", "ph": "N", "id": "0x1d174ac6d90", "tid": 7996, "ts": 1402855, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "O", "id": "0x1d174ac6d90", "tid": 7996, "ts": 1402892, "pid": 31040, "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": 7996, "ts": 1402931, "pid": 31040, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1402936, "pid": 31040, "args": { "value": 35 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d174e37e70", "tid": 7996, "ts": 1403015, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1403022, "pid": 31040, "args": { "value": 600 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1403039, "pid": 31040, "args": { "value": 4 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1403045, "pid": 31040, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1403050, "pid": 31040, "args": { "value": 0 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d174e37e70", "tid": 7996, "ts": 1403093, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d174ac6d90" }, "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": 7996, "ts": 1403190, "pid": 31040, "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": 7996, "ts": 1403225, "pid": 31040, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1403233, "pid": 31040, "args": { "value": 33 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d174e37010", "tid": 7996, "ts": 1403310, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1403317, "pid": 31040, "args": { "value": 109 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1403333, "pid": 31040, "args": { "value": 4 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1403339, "pid": 31040, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1403344, "pid": 31040, "args": { "value": 0 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d174e37010", "tid": 7996, "ts": 1403383, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 65536, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d174ac6d90" }, "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": 7996, "ts": 1403464, "pid": 31040, "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": 7996, "ts": 1403497, "pid": 31040, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1403503, "pid": 31040, "args": { "value": 31 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d174e370b0", "tid": 7996, "ts": 1403577, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1403584, "pid": 31040, "args": { "value": 104 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1403600, "pid": 31040, "args": { "value": 3 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1403606, "pid": 31040, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1403611, "pid": 31040, "args": { "value": 0 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d174e370b0", "tid": 7996, "ts": 1403655, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 131072, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d174ac6d90" }, "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": 7996, "ts": 1403784, "pid": 31040, "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": "0x1d174ac7d50", "tid": 7996, "ts": 1403842, "pid": 31040 }, { "name": "ResourceHeapAllocator.TryAllocateMemory", "cat": "default", "ph": "i", "tid": 7996, "ts": 1404319, "pid": 31040, "args": { "Description": "Resource heap size is larger then the requested size (8388608 vs 8323072 bytes).", "ID": 2 } }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "N", "id": "0x1d174ac6e20", "tid": 7996, "ts": 1405042, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "O", "id": "0x1d174ac6e20", "tid": 7996, "ts": 1405087, "pid": 31040, "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": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d174e37290", "tid": 7996, "ts": 1405273, "pid": 31040 }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 7996, "ts": 1405669, "pid": 31040, "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": 7996, "ts": 1405704, "pid": 31040, "args": { "value": 1898 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1405758, "pid": 31040, "args": { "value": 4 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1405769, "pid": 31040, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1405778, "pid": 31040, "args": { "value": 0 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d174e37290", "tid": 7996, "ts": 1405872, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 8388608, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 0, "ResourceHeap": { "id_ref": "0x1d174ac6e20" }, "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": 7996, "ts": 1406075, "pid": 31040, "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": "GPUMemoryBlock", "cat": "default", "ph": "N", "id": "0x1d174ac6b50", "tid": 7996, "ts": 1406640, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "O", "id": "0x1d174ac6b50", "tid": 7996, "ts": 1406689, "pid": 31040, "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": 7996, "ts": 1406728, "pid": 31040, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1406734, "pid": 31040, "args": { "value": 35 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d174e35f30", "tid": 7996, "ts": 1406816, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1406823, "pid": 31040, "args": { "value": 712 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1406848, "pid": 31040, "args": { "value": 8 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1406854, "pid": 31040, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1406859, "pid": 31040, "args": { "value": 0 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d174e35f30", "tid": 7996, "ts": 1406901, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d174ac6b50" }, "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": 7996, "ts": 1406998, "pid": 31040, "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": 7996, "ts": 1407035, "pid": 31040, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1407041, "pid": 31040, "args": { "value": 33 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d174e37150", "tid": 7996, "ts": 1407117, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1407124, "pid": 31040, "args": { "value": 107 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1407140, "pid": 31040, "args": { "value": 8 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1407146, "pid": 31040, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1407151, "pid": 31040, "args": { "value": 0 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d174e37150", "tid": 7996, "ts": 1407193, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 65536, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d174ac6b50" }, "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": 7996, "ts": 1407281, "pid": 31040, "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": 7996, "ts": 1407315, "pid": 31040, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1407320, "pid": 31040, "args": { "value": 30 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d174e373d0", "tid": 7996, "ts": 1407397, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1407404, "pid": 31040, "args": { "value": 106 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1407431, "pid": 31040, "args": { "value": 8 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1407437, "pid": 31040, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1407443, "pid": 31040, "args": { "value": 0 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d174e373d0", "tid": 7996, "ts": 1407505, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 196608, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d174ac6d90" }, "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": 7996, "ts": 1407600, "pid": 31040, "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": 7996, "ts": 1407636, "pid": 31040, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1407642, "pid": 31040, "args": { "value": 29 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d174e35e90", "tid": 7996, "ts": 1407721, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1407729, "pid": 31040, "args": { "value": 111 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1407746, "pid": 31040, "args": { "value": 7 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1407752, "pid": 31040, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1407758, "pid": 31040, "args": { "value": 0 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d174e35e90", "tid": 7996, "ts": 1407799, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 262144, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d174ac6d90" }, "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": 7996, "ts": 1407903, "pid": 31040, "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": 7996, "ts": 1407936, "pid": 31040, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1407942, "pid": 31040, "args": { "value": 31 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d174e36430", "tid": 7996, "ts": 1408027, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1408048, "pid": 31040, "args": { "value": 114 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1408080, "pid": 31040, "args": { "value": 7 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1408086, "pid": 31040, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1408106, "pid": 31040, "args": { "value": 0 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d174e36430", "tid": 7996, "ts": 1408187, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 131072, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d174ac6b50" }, "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": 7996, "ts": 1408284, "pid": 31040, "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": 7996, "ts": 1408317, "pid": 31040, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1408323, "pid": 31040, "args": { "value": 30 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d174e36cf0", "tid": 7996, "ts": 1408420, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1408427, "pid": 31040, "args": { "value": 127 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1408470, "pid": 31040, "args": { "value": 7 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1408476, "pid": 31040, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1408497, "pid": 31040, "args": { "value": 0 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d174e36cf0", "tid": 7996, "ts": 1408536, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 196608, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d174ac6b50" }, "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": 7996, "ts": 1408626, "pid": 31040, "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": 7996, "ts": 1408687, "pid": 31040, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1408693, "pid": 31040, "args": { "value": 28 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d174e367f0", "tid": 7996, "ts": 1408804, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1408811, "pid": 31040, "args": { "value": 153 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1408828, "pid": 31040, "args": { "value": 7 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1408845, "pid": 31040, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1408850, "pid": 31040, "args": { "value": 0 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d174e367f0", "tid": 7996, "ts": 1408919, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 327680, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d174ac6d90" }, "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": 7996, "ts": 1409022, "pid": 31040, "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": 7996, "ts": 1409056, "pid": 31040, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1409062, "pid": 31040, "args": { "value": 26 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d174e364d0", "tid": 7996, "ts": 1409176, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1409183, "pid": 31040, "args": { "value": 144 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1409210, "pid": 31040, "args": { "value": 7 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1409216, "pid": 31040, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1409221, "pid": 31040, "args": { "value": 0 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d174e364d0", "tid": 7996, "ts": 1409277, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 393216, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d174ac6d90" }, "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": 7996, "ts": 1409415, "pid": 31040, "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": "GPUMemoryBlock", "cat": "default", "ph": "N", "id": "0x1d174ac6910", "tid": 7996, "ts": 1410537, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "O", "id": "0x1d174ac6910", "tid": 7996, "ts": 1410576, "pid": 31040, "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": 7996, "ts": 1410615, "pid": 31040, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1410620, "pid": 31040, "args": { "value": 29 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d174e36890", "tid": 7996, "ts": 1410698, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1410705, "pid": 31040, "args": { "value": 1273 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1410722, "pid": 31040, "args": { "value": 11 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1410727, "pid": 31040, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1410733, "pid": 31040, "args": { "value": 0 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d174e36890", "tid": 7996, "ts": 1410773, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 131072, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d174ac6910" }, "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": 7996, "ts": 1410863, "pid": 31040, "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": 7996, "ts": 1410913, "pid": 31040, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1410934, "pid": 31040, "args": { "value": 28 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d174e35a30", "tid": 7996, "ts": 1411009, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1411015, "pid": 31040, "args": { "value": 136 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1411031, "pid": 31040, "args": { "value": 11 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1411037, "pid": 31040, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1411043, "pid": 31040, "args": { "value": 0 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d174e35a30", "tid": 7996, "ts": 1411082, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 262144, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d174ac6b50" }, "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": 7996, "ts": 1411160, "pid": 31040, "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": "GPUMemoryBlock", "cat": "default", "ph": "N", "id": "0x1d174ac6a30", "tid": 7996, "ts": 1412304, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "O", "id": "0x1d174ac6a30", "tid": 7996, "ts": 1412340, "pid": 31040, "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": 7996, "ts": 1412379, "pid": 31040, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1412385, "pid": 31040, "args": { "value": 25 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d174e369d0", "tid": 7996, "ts": 1412460, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1412467, "pid": 31040, "args": { "value": 1291 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1412484, "pid": 31040, "args": { "value": 15 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1412489, "pid": 31040, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1412495, "pid": 31040, "args": { "value": 0 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d174e369d0", "tid": 7996, "ts": 1412534, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 131072, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d174ac6a30" }, "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": 7996, "ts": 1412627, "pid": 31040, "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": 7996, "ts": 1412660, "pid": 31040, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1412666, "pid": 31040, "args": { "value": 25 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d174e36a70", "tid": 7996, "ts": 1412771, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1412777, "pid": 31040, "args": { "value": 134 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1412794, "pid": 31040, "args": { "value": 15 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1412799, "pid": 31040, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1412805, "pid": 31040, "args": { "value": 0 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d174e36a70", "tid": 7996, "ts": 1412874, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 458752, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d174ac6d90" }, "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": 7996, "ts": 1412952, "pid": 31040, "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": 7996, "ts": 1412985, "pid": 31040, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1412991, "pid": 31040, "args": { "value": 26 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d174e36390", "tid": 7996, "ts": 1413075, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1413082, "pid": 31040, "args": { "value": 114 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1413098, "pid": 31040, "args": { "value": 15 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1413104, "pid": 31040, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1413109, "pid": 31040, "args": { "value": 0 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d174e36390", "tid": 7996, "ts": 1413148, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 131072, "HeapOffset": 131072, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d174ac6910" }, "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": 7996, "ts": 1413227, "pid": 31040, "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": 7996, "ts": 1413260, "pid": 31040, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1413265, "pid": 31040, "args": { "value": 25 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d174e37fb0", "tid": 7996, "ts": 1413351, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1413358, "pid": 31040, "args": { "value": 115 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1413374, "pid": 31040, "args": { "value": 15 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1413379, "pid": 31040, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1413385, "pid": 31040, "args": { "value": 0 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d174e37fb0", "tid": 7996, "ts": 1413424, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 327680, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d174ac6b50" }, "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": 7996, "ts": 1413504, "pid": 31040, "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": 7996, "ts": 1413538, "pid": 31040, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1413543, "pid": 31040, "args": { "value": 24 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d174e378d0", "tid": 7996, "ts": 1413618, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1413625, "pid": 31040, "args": { "value": 104 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1413641, "pid": 31040, "args": { "value": 15 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1413647, "pid": 31040, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1413652, "pid": 31040, "args": { "value": 0 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d174e378d0", "tid": 7996, "ts": 1413691, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 131072, "HeapOffset": 131072, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d174ac6a30" }, "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": 7996, "ts": 1413770, "pid": 31040, "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": 7996, "ts": 1413803, "pid": 31040, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1413808, "pid": 31040, "args": { "value": 23 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d174e37a10", "tid": 7996, "ts": 1413882, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1413889, "pid": 31040, "args": { "value": 103 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1413905, "pid": 31040, "args": { "value": 15 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1413911, "pid": 31040, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1413916, "pid": 31040, "args": { "value": 0 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d174e37a10", "tid": 7996, "ts": 1413955, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 524288, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d174ac6d90" }, "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": 7996, "ts": 1414034, "pid": 31040, "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": 7996, "ts": 1414067, "pid": 31040, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1414072, "pid": 31040, "args": { "value": 25 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d174e37c90", "tid": 7996, "ts": 1414146, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1414153, "pid": 31040, "args": { "value": 103 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1414169, "pid": 31040, "args": { "value": 15 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1414175, "pid": 31040, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1414180, "pid": 31040, "args": { "value": 0 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d174e37c90", "tid": 7996, "ts": 1414219, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 393216, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d174ac6b50" }, "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": 7996, "ts": 1414297, "pid": 31040, "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": 7996, "ts": 1414332, "pid": 31040, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1414337, "pid": 31040, "args": { "value": 24 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d174e36610", "tid": 7996, "ts": 1414411, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1414418, "pid": 31040, "args": { "value": 104 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1414434, "pid": 31040, "args": { "value": 15 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1414440, "pid": 31040, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1414445, "pid": 31040, "args": { "value": 0 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d174e36610", "tid": 7996, "ts": 1414483, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 458752, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d174ac6b50" }, "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": 7996, "ts": 1414562, "pid": 31040, "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": 7996, "ts": 1414596, "pid": 31040, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1414601, "pid": 31040, "args": { "value": 22 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d174e36250", "tid": 7996, "ts": 1414675, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1414682, "pid": 31040, "args": { "value": 103 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1414698, "pid": 31040, "args": { "value": 15 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1414704, "pid": 31040, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1414709, "pid": 31040, "args": { "value": 0 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d174e36250", "tid": 7996, "ts": 1414748, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 589824, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d174ac6d90" }, "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": 7996, "ts": 1414834, "pid": 31040, "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": 7996, "ts": 1414868, "pid": 31040, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1414873, "pid": 31040, "args": { "value": 21 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d174e3a2b0", "tid": 7996, "ts": 1414948, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1414955, "pid": 31040, "args": { "value": 104 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1414971, "pid": 31040, "args": { "value": 15 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1414976, "pid": 31040, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1414982, "pid": 31040, "args": { "value": 0 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d174e3a2b0", "tid": 7996, "ts": 1415023, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 655360, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d174ac6d90" }, "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": 7996, "ts": 1415105, "pid": 31040, "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": 7996, "ts": 1415144, "pid": 31040, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1415150, "pid": 31040, "args": { "value": 23 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d174e38230", "tid": 7996, "ts": 1415224, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1415231, "pid": 31040, "args": { "value": 104 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1415247, "pid": 31040, "args": { "value": 15 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1415253, "pid": 31040, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1415258, "pid": 31040, "args": { "value": 0 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d174e38230", "tid": 7996, "ts": 1415298, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 524288, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d174ac6b50" }, "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": 7996, "ts": 1415377, "pid": 31040, "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": 7996, "ts": 1415411, "pid": 31040, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1415416, "pid": 31040, "args": { "value": 22 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d174e38b90", "tid": 7996, "ts": 1415491, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1415497, "pid": 31040, "args": { "value": 104 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1415513, "pid": 31040, "args": { "value": 14 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1415519, "pid": 31040, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1415525, "pid": 31040, "args": { "value": 0 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d174e38b90", "tid": 7996, "ts": 1415563, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 589824, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d174ac6b50" }, "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": 7996, "ts": 1415642, "pid": 31040, "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": 7996, "ts": 1415675, "pid": 31040, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1415681, "pid": 31040, "args": { "value": 21 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d174e3a350", "tid": 7996, "ts": 1415755, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1415762, "pid": 31040, "args": { "value": 103 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1415778, "pid": 31040, "args": { "value": 14 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1415783, "pid": 31040, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1415789, "pid": 31040, "args": { "value": 0 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d174e3a350", "tid": 7996, "ts": 1415827, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 720896, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d174ac6d90" }, "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": 7996, "ts": 1415906, "pid": 31040, "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": 7996, "ts": 1415939, "pid": 31040, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1415944, "pid": 31040, "args": { "value": 20 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d174e39bd0", "tid": 7996, "ts": 1416019, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1416025, "pid": 31040, "args": { "value": 104 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1416041, "pid": 31040, "args": { "value": 14 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1416047, "pid": 31040, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1416052, "pid": 31040, "args": { "value": 0 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d174e39bd0", "tid": 7996, "ts": 1416091, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 786432, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d174ac6d90" }, "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": 7996, "ts": 1416170, "pid": 31040, "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": 7996, "ts": 1416202, "pid": 31040, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1416208, "pid": 31040, "args": { "value": 21 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d174e3a3f0", "tid": 7996, "ts": 1416282, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1416289, "pid": 31040, "args": { "value": 103 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1416306, "pid": 31040, "args": { "value": 14 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1416312, "pid": 31040, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1416317, "pid": 31040, "args": { "value": 0 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d174e3a3f0", "tid": 7996, "ts": 1416356, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 655360, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d174ac6b50" }, "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": 7996, "ts": 1416435, "pid": 31040, "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": 7996, "ts": 1416468, "pid": 31040, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1416473, "pid": 31040, "args": { "value": 20 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d174e39d10", "tid": 7996, "ts": 1416547, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1416554, "pid": 31040, "args": { "value": 103 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1416570, "pid": 31040, "args": { "value": 14 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1416575, "pid": 31040, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1416581, "pid": 31040, "args": { "value": 0 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d174e39d10", "tid": 7996, "ts": 1416619, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 851968, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d174ac6d90" }, "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": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d174e373d0", "tid": 7996, "ts": 1416688, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d174e35e90", "tid": 7996, "ts": 1416783, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d174e367f0", "tid": 7996, "ts": 1416867, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d174e364d0", "tid": 7996, "ts": 1416950, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d174e369d0", "tid": 7996, "ts": 1417031, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d174e36a70", "tid": 7996, "ts": 1417113, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d174e378d0", "tid": 7996, "ts": 1417221, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d174e37a10", "tid": 7996, "ts": 1417305, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d174e36250", "tid": 7996, "ts": 1417386, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d174e3a2b0", "tid": 7996, "ts": 1417468, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d174e3a350", "tid": 7996, "ts": 1417549, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d174e39bd0", "tid": 7996, "ts": 1417630, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d174e39d10", "tid": 7996, "ts": 1417710, "pid": 31040 }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 7996, "ts": 1417807, "pid": 31040, "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": "GPUMemoryBlock", "cat": "default", "ph": "N", "id": "0x1d174aeead0", "tid": 7996, "ts": 1418882, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "O", "id": "0x1d174aeead0", "tid": 7996, "ts": 1418919, "pid": 31040, "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": 7996, "ts": 1418955, "pid": 31040, "args": { "value": 12 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1418960, "pid": 31040, "args": { "value": 24 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d174e39810", "tid": 7996, "ts": 1419036, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1419043, "pid": 31040, "args": { "value": 1220 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1419060, "pid": 31040, "args": { "value": 12 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1419065, "pid": 31040, "args": { "value": 85 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1419070, "pid": 31040, "args": { "value": 4 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d174e39810", "tid": 7996, "ts": 1419110, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 3145728, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d174aeead0" }, "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": 7996, "ts": 1419203, "pid": 31040, "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": "0x1d174aed210", "tid": 7996, "ts": 1419230, "pid": 31040 }, { "name": "ResourceHeapAllocator.TryAllocateMemory", "cat": "default", "ph": "i", "tid": 7996, "ts": 1419645, "pid": 31040, "args": { "Description": "Resource heap size is larger then the requested size (12582912 vs 12451840 bytes).", "ID": 2 } }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "N", "id": "0x1d174aeec80", "tid": 7996, "ts": 1423172, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "O", "id": "0x1d174aeec80", "tid": 7996, "ts": 1423225, "pid": 31040, "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": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d174e38d70", "tid": 7996, "ts": 1423337, "pid": 31040 }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 7996, "ts": 1423741, "pid": 31040, "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": 7996, "ts": 1423758, "pid": 31040, "args": { "value": 4537 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1423792, "pid": 31040, "args": { "value": 12 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1423799, "pid": 31040, "args": { "value": 90 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1423805, "pid": 31040, "args": { "value": 4 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d174e38d70", "tid": 7996, "ts": 1423863, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 12582912, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 0, "ResourceHeap": { "id_ref": "0x1d174aeec80" }, "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": 7996, "ts": 1424033, "pid": 31040, "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": "GPUMemoryBlock", "cat": "default", "ph": "N", "id": "0x1d174aee6e0", "tid": 7996, "ts": 1425538, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "O", "id": "0x1d174aee6e0", "tid": 7996, "ts": 1425609, "pid": 31040, "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": 7996, "ts": 1425677, "pid": 31040, "args": { "value": 16 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1425683, "pid": 31040, "args": { "value": 26 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d174e38910", "tid": 7996, "ts": 1425826, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1425834, "pid": 31040, "args": { "value": 1772 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1425877, "pid": 31040, "args": { "value": 16 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1425883, "pid": 31040, "args": { "value": 90 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1425889, "pid": 31040, "args": { "value": 4 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d174e38910", "tid": 7996, "ts": 1425935, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 327680, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d174aee6e0" }, "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": 7996, "ts": 1426055, "pid": 31040, "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": "0x1d174aedb10", "tid": 7996, "ts": 1426095, "pid": 31040 }, { "name": "ResourceHeapAllocator.TryAllocateMemory", "cat": "default", "ph": "i", "tid": 7996, "ts": 1426468, "pid": 31040, "args": { "Description": "Resource heap size is larger then the requested size (713031680 vs 709230592 bytes).", "ID": 2 } }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "N", "id": "0x1d174aee5c0", "tid": 7996, "ts": 1427750, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "O", "id": "0x1d174aee5c0", "tid": 7996, "ts": 1427792, "pid": 31040, "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": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d174e3a490", "tid": 7996, "ts": 1427940, "pid": 31040 }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 7996, "ts": 1428331, "pid": 31040, "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": 7996, "ts": 1428346, "pid": 31040, "args": { "value": 2262 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1428403, "pid": 31040, "args": { "value": 20 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1428409, "pid": 31040, "args": { "value": 99 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1428415, "pid": 31040, "args": { "value": 4 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d174e3a490", "tid": 7996, "ts": 1428463, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 713031680, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 0, "ResourceHeap": { "id_ref": "0x1d174aee5c0" }, "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": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d174e35f30", "tid": 7996, "ts": 1428571, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d174e37150", "tid": 7996, "ts": 1428695, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d174e36430", "tid": 7996, "ts": 1428826, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d174e36cf0", "tid": 7996, "ts": 1428940, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d174e36890", "tid": 7996, "ts": 1429025, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d174e35a30", "tid": 7996, "ts": 1429109, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d174e36390", "tid": 7996, "ts": 1429224, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d174e37fb0", "tid": 7996, "ts": 1429311, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d174e37c90", "tid": 7996, "ts": 1429395, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d174e36610", "tid": 7996, "ts": 1429479, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d174e38230", "tid": 7996, "ts": 1429561, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d174e38b90", "tid": 7996, "ts": 1429643, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d174e3a3f0", "tid": 7996, "ts": 1429817, "pid": 31040 }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 7996, "ts": 1429928, "pid": 31040, "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": 7996, "ts": 1429987, "pid": 31040, "args": { "value": 12 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1429992, "pid": 31040, "args": { "value": 18 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d174e398b0", "tid": 7996, "ts": 1430071, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1430078, "pid": 31040, "args": { "value": 133 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1430096, "pid": 31040, "args": { "value": 17 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1430102, "pid": 31040, "args": { "value": 98 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1430107, "pid": 31040, "args": { "value": 8 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d174e398b0", "tid": 7996, "ts": 1430147, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 655360, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d174ac6b50" }, "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": 7996, "ts": 1430230, "pid": 31040, "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": 7996, "ts": 1430263, "pid": 31040, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1430269, "pid": 31040, "args": { "value": 14 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d174e385f0", "tid": 7996, "ts": 1430349, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1430356, "pid": 31040, "args": { "value": 109 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1430372, "pid": 31040, "args": { "value": 16 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1430378, "pid": 31040, "args": { "value": 98 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1430383, "pid": 31040, "args": { "value": 8 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d174e385f0", "tid": 7996, "ts": 1430423, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 851968, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d174ac6d90" }, "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": 7996, "ts": 1430503, "pid": 31040, "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": 7996, "ts": 1430536, "pid": 31040, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1430542, "pid": 31040, "args": { "value": 14 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d174e39c70", "tid": 7996, "ts": 1430617, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1430623, "pid": 31040, "args": { "value": 104 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1430640, "pid": 31040, "args": { "value": 16 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1430645, "pid": 31040, "args": { "value": 98 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1430651, "pid": 31040, "args": { "value": 8 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d174e39c70", "tid": 7996, "ts": 1430690, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 786432, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d174ac6d90" }, "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": 7996, "ts": 1430770, "pid": 31040, "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": 7996, "ts": 1430803, "pid": 31040, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1430809, "pid": 31040, "args": { "value": 13 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d174e39ef0", "tid": 7996, "ts": 1430883, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1430890, "pid": 31040, "args": { "value": 103 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1430906, "pid": 31040, "args": { "value": 16 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1430912, "pid": 31040, "args": { "value": 98 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1430917, "pid": 31040, "args": { "value": 8 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d174e39ef0", "tid": 7996, "ts": 1430956, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 720896, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d174ac6d90" }, "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": 7996, "ts": 1431035, "pid": 31040, "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": 7996, "ts": 1431068, "pid": 31040, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1431073, "pid": 31040, "args": { "value": 13 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d174e39d10", "tid": 7996, "ts": 1431148, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1431155, "pid": 31040, "args": { "value": 104 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1431171, "pid": 31040, "args": { "value": 16 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1431176, "pid": 31040, "args": { "value": 98 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1431182, "pid": 31040, "args": { "value": 8 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d174e39d10", "tid": 7996, "ts": 1431221, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 655360, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d174ac6d90" }, "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": 7996, "ts": 1431303, "pid": 31040, "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": 7996, "ts": 1431338, "pid": 31040, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1431343, "pid": 31040, "args": { "value": 13 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d174e399f0", "tid": 7996, "ts": 1431417, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1431424, "pid": 31040, "args": { "value": 103 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1431440, "pid": 31040, "args": { "value": 16 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1431446, "pid": 31040, "args": { "value": 98 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1431451, "pid": 31040, "args": { "value": 8 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d174e399f0", "tid": 7996, "ts": 1431490, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 589824, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d174ac6d90" }, "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": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d174e385f0", "tid": 7996, "ts": 1431559, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d174e39c70", "tid": 7996, "ts": 1431644, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d174e39ef0", "tid": 7996, "ts": 1431726, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d174e39d10", "tid": 7996, "ts": 1431808, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d174e399f0", "tid": 7996, "ts": 1431889, "pid": 31040 }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 7996, "ts": 1431985, "pid": 31040, "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": 7996, "ts": 1432041, "pid": 31040, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1432046, "pid": 31040, "args": { "value": 11 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d174e38190", "tid": 7996, "ts": 1432131, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1432138, "pid": 31040, "args": { "value": 136 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1432155, "pid": 31040, "args": { "value": 21 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1432161, "pid": 31040, "args": { "value": 99 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1432166, "pid": 31040, "args": { "value": 4 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d174e38190", "tid": 7996, "ts": 1432207, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 131072, "HeapOffset": 131072, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d174ac6a30" }, "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": 7996, "ts": 1432292, "pid": 31040, "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": "GPUMemoryBlock", "cat": "default", "ph": "N", "id": "0x1d174aedde0", "tid": 7996, "ts": 1433405, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "O", "id": "0x1d174aedde0", "tid": 7996, "ts": 1433443, "pid": 31040, "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": 7996, "ts": 1433481, "pid": 31040, "args": { "value": 12 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1433486, "pid": 31040, "args": { "value": 11 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d174e39ef0", "tid": 7996, "ts": 1433564, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1433571, "pid": 31040, "args": { "value": 1256 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1433588, "pid": 31040, "args": { "value": 24 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1433594, "pid": 31040, "args": { "value": 99 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1433599, "pid": 31040, "args": { "value": 4 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d174e39ef0", "tid": 7996, "ts": 1433640, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 524288, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d174aedde0" }, "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": 7996, "ts": 1433740, "pid": 31040, "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": 7996, "ts": 1433775, "pid": 31040, "args": { "value": 12 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1433780, "pid": 31040, "args": { "value": 11 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d174e39f90", "tid": 7996, "ts": 1433857, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1433864, "pid": 31040, "args": { "value": 107 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1433881, "pid": 31040, "args": { "value": 24 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1433887, "pid": 31040, "args": { "value": 99 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1433893, "pid": 31040, "args": { "value": 4 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d174e39f90", "tid": 7996, "ts": 1433932, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 131072, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d174ac6a30" }, "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": 7996, "ts": 1434015, "pid": 31040, "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": 7996, "ts": 1434049, "pid": 31040, "args": { "value": 12 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1434055, "pid": 31040, "args": { "value": 11 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d174e38370", "tid": 7996, "ts": 1434131, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1434138, "pid": 31040, "args": { "value": 107 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1434155, "pid": 31040, "args": { "value": 24 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1434161, "pid": 31040, "args": { "value": 99 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1434166, "pid": 31040, "args": { "value": 4 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d174e38370", "tid": 7996, "ts": 1434206, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 524288, "HeapOffset": 524288, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d174aedde0" }, "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": 7996, "ts": 1434291, "pid": 31040, "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": 7996, "ts": 1434326, "pid": 31040, "args": { "value": 12 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1434331, "pid": 31040, "args": { "value": 11 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d174e3a7b0", "tid": 7996, "ts": 1434407, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1434414, "pid": 31040, "args": { "value": 107 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1434431, "pid": 31040, "args": { "value": 23 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1434437, "pid": 31040, "args": { "value": 99 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1434442, "pid": 31040, "args": { "value": 4 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d174e3a7b0", "tid": 7996, "ts": 1434482, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 131072, "HeapOffset": 262144, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d174ac6a30" }, "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": 7996, "ts": 1434563, "pid": 31040, "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": 7996, "ts": 1434597, "pid": 31040, "args": { "value": 12 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1434603, "pid": 31040, "args": { "value": 10 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d174e39a90", "tid": 7996, "ts": 1434679, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1434686, "pid": 31040, "args": { "value": 106 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1434703, "pid": 31040, "args": { "value": 23 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1434709, "pid": 31040, "args": { "value": 99 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1434714, "pid": 31040, "args": { "value": 4 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d174e39a90", "tid": 7996, "ts": 1434778, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 524288, "HeapOffset": 1048576, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d174aedde0" }, "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": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d174e3a490", "tid": 7996, "ts": 1434853, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d174e38910", "tid": 7996, "ts": 1434963, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d174e38d70", "tid": 7996, "ts": 1435061, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d174e39810", "tid": 7996, "ts": 1435168, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d174e370b0", "tid": 7996, "ts": 1435259, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d174e37e70", "tid": 7996, "ts": 1435347, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d174e37290", "tid": 7996, "ts": 1435438, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d174e398b0", "tid": 7996, "ts": 1435548, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d174e37010", "tid": 7996, "ts": 1435653, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d174e3a7b0", "tid": 7996, "ts": 1435738, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d174e39f90", "tid": 7996, "ts": 1435821, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d174e38190", "tid": 7996, "ts": 1435926, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d174e39a90", "tid": 7996, "ts": 1436009, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d174e38370", "tid": 7996, "ts": 1436092, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d174e39ef0", "tid": 7996, "ts": 1436199, "pid": 31040 }, { "name": "GPUMemoryAllocator", "cat": "default", "ph": "D", "id": "0x1d1703f6180", "tid": 7996, "ts": 1436265, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d1749e0d98", "tid": 7996, "ts": 1436315, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d17040a310", "tid": 7996, "ts": 1436323, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d174be03e8", "tid": 7996, "ts": 1436352, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "D", "id": "0x1d174aedde0", "tid": 7996, "ts": 1436364, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "D", "id": "0x1d174ac6a30", "tid": 7996, "ts": 1436504, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "D", "id": "0x1d174ac6d90", "tid": 7996, "ts": 1436636, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d17040b480", "tid": 7996, "ts": 1436764, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d174be0088", "tid": 7996, "ts": 1436794, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "D", "id": "0x1d174ac6b50", "tid": 7996, "ts": 1436807, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "D", "id": "0x1d174aeead0", "tid": 7996, "ts": 1436935, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "D", "id": "0x1d174aee6e0", "tid": 7996, "ts": 1437063, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "D", "id": "0x1d174ac6910", "tid": 7996, "ts": 1437254, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d170409e00", "tid": 7996, "ts": 1437462, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d174be1a68", "tid": 7996, "ts": 1437501, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d170403750", "tid": 7996, "ts": 1437520, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d174bdfe48", "tid": 7996, "ts": 1437576, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d170403990", "tid": 7996, "ts": 1437591, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d174ac1058", "tid": 7996, "ts": 1437640, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d170403120", "tid": 7996, "ts": 1437655, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d174ac0ab8", "tid": 7996, "ts": 1437719, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d174ac7a80", "tid": 7996, "ts": 1437737, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d174ac1178", "tid": 7996, "ts": 1437784, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d174ac6250", "tid": 7996, "ts": 1437799, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "D", "id": "0x1d174ac6e20", "tid": 7996, "ts": 1437835, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d174ac7d50", "tid": 7996, "ts": 1438117, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "D", "id": "0x1d174aeec80", "tid": 7996, "ts": 1438128, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d174aed210", "tid": 7996, "ts": 1438292, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "D", "id": "0x1d174aee5c0", "tid": 7996, "ts": 1438303, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d174aedb10", "tid": 7996, "ts": 1446667, "pid": 31040 } ] } \ No newline at end of file +{ "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 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 03d24e88a..063773b47 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": 7996, "ts": 1507747, "pid": 31040, "args": { "name": "GPGMM_MainThread" } }, { "name": "GPUMemoryAllocator", "cat": "default", "ph": "N", "id": "0x1d1703f6180", "tid": 7996, "ts": 1507783, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d174ad9488", "tid": 7996, "ts": 1507811, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d17040aee0", "tid": 7996, "ts": 1507893, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d174ad9ea8", "tid": 7996, "ts": 1509556, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d17040a3a0", "tid": 7996, "ts": 1509643, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d174ae6d98", "tid": 7996, "ts": 1510830, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d17040a670", "tid": 7996, "ts": 1510873, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d174ae5a78", "tid": 7996, "ts": 1512088, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d170403510", "tid": 7996, "ts": 1512130, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d174ae5ef8", "tid": 7996, "ts": 1513413, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d170403120", "tid": 7996, "ts": 1513467, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d174af42e8", "tid": 7996, "ts": 1514664, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d1704033f0", "tid": 7996, "ts": 1514706, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d174af5188", "tid": 7996, "ts": 1516091, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d174afa6e0", "tid": 7996, "ts": 1516157, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d174af5608", "tid": 7996, "ts": 1517561, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d174afba00", "tid": 7996, "ts": 1517603, "pid": 31040 }, { "name": "GPUMemoryAllocator", "cat": "default", "ph": "O", "id": "0x1d1703f6180", "tid": 7996, "ts": 1518864, "pid": 31040, "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": 7996, "ts": 1518925, "pid": 31040, "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": "0x1d174afa920", "tid": 7996, "ts": 1518951, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "N", "id": "0x1d174afc150", "tid": 7996, "ts": 1519227, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "O", "id": "0x1d174afc150", "tid": 7996, "ts": 1519264, "pid": 31040, "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": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d1703bc520", "tid": 7996, "ts": 1519372, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1519379, "pid": 31040, "args": { "value": 438 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1519400, "pid": 31040, "args": { "value": 0 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1519406, "pid": 31040, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1519411, "pid": 31040, "args": { "value": 0 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d1703bc520", "tid": 7996, "ts": 1519455, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 16777216, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 0, "ResourceHeap": { "id_ref": "0x1d174afc150" }, "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": 7996, "ts": 1519547, "pid": 31040, "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": "0x1d174afada0", "tid": 7996, "ts": 1519574, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "N", "id": "0x1d174afafe0", "tid": 7996, "ts": 1519794, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "O", "id": "0x1d174afafe0", "tid": 7996, "ts": 1519831, "pid": 31040, "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": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d1703bc660", "tid": 7996, "ts": 1519925, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1519932, "pid": 31040, "args": { "value": 368 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1519949, "pid": 31040, "args": { "value": 0 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1519954, "pid": 31040, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1519960, "pid": 31040, "args": { "value": 0 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d1703bc660", "tid": 7996, "ts": 1520000, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 16777216, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 0, "ResourceHeap": { "id_ref": "0x1d174afafe0" }, "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": 7996, "ts": 1520086, "pid": 31040, "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": "GPUMemoryBlock", "cat": "default", "ph": "N", "id": "0x1d174afbb20", "tid": 7996, "ts": 1520303, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "O", "id": "0x1d174afbb20", "tid": 7996, "ts": 1520359, "pid": 31040, "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": 7996, "ts": 1520409, "pid": 31040, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1520426, "pid": 31040, "args": { "value": 35 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d1703bc700", "tid": 7996, "ts": 1520544, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1520551, "pid": 31040, "args": { "value": 448 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1520585, "pid": 31040, "args": { "value": 4 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1520591, "pid": 31040, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1520605, "pid": 31040, "args": { "value": 0 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d1703bc700", "tid": 7996, "ts": 1520681, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d174afbb20" }, "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": 7996, "ts": 1520797, "pid": 31040, "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": "GPUMemoryBlock", "cat": "default", "ph": "N", "id": "0x1d174afabf0", "tid": 7996, "ts": 1521080, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "O", "id": "0x1d174afabf0", "tid": 7996, "ts": 1521118, "pid": 31040, "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": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d1703bc340", "tid": 7996, "ts": 1521242, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1521249, "pid": 31040, "args": { "value": 434 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1521280, "pid": 31040, "args": { "value": 4 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1521286, "pid": 31040, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1521303, "pid": 31040, "args": { "value": 0 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d1703bc340", "tid": 7996, "ts": 1521345, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 16777216, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 0, "ResourceHeap": { "id_ref": "0x1d174afabf0" }, "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": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d1703bc520", "tid": 7996, "ts": 1521475, "pid": 31040 }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 7996, "ts": 1521620, "pid": 31040, "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": "GPUMemoryBlock", "cat": "default", "ph": "N", "id": "0x1d174afb190", "tid": 7996, "ts": 1521868, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "O", "id": "0x1d174afb190", "tid": 7996, "ts": 1521904, "pid": 31040, "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": 7996, "ts": 1521941, "pid": 31040, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1521946, "pid": 31040, "args": { "value": 35 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d1703bcf20", "tid": 7996, "ts": 1522022, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1522029, "pid": 31040, "args": { "value": 382 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1522047, "pid": 31040, "args": { "value": 7 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1522053, "pid": 31040, "args": { "value": 71 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1522058, "pid": 31040, "args": { "value": 16 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d1703bcf20", "tid": 7996, "ts": 1522098, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 1048576, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d174afb190" }, "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": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d1703bc660", "tid": 7996, "ts": 1522218, "pid": 31040 }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 7996, "ts": 1522356, "pid": 31040, "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": "GPUMemoryBlock", "cat": "default", "ph": "N", "id": "0x1d174afb2b0", "tid": 7996, "ts": 1522569, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "O", "id": "0x1d174afb2b0", "tid": 7996, "ts": 1522605, "pid": 31040, "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": 7996, "ts": 1522671, "pid": 31040, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1522677, "pid": 31040, "args": { "value": 33 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d1703bc520", "tid": 7996, "ts": 1522753, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1522760, "pid": 31040, "args": { "value": 388 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1522779, "pid": 31040, "args": { "value": 10 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1522784, "pid": 31040, "args": { "value": 46 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1522790, "pid": 31040, "args": { "value": 33 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d1703bc520", "tid": 7996, "ts": 1522830, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 1048576, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d174afb2b0" }, "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": 7996, "ts": 1522936, "pid": 31040, "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": "GPUMemoryBlock", "cat": "default", "ph": "N", "id": "0x1d174afb3d0", "tid": 7996, "ts": 1523185, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "O", "id": "0x1d174afb3d0", "tid": 7996, "ts": 1523241, "pid": 31040, "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": 7996, "ts": 1523282, "pid": 31040, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1523288, "pid": 31040, "args": { "value": 35 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d1703b7a80", "tid": 7996, "ts": 1523400, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1523407, "pid": 31040, "args": { "value": 454 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1523438, "pid": 31040, "args": { "value": 14 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1523444, "pid": 31040, "args": { "value": 50 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1523465, "pid": 31040, "args": { "value": 33 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d1703b7a80", "tid": 7996, "ts": 1523534, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d174afb3d0" }, "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": 7996, "ts": 1523681, "pid": 31040, "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": 7996, "ts": 1523726, "pid": 31040, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1523732, "pid": 31040, "args": { "value": 31 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d1703b7b20", "tid": 7996, "ts": 1523917, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1523924, "pid": 31040, "args": { "value": 227 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1523942, "pid": 31040, "args": { "value": 14 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1523948, "pid": 31040, "args": { "value": 50 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1523954, "pid": 31040, "args": { "value": 33 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d1703b7b20", "tid": 7996, "ts": 1523995, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 65536, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d174afbb20" }, "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": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d1703bc700", "tid": 7996, "ts": 1524080, "pid": 31040 }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 7996, "ts": 1524240, "pid": 31040, "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": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d1703b7940", "tid": 7996, "ts": 1524381, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1524402, "pid": 31040, "args": { "value": 132 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1524419, "pid": 31040, "args": { "value": 14 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1524425, "pid": 31040, "args": { "value": 75 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1524430, "pid": 31040, "args": { "value": 16 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d1703b7940", "tid": 7996, "ts": 1524481, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 16777216, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 0, "ResourceHeap": { "id_ref": "0x1d174afafe0" }, "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": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d1703bc340", "tid": 7996, "ts": 1524599, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d1703b7940", "tid": 7996, "ts": 1524700, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d1703b7b20", "tid": 7996, "ts": 1524833, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d1703bc520", "tid": 7996, "ts": 1524982, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d1703b7a80", "tid": 7996, "ts": 1525110, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d1703bcf20", "tid": 7996, "ts": 1525297, "pid": 31040 }, { "name": "GPUMemoryAllocator", "cat": "default", "ph": "D", "id": "0x1d1703f6180", "tid": 7996, "ts": 1525364, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d174ad9488", "tid": 7996, "ts": 1525413, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "D", "id": "0x1d174afb3d0", "tid": 7996, "ts": 1525426, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d17040aee0", "tid": 7996, "ts": 1525650, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d174ad9ea8", "tid": 7996, "ts": 1525679, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "D", "id": "0x1d174afb190", "tid": 7996, "ts": 1525692, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d17040a3a0", "tid": 7996, "ts": 1525884, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d174ae6d98", "tid": 7996, "ts": 1525912, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "D", "id": "0x1d174afb2b0", "tid": 7996, "ts": 1525924, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "D", "id": "0x1d174afbb20", "tid": 7996, "ts": 1526116, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d17040a670", "tid": 7996, "ts": 1526304, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d174ae5a78", "tid": 7996, "ts": 1526333, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d170403510", "tid": 7996, "ts": 1526340, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d174ae5ef8", "tid": 7996, "ts": 1526365, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d170403120", "tid": 7996, "ts": 1526371, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d174af42e8", "tid": 7996, "ts": 1526399, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d1704033f0", "tid": 7996, "ts": 1526405, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d174af5188", "tid": 7996, "ts": 1526429, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d174afa6e0", "tid": 7996, "ts": 1526436, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d174af5608", "tid": 7996, "ts": 1526460, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d174afba00", "tid": 7996, "ts": 1526467, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "D", "id": "0x1d174afc150", "tid": 7996, "ts": 1526482, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d174afa920", "tid": 7996, "ts": 1526670, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "D", "id": "0x1d174afafe0", "tid": 7996, "ts": 1526683, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "D", "id": "0x1d174afabf0", "tid": 7996, "ts": 1526904, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d174afada0", "tid": 7996, "ts": 1527095, "pid": 31040 } ] } \ No newline at end of file +{ "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 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 28d40b287..3667f8ac3 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": 7996, "ts": 1581373, "pid": 31040, "args": { "name": "GPGMM_MainThread" } }, { "name": "GPUMemoryAllocator", "cat": "default", "ph": "N", "id": "0x1d1703f6180", "tid": 7996, "ts": 1581395, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d1749e0918", "tid": 7996, "ts": 1581411, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d17040b2d0", "tid": 7996, "ts": 1581469, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d1750fa378", "tid": 7996, "ts": 1582682, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d17040ac10", "tid": 7996, "ts": 1582733, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d1750fb218", "tid": 7996, "ts": 1583949, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d17040a040", "tid": 7996, "ts": 1583993, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d1750fbf98", "tid": 7996, "ts": 1585210, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d1704037e0", "tid": 7996, "ts": 1585253, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d1750fad98", "tid": 7996, "ts": 1586471, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d170402b80", "tid": 7996, "ts": 1586515, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d170411fb8", "tid": 7996, "ts": 1587841, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d170403120", "tid": 7996, "ts": 1587906, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d1704120d8", "tid": 7996, "ts": 1589207, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d170419720", "tid": 7996, "ts": 1589250, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d170412678", "tid": 7996, "ts": 1590467, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d1704187f0", "tid": 7996, "ts": 1590510, "pid": 31040 }, { "name": "GPUMemoryAllocator", "cat": "default", "ph": "O", "id": "0x1d1703f6180", "tid": 7996, "ts": 1592054, "pid": 31040, "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": 7996, "ts": 1592118, "pid": 31040, "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": "0x1d170419330", "tid": 7996, "ts": 1592145, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "N", "id": "0x1d170419570", "tid": 7996, "ts": 1596216, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "O", "id": "0x1d170419570", "tid": 7996, "ts": 1596261, "pid": 31040, "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": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d1703bca20", "tid": 7996, "ts": 1596367, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1596375, "pid": 31040, "args": { "value": 4240 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1596404, "pid": 31040, "args": { "value": 0 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1596410, "pid": 31040, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1596416, "pid": 31040, "args": { "value": 0 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d1703bca20", "tid": 7996, "ts": 1596462, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 16777216, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 0, "ResourceHeap": { "id_ref": "0x1d170419570" }, "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": 7996, "ts": 1596560, "pid": 31040, "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": "0x1d1704181c0", "tid": 7996, "ts": 1596587, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "N", "id": "0x1d170418d00", "tid": 7996, "ts": 1600360, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "O", "id": "0x1d170418d00", "tid": 7996, "ts": 1600398, "pid": 31040, "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": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d1703bc2a0", "tid": 7996, "ts": 1600495, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1600502, "pid": 31040, "args": { "value": 3925 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1600520, "pid": 31040, "args": { "value": 0 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1600526, "pid": 31040, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1600531, "pid": 31040, "args": { "value": 0 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d1703bc2a0", "tid": 7996, "ts": 1600572, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 16777216, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 0, "ResourceHeap": { "id_ref": "0x1d170418d00" }, "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": 7996, "ts": 1600661, "pid": 31040, "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": "GPUMemoryBlock", "cat": "default", "ph": "N", "id": "0x1d170419210", "tid": 7996, "ts": 1601789, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "O", "id": "0x1d170419210", "tid": 7996, "ts": 1601826, "pid": 31040, "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": 7996, "ts": 1601864, "pid": 31040, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1601869, "pid": 31040, "args": { "value": 35 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d1703bbe40", "tid": 7996, "ts": 1601956, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1601963, "pid": 31040, "args": { "value": 1285 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1601980, "pid": 31040, "args": { "value": 4 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1601986, "pid": 31040, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1601991, "pid": 31040, "args": { "value": 0 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d1703bbe40", "tid": 7996, "ts": 1602033, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d170419210" }, "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": 7996, "ts": 1602130, "pid": 31040, "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": "GPUMemoryBlock", "cat": "default", "ph": "N", "id": "0x1d170418910", "tid": 7996, "ts": 1605920, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "O", "id": "0x1d170418910", "tid": 7996, "ts": 1605959, "pid": 31040, "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": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d1703bc0c0", "tid": 7996, "ts": 1606058, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1606065, "pid": 31040, "args": { "value": 3917 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1606086, "pid": 31040, "args": { "value": 4 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1606092, "pid": 31040, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1606097, "pid": 31040, "args": { "value": 0 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d1703bc0c0", "tid": 7996, "ts": 1606150, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 16777216, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 0, "ResourceHeap": { "id_ref": "0x1d170418910" }, "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": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d1703bca20", "tid": 7996, "ts": 1606251, "pid": 31040 }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 7996, "ts": 1606364, "pid": 31040, "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": "GPUMemoryBlock", "cat": "default", "ph": "N", "id": "0x1d1704185b0", "tid": 7996, "ts": 1607493, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "O", "id": "0x1d1704185b0", "tid": 7996, "ts": 1607540, "pid": 31040, "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": 7996, "ts": 1607577, "pid": 31040, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1607582, "pid": 31040, "args": { "value": 35 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d1703bd380", "tid": 7996, "ts": 1607658, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1607665, "pid": 31040, "args": { "value": 1285 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1607683, "pid": 31040, "args": { "value": 7 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1607688, "pid": 31040, "args": { "value": 71 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1607694, "pid": 31040, "args": { "value": 16 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d1703bd380", "tid": 7996, "ts": 1607767, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 1048576, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d1704185b0" }, "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": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d1703bc2a0", "tid": 7996, "ts": 1607876, "pid": 31040 }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 7996, "ts": 1607989, "pid": 31040, "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": "GPUMemoryBlock", "cat": "default", "ph": "N", "id": "0x1d170419960", "tid": 7996, "ts": 1609577, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "O", "id": "0x1d170419960", "tid": 7996, "ts": 1609644, "pid": 31040, "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": 7996, "ts": 1609696, "pid": 31040, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1609702, "pid": 31040, "args": { "value": 33 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d1703bd4c0", "tid": 7996, "ts": 1609797, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1609805, "pid": 31040, "args": { "value": 1788 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1609828, "pid": 31040, "args": { "value": 10 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1609834, "pid": 31040, "args": { "value": 46 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1609839, "pid": 31040, "args": { "value": 33 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d1703bd4c0", "tid": 7996, "ts": 1609881, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 1048576, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d170419960" }, "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": 7996, "ts": 1610044, "pid": 31040, "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": "GPUMemoryBlock", "cat": "default", "ph": "N", "id": "0x1d170418eb0", "tid": 7996, "ts": 1610267, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "O", "id": "0x1d170418eb0", "tid": 7996, "ts": 1610303, "pid": 31040, "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": 7996, "ts": 1610340, "pid": 31040, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1610346, "pid": 31040, "args": { "value": 35 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d1703bc160", "tid": 7996, "ts": 1610421, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1610428, "pid": 31040, "args": { "value": 351 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1610445, "pid": 31040, "args": { "value": 14 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1610451, "pid": 31040, "args": { "value": 50 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1610456, "pid": 31040, "args": { "value": 33 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d1703bc160", "tid": 7996, "ts": 1610496, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d170418eb0" }, "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": 7996, "ts": 1610586, "pid": 31040, "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": 7996, "ts": 1610620, "pid": 31040, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1610625, "pid": 31040, "args": { "value": 31 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d1703bb6c0", "tid": 7996, "ts": 1610706, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1610713, "pid": 31040, "args": { "value": 110 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1610729, "pid": 31040, "args": { "value": 14 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1610735, "pid": 31040, "args": { "value": 50 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1610740, "pid": 31040, "args": { "value": 33 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d1703bb6c0", "tid": 7996, "ts": 1610781, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 65536, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d170419210" }, "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": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d1703bbe40", "tid": 7996, "ts": 1610852, "pid": 31040 }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 7996, "ts": 1610953, "pid": 31040, "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": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d1703bcc00", "tid": 7996, "ts": 1611054, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1611061, "pid": 31040, "args": { "value": 92 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1611078, "pid": 31040, "args": { "value": 14 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1611083, "pid": 31040, "args": { "value": 75 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1611089, "pid": 31040, "args": { "value": 16 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d1703bcc00", "tid": 7996, "ts": 1611128, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 16777216, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 0, "ResourceHeap": { "id_ref": "0x1d170418d00" }, "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": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d1703bc0c0", "tid": 7996, "ts": 1611189, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d1703bcc00", "tid": 7996, "ts": 1611277, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d1703bb6c0", "tid": 7996, "ts": 1611386, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d1703bd4c0", "tid": 7996, "ts": 1611521, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d1703bc160", "tid": 7996, "ts": 1611630, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d1703bd380", "tid": 7996, "ts": 1611740, "pid": 31040 }, { "name": "GPUMemoryAllocator", "cat": "default", "ph": "D", "id": "0x1d1703f6180", "tid": 7996, "ts": 1611805, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d1749e0918", "tid": 7996, "ts": 1611853, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "D", "id": "0x1d170418eb0", "tid": 7996, "ts": 1611867, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d17040b2d0", "tid": 7996, "ts": 1612009, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d1750fa378", "tid": 7996, "ts": 1612037, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "D", "id": "0x1d1704185b0", "tid": 7996, "ts": 1612049, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d17040ac10", "tid": 7996, "ts": 1612183, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d1750fb218", "tid": 7996, "ts": 1612210, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "D", "id": "0x1d170419960", "tid": 7996, "ts": 1612222, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "D", "id": "0x1d170419210", "tid": 7996, "ts": 1612358, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d17040a040", "tid": 7996, "ts": 1612502, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d1750fbf98", "tid": 7996, "ts": 1612531, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d1704037e0", "tid": 7996, "ts": 1612538, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d1750fad98", "tid": 7996, "ts": 1612564, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d170402b80", "tid": 7996, "ts": 1612570, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d170411fb8", "tid": 7996, "ts": 1612597, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d170403120", "tid": 7996, "ts": 1612604, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d1704120d8", "tid": 7996, "ts": 1612629, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d170419720", "tid": 7996, "ts": 1612636, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d170412678", "tid": 7996, "ts": 1612662, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d1704187f0", "tid": 7996, "ts": 1612669, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "D", "id": "0x1d170419570", "tid": 7996, "ts": 1612684, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d170419330", "tid": 7996, "ts": 1612821, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "D", "id": "0x1d170418d00", "tid": 7996, "ts": 1612835, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "D", "id": "0x1d170418910", "tid": 7996, "ts": 1612973, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d1704181c0", "tid": 7996, "ts": 1613109, "pid": 31040 } ] } \ No newline at end of file +{ "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 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 94684ab4a..e1947174f 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": 7996, "ts": 1662981, "pid": 31040, "args": { "name": "GPGMM_MainThread" } }, { "name": "GPUMemoryAllocator", "cat": "default", "ph": "N", "id": "0x1d170467d90", "tid": 7996, "ts": 1663003, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d1749e0c78", "tid": 7996, "ts": 1663019, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d170409a10", "tid": 7996, "ts": 1663076, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d174acd268", "tid": 7996, "ts": 1664363, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d17040a1f0", "tid": 7996, "ts": 1664406, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d174ace108", "tid": 7996, "ts": 1665624, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d17040b1b0", "tid": 7996, "ts": 1665667, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d174acc608", "tid": 7996, "ts": 1666883, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d1704032d0", "tid": 7996, "ts": 1666926, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d174acd028", "tid": 7996, "ts": 1668157, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d1704037e0", "tid": 7996, "ts": 1668201, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d174ad2dd8", "tid": 7996, "ts": 1669433, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d1704036c0", "tid": 7996, "ts": 1669475, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d174ad2958", "tid": 7996, "ts": 1670749, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d1750d9190", "tid": 7996, "ts": 1670795, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d174ad1ab8", "tid": 7996, "ts": 1672205, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "N", "id": "0x1d1750d8260", "tid": 7996, "ts": 1672250, "pid": 31040 }, { "name": "GPUMemoryAllocator", "cat": "default", "ph": "O", "id": "0x1d170467d90", "tid": 7996, "ts": 1673578, "pid": 31040, "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": 7996, "ts": 1673640, "pid": 31040, "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": "0x1d1750d8fe0", "tid": 7996, "ts": 1673666, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "N", "id": "0x1d1750d8c80", "tid": 7996, "ts": 1674100, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "O", "id": "0x1d1750d8c80", "tid": 7996, "ts": 1674140, "pid": 31040, "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": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d1750c9170", "tid": 7996, "ts": 1674255, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1674262, "pid": 31040, "args": { "value": 606 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1674291, "pid": 31040, "args": { "value": 0 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1674297, "pid": 31040, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1674302, "pid": 31040, "args": { "value": 0 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d1750c9170", "tid": 7996, "ts": 1674350, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 134217728, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 0, "ResourceHeap": { "id_ref": "0x1d1750d8c80" }, "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": 7996, "ts": 1674487, "pid": 31040, "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": "0x1d1750d9340", "tid": 7996, "ts": 1674515, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "N", "id": "0x1d1750d93d0", "tid": 7996, "ts": 1674890, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "O", "id": "0x1d1750d93d0", "tid": 7996, "ts": 1674930, "pid": 31040, "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": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d1750c9a30", "tid": 7996, "ts": 1675051, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1675058, "pid": 31040, "args": { "value": 553 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1675079, "pid": 31040, "args": { "value": 0 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1675085, "pid": 31040, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1675091, "pid": 31040, "args": { "value": 0 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d1750c9a30", "tid": 7996, "ts": 1675146, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 134217728, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 0, "ResourceHeap": { "id_ref": "0x1d1750d93d0" }, "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": 7996, "ts": 1675248, "pid": 31040, "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": "GPUMemoryBlock", "cat": "default", "ph": "N", "id": "0x1d1750d9a90", "tid": 7996, "ts": 1675767, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "O", "id": "0x1d1750d9a90", "tid": 7996, "ts": 1675816, "pid": 31040, "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": 7996, "ts": 1675865, "pid": 31040, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1675882, "pid": 31040, "args": { "value": 35 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d1750c9710", "tid": 7996, "ts": 1676008, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1676015, "pid": 31040, "args": { "value": 750 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1676035, "pid": 31040, "args": { "value": 4 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1676041, "pid": 31040, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1676046, "pid": 31040, "args": { "value": 0 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d1750c9710", "tid": 7996, "ts": 1676101, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d1750d9a90" }, "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": 7996, "ts": 1676249, "pid": 31040, "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": "GPUMemoryBlock", "cat": "default", "ph": "N", "id": "0x1d1750d8410", "tid": 7996, "ts": 1676656, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "O", "id": "0x1d1750d8410", "tid": 7996, "ts": 1676708, "pid": 31040, "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": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d1750cab10", "tid": 7996, "ts": 1676825, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1676832, "pid": 31040, "args": { "value": 566 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1676850, "pid": 31040, "args": { "value": 4 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1676855, "pid": 31040, "args": { "value": 100 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1676860, "pid": 31040, "args": { "value": 0 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d1750cab10", "tid": 7996, "ts": 1676903, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 134217728, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 0, "ResourceHeap": { "id_ref": "0x1d1750d8410" }, "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": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d1750c9170", "tid": 7996, "ts": 1676987, "pid": 31040 }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 7996, "ts": 1677099, "pid": 31040, "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": "GPUMemoryBlock", "cat": "default", "ph": "N", "id": "0x1d1750d9970", "tid": 7996, "ts": 1677517, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "O", "id": "0x1d1750d9970", "tid": 7996, "ts": 1677581, "pid": 31040, "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": 7996, "ts": 1677644, "pid": 31040, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1677650, "pid": 31040, "args": { "value": 35 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d1750ca9d0", "tid": 7996, "ts": 1677725, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1677732, "pid": 31040, "args": { "value": 617 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1677749, "pid": 31040, "args": { "value": 7 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1677754, "pid": 31040, "args": { "value": 67 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1677760, "pid": 31040, "args": { "value": 134 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d1750ca9d0", "tid": 7996, "ts": 1677799, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 1048576, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d1750d9970" }, "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": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d1750c9a30", "tid": 7996, "ts": 1677882, "pid": 31040 }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 7996, "ts": 1677983, "pid": 31040, "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": "GPUMemoryBlock", "cat": "default", "ph": "N", "id": "0x1d1750d8920", "tid": 7996, "ts": 1678367, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "O", "id": "0x1d1750d8920", "tid": 7996, "ts": 1678403, "pid": 31040, "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": 7996, "ts": 1678468, "pid": 31040, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1678474, "pid": 31040, "args": { "value": 33 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d1750c93f0", "tid": 7996, "ts": 1678549, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1678556, "pid": 31040, "args": { "value": 558 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1678572, "pid": 31040, "args": { "value": 10 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1678578, "pid": 31040, "args": { "value": 35 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1678583, "pid": 31040, "args": { "value": 268 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d1750c93f0", "tid": 7996, "ts": 1678623, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 1048576, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d1750d8920" }, "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": 7996, "ts": 1678715, "pid": 31040, "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": "GPUMemoryBlock", "cat": "default", "ph": "N", "id": "0x1d1750d96a0", "tid": 7996, "ts": 1679178, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "O", "id": "0x1d1750d96a0", "tid": 7996, "ts": 1679216, "pid": 31040, "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": 7996, "ts": 1679253, "pid": 31040, "args": { "value": 4 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1679259, "pid": 31040, "args": { "value": 35 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d1750c9c10", "tid": 7996, "ts": 1679336, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1679343, "pid": 31040, "args": { "value": 611 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1679360, "pid": 31040, "args": { "value": 14 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1679366, "pid": 31040, "args": { "value": 36 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1679371, "pid": 31040, "args": { "value": 268 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d1750c9c10", "tid": 7996, "ts": 1679433, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d1750d96a0" }, "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": 7996, "ts": 1679562, "pid": 31040, "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": 7996, "ts": 1679607, "pid": 31040, "args": { "value": 8 } }, { "name": "GPU slab cache miss-rate (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1679612, "pid": 31040, "args": { "value": 31 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d1750c9d50", "tid": 7996, "ts": 1679695, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1679702, "pid": 31040, "args": { "value": 112 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1679718, "pid": 31040, "args": { "value": 14 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1679724, "pid": 31040, "args": { "value": 36 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1679729, "pid": 31040, "args": { "value": 268 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d1750c9d50", "tid": 7996, "ts": 1679770, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 65536, "HeapOffset": 65536, "OffsetFromResource": 0, "Method": 2, "ResourceHeap": { "id_ref": "0x1d1750d9a90" }, "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": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d1750c9710", "tid": 7996, "ts": 1679840, "pid": 31040 }, { "name": "ResourceAllocator.CreateResource", "cat": "default", "ph": "i", "tid": 7996, "ts": 1679940, "pid": 31040, "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": "0x1d1750f4c40", "tid": 7996, "ts": 1679966, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "N", "id": "0x1d1750f4070", "tid": 7996, "ts": 1680862, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "O", "id": "0x1d1750f4070", "tid": 7996, "ts": 1680898, "pid": 31040, "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": "GPUMemoryAllocation", "cat": "default", "ph": "N", "id": "0x1d1750c8e50", "tid": 7996, "ts": 1680997, "pid": 31040 }, { "name": "GPU allocation latency (us)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1681004, "pid": 31040, "args": { "value": 1048 } }, { "name": "GPU memory fragmentation (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1681021, "pid": 31040, "args": { "value": 14 } }, { "name": "GPU memory utilization (%)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1681026, "pid": 31040, "args": { "value": 38 } }, { "name": "GPU memory free (MB)", "cat": "default", "ph": "C", "tid": 7996, "ts": 1681032, "pid": 31040, "args": { "value": 268 } }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "O", "id": "0x1d1750c8e50", "tid": 7996, "ts": 1681071, "pid": 31040, "args": { "snapshot": { "SizeInBytes": 16777216, "HeapOffset": 0, "OffsetFromResource": 0, "Method": 0, "ResourceHeap": { "id_ref": "0x1d1750f4070" }, "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": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d1750cab10", "tid": 7996, "ts": 1681145, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d1750c8e50", "tid": 7996, "ts": 1681236, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d1750c9d50", "tid": 7996, "ts": 1681344, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d1750c93f0", "tid": 7996, "ts": 1681476, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d1750c9c10", "tid": 7996, "ts": 1681585, "pid": 31040 }, { "name": "GPUMemoryAllocation", "cat": "default", "ph": "D", "id": "0x1d1750ca9d0", "tid": 7996, "ts": 1681694, "pid": 31040 }, { "name": "GPUMemoryAllocator", "cat": "default", "ph": "D", "id": "0x1d170467d90", "tid": 7996, "ts": 1681760, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d1749e0c78", "tid": 7996, "ts": 1681808, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "D", "id": "0x1d1750d96a0", "tid": 7996, "ts": 1681821, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d170409a10", "tid": 7996, "ts": 1681977, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d174acd268", "tid": 7996, "ts": 1682005, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "D", "id": "0x1d1750d9970", "tid": 7996, "ts": 1682017, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d17040a1f0", "tid": 7996, "ts": 1682137, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d174ace108", "tid": 7996, "ts": 1682165, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "D", "id": "0x1d1750d8920", "tid": 7996, "ts": 1682177, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "D", "id": "0x1d1750d9a90", "tid": 7996, "ts": 1682301, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d17040b1b0", "tid": 7996, "ts": 1682457, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d174acc608", "tid": 7996, "ts": 1682484, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d1704032d0", "tid": 7996, "ts": 1682491, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d174acd028", "tid": 7996, "ts": 1682516, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d1704037e0", "tid": 7996, "ts": 1682522, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d174ad2dd8", "tid": 7996, "ts": 1682547, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d1704036c0", "tid": 7996, "ts": 1682553, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d174ad2958", "tid": 7996, "ts": 1682578, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d1750d9190", "tid": 7996, "ts": 1682585, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d174ad1ab8", "tid": 7996, "ts": 1682610, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d1750d8260", "tid": 7996, "ts": 1682617, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "D", "id": "0x1d1750d8c80", "tid": 7996, "ts": 1682632, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d1750d8fe0", "tid": 7996, "ts": 1682769, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "D", "id": "0x1d1750f4070", "tid": 7996, "ts": 1682783, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d1750f4c40", "tid": 7996, "ts": 1682904, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "D", "id": "0x1d1750d8410", "tid": 7996, "ts": 1682915, "pid": 31040 }, { "name": "GPUMemoryBlock", "cat": "default", "ph": "D", "id": "0x1d1750d93d0", "tid": 7996, "ts": 1686386, "pid": 31040 }, { "name": "GPUMemoryPool", "cat": "default", "ph": "D", "id": "0x1d1750d9340", "tid": 7996, "ts": 1688743, "pid": 31040 } ] } \ No newline at end of file +{ "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