Skip to content

Releases: esmf-org/esmf-profiler

Pre-release v0.2.0

06 Jan 20:37
b2a466a
Compare
Choose a tag to compare
Pre-release v0.2.0 Pre-release
Pre-release

TL;DR

  • File chunking and threading have been added making JSON data generation significantly faster.
  • Web GUI has been updated to make better use of screen real estate, as well as allow user options to change the way they view the data.

What's Changed

New Contributors

Full Changelog: v0.1.1...v0.2.0

Alpha Release

17 Nov 23:52
Compare
Choose a tag to compare
Alpha Release Pre-release
Pre-release

This is an alpha release of the esmf-profiler for initial evaluation by users of ESMF.

See the Quick Start guide for instructions on installing and using the esmf-profiler.

Features

  • Ability to ingest a binary trace output from an ESMF application and generate a web-based profile
  • Support for one kind of performance analysis: Load Balance, which shows execution times across all processes (PETs) in an application
  • Ability to easily share performance profiles by pushing them to GitHub.io
  • Lightweight web server is included for locally viewing profiles
  • Two installation options: local install and Docker build/run
  • For local installs, a script is included for installing dependencies
  • Quick Start guide for using the tool

What's Changed since v0.1

A test plan was created and issues bugs from the initial pre-release have been addressed.

Full Changelog: https://github.com/esmf-org/esmf-profiler/commits/v0.1.1

v0.1

02 Nov 20:59
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release

Pre-release version.

Please submit any issues to https://github.com/esmf-org/esmf-profiler/issues.

What's Changed

New Contributors

Full Changelog: https://github.com/esmf-org/esmf-profiler/commits/v0.1