Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anp/lolbench
/ functions
Functions
2,136 in github.com/anp/lolbench
⨍
Functions
2,136
◇
Types & classes
299
↓ 3 callers
Method
set_pitch
Changes the pitch of the camera (rotation around X, left to right, axis).
benches/doom_9e197d7/src/game/camera.rs:90
↓ 3 callers
Method
set_position
Moves the camera with to an absolute position.
benches/doom_9e197d7/src/game/camera.rs:104
↓ 3 callers
Method
sky_buffer
(&mut self)
benches/doom_9e197d7/src/gfx/scene.rs:183
↓ 3 callers
Method
sweep_sphere
(&self, sphere: &Sphere, vel: &Vec3f)
benches/doom_9e197d7/src/game/world.rs:28
↓ 3 callers
Method
sync_down
(&mut self)
src/storage.rs:262
↓ 3 callers
Method
target_dir
(&self)
src/run_plan.rs:82
↓ 3 callers
Method
update
(&mut self)
benches/doom_9e197d7/src/game/ctrl.rs:68
↓ 3 callers
Method
volume
(&self)
benches/doom_9e197d7/src/game/level.rs:78
↓ 3 callers
Method
width
(&self)
benches/doom_9e197d7/src/wad/image.rs:219
↓ 3 callers
Method
write_str
(&mut self, s: &str)
benches/json_benchmark_c7d3d9b/src/adapter.rs:12
↓ 2 callers
Method
abs_path
(&self, data_dir: &Path)
src/storage.rs:334
↓ 2 callers
Method
all_stored_estimates
( &self, )
src/storage.rs:29
↓ 2 callers
Function
app
Build a clap application parameterized by usage strings. The function given should take a clap argument name and return a help string. `app` will pan
benches/clap_2_31_2/src/_05_ripgrep.rs:343
↓ 2 callers
Method
as_uniform_value
(&self)
benches/doom_9e197d7/src/shims/glium/src/lib.rs:261
↓ 2 callers
Method
batch_commit
( &mut self, toolchain: &Toolchain, results: &mut Vec<(bool, RunPlan, Option<String>)>
src/collector.rs:50
↓ 2 callers
Method
benches
(&self)
marky_mark/src/lib.rs:212
↓ 2 callers
Method
build_texture_atlas
(&'a self, names_iter: T)
benches/doom_9e197d7/src/wad/tex.rs:155
↓ 2 callers
Function
build_website
( data_dir: impl AsRef<Path>, output_dir: impl AsRef<Path>, publish: bool, )
src/website.rs:9
↓ 2 callers
Method
camera
(&self)
benches/doom_9e197d7/src/game/player.rs:261
↓ 2 callers
Method
children
(&mut self, node: &WadNode, partition: Line2f)
benches/doom_9e197d7/src/wad/visitor.rs:193
↓ 2 callers
Function
clamp
(value: T, (limit_min, limit_max): (T, T))
benches/doom_9e197d7/src/game/player.rs:270
↓ 2 callers
Function
clear_stride
(slice: &mut [bool], from: usize, stride: usize)
benches/rayon_1_0_0/src/sieve/mod.rs:123
↓ 2 callers
Method
commit
(&self, msg: &str)
src/storage.rs:144
↓ 2 callers
Function
compress
( r: &mut InputType, w: &mut OutputType, buffer_size: usize, params: &brotli::enc::BrotliEncod
benches/brotli_1_1_3/src/lib.rs:110
↓ 2 callers
Method
cross
(&self, other: Vec3)
benches/raytrace_8de9020/src/vec.rs:22
↓ 2 callers
Function
decompress
( r: &mut InputType, w: &mut OutputType, buffer_size: usize, )
benches/brotli_1_1_3/src/lib.rs:84
↓ 2 callers
Function
end_to_end_test
(crate_name: &str, bench_name: &str)
src/lib.rs:93
↓ 2 callers
Method
ensure_persisted
(self, store: &mut GitStore)
src/storage.rs:375
↓ 2 callers
Method
exec
(self)
src/main.rs:146
↓ 2 callers
Method
existing_binary_hash
Checks to see if we've previously built a binary for this exact RunPlan and stored its hash.
src/collector.rs:191
↓ 2 callers
Method
existing_estimates
Check to see if we have already have measurements for this benchmark.
src/collector.rs:230
↓ 2 callers
Function
exit_if_needed
()
src/signal.rs:8
↓ 2 callers
Method
find_thing
(&self, thing_type: ThingType)
benches/doom_9e197d7/src/wad/meta.rs:97
↓ 2 callers
Method
flats_buffer
(&mut self)
benches/doom_9e197d7/src/gfx/scene.rs:187
↓ 2 callers
Function
get_benches
(runner: Option<&str>)
src/registry.rs:16
↓ 2 callers
Method
get_height
(&self)
benches/doom_9e197d7/src/shims/glium/src/lib.rs:209
↓ 2 callers
Method
get_mut
(&mut self, _index: usize)
benches/doom_9e197d7/src/math/vector.rs:193
↓ 2 callers
Method
get_width
(&self)
benches/doom_9e197d7/src/shims/glium/src/lib.rs:205
↓ 2 callers
Method
height
(&self)
benches/doom_9e197d7/src/wad/image.rs:223
↓ 2 callers
Function
join8
( f1: F1, f2: F2, f3: F3, f4: F4, f5: F5, f6: F6, f7: F7, f8: F8, )
benches/rayon_1_0_0/src/matmul/mod.rs:139
↓ 2 callers
Method
level_name
(&self, level_index: usize)
benches/doom_9e197d7/src/wad/archive.rs:90
↓ 2 callers
Function
light_to_f32
(level: LightLevel)
benches/doom_9e197d7/src/wad/light.rs:107
↓ 2 callers
Method
link_child
(&mut self, child: Child, branch: Branch)
benches/doom_9e197d7/src/game/world.rs:80
↓ 2 callers
Function
matmulz
Multiply two square power of two matrices, given in Z-order.
benches/rayon_1_0_0/src/matmul/mod.rs:175
↓ 2 callers
Method
maybe_with_shielded
(&mut self, f: F)
src/cpu_shield.rs:62
↓ 2 callers
Method
min_elapsed
(self)
benches/json_benchmark_c7d3d9b/src/timer.rs:49
↓ 2 callers
Method
next_generation
(&self)
benches/rayon_1_0_0/src/life/mod.rs:66
↓ 2 callers
Function
next_velocity
Compute next velocity of `prev`
benches/rayon_1_0_0/src/nbody/nbody.rs:163
↓ 2 callers
Method
node
(&mut self, id: ChildId, branch: Branch)
benches/doom_9e197d7/src/wad/visitor.rs:172
↓ 2 callers
Function
ordered_atlas_entries
( animations: &'b [Vec<WadName>], image_lookup: L, names_iter: N, )
benches/doom_9e197d7/src/wad/tex.rs:395
↓ 2 callers
Method
pack
(self)
benches/doom_9e197d7/src/game/world.rs:239
↓ 2 callers
Method
parallel_next_generation
(&self)
benches/rayon_1_0_0/src/life/mod.rs:74
↓ 2 callers
Function
parse_child_id
(id: ChildId)
benches/doom_9e197d7/src/wad/util.rs:40
↓ 2 callers
Function
partition_line
(node: &WadNode)
benches/doom_9e197d7/src/wad/visitor.rs:688
↓ 2 callers
Method
point_at_parameter
(&self, t: f32)
benches/raytrace_8de9020/src/vec.rs:140
↓ 2 callers
Method
poll_analog2d
(&self, motion: &Analog2d)
benches/doom_9e197d7/src/game/ctrl.rs:134
↓ 2 callers
Function
polygon_center
(points: &[Vec2f])
benches/doom_9e197d7/src/wad/visitor.rs:722
↓ 2 callers
Method
position
Returns the world coordinates of the camera.
benches/doom_9e197d7/src/game/camera.rs:63
↓ 2 callers
Function
random_in_unit_disc
(rng: &mut XorShiftRng)
benches/raytrace_8de9020/src/vec.rs:113
↓ 2 callers
Function
random_in_unit_sphere
(rng: &mut XorShiftRng)
benches/raytrace_8de9020/src/vec.rs:104
↓ 2 callers
Function
read_utf8_file
(path: &Path, into: &mut String)
benches/doom_9e197d7/src/gfx/scene.rs:524
↓ 2 callers
Function
reflect
(v: Vec3, n: Vec3)
benches/raytrace_8de9020/src/materials.rs:29
↓ 2 callers
Function
rmatsub
(src: &[f32], dest: &mut [f32])
benches/rayon_1_0_0/src/matmul/mod.rs:307
↓ 2 callers
Function
rmerge
Merge sorted inputs a and b, putting result in dest. Note: `a` and `b` have type `&mut [T]` and not `&[T]` because we do not want to require a `T: Sy
benches/rayon_1_0_0/src/mergesort/mod.rs:61
↓ 2 callers
Function
rsort_into
Sort src, putting the result into dest.
benches/rayon_1_0_0/src/mergesort/mod.rs:42
↓ 2 callers
Function
rtmp_sub
(a: &[f32], b: &[f32])
benches/rayon_1_0_0/src/matmul/mod.rs:293
↓ 2 callers
Method
run
(self)
src/main.rs:31
↓ 2 callers
Method
run
Run a planned benchmark from before it has been built through to storing its results in the data directory. As optimizations, this may not actually b
src/collector.rs:255
↓ 2 callers
Method
sector_at
(&self, pos: &Vec2f)
benches/doom_9e197d7/src/wad/visitor.rs:557
↓ 2 callers
Method
seg_sector
(&self, seg: &WadSeg)
benches/doom_9e197d7/src/wad/level.rs:104
↓ 2 callers
Method
seg_vertices
(&self, seg: &WadSeg)
benches/doom_9e197d7/src/wad/level.rs:76
↓ 2 callers
Function
seq_sort_into
Sort src, putting the result into dest.
benches/rayon_1_0_0/src/mergesort/mod.rs:159
↓ 2 callers
Method
set_relative_mouse_mode
(&self, _: bool)
benches/doom_9e197d7/src/shims/sdl2/src/lib.rs:70
↓ 2 callers
Method
set_roll
Changes the roll of the camera (rotation around Z, back to front, axis).
benches/doom_9e197d7/src/game/camera.rs:97
↓ 2 callers
Method
sidedef_sector
(&self, sidedef: &WadSidedef)
benches/doom_9e197d7/src/wad/level.rs:128
↓ 2 callers
Function
sieve_serial
Sieve odd integers for primes < max.
benches/rayon_1_0_0/src/sieve/mod.rs:41
↓ 2 callers
Method
ssector
(&self, index: usize)
benches/doom_9e197d7/src/wad/level.rs:132
↓ 2 callers
Method
ssector_segs
(&self, ssector: &WadSubsector)
benches/doom_9e197d7/src/wad/level.rs:136
↓ 2 callers
Method
start
(&'a mut self)
benches/json_benchmark_c7d3d9b/src/timer.rs:41
↓ 2 callers
Method
status
(&mut self)
src/cpu_shield.rs:121
↓ 2 callers
Method
stop
(&mut self)
benches/json_benchmark_c7d3d9b/src/timer.rs:61
↓ 2 callers
Function
strassen_add_mul
(a1: &[f32], a2: &[f32], b: &[f32])
benches/rayon_1_0_0/src/matmul/mod.rs:260
↓ 2 callers
Function
strassen_sub_add_mul
(a1: &[f32], a2: &[f32], b1: &[f32], b2: &[f32])
benches/rayon_1_0_0/src/matmul/mod.rs:253
↓ 2 callers
Function
strassen_sub_mul
(b1: &[f32], b2: &[f32], a: &[f32])
benches/rayon_1_0_0/src/matmul/mod.rs:267
↓ 2 callers
Function
strassen_sum
(a: &[f32], b: &[f32], dest: &mut [f32])
benches/rayon_1_0_0/src/matmul/mod.rs:281
↓ 2 callers
Function
strassen_sum_sub
(a: &[f32], b: &[f32], c: &[f32], s: &[f32], dest: &mut [f32])
benches/rayon_1_0_0/src/matmul/mod.rs:274
↓ 2 callers
Method
strip
(&mut self)
marky_mark/src/lib.rs:64
↓ 2 callers
Method
successor_cell
(&self, cell: usize)
benches/rayon_1_0_0/src/life/mod.rs:103
↓ 2 callers
Method
tiled_band_size
(&mut self, size: f32)
benches/doom_9e197d7/src/gfx/scene.rs:199
↓ 2 callers
Method
update
(&mut self, benchmark: &Benchmark)
marky_mark/src/lib.rs:216
↓ 2 callers
Function
update_chunk
Update a chunk with low primes
benches/rayon_1_0_0/src/sieve/mod.rs:99
↓ 2 callers
Method
vertex
(&self, id: VertexId)
benches/doom_9e197d7/src/wad/level.rs:66
↓ 2 callers
Method
visit_bsp_node_end
(&mut self)
benches/doom_9e197d7/src/wad/visitor.rs:918
↓ 2 callers
Function
with_contrast
(light_info: &LightInfo, contrast: Contrast)
benches/doom_9e197d7/src/wad/light.rs:76
↓ 2 callers
Function
write_if_changed
(file_contents: &str, test_path: &Path)
marky_mark/src/lib.rs:152
↓ 2 callers
Method
y
(&self)
benches/raytrace_8de9020/src/vec.rs:11
↓ 1 callers
Method
absorg
Like absorb, but a typo that's fun.
marky_mark/src/lib.rs:123
↓ 1 callers
Method
all_of_em
(&self)
src/lib.rs:193
↓ 1 callers
Method
aspect_ratio
(&self)
benches/doom_9e197d7/src/gfx/window.rs:53
↓ 1 callers
Method
at_offset
(&self, offset: T)
benches/doom_9e197d7/src/math/line.rs:51
← previous
next →
101–200 of 2,136, ranked by callers