This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import unreal | |
| import os | |
| import time | |
| assetPath = '/Game/' | |
| outputDir = 'D:/models/glTFExport/' | |
| exportOptions = unreal.GLTFExportOptions() | |
| # exportOptions.texture_image_format=unreal.GLTFTextureImageFormat.PNG | |
| # exportOptions.export_proxy_materials=True | |
| selectedActors = set() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package ru.highloadcup; | |
| import com.wizzardo.metrics.*; | |
| import com.wizzardo.metrics.system.Utils; | |
| import com.wizzardo.tools.cache.Cache; | |
| import java.io.File; | |
| import java.io.FileOutputStream; | |
| import java.lang.management.*; | |
| import java.nio.charset.StandardCharsets; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package com.wizzardo.benchmarks; | |
| import org.openjdk.jmh.annotations.*; | |
| import java.io.IOException; | |
| import java.util.concurrent.TimeUnit; | |
| // Benchmark (n) Mode Cnt Score Error Units | |
| // IterateArrayBenchmarks.test_lambda 1 avgt 5 5.626 ± 0.315 ns/op |