NAME
WebService::Google::Closure::Type::Stats - Statistics from compilation
ATTRIBUTES
$stats->original_size
Number of bytes of the submitted code.
$stats->compressed_size
Number of bytes of the compiled javascript code.
$stats->original_gzip_size
Number of bytes of the submitted code when compressed with gzip.
$stats->compressed_gzip_size
Number of bytes of the compiled javascript code when compressed with gzip.
$stats->compile_time
Time spent compiling the javascript code.
LICENSE AND COPYRIGHT
Copyright 2010-2011 Magnus Erixzon.
This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.
See http://dev.perl.org/licenses/ for more information.