Updates in Nsight Python 0.9.5#

Fixes#

Enhancements#

  • Added support for non-sized iterables.

  • Added support for collecting multiple metrics using nsight.analyze.kernel (GitHub issue #8). nsight.analyze.plot continues to support only a single metric and will raise an error if multiple metrics are passed.

Other Changes#

  • Warn when a decorated function declares a return type.

  • Raise an error when annotation names are duplicated.

  • Disallow nested annotations.