* The returned ProfilerPointConfig has a default name set to the URL of
* this driver,
*/
public ProfilerPointConfig createProfilerPoint()
{
ProfilerPointConfig profilerPointConfig = new ProfilerPointConfig();
profilerPointConfig.setName(getURL());
profilerPointConfig.setCategorizing(true);
return profilerPointConfig;
}