Save 4 hours! We auto-setup your workflow! Free!

Drop your workflow.json — we handle every dependency, custom node, and model. Just open the link and run.

Auto-Setup Workflow Json (Free) Now!
ComfyUI > Nodes > ComfyUI-Enhancement-Utils > Profiler Timing

ComfyUI Node: Profiler Timing

Class Name

EnhancementUtils_ProfilerTiming

Category
utils
Author
phazei (Account age: 5718days)
Extension
ComfyUI-Enhancement-Utils
Latest Updated
2026-05-24
Github Stars
0.02K

How to Install ComfyUI-Enhancement-Utils

Install this extension via the ComfyUI Manager by searching for ComfyUI-Enhancement-Utils
  • 1. Click the Manager button in the main menu
  • 2. Select Custom Nodes Manager button
  • 3. Enter ComfyUI-Enhancement-Utils in the search bar
After installation, click the Restart button to restart ComfyUI. Then, manually refresh your browser to clear the cache and access the updated list of nodes.

Visit ComfyUI Online for ready-to-use ComfyUI environment

  • Free trial available
  • 16GB VRAM to 80GB VRAM GPU machines
  • 400+ preloaded models/nodes
  • Freedom to upload custom models/nodes
  • 200+ ready-to-run workflows
  • 100% private workspace with up to 200GB storage
  • Dedicated Support

Run ComfyUI Online

Profiler Timing Description

Node providing detailed execution timing info in node-based workflows for performance analysis and optimization.

Profiler Timing:

The EnhancementUtils_ProfilerTiming node is designed to provide detailed execution timing information within a node-based workflow. Its primary purpose is to output the time taken for execution, both in terms of the overall elapsed time since the process began and the specific execution time of linked nodes or a set of nodes. This node is particularly useful for performance analysis and optimization, as it allows you to measure and understand the time dynamics of your workflow. By integrating seamlessly into the workflow with a type-matched pass-through, it ensures that the execution order is maintained without altering the data being processed. This node is fully cacheable, meaning it can return timing data from previous runs without recalculating, which is beneficial for consistent performance monitoring. The node also supports complex workflows involving subgraphs, providing summed execution times for all nodes within a subgraph container.

Profiler Timing Input Parameters:

The node_link parameter allows you to specify a particular node or set of nodes whose execution time you wish to measure. This can be a single node ID or a comma-separated list of node IDs. The node IDs can be plain or colon-delimited, which is useful for identifying nodes within subgraphs. This parameter directly impacts the node_time output by determining which nodes' execution times are summed and reported.

node_ids

The node_ids parameter is used to specify a list of node IDs for which you want to measure the execution time. Similar to node_link, this can be a comma-separated list of IDs, and it supports both plain and colon-delimited formats. This parameter is crucial for workflows involving multiple nodes, as it allows you to aggregate the execution times of several nodes into a single output value.

Profiler Timing Output Parameters:

passthrough

The passthrough output forwards the input data unchanged. This ensures that the node can be placed inline in a workflow without disrupting the data flow, maintaining the integrity of the input data while providing timing information.

elapsed

The elapsed output provides the wall-clock time in seconds since the current execution started. This value is unique to each instance of the node and reflects the real-time duration from the start of the execution to the point at which this node runs. It is useful for understanding the overall time taken by the workflow up to this node.

node_time

The node_time output gives the execution time in seconds for the specified node(s). If multiple node IDs are provided, their execution times are summed to provide a total time. This output is essential for pinpointing performance bottlenecks and optimizing specific parts of the workflow.

Profiler Timing Usage Tips:

  • Use the node_link or node_ids parameters to focus on specific nodes whose performance you want to analyze, especially in complex workflows with multiple nodes.
  • Place the node inline in your workflow to ensure that it captures the timing information without altering the data flow, making it easier to integrate into existing setups.

Profiler Timing Common Errors and Solutions:

Invalid Node ID

  • Explanation: This error occurs when the node ID provided in node_link or node_ids does not exist or is incorrectly formatted.
  • Solution: Double-check the node IDs for accuracy and ensure they are correctly formatted, especially when dealing with subgraph nodes.

Cache Stale Values

  • Explanation: The node may return stale timing values from a previous run if the cache is not properly managed.
  • Solution: If you require fresh timing data, ensure that the cache is cleared or that the node is configured to update its cache appropriately.

Profiler Timing Related Nodes

Go back to the extension to check out more related nodes.
ComfyUI-Enhancement-Utils
RunComfy
Copyright 2025 RunComfy. All Rights Reserved.

RunComfy is the premier ComfyUI platform, offering ComfyUI online environment and services, along with ComfyUI workflows featuring stunning visuals. RunComfy also provides AI Models, enabling artists to harness the latest AI tools to create incredible art.

Profiler Timing