diff options
Diffstat (limited to 'indra/newview/skins/default/xui/ja/floater_texture_fetch_debugger.xml')
-rw-r--r-- | indra/newview/skins/default/xui/ja/floater_texture_fetch_debugger.xml | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/ja/floater_texture_fetch_debugger.xml b/indra/newview/skins/default/xui/ja/floater_texture_fetch_debugger.xml new file mode 100644 index 0000000000..4efdf7d40d --- /dev/null +++ b/indra/newview/skins/default/xui/ja/floater_texture_fetch_debugger.xml @@ -0,0 +1,62 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="TexFetchDebugger" title="テクスチャ取得デバッガ"> + <text name="total_num_fetched_label"> + 1, 取得したテクスチャの合計数:[NUM] + </text> + <text name="total_num_fetching_requests_label"> + 2, 取得リクエストの合計数:[NUM] + </text> + <text name="total_num_cache_hits_label"> + 3, キャッシュヒットの合計数:[NUM] + </text> + <text name="total_num_visible_tex_label"> + 4, 表示テクスチャの合計数:[NUM] + </text> + <text name="total_num_visible_tex_fetch_req_label"> + 5, 表示テクスチャ取得リクエストの合計数:[NUM] + </text> + <text name="total_fetched_data_label"> + 6, 取得したデータの合計数:[SIZE1]KB、デコードされたデータ:[SIZE2]KB、[PIXEL]メガピクセル + </text> + <text name="total_fetched_vis_data_label"> + 7, 表示データの合計数:[SIZE1]KB、デコードされたデータ:[SIZE2]KB + </text> + <text name="total_fetched_rendered_data_label"> + 8, レンダリングされたデータの合計数:[SIZE1]KB、デコードされたデータ:[SIZE2]KB、[PIXEL]メガピクセル + </text> + <text name="total_time_cache_read_label"> + 9, キャッシュ読み取りの合計時間:[TIME] 秒 + </text> + <text name="total_time_cache_write_label"> + 10, キャッシュ書き込みの合計時間:[TIME] 秒 + </text> + <text name="total_time_decode_label"> + 11, デコードの合計時間:[TIME] 秒 + </text> + <text name="total_time_gl_label"> + 12, glテクスチャ作成の合計時間:[TIME] 秒 + </text> + <text name="total_time_http_label"> + 13, HTTP 取得の合計時間:[TIME] 秒 + </text> + <text name="total_time_fetch_label"> + 14, 取得全体の合計時間:[TIME] 秒 + </text> + <text name="total_time_refetch_vis_cache_label"> + 15, キャッシュから表示テクスチャを再取得、時間:[TIME] 秒、取得:[SIZE]KB、[PIXEL]メガピクセル + </text> + <text name="total_time_refetch_vis_http_label"> + 16, HTTP から表示テクスチャを再取得、時間:[TIME] 秒、取得:[SIZE]KB、[PIXEL]メガピクセル + </text> + <spinner label="17, テクセル/ピクセルの比率:" name="texel_pixel_ratio"/> + <button label="開始" name="start_btn"/> + <button label="リセット" name="clear_btn"/> + <button label="閉じる" name="close_btn"/> + <button label="キャッシュ読み取り" name="cacheread_btn"/> + <button label="キャッシュ書き込み" name="cachewrite_btn"/> + <button label="HTTP" name="http_btn"/> + <button label="デコード" name="decode_btn"/> + <button label="GL テクスチャ" name="gl_btn"/> + <button label="キャッシュ表示テクスチャ再取得" name="refetchviscache_btn"/> + <button label="HTTP表示テクスチャ再取得" name="refetchvishttp_btn"/> +</floater> |