visualizer

package
v0.0.0-...-a3f79bb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 26, 2026 License: LGPL-3.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

View Source
const MainHtml = `
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
    <title>Aida: Stochastic Estimator</title>
    <link rel="stylesheet" href="style.css">
    <script src="script.js"></script>
  </head>
  <body>
    <h1>Aida: Stochastic Estimator</h1>
    <ul>
    <li> <h3> <a href="/` + countingRef + `"> Counting Statistics </a> </h3> </li>
    <li> <h3> <a href="/` + queuingRef + `"> Queuing Statistics </a> </h3> </li>
    <li> <h3> <a href="/` + snapshotRef + `"> Snapshot Statistics </a> </h3> </li>
    <li> <h3> <a href="/` + scalarRef + `"> Scalar Argument Statistics </a> </h3> </li>
    <li> <h3> <a href="/` + txoperationRef + `"> Transactional Operation Statistics  </a> </h3> </li>
    <li> <h3> <a href="/` + operationRef + `"> Operation Statistics  </a> </h3> </li>
    <li> <h3> <a href="/` + simplifiedMarkovRef + `"> Simplified Markov Chain </a> </h3> </li>
    <li> <h3> <a href="/` + markovRef + `"> Markov Chain </a> </h3> </li>
    </ul>
</body>
</html>
`

MainHtml is the index page.

Variables

This section is empty.

Functions

func FireUpWeb

func FireUpWeb(statsJSON *recorder.StatsJSON, addr string) error

FireUpWeb produces a data model for the recorded markov stats and visualizes with a local web-server.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL