Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ start
Method
start
engine/dlib/src/basis/encoder/basisu_enc.cpp:266–271 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
264
}
265
266
void interval_timer::start()
267
{
268
query_counter(&m_start_time);
269
m_started = true;
270
m_stopped = false;
271
}
272
273
void interval_timer::stop()
274
{
Callers
15
init_etc1_images
Method · 0.45
generate_endpoint_codebook
Method · 0.45
refine_endpoint_clusterization
Method · 0.45
create_initial_packed_texture
Method · 0.45
create_optimized_selector_codebook
Method · 0.45
find_optimal_selector_clusters_for_each_block
Method · 0.45
load_png
Function · 0.45
create_encoder_blocks
Method · 0.45
encode_image
Method · 0.45
generate_mipmaps
Method · 0.45
create_basis_file_and_transcode
Method · 0.45
basis_parallel_compress
Function · 0.45
Calls
1
query_counter
Function · 0.85
Tested by
1
main
Function · 0.36