Skip to content

Conversation

@hero78119
Copy link
Collaborator

@hero78119 hero78119 commented Dec 3, 2025

More profiling by info_span instead of manual start + elapsed

TODO:

@hero78119
Copy link
Collaborator Author

hero78119 commented Dec 3, 2025

Run command with OUTPUT_PATH=metrics.json it will output metrics.json

{
  "gauge": [
    {
      "labels": [
        [
          "group",
          "reth.prove_app.block_23587691"
        ],
        [
          "block_number",
          "23587691"
        ]
      ],
      "metric": "client.execute_time_ms",
      "value": "8"
    },
    {
      "labels": [
        [
          "group",
          "reth.prove_app.block_23587691"
        ],
        [
          "block_number",
          "23587691"
        ]
      ],
      "metric": "header.hash_slow_time_ms",
      "value": "0"
    },
    {
      "labels": [
        [
          "block_number",
          "23587691"
        ]
      ],
      "metric": "host.execute_time_ms",
      "value": "8"
    },
    {
      "labels": [
        [
          "block_number",
          "23587691"
        ]
      ],
      "metric": "app.hints_time_ms",
      "value": "0"
    },
    {
      "labels": [
        [
          "block_number",
          "23587691"
        ]
      ],
      "metric": "app.create_app_prover_time_ms",
      "value": "8422"
    },
    {
      "labels": [
        [
          "block_number",
          "23587691"
        ]
      ],
      "metric": "app.setup_init_mem_time_ms",
      "value": "3"
    },
    {
      "labels": [
        [
          "block_number",
          "23587691"
        ]
      ],
      "metric": "grind for proof-of-work witness_time_ms",
      "value": "0"
    },
    {
      "labels": [
        [
          "block_number",
          "23587691"
        ]
      ],
      "metric": "app.prove_time_ms",
      "value": "168817"
    },
    {
      "labels": [
        [
          "block_number",
          "23587691"
        ]
      ],
      "metric": "app.verify_time_ms",
      "value": "678"
    },
    {
      "labels": [],
      "metric": "reth-block_time_ms",
      "value": "178231"
    }
  ]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants