MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / FB_PLUGIN_ENTRY_POINT

Function FB_PLUGIN_ENTRY_POINT

src/plugins/profiler/Profiler.cpp:1541–1546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1539} // anonymous namespace
1540
1541extern "C" FB_DLL_EXPORT void FB_PLUGIN_ENTRY_POINT(IMaster* master)
1542{
1543 CachedMasterInterface::set(master);
1544 PluginManagerInterfacePtr()->registerPluginFactory(IPluginManager::TYPE_PROFILER, "Default_Profiler", &factory);
1545 getUnloadDetector()->registerMe();
1546}

Callers

nothing calls this directly

Calls 5

getUnloadDetectorFunction · 0.85
setFunction · 0.50
registerPluginFactoryMethod · 0.45
registerMeMethod · 0.45

Tested by

no test coverage detected