Edge AI & Software

Zephelin Trace Viewer

Zephelin Trace Viewer is a visualization tool for analyzing performance of Zephyr RTOS applications.


Contributors
8

Created
1 year ago

License
Apache-2.0

Languages

json(63.90%)
diff(35.00%)
Others(1.10%)

Zephelin Trace Viewer

Copyright (c) 2025-2026 Analog Devices, Inc.

Copyright (c) 2025-2026 Antmicro

zephelin trace viewer logotype light

Zephelin Trace Viewer is a visualization tool for analyzing performance of Zephyr RTOS applications.

It visualizes traces, sensor readings and AI-related performance statistics collected by the Zephelin tool. It is built on top of:

  • Zephelin library for collecting traces from Zephyr applications,
  • Speedscope tool for analyzing traces.

Zephelin documentation | Trace Viewer

trace viewer view

Requirements

The visual interface leverages workspaces to manage a third-party dependencies like Speedscope. This requires yarn in version newer than 1.x, provided by corepack, which is usually installed together with Node.js:

# Allows to use package manages without having to install them
corepack enable
# Downloads specified version of yarn and all dependencies
yarn

Building and developing Zephelin Trace Viewer

  • yarn dev - Starts a development server at http://localhost:5173/
  • yarn build - Builds the application for production, emitting to dist/
  • yarn build-singlefile - Builds the application, but inlines all assets (CSS, JS etc.) into HTML files
  • yarn preview - Starts a server at http://localhost:4173/ to test production build locally
  • yarn lint - Runs linter and applies fixes to code

Documentation

Documentation for Zephelin Trace Viewer is present in Zephelin documentation.

For links to example traces, check Zephelin's documentation on Trace Viewer usage and previews for Zephelin's samples.

Relevant projects

Nothing found

Apologies, but no results were found.

If you’d like to build a commercial product based on our open source solutions, reach out to us via the contact form.