Crates.io | profiler-get-symbols |
lib.rs | profiler-get-symbols |
version | 0.16.1 |
source | src |
created_at | 2020-05-28 20:45:20.65913 |
updated_at | 2022-07-14 18:37:14.835934 |
description | Symbolication utilities for the Firefox profiler. |
homepage | https://github.com/mstange/profiler-get-symbols/ |
repository | https://github.com/mstange/profiler-get-symbols/ |
max_upload_size | |
id | 247150 |
size | 183,777 |
This is the "library" part of the profiler-get-symbols
workspace.
This crate exposes three functions: get_compact_symbol_table
, get_symbolication_result
and query_api
. These functions allow various consumers to obtain symbol information.
Please check the full repo for details.