tin  1.5.9
resource_manifest.h File Reference

JSON manifest writer for static runtime resource snapshots. More...

Include dependency graph for resource_manifest.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 tsm
 
 tsm::runtime
 

Functions

template<typename Stream >
void tsm::runtime::write_resource_manifest (Stream &output, char const *name, resource_snapshot const &snapshot)
 

Detailed Description

JSON manifest writer for static runtime resource snapshots.

Embedded builds often need a small review artifact that records the bounded storage requested by a runtime: queue slots, delayed timer slots, coroutine task frames, and maximum typed event payload size. This header keeps that reporting path separate from dispatch. Applications include it only in host tools, examples, or build-time manifest emitters.