Ben Baoyi
|
9ff7670adf
|
refactor:remove common_error::prelude (#1946)
* feat:Remove common_error::prelude
* fix merge error
* cr comment
* fix error
|
2023-07-13 10:36:36 +08:00 |
|
LFC
|
fcff66e039
|
chore: deny unused results (#1825)
* chore: deny unused results
* rebase
|
2023-06-27 15:33:53 +08:00 |
|
Yingwen
|
5b8e54e60e
|
feat: Add HTTP API for cpu profiling (#1694)
* chore: print source error in mem-prof
* feat(common-pprof): add pprof crate
* feat(servers): Add pprof handler to router
refactor the mem_prof handler to avoid checking feature while
registering router
* feat(servers): pprof handler support different output type
* docs(common-pprof): Add readme
* feat(common-pprof): Build guard using code in pprof-rs's example
* feat(common-pprof): use prost
* feat: don't add timeout to perf api
* feat: add feature pprof
* feat: update readme
* test: fix tests
* feat: close region in TestBase
* feat(pprof): addres comments
|
2023-06-07 15:25:16 +08:00 |
|
Ruihang Xia
|
da66138e80
|
refactor(error): remove backtrace, and introduce call-site location for debugging (#1329)
* wip: global replace
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix compile
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix warnings
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* remove unneeded tests of errors
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix ErrorExt trait implementator
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix warnings
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix format
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
* fix pyo3 tests
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
---------
Signed-off-by: Ruihang Xia <waynestxia@gmail.com>
|
2023-04-06 04:06:00 +00:00 |
|
Lei, HUANG
|
757b4a87a0
|
fix: remove profile in mem-prof crate to suppress compiler warnings (#1146)
|
2023-03-09 03:39:24 +00:00 |
|
Lei, HUANG
|
a4c01f4a3a
|
feat: memory profiling (#1124)
* feat: use jemalloc as default allocator
* feat: add feature for mem-prof
* feat: add errors
* make common-mem-prof optional dep
* fix: toml format
* doc: add profile doc
* fix: typo
|
2023-03-07 17:12:51 +08:00 |
|