https://github.com/grandchild/logdiff
Show time differences in consecutive log entries to see quickly what takes the most time.
https://github.com/grandchild/logdiff
debugging diff log logging time timing
Last synced: 10 months ago
JSON representation
Show time differences in consecutive log entries to see quickly what takes the most time.
- Host: GitHub
- URL: https://github.com/grandchild/logdiff
- Owner: grandchild
- License: cc0-1.0
- Created: 2015-10-07T10:51:43.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-11-19T19:42:33.000Z (over 7 years ago)
- Last Synced: 2025-02-05T11:36:36.317Z (over 1 year ago)
- Topics: debugging, diff, log, logging, time, timing
- Language: JavaScript
- Homepage:
- Size: 356 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

##### [Use it here](https://grandchild.github.io/logDiff)
#### Usage
Paste log into left text field and click outside of it to (re)create diff on right side.
The following time formats are accepted:
| Format | Example |
| :---------- | :---------- |
| `YYYY-MM-DDTHH:mm:ss` | `2015-10-13T15:06:23` |
| `YYYY-MM-DD HH:mm:ss[.SSSS]` | `2015-10-13 15:06:23.466480` or `2015-10-13 15:06:23` |
| `YYYY/MM/DD HH:mm:ss[.SSSS]` | `2015/10/13 15:06:23.466480` or `2015/10/13 15:06:23` |
| `MMM DD HH:mm:ss[.SSSS]` | `Oct 13 15:06:23.466480` (month name locale-specific!) |
| `MMM DD YYYY HH:mm:ss[.SSSS]` | `Oct 13 2015 15:06:23.466480` (month name locale-specific!) |
| `x` (Unix Timestamp) | `1444742497` |