Page Speed Optimization Libraries
1.7.30.1
|
#include "critical_line_info_finder.h"
Public Member Functions | |
CriticalLineInfoFinder (const PropertyCache::Cohort *cohort) | |
const PropertyCache::Cohort * | cohort () const |
Returns the cohort in pcache which stores the critical line info. | |
const CriticalLineInfo * | GetCriticalLine (RewriteDriver *driver) |
Populates the critical line information in the driver and return it. | |
Static Public Attributes | |
static const char | kCriticalLineInfoPropertyName [] |
The instantiated CriticalLineInfoFinder is held by ServerContext, meaning there is only 1 per server. The RewriteDriver's critical_line_info is the actual information.