Skip to content

Commit

Permalink
requested by stanaka
Browse files Browse the repository at this point in the history
  • Loading branch information
Wakaba committed Feb 19, 2013
1 parent c051767 commit 8021192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Devel/KYTProf/Logger/LTSV.pm
Expand Up @@ -12,7 +12,7 @@ sub log {
my ($class, %args) = @_;

print join "\t", map { $_->[0] . ':' . _escape $_->[1] }
[time => $args{time}],
[runtime => $args{time}],
[operation_class => $args{module}],
[operation_method => $args{method}],
[caller_package => $args{package}],
Expand Down

0 comments on commit 8021192

Please sign in to comment.