Skip to content

Commit

Permalink
just call it metric
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Feb 10, 2018
1 parent 972cfc0 commit 80bd976
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Mojolicious/Plugin/DefaultHelpers.pm
Expand Up @@ -501,9 +501,9 @@ helper is EXPERIMENTAL and might change without warning!
=head2 profile->server_timing
$c->profile->server_timing('app');
$c->profile->server_timing('app', 'Some Description');
$c->profile->server_timing('app', 'Some Description', 'foo');
$c->profile->server_timing('metric');
$c->profile->server_timing('metric', 'Some Description');
$c->profile->server_timing('metric', 'Some Description', 'foo');
Create C<Server-Timing> header with or without named timestamp created with
L</"profile-E<gt>start">. Note that this helper is EXPERIMENTAL and might change
Expand Down

0 comments on commit 80bd976

Please sign in to comment.