MCPcopy Create free account

hub / github.com/anp/lolbench / functions

Functions2,136 in github.com/anp/lolbench

↓ 3 callersMethodset_pitch
Changes the pitch of the camera (rotation around X, left to right, axis).
benches/doom_9e197d7/src/game/camera.rs:90
↓ 3 callersMethodset_position
Moves the camera with to an absolute position.
benches/doom_9e197d7/src/game/camera.rs:104
↓ 3 callersMethodsky_buffer
(&mut self)
benches/doom_9e197d7/src/gfx/scene.rs:183
↓ 3 callersMethodsweep_sphere
(&self, sphere: &Sphere, vel: &Vec3f)
benches/doom_9e197d7/src/game/world.rs:28
↓ 3 callersMethodsync_down
(&mut self)
src/storage.rs:262
↓ 3 callersMethodtarget_dir
(&self)
src/run_plan.rs:82
↓ 3 callersMethodupdate
(&mut self)
benches/doom_9e197d7/src/game/ctrl.rs:68
↓ 3 callersMethodvolume
(&self)
benches/doom_9e197d7/src/game/level.rs:78
↓ 3 callersMethodwidth
(&self)
benches/doom_9e197d7/src/wad/image.rs:219
↓ 3 callersMethodwrite_str
(&mut self, s: &str)
benches/json_benchmark_c7d3d9b/src/adapter.rs:12
↓ 2 callersMethodabs_path
(&self, data_dir: &Path)
src/storage.rs:334
↓ 2 callersMethodall_stored_estimates
( &self, )
src/storage.rs:29
↓ 2 callersFunctionapp
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 callersMethodas_uniform_value
(&self)
benches/doom_9e197d7/src/shims/glium/src/lib.rs:261
↓ 2 callersMethodbatch_commit
( &mut self, toolchain: &Toolchain, results: &mut Vec<(bool, RunPlan, Option<String>)>
src/collector.rs:50
↓ 2 callersMethodbenches
(&self)
marky_mark/src/lib.rs:212
↓ 2 callersMethodbuild_texture_atlas
(&'a self, names_iter: T)
benches/doom_9e197d7/src/wad/tex.rs:155
↓ 2 callersFunctionbuild_website
( data_dir: impl AsRef<Path>, output_dir: impl AsRef<Path>, publish: bool, )
src/website.rs:9
↓ 2 callersMethodcamera
(&self)
benches/doom_9e197d7/src/game/player.rs:261
↓ 2 callersMethodchildren
(&mut self, node: &WadNode, partition: Line2f)
benches/doom_9e197d7/src/wad/visitor.rs:193
↓ 2 callersFunctionclamp
(value: T, (limit_min, limit_max): (T, T))
benches/doom_9e197d7/src/game/player.rs:270
↓ 2 callersFunctionclear_stride
(slice: &mut [bool], from: usize, stride: usize)
benches/rayon_1_0_0/src/sieve/mod.rs:123
↓ 2 callersMethodcommit
(&self, msg: &str)
src/storage.rs:144
↓ 2 callersFunctioncompress
( r: &mut InputType, w: &mut OutputType, buffer_size: usize, params: &brotli::enc::BrotliEncod
benches/brotli_1_1_3/src/lib.rs:110
↓ 2 callersMethodcross
(&self, other: Vec3)
benches/raytrace_8de9020/src/vec.rs:22
↓ 2 callersFunctiondecompress
( r: &mut InputType, w: &mut OutputType, buffer_size: usize, )
benches/brotli_1_1_3/src/lib.rs:84
↓ 2 callersFunctionend_to_end_test
(crate_name: &str, bench_name: &str)
src/lib.rs:93
↓ 2 callersMethodensure_persisted
(self, store: &mut GitStore)
src/storage.rs:375
↓ 2 callersMethodexec
(self)
src/main.rs:146
↓ 2 callersMethodexisting_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 callersMethodexisting_estimates
Check to see if we have already have measurements for this benchmark.
src/collector.rs:230
↓ 2 callersFunctionexit_if_needed
()
src/signal.rs:8
↓ 2 callersMethodfind_thing
(&self, thing_type: ThingType)
benches/doom_9e197d7/src/wad/meta.rs:97
↓ 2 callersMethodflats_buffer
(&mut self)
benches/doom_9e197d7/src/gfx/scene.rs:187
↓ 2 callersFunctionget_benches
(runner: Option<&str>)
src/registry.rs:16
↓ 2 callersMethodget_height
(&self)
benches/doom_9e197d7/src/shims/glium/src/lib.rs:209
↓ 2 callersMethodget_mut
(&mut self, _index: usize)
benches/doom_9e197d7/src/math/vector.rs:193
↓ 2 callersMethodget_width
(&self)
benches/doom_9e197d7/src/shims/glium/src/lib.rs:205
↓ 2 callersMethodheight
(&self)
benches/doom_9e197d7/src/wad/image.rs:223
↓ 2 callersFunctionjoin8
( 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 callersMethodlevel_name
(&self, level_index: usize)
benches/doom_9e197d7/src/wad/archive.rs:90
↓ 2 callersFunctionlight_to_f32
(level: LightLevel)
benches/doom_9e197d7/src/wad/light.rs:107
↓ 2 callersMethodlink_child
(&mut self, child: Child, branch: Branch)
benches/doom_9e197d7/src/game/world.rs:80
↓ 2 callersFunctionmatmulz
Multiply two square power of two matrices, given in Z-order.
benches/rayon_1_0_0/src/matmul/mod.rs:175
↓ 2 callersMethodmaybe_with_shielded
(&mut self, f: F)
src/cpu_shield.rs:62
↓ 2 callersMethodmin_elapsed
(self)
benches/json_benchmark_c7d3d9b/src/timer.rs:49
↓ 2 callersMethodnext_generation
(&self)
benches/rayon_1_0_0/src/life/mod.rs:66
↓ 2 callersFunctionnext_velocity
Compute next velocity of `prev`
benches/rayon_1_0_0/src/nbody/nbody.rs:163
↓ 2 callersMethodnode
(&mut self, id: ChildId, branch: Branch)
benches/doom_9e197d7/src/wad/visitor.rs:172
↓ 2 callersFunctionordered_atlas_entries
( animations: &'b [Vec<WadName>], image_lookup: L, names_iter: N, )
benches/doom_9e197d7/src/wad/tex.rs:395
↓ 2 callersMethodpack
(self)
benches/doom_9e197d7/src/game/world.rs:239
↓ 2 callersMethodparallel_next_generation
(&self)
benches/rayon_1_0_0/src/life/mod.rs:74
↓ 2 callersFunctionparse_child_id
(id: ChildId)
benches/doom_9e197d7/src/wad/util.rs:40
↓ 2 callersFunctionpartition_line
(node: &WadNode)
benches/doom_9e197d7/src/wad/visitor.rs:688
↓ 2 callersMethodpoint_at_parameter
(&self, t: f32)
benches/raytrace_8de9020/src/vec.rs:140
↓ 2 callersMethodpoll_analog2d
(&self, motion: &Analog2d)
benches/doom_9e197d7/src/game/ctrl.rs:134
↓ 2 callersFunctionpolygon_center
(points: &[Vec2f])
benches/doom_9e197d7/src/wad/visitor.rs:722
↓ 2 callersMethodposition
Returns the world coordinates of the camera.
benches/doom_9e197d7/src/game/camera.rs:63
↓ 2 callersFunctionrandom_in_unit_disc
(rng: &mut XorShiftRng)
benches/raytrace_8de9020/src/vec.rs:113
↓ 2 callersFunctionrandom_in_unit_sphere
(rng: &mut XorShiftRng)
benches/raytrace_8de9020/src/vec.rs:104
↓ 2 callersFunctionread_utf8_file
(path: &Path, into: &mut String)
benches/doom_9e197d7/src/gfx/scene.rs:524
↓ 2 callersFunctionreflect
(v: Vec3, n: Vec3)
benches/raytrace_8de9020/src/materials.rs:29
↓ 2 callersFunctionrmatsub
(src: &[f32], dest: &mut [f32])
benches/rayon_1_0_0/src/matmul/mod.rs:307
↓ 2 callersFunctionrmerge
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 callersFunctionrsort_into
Sort src, putting the result into dest.
benches/rayon_1_0_0/src/mergesort/mod.rs:42
↓ 2 callersFunctionrtmp_sub
(a: &[f32], b: &[f32])
benches/rayon_1_0_0/src/matmul/mod.rs:293
↓ 2 callersMethodrun
(self)
src/main.rs:31
↓ 2 callersMethodrun
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 callersMethodsector_at
(&self, pos: &Vec2f)
benches/doom_9e197d7/src/wad/visitor.rs:557
↓ 2 callersMethodseg_sector
(&self, seg: &WadSeg)
benches/doom_9e197d7/src/wad/level.rs:104
↓ 2 callersMethodseg_vertices
(&self, seg: &WadSeg)
benches/doom_9e197d7/src/wad/level.rs:76
↓ 2 callersFunctionseq_sort_into
Sort src, putting the result into dest.
benches/rayon_1_0_0/src/mergesort/mod.rs:159
↓ 2 callersMethodset_relative_mouse_mode
(&self, _: bool)
benches/doom_9e197d7/src/shims/sdl2/src/lib.rs:70
↓ 2 callersMethodset_roll
Changes the roll of the camera (rotation around Z, back to front, axis).
benches/doom_9e197d7/src/game/camera.rs:97
↓ 2 callersMethodsidedef_sector
(&self, sidedef: &WadSidedef)
benches/doom_9e197d7/src/wad/level.rs:128
↓ 2 callersFunctionsieve_serial
Sieve odd integers for primes < max.
benches/rayon_1_0_0/src/sieve/mod.rs:41
↓ 2 callersMethodssector
(&self, index: usize)
benches/doom_9e197d7/src/wad/level.rs:132
↓ 2 callersMethodssector_segs
(&self, ssector: &WadSubsector)
benches/doom_9e197d7/src/wad/level.rs:136
↓ 2 callersMethodstart
(&'a mut self)
benches/json_benchmark_c7d3d9b/src/timer.rs:41
↓ 2 callersMethodstatus
(&mut self)
src/cpu_shield.rs:121
↓ 2 callersMethodstop
(&mut self)
benches/json_benchmark_c7d3d9b/src/timer.rs:61
↓ 2 callersFunctionstrassen_add_mul
(a1: &[f32], a2: &[f32], b: &[f32])
benches/rayon_1_0_0/src/matmul/mod.rs:260
↓ 2 callersFunctionstrassen_sub_add_mul
(a1: &[f32], a2: &[f32], b1: &[f32], b2: &[f32])
benches/rayon_1_0_0/src/matmul/mod.rs:253
↓ 2 callersFunctionstrassen_sub_mul
(b1: &[f32], b2: &[f32], a: &[f32])
benches/rayon_1_0_0/src/matmul/mod.rs:267
↓ 2 callersFunctionstrassen_sum
(a: &[f32], b: &[f32], dest: &mut [f32])
benches/rayon_1_0_0/src/matmul/mod.rs:281
↓ 2 callersFunctionstrassen_sum_sub
(a: &[f32], b: &[f32], c: &[f32], s: &[f32], dest: &mut [f32])
benches/rayon_1_0_0/src/matmul/mod.rs:274
↓ 2 callersMethodstrip
(&mut self)
marky_mark/src/lib.rs:64
↓ 2 callersMethodsuccessor_cell
(&self, cell: usize)
benches/rayon_1_0_0/src/life/mod.rs:103
↓ 2 callersMethodtiled_band_size
(&mut self, size: f32)
benches/doom_9e197d7/src/gfx/scene.rs:199
↓ 2 callersMethodupdate
(&mut self, benchmark: &Benchmark)
marky_mark/src/lib.rs:216
↓ 2 callersFunctionupdate_chunk
Update a chunk with low primes
benches/rayon_1_0_0/src/sieve/mod.rs:99
↓ 2 callersMethodvertex
(&self, id: VertexId)
benches/doom_9e197d7/src/wad/level.rs:66
↓ 2 callersMethodvisit_bsp_node_end
(&mut self)
benches/doom_9e197d7/src/wad/visitor.rs:918
↓ 2 callersFunctionwith_contrast
(light_info: &LightInfo, contrast: Contrast)
benches/doom_9e197d7/src/wad/light.rs:76
↓ 2 callersFunctionwrite_if_changed
(file_contents: &str, test_path: &Path)
marky_mark/src/lib.rs:152
↓ 2 callersMethody
(&self)
benches/raytrace_8de9020/src/vec.rs:11
↓ 1 callersMethodabsorg
Like absorb, but a typo that's fun.
marky_mark/src/lib.rs:123
↓ 1 callersMethodall_of_em
(&self)
src/lib.rs:193
↓ 1 callersMethodaspect_ratio
(&self)
benches/doom_9e197d7/src/gfx/window.rs:53
↓ 1 callersMethodat_offset
(&self, offset: T)
benches/doom_9e197d7/src/math/line.rs:51
← previousnext →101–200 of 2,136, ranked by callers