Giter VIP home page Giter VIP logo

temporal's Introduction

Temporal

(temporary codename)

Timing Debug Tool

More information will follow soon.

>>> This tool is still in development and is not ready to use! <<<

OpenJDK:
https://openjdk.java.net

OpenJfx setup:

  1. Download JFX - https://gluonhq.com/products/javafx/

  2. unzip it to a desired location

  3. Add an environment variable pointing to the lib directory of the runtime

    Linux / Mac

    export PATH_TO_FX=path/to/javafx-sdk-13/lib
    

    Windows

    set PATH_TO_FX="path\to\javafx-sdk-13\lib"
    

    (Or via extend system settings -> environment variables ui)

You can find more setup details at:

https://openjfx.io/openjfx-docs/

VM options for Temporal Viewer

--module-path ${PATH_TO_FX}
--add-modules=javafx.controls,javafx.fxml

OpenJFX Note:

Make sure to add the required modules, keeping into account transitive dependencies are automatically resolved (for instance, there is no need to add javafx.graphics module, since it is transitively required by the javafx.controls module).

Token Example

Indicator   |Identifier  |Sub Branch |Timestamp     |Type  |Entry Name           |Tags ...
$$temporal$$|c45D67s5D5af|main       |324234234234  |notify|file ready to upload |file transfer  |client
$$temporal$$|c45D67s5D5af|main       |324233436345  |start |upload file          |file transfer  |client
$$temporal$$|c45D67s5D5af|main       |324233436387  |end   |upload file          |file transfer  |client
$$temporal$$|c45D67s5D5af|main       |324233436387  |notify|process received file|file processing|server
  • Indicator don't have to be on the start of the log or console line
  • Values are separated by | and leading and trailing spaces are trimmed
  • If start and end/failed type is used the entry name must be identical

Allowed types

  • Single Entry
    • notify
    • error
    • warn
  • Range Entry
    • start (will start a time range which must be followed by end or fail)
    • end (will mark the time range as successfully completed)
    • fail (will mark the time range as failed)

temporal's People

Contributors

jan5366x avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.