Crates.io | calltrace |
lib.rs | calltrace |
version | 0.1.12 |
source | src |
created_at | 2022-08-18 00:57:56.853489 |
updated_at | 2022-08-21 14:28:33.095728 |
description | A service to structure your call traces (call stacks) |
homepage | |
repository | https://github.com/Celthi/calltrace.git |
max_upload_size | |
id | 647838 |
size | 20,027 |
(Work-in-progress)
A service to structure your call traces (call stacks)
Call traces (stacks) are valuable assets for large programs. In a large program, there are many ways to reach the same function (line). Without contexts, we know little. Those call traces (stacks) are the context that we are looking for.
Persist call stacks into database.
Query persisted call stacks by keyword.
Service to expose those APIs