Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
rename boomerang first byte time to boomr_fb since boomr_lat suggeste…
Browse files Browse the repository at this point in the history
…d it was only the latency of loading boomerang
  • Loading branch information
bluesmoon committed Mar 30, 2012
1 parent a13f67a commit 274e715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boomerang.js
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ BOOMR.plugins.RT = {
this.endTimer('boomerang', BOOMR.t_end); // t_end === null defaults to current time

// How long did it take till Boomerang started
this.endTimer('boomr_lat', BOOMR.t_start);
this.endTimer('boomr_fb', BOOMR.t_start);
}

return this;
Expand Down

0 comments on commit 274e715

Please sign in to comment.