Skip to content

A robust trace of all operations performed to execute a node. #13

@zgornel

Description

@zgornel

When executing a node in a hashed graph, an option should exist that allows returning along with the result a trace of all operations performed for all dependencies to reach the result (i.e. loads, executions+store, etc.)

The simplest structure could be a {key: operation} or {key: [operation, [operations_of_dependencies]]} table.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions