Skip to content
View masaya-takagi's full-sized avatar

Organizations

@takagi-denki

Block or report masaya-takagi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
masaya-takagi/README.md

Pinned Loading

  1. Unity でリリースビルド時にデバッグログの出力を無効化する Unity でリリースビルド時にデバッグログの出力を無効化する
    1
    #if !UNITY_EDITOR
    2
    
    
    3
    #if DEVELOPMENT_BUILD
    4
    #define LOGGING_ENABLED
    5
    #endif
  2. Swift で CPU の使用率を表示する Swift で CPU の使用率を表示する
    1
    #! /usr/bin/xcrun swift
    2
    
    
    3
    import Cocoa
    4
    
    
    5
    let host_port = mach_host_self()