Skip to content

-Ztime-passes: columns not always seperated #73263

Open
@matthiaskrgr

Description

@matthiaskrgr

Sometimes when compiling code with -Ztime-passes, there is no space between rss column and the pass-name column:

time: 0.001; rss: 110MB	match_checking
time: 0.000; rss: 110MB	liveness_and_intrinsic_checking
time: 0.002; rss: 110MB	misc_checking_2
time: 0.016; rss: 117MB	MIR_borrow_checking
time: 0.000; rss: 117MB	MIR_effect_checking
time: 0.000; rss: 117MB	layout_testing
time: 0.000; rss: 117MB	death_checking
time: 0.000; rss: 117MB	unused_lib_feature_checking
time: 0.000; rss: 117MB	crate_lints
time: 0.000; rss: 117MB	module_lints
time: 0.001; rss: 117MB	lint_checking
time: 0.000; rss: 117MB	privacy_checking_modules
time: 0.003; rss: 117MB	misc_checking_3
time: 0.000; rss: 117MB	monomorphization_collector_root_collections
time: 0.000; rss: 51MBparse_crate
time: 0.000; rss: 51MBattributes_injection
time: 0.000; rss: 54MBrecursion_limit
time: 0.000; rss: 54MBplugin_loading
time: 0.000; rss: 54MBplugin_registration
time: 0.000; rss: 54MBpre_AST_expansion_lint_checks
time: 0.000; rss: 54MBcrate_injection
time: 0.009; rss: 67MBexpand_crate
time: 0.000; rss: 67MBcheck_unused_macros
time: 0.010; rss: 67MBmacro_expand_crate
time: 0.000; rss: 67MBmaybe_building_test_harness
time: 0.000; rss: 67MBAST_validation
time: 0.000; rss: 67MBmaybe_create_a_macro_crate
time: 0.000; rss: 67MBcomplete_gated_feature_checking
time: 0.011; rss: 67MBconfigure_and_expand
time: 0.001; rss: 67MBprepare_outputs
time: 0.000; rss: 67MBhir_lowering
time: 0.000; rss: 67MBearly_lint_checks
time: 0.000; rss: 70MBsetup_global_ctxt
time: 0.000; rss: 70MBdep_graph_tcx_init
time: 0.001; rss: 70MBcreate_global_ctxt
time: 0.000; rss: 72MBlooking_for_entry_point
time: 0.000; rss: 72MBlooking_for_plugin_registrar
time: 0.000; rss: 72MBlooking_for_derive_registrar

rustc 1.46.0-nightly (feb3536eb 2020-06-09) binary: rustc commit-hash: feb3536eba10c2e4585d066629598f03d5ddc7c6 commit-date: 2020-06-09 host: x86_64-unknown-linux-gnu release: 1.46.0-nightly LLVM version: 10.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-self-profileArea: Self-profiling feature of the compilerC-bugCategory: This is a bug.T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions