Mailinglist Archive: opensuse-bugs (10135 mails)
| < Previous | Next > |
[Bug 537870] download speed seems grossly underestimated
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Thu, 26 Nov 2009 15:32:04 +0000
- Message-id: <20091126153204.0BA64CC7CE@xxxxxxxxxxxxxxxxxxxxxx>
http://bugzilla.novell.com/show_bug.cgi?id=537870
http://bugzilla.novell.com/show_bug.cgi?id=537870#c11
--- Comment #11 from Michael Andres <ma@xxxxxxxxxx> 2009-11-26 15:32:02 UTC ---
(In reply to comment #8)
You can do ByteCount( 3.9 * ByteCount::M.factor() ).
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
http://bugzilla.novell.com/show_bug.cgi?id=537870#c11
--- Comment #11 from Michael Andres <ma@xxxxxxxxxx> 2009-11-26 15:32:02 UTC ---
(In reply to comment #8)
@ma: ByteCount does not have a floating point constructor - "3.9MiBs" would
loose its 0.9 megs if i used ByteCount(3.9, ByteCount::M)
You can do ByteCount( 3.9 * ByteCount::M.factor() ).
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |