Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

display thousand separator (can be turned off) #31

Merged
merged 1 commit into from
Jan 21, 2015

Conversation

tessus
Copy link
Contributor

@tessus tessus commented Jan 21, 2015

if you have millions or billions of cache hits, the number is hard to read without a thousand separator
this patch will print all integers with a thousand separator

can be turned off by changing line 3 from
define('THOUSAND_SEPARATOR',true);
to
define('THOUSAND_SEPARATOR',false);

if you have millions or billions of cache hits, the number is hard to read without a thousand separator
this patch will print all integers with a thousand separator

can be turned off by changing line 3 from
define('THOUSAND_SEPARATOR',true);
to
define('THOUSAND_SEPARATOR',false);
rlerdorf added a commit that referenced this pull request Jan 21, 2015
display thousand separator (can be turned off)
@rlerdorf rlerdorf merged commit a024341 into rlerdorf:master Jan 21, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants