Skip to content

Current code converts via integer division which causes data loss; this patch corrects this

michael.beasley@hostdime.com requested to merge patch-2 into master

Update parse.py to ns_to_ms and kb_to_mb constants are floating point numbers to ensure floating point rather than integer division occurs when performing conversions.

Merge request reports