Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KuangjuX/ncu-cli
/ functions
Functions
172 in github.com/KuangjuX/ncu-cli
⨍
Functions
172
◇
Types & classes
24
Function
level_indicator
(value: f64, good: f64, bad: f64)
src/formatter.rs:586
Function
level_indicator
(value: f64, good: f64, bad: f64)
src/report.rs:287
Function
main
()
src/main.rs:114
Method
name
(&self)
src/analyzer/launch_config.rs:8
Method
name
(&self)
src/analyzer/instruction.rs:8
Method
name
(&self)
src/analyzer/occupancy.rs:8
Method
name
(&self)
src/analyzer/warp_stall.rs:12
Method
name
(&self)
src/analyzer/memory.rs:8
Method
name
(&self)
src/analyzer/roofline.rs:49
Function
print_report
(data: &KernelData, findings: &[Finding])
src/report.rs:12
Function
test_analyze_csv_format
()
tests/integration_test.rs:80
Function
test_analyze_json_format
()
tests/integration_test.rs:52
Function
test_analyze_json_has_new_fields
()
tests/integration_test.rs:318
Function
test_analyze_markdown_format
()
tests/integration_test.rs:67
Function
test_analyze_shows_optimization_priorities
()
tests/integration_test.rs:303
Function
test_analyze_shows_stall_reasons
()
tests/integration_test.rs:288
Function
test_analyze_subcommand
()
tests/integration_test.rs:39
Function
test_balanced
()
src/analyzer/roofline.rs:258
Function
test_bank_conflicts_critical
()
src/analyzer/memory.rs:272
Function
test_bank_conflicts_warning
()
src/analyzer/memory.rs:282
Function
test_coalesced_access_no_warning
()
src/analyzer/memory.rs:233
Function
test_compute_bound
()
src/analyzer/roofline.rs:246
Function
test_diff_json
()
tests/integration_test.rs:239
Function
test_diff_same_file
()
tests/integration_test.rs:226
Function
test_dominant_long_scoreboard
()
src/analyzer/warp_stall.rs:185
Function
test_dram_throughput_info_reported
()
src/analyzer/roofline.rs:280
Function
test_export_csv
()
tests/integration_test.rs:272
Function
test_export_json
()
tests/integration_test.rs:258
Function
test_f16_in_name_detected
()
src/analyzer/instruction.rs:200
Function
test_fp16_high_tc_no_warning
()
src/analyzer/instruction.rs:186
Function
test_fp16_low_tc_warns
()
src/analyzer/instruction.rs:178
Function
test_fp16_pipe_detection_without_name
()
src/analyzer/instruction.rs:207
Function
test_good_occupancy_no_warning
()
src/analyzer/occupancy.rs:187
Function
test_healthy_cache_no_warnings
()
src/analyzer/memory.rs:254
Function
test_high_dram_bandwidth
()
src/analyzer/memory.rs:292
Function
test_high_register_usage
()
src/analyzer/launch_config.rs:237
Function
test_info_json
()
tests/integration_test.rs:111
Function
test_info_subcommand
()
tests/integration_test.rs:97
Function
test_latency_bound
()
src/analyzer/roofline.rs:264
Function
test_legacy_input_flag_runs_successfully
()
tests/integration_test.rs:12
Function
test_low_eligible_warps
()
src/analyzer/warp_stall.rs:195
Function
test_low_l1_hit_rate
()
src/analyzer/memory.rs:240
Function
test_low_l2_hit_rate
()
src/analyzer/memory.rs:247
Function
test_low_occupancy_warning
()
src/analyzer/occupancy.rs:178
Function
test_lsu_dominated_instruction_mix
()
src/analyzer/instruction.rs:233
Function
test_memory_bound
()
src/analyzer/roofline.rs:252
Function
test_memory_bound_has_sublevel
()
src/analyzer/roofline.rs:270
Function
test_memory_sublevel_l2_bound
()
src/analyzer/roofline.rs:292
Function
test_minor_stalls_ignored
()
src/analyzer/warp_stall.rs:211
Function
test_missing_file_returns_error
()
tests/integration_test.rs:342
Function
test_no_args_shows_help
()
tests/integration_test.rs:357
Function
test_no_divergence_when_close
()
src/analyzer/instruction.rs:224
Function
test_no_issues_balanced
()
src/analyzer/launch_config.rs:246
Function
test_no_spill_no_critical
()
src/analyzer/occupancy.rs:171
Function
test_no_stall_data
()
src/analyzer/warp_stall.rs:204
Function
test_non_fp16_kernel_no_warning
()
src/analyzer/instruction.rs:193
Function
test_parse_arch_sm
()
src/parser.rs:182
Function
test_register_limited
()
src/analyzer/launch_config.rs:228
Function
test_register_spill_critical
()
src/analyzer/occupancy.rs:162
Function
test_skill_list
()
tests/integration_test.rs:160
Function
test_skill_run_launch_config
()
tests/integration_test.rs:200
Function
test_skill_run_roofline
()
tests/integration_test.rs:178
Function
test_skill_run_unknown
()
tests/integration_test.rs:210
Function
test_skill_run_warp_stall
()
tests/integration_test.rs:190
Function
test_store_uncoalesced
()
src/analyzer/memory.rs:261
Function
test_strip_sample_suffix
()
src/parser.rs:175
Function
test_summary_json
()
tests/integration_test.rs:142
Function
test_summary_subcommand
()
tests/integration_test.rs:130
Function
test_thread_divergence_detected
()
src/analyzer/instruction.rs:215
Function
test_uncoalesced_access_detected
()
src/analyzer/memory.rs:226
Function
truncate_name
(name: &str, max_len: usize)
src/formatter.rs:596
Function
truncate_name
(name: &str, max_len: usize)
src/report.rs:297
← previous
101–172 of 172, ranked by callers