1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-21 09:48:47 +02:00
phorge-phorge/src/applications/console
epriestley 7d757483a0 Make everything 1000x or 1000000x slower
Summary:
In the great `pht()` conversion, some strings like "123,456" are now being printed as numbers with "%d". These come out as "123" instead of "123,456".

Use "%s" and "PhutilNumber" to present numbers with comma groupings.

Test Plan:
  - Viewed DarkConsole.
  - Viewed conduit logs.
  - Viewed daemon logs.
  - Grepped for `%d ms` and `%d us`.

Reviewers: btrahan, joshuaspence

Reviewed By: joshuaspence

Subscribers: epriestley

Differential Revision: https://secure.phabricator.com/D12979
2015-05-23 05:36:02 -07:00
..
application Move DarkConsole to an application 2014-10-13 11:17:09 -07:00
controller Use phutil_json_decode instead of json_decode 2015-05-05 20:48:55 +10:00
core Move DarkConsole to an application 2014-10-13 11:17:09 -07:00
plugin Make everything 1000x or 1000000x slower 2015-05-23 05:36:02 -07:00