Skip to content

Instantly share code, notes, and snippets.

@zao

zao/minibar.log Secret

Created June 27, 2017 12:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zao/79461db9574e79fb59d517e098a80008 to your computer and use it in GitHub Desktop.
Save zao/79461db9574e79fb59d517e098a80008 to your computer and use it in GitHub Desktop.
sizer run on foo_wave_minibar
PS F:\Code\fb2k\foo_wave_minibar\portable\user-components\foo_wave_minibar> sizer .\foo_wave_minibar.dll
Reading debug info file .\foo_wave_minibar.dll ...
[100.0%]
Processing info...
Generating report...
Printing...
Functions by size (kilobytes):
4.36: stbir__decode_scanline stb_impls.obj
3.69: mdb_page_split mdb.obj
3.60: stbir__encode_scanline stb_impls.obj
3.26: _mdb_cursor_put mdb.obj
1.77: mdb_node_move mdb.obj
1.54: stbir__normalize_downsample_coefficients stb_impls.obj
1.53: stbir__resample_vertical_upsample stb_impls.obj
1.49: _mdb_txn_commit mdb.obj
1.47: public: void __thiscall bar_window::on_wm_paint(class WTL::CDCT<0>) minibar_main.obj
1.43: mdb_freelist_save mdb.obj
1.42: stbir__resample_horizontal_downsample stb_impls.obj
1.27: unsigned long __cdecl parse_config_color(class pfc::string8_t<class pfc::alloc_standard>) minibar_main.obj
1.26: mdb_page_alloc mdb.obj
1.24: mdb_rebalance mdb.obj
1.14: public: class std::_Tree_iterator<class std::_Tree_val<struct std::_Tree_simple_types<struct std::pair<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const ,class std::shared_ptr<struct waveform_entry> > > > > __thiscall std::_Tree<class std::_Tmap_traits<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::shared_ptr<struct waveform_entry>,struct std::less<class std::basic_string<char,struct std::char_trait... 1.08: stbir__resample_vertical_downsample stb_impls.obj
1.02: mdb_cursor_set mdb.obj
1.00: mdb_page_merge mdb.obj
0.97: stbir__resample_horizontal_upsample stb_impls.obj
0.97: stbir__calculate_filters stb_impls.obj
0.93: stbir__calculate_memory stb_impls.obj
0.91: mdb_env_setup_locks mdb.obj
0.88: unsigned long __stdcall analysis_work_item_helper(void *) minibar_main.obj
0.82: mdb_drop0 mdb.obj
0.80: mdb_txn_renew0 mdb.obj
0.76: public: __thiscall song_slicer::song_slicer(unsigned int,class playable_location const &) analysis.obj
0.72: _mdb_env_open mdb.obj
0.71: void __cdecl refresh_track(class service_ptr_t<class metadb_handle>) minibar_main.obj
0.68: format_track minibar_main.obj
0.65: _mdb_cursor_del mdb.obj
0.62: mdb_node_add mdb.obj
0.62: stbir__resize_allocated stb_impls.obj
0.62: mdb_page_touch mdb.obj
0.60: public: __thiscall image_based_sampling_algorithm::image_based_sampling_algorithm(struct waveform_entry const *,unsigned int) minibar_main.obj
0.57: public: void __thiscall song_slicer::analyze_slice(void) analysis.obj
0.55: mdb_cursor_del0 mdb.obj
0.53: public: void __thiscall std::vector<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> >,class std::allocator<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > > >::emplace_back<class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &>(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &) minibar_main.obj
0.53: stbir__buffer_loop_downsample stb_impls.obj
0.51: mdb_page_spill mdb.obj
0.50: mdb_env_write_meta mdb.obj
Aggregated templates by size (kilobytes):
1.47 # 1: public: void __thiscall bar_window::on_wm_paint(class WTL::CDCT)
1.27 # 1: unsigned long __cdecl parse_config_color(class pfc::string8_t)
1.14 # 1: public: class std::_Tree_iterator __thiscall std::_Tree::erase(class std::_Tree_const_iterator)
0.71 # 1: void __cdecl refresh_track(class service_ptr_t)
0.70 # 4: GetProcAddressAll
0.53 # 1: public: void __thiscall std::vector::emplace_back(class std::basic_string const &)
Data by size (kilobytes):
1.00: stbir__srgb_uchar_to_linear_float * CIL *
BSS by size (kilobytes):
Classes/Namespaces by code size (kilobytes):
73.99: <global>
4.08: bar_window
Object files by code size (kilobytes):
35.76: mdb.obj
34.40: minibar_main.obj
20.35: stb_impls.obj
5.82: analysis.obj
5.12: file_info_impl.obj
2.67: input.obj
2.15: cfg_var.obj
Overall code: 121.94 kb
Overall data: 4.63 kb
Overall BSS: 1.20 kb
Done in 0.07 seconds!
PS F:\Code\fb2k\foo_wave_minibar\portable\user-components\foo_wave_minibar>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment