Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/graph-learn
/ UninitGoogleLogging
Function
UninitGoogleLogging
graphlearn/src/common/base/log.cc:39–46 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
void UninitGoogleLogging() {
40
if (!_is_google_logging_initialized) {
41
return;
42
}
43
_is_google_logging_initialized = false;
44
45
::google::ShutdownGoogleLogging();
46
}
47
48
49
void Log(const char* msg) {
Callers
14
~ThreadDagSchedulerTest
Method · 0.50
~EdgeLoaderTest
Method · 0.50
~NodeLoaderTest
Method · 0.50
~AggregationOpTest
Method · 0.50
~GraphOpTest
Method · 0.50
~GraphStorageTest
Method · 0.50
~NodeStorageTest
Method · 0.50
~GraphStoreTest
Method · 0.50
~ServerImpl
Method · 0.50
~GraphRequestTest
Method · 0.50
~AggregatingRequestTest
Method · 0.50
~LocalFSTest
Method · 0.50
Calls
no outgoing calls
Tested by
13
~ThreadDagSchedulerTest
Method · 0.40
~EdgeLoaderTest
Method · 0.40
~NodeLoaderTest
Method · 0.40
~AggregationOpTest
Method · 0.40
~GraphOpTest
Method · 0.40
~GraphStorageTest
Method · 0.40
~NodeStorageTest
Method · 0.40
~GraphStoreTest
Method · 0.40
~GraphRequestTest
Method · 0.40
~AggregatingRequestTest
Method · 0.40
~LocalFSTest
Method · 0.40
~EnvTest
Method · 0.40