Skip to content

Commit

Permalink
Merge pull request #99 from basho/feature/stats2
Browse files Browse the repository at this point in the history
Feature/stats2
  • Loading branch information
shino committed Jul 24, 2015
2 parents 84a86aa + 9aaf541 commit b61d219
Show file tree
Hide file tree
Showing 8 changed files with 229 additions and 622 deletions.
10 changes: 10 additions & 0 deletions include/stanchion.hrl
Expand Up @@ -88,3 +88,13 @@
-define(MD_ACL, <<"X-Moss-Acl">>).
-define(MD_POLICY, <<"X-Rcs-Policy">>).
-define(MD_BAG, <<"X-Rcs-Bag">>).

-define(TURNAROUND_TIME(Call),
begin
StartTime_____tat = os:timestamp(),
Result_____tat = (Call),
EndTime_____tat = os:timestamp(),
{Result_____tat,
timer:now_diff(EndTime_____tat,
StartTime_____tat)}
end).
346 changes: 0 additions & 346 deletions src/stanchion_manifest_fsm.erl

This file was deleted.

0 comments on commit b61d219

Please sign in to comment.