Skip to content

#runtime-profile

11 approved public terms with this tag.

CPU Runtime Profile is a compute performance record that shows how code uses CPU, memory, I/O, and time for general-purpose processor scheduling. It uses sampling, traces, and resource metrics so teams can target optimization work while keeping evidence, reliability, and public-safe operational boundaries clear.

Cache Runtime Profile is a compute performance record that shows how code uses CPU, memory, I/O, and time for fast temporary data layer. It uses sampling, traces, and resource metrics so teams can target optimization work while keeping evidence, reliability, and public-safe operational boundaries clear.

Cluster Runtime Profile is a compute performance record that shows how code uses CPU, memory, I/O, and time for group of machines acting as one platform. It uses sampling, traces, and resource metrics so teams can target optimization work while keeping evidence, reliability, and public-safe operational boundaries clear.

Container Runtime Profile is a compute performance record that shows how code uses CPU, memory, I/O, and time for packaged application runtime. It uses sampling, traces, and resource metrics so teams can target optimization work while keeping evidence, reliability, and public-safe operational boundaries clear.

Edge Runtime Profile is a compute performance record that shows how code uses CPU, memory, I/O, and time for globally distributed runtime. It uses sampling, traces, and resource metrics so teams can target optimization work while keeping evidence, reliability, and public-safe operational boundaries clear.

GPU Runtime Profile is a compute performance record that shows how code uses CPU, memory, I/O, and time for accelerated compute for parallel workloads. It uses sampling, traces, and resource metrics so teams can target optimization work while keeping evidence, reliability, and public-safe operational boundaries clear.

Memory Runtime Profile is a compute performance record that shows how code uses CPU, memory, I/O, and time for volatile runtime storage. It uses sampling, traces, and resource metrics so teams can target optimization work while keeping evidence, reliability, and public-safe operational boundaries clear.

Scheduler Runtime Profile is a compute performance record that shows how code uses CPU, memory, I/O, and time for placement of work onto resources. It uses sampling, traces, and resource metrics so teams can target optimization work while keeping evidence, reliability, and public-safe operational boundaries clear.

Serverless Runtime Profile is a compute performance record that shows how code uses CPU, memory, I/O, and time for event-driven function execution. It uses sampling, traces, and resource metrics so teams can target optimization work while keeping evidence, reliability, and public-safe operational boundaries clear.

Storage Runtime Profile is a compute performance record that shows how code uses CPU, memory, I/O, and time for persistent data and object access. It uses sampling, traces, and resource metrics so teams can target optimization work while keeping evidence, reliability, and public-safe operational boundaries clear.

Virtual Machine Runtime Profile is a compute performance record that shows how code uses CPU, memory, I/O, and time for isolated guest compute. It uses sampling, traces, and resource metrics so teams can target optimization work while keeping evidence, reliability, and public-safe operational boundaries clear.