> For the complete documentation index, see [llms.txt](https://doc.celantur.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.celantur.com/sdk/benchmarks.md).

# Benchmarks

## Nvidia Jetson AGX Orin Developer Kit

### Images

Measured with Celantur Edge SDK v1.0.0.

Processing time of 100 images on Nvidia Jetson AGX Orin Developer Kit. Includes software ramp-up time (end-to-end).&#x20;

<table><thead><tr><th width="217">Image Resolution / Tiling</th><th width="220">Processing Time (100 images)</th><th>Memory Utilization</th></tr></thead><tbody><tr><td>1 MP (1 Tile)</td><td>3.3 s</td><td>686 MB VRAM, &#x3C; 500 MB RAM</td></tr><tr><td>2 MP (1 Tile)</td><td>3.3 s</td><td>686 MB VRAM, &#x3C; 500 MB RAM</td></tr><tr><td>8 MP (2 Tiles)</td><td>7.6 s </td><td>686 MB VRAM, &#x3C; 500 MB RAM</td></tr></tbody></table>

## RTX 4090 24 GB, AMD Ryzen 9 7900X&#x20;

Hardware specification:

* AMD Ryzen 9 7900X 12-Core Processor
* G.SKILL Flare X5 64 GB RAM (2x32)
* MSI MAG B760 TOMAHAWK WIFI DDR5 Mainboard, Intel
* Asus GeForce RTX 4090 24 GB
* 2 TB Samsung SSD 980 PRO, PCIe 4.0 NVMe M.2

### Images (GPU Mode)

Measured with Celantur Edge SDK v1.5.1.

Processing time of 100 images using GPU. Includes software ramp-up time (end-to-end).&#x20;

<table><thead><tr><th width="217">Image Resolution / Tiling</th><th width="220">Processing Time (100 images)</th><th>Memory Utilization</th></tr></thead><tbody><tr><td>1 MP (1 Tile)</td><td>2.8 s</td><td>682 MB VRAM, &#x3C; 500 MB RAM</td></tr><tr><td>2 MP (1 Tile)</td><td>3 s</td><td>682 MB VRAM, &#x3C;500 MB RAM</td></tr><tr><td>8 MP (2 Tiles)</td><td>9.1 s </td><td>682 MB VRAM, &#x3C;500 MB RAM</td></tr><tr><td>72 MP (4 Tiles)</td><td>11.4 s</td><td>682 MB VRAM, &#x3C;670 MB VRAM</td></tr></tbody></table>

### Images (CPU Mode)

Measured with Celantur Edge SDK v1.0.0.

Processing time of 100 images using CPU only. Includes software ramp-up time (end-to-end).&#x20;

<table><thead><tr><th width="217">Image Resolution / Tiling</th><th width="220">Processing Time (100 images)</th><th>Memory Utilization</th></tr></thead><tbody><tr><td>1 MP (1 Tile)</td><td>15 s</td><td>&#x3C; 800 MB RAM</td></tr><tr><td>2 MP (1 Tile)</td><td>15 s</td><td>&#x3C; 900 MB RAM</td></tr><tr><td>8 MP (2 Tiles)</td><td>30 s </td><td>&#x3C; 1.4 GB RAM</td></tr><tr><td>72 MP (4 Tiles)</td><td>72 s</td><td>&#x3C; 2.5GB RAM</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.celantur.com/sdk/benchmarks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
