mirror of
https://github.com/Myriad-Dreamin/tinymist.git
synced 2025-07-24 13:13:43 +00:00
feat: show performance statistics in summary page (#743)
This commit is contained in:
parent
15785f1deb
commit
c798d3037e
13 changed files with 505 additions and 86 deletions
|
@ -229,7 +229,7 @@ mod polymorphic {
|
|||
pub root: Option<PathBuf>,
|
||||
pub font_paths: Vec<PathBuf>,
|
||||
pub inputs: Dict,
|
||||
pub estimated_memory_usage: HashMap<String, usize>,
|
||||
pub stats: HashMap<String, String>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Copy, PartialEq, Eq, Hash)]
|
||||
|
@ -240,7 +240,7 @@ mod polymorphic {
|
|||
ContextFreeUnique,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
#[derive(Debug, Clone, strum::IntoStaticStr)]
|
||||
pub enum CompilerQueryRequest {
|
||||
OnExport(OnExportRequest),
|
||||
Hover(HoverRequest),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue