mirror of
https://github.com/wassname/ray.git
synced 2026-09-13 13:02:57 +08:00
Add debug string to raylet (#3317)
* initial debug string * format * wip debug string * fix compile * fix * update * finished * to file * logs dir * use temp root * fix * override
This commit is contained in:
committed by
Philipp Moritz
parent
d10cb570ab
commit
e0bf9d7305
@@ -181,6 +181,11 @@ class ObjectManager : public ObjectManagerInterface {
|
||||
/// to this method.
|
||||
ProfileTableDataT GetAndResetProfilingInfo();
|
||||
|
||||
/// Returns debug string for class.
|
||||
///
|
||||
/// \return string.
|
||||
std::string DebugString() const;
|
||||
|
||||
private:
|
||||
friend class TestObjectManager;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user