1. Home
  2. Docs
  3. Master profile
  4. Analysis profile
  5. Replay

Replay

The replay is a prototype functionality at this stage. It is disabled by default.
It permits to visualize the abstraction of the active process stacks in a basic user interface.

Display is dynamic, following the process stack evolution and is refreshed every refresh_period duration.

Display is controlled by the action graph player.

<replay enabled="${JEYZER_ANALYZER_REPLAY_ENABLED}" refresh_period="${JEYZER_GRAPH_REFRESH_PERIOD}" output_directory="${JEYZER_OUTPUT_DIR}/analysis">
  <function_graph_player graph_config_file="${JEYZER_ANALYZER_CONFIG_DIR}/graph/player/function_graph_player.xml"/>
</replay>