https://github.com/3noch/threadify
A command-line tool that represents a multithreaded log file with each thread on its own column
https://github.com/3noch/threadify
Last synced: about 1 year ago
JSON representation
A command-line tool that represents a multithreaded log file with each thread on its own column
- Host: GitHub
- URL: https://github.com/3noch/threadify
- Owner: 3noch
- License: mit
- Created: 2014-02-06T16:15:27.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-09-09T01:52:22.000Z (almost 11 years ago)
- Last Synced: 2025-03-25T07:01:59.555Z (about 1 year ago)
- Language: Haskell
- Size: 141 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
threadify
=========
Building
--------
Install [stack](https://github.com/commercialhaskell/stack) and run `stack setup && stack build`.
License
-------
Copyright © Covenant Eyes 2015
This package is licensed under the [MIT license](http://opensource.org/licenses/mit-license.php)
(see `LICENSE`).