<?xml version="1.0" encoding="utf-8" standalone="yes"?> <floater name="TexFetchDebugger" title="Depurador de obtenção de textura"> <text name="total_num_fetched_label"> 1, Número total de texturas obtidas: [NUM] </text> <text name="total_num_fetching_requests_label"> 2, Número total de solicitações de obtenção: [NUM] </text> <text name="total_num_cache_hits_label"> 3, Número total de acertos de cache: [NUM] </text> <text name="total_num_visible_tex_label"> 4, Número total de texturas visíveis: [NUM] </text> <text name="total_num_visible_tex_fetch_req_label"> 5, Número total de solicitações de obtenção de texturas visíveis: [NUM] </text> <text name="total_fetched_data_label"> 6, Número total de dados obtidos: [SIZE1]KB, Dados decodificados: [SIZE2]KB, [PIXEL]MPixels </text> <text name="total_fetched_vis_data_label"> 7, Número total de dados visíveis: [SIZE1]KB, Dados decodificados: [SIZE2]KB </text> <text name="total_fetched_rendered_data_label"> 8, Número total de dados renderizados: [SIZE1]KB, Dados decodificados: [SIZE2]KB, [PIXEL]MPixels </text> <text name="total_time_cache_read_label"> 9, Tempo total de leituras de cache: [TIME] segundos </text> <text name="total_time_cache_write_label"> 10, Tempo total de gravações em cache: [TIME] segundos </text> <text name="total_time_decode_label"> 11, Tempo total das decodificações: [TIME] segundos </text> <text name="total_time_gl_label"> 12, Tempo total de criação de texturas gl: [TIME] segundos </text> <text name="total_time_http_label"> 13, Tempo total de obtenção de HTTP: [TIME] segundos </text> <text name="total_time_fetch_label"> 14, Tempo total de obtenção completa: [TIME] segundos </text> <text name="total_time_refetch_vis_cache_label"> 15, Obtendo novamente visíveis do cache, Tempo: [TIME] segundos, Obtidos: [SIZE]KB, [PIXEL]MPixels </text> <text name="total_time_refetch_all_cache_label"> 16, Obtendo novamente todas as texturas do cache, Tempo: [TIME] segundos, Obtidos: [SIZE]KB, [PIXEL]MPixels </text> <text name="total_time_refetch_vis_http_label"> 17, Obtendo novamente visíveis do HTTP, Tempo: [TIME] segundos, Obtidos: [SIZE]KB, [PIXEL]MPixels </text> <text name="total_time_refetch_all_http_label"> 18, Obtendo novamente todas as texturas do HTTP, Tempo: [TIME] segundos, Obtidos: [SIZE]KB, [PIXEL]MPixels </text> <spinner label="19, Proporção de texel/pixel:" name="texel_pixel_ratio"/> <text name="texture_source_label"> 20, Origem da textura: </text> <radio_group name="texture_source"> <radio_item label="Cache + HTTP" name="0"/> <radio_item label="Apenas HTTP" name="1"/> </radio_group> <button label="Iniciar" name="start_btn"/> <button label="Redefinir" name="clear_btn"/> <button label="Fechar" name="close_btn"/> <button label="Leitura do cache" name="cacheread_btn"/> <button label="Gravação em cache" name="cachewrite_btn"/> <button label="HTTP" name="http_btn"/> <button label="Decodificar" name="decode_btn"/> <button label="Textura GL" name="gl_btn"/> <button label="Obter novamente cache visível" name="refetchviscache_btn"/> <button label="Obter todo o cache novamente" name="refetchallcache_btn"/> <button label="Obter novamente HTTP visível" name="refetchvishttp_btn"/> <button label="Obter todo o HTTP novamente" name="refetchallhttp_btn"/> </floater>