aresdb icon indicating copy to clipboard operation
aresdb copied to clipboard

Logger and metrics in c++ code

Open lucafuji opened this issue 7 years ago • 0 comments

Is your feature request related to a problem? Please describe. Right now inside c++ code we don't have any logging or metric reporting. However, this is very useful. e.g. report gridDim, blockDim, etc.

Describe the solution you'd like One thing we can try is to provide a golang call back to c call

Describe alternatives you've considered Or reimplement the logic in c++

lucafuji avatar Feb 06 '19 22:02 lucafuji